




@charset "utf-8";
/* CSS Document */

/* khula-latin-400-normal */
@font-face {
  font-family: 'Khula';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/khula@latest/latin-400-normal.woff2) format('woff2'), url(https://cdn.jsdelivr.net/fontsource/fonts/khula@latest/latin-400-normal.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}


@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");


body {
    padding: 0px!important;
	margin: 0px!important;
	max-width:100%!important;
	overflow-x: hidden!important;
	background:white!important;
}


#mapframe{
	min-height:1000px!important;
	}

.statistics p strong {
    font-size: 2.4rem!important;
    color: rgb(0, 0, 0);
    font-weight: 200;
    margin-right: 0.3rem;
}

.summary-item{
	width:30%!important; display:inline-block!important;
}

.ds-grid {
    z-index: 2;
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    place-items: center stretch;
    display: grid;
    position: relative;
}


#w-node-_3fe515aa-2e07-1e22-9731-3690ead37cea-628bff5d {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center;
}
.ds-image-wrap.cc-85 {
    z-index: 2;
    width: 85%;
    position: relative;
}
.ds-image-wrap {
    border: 0 #000;
    width: 100%;
}

body .main-article {
    margin-top: -4rem!important;
    padding-left: 5rem!important;
    padding-right: 5rem!important;
}


.heroheading {
	font-family: 'Khula', sans-serif;
    line-height: 1.1em;
    font-weight: 900;
    letter-spacing: -0.04em;
    margin: auto;
    margin-bottom: 18px;
    font-size: 3.2rem!important;
    position: relative;
}



.category {
	padding-left: 24rem!important;
    padding-right: 24rem!important;
	background:#353cf7;
	margin-top:-250px;
	}

.display-xs {
    color: var(--white);
    letter-spacing: -.05rem;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.1;
}

.par-md {
    color: var(--white)!important;
    letter-spacing: -.02rem;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
	text-align:left!important;
}


section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 125px 0;
}

section:not(.hero):nth-child(even) {
}

.blu {
	background-color:#353cf7;
}

.centered{text-align:center!important;}


.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

hr {
  width: 250px;
  height: 2px;
  background-color: #3f51b5;
  border: 0;
  margin-bottom: 80px;
}

section h3.title {
  text-transform: capitalize;
  font: bold 32px "Open Sans", sans-serif;
  margin-bottom: 30px;
  text-align: center;
}

section p {
  line-height: 2;
  margin-bottom: 30px;
  text-align: left;
  font-size: 23px;
}

section .middletitle p {
  line-height: 2;
  margin-bottom: 30px;
  text-align: left;
  font-size: 22px;
}

@media (max-width: 800px) {
  section {
    padding: 50px 20px;
  }

  section p {
    font-size: 16px;
  }

  section h3.title {
    font-size: 25px;
  }

  hr {
    margin-bottom: 10px;
  }
}

/* Header Styles */

header {
  position: absolute;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0;
  width: 80%;
  animation: 1s fadein 0.5s forwards;
  opacity: 0;
  color: #fff;
}

@keyframes fadein {
  100% {
    opacity: 1;
  }
}

header h2 {
  font-family: "Quicksand", sans-serif;
  font-size: 2rem;
}

header nav {
  display: flex;
}

header nav li {
  font-size: 1.5rem;
}

nav li:nth-child(2) {
  margin: 0 15px;
}

@media (max-width: 800px) {
  header {
    padding: 20px 50px;
    flex-direction: column;
  }
  header h2 {
    margin-bottom: 15px;
  }
}

/* Hero Styles */

.hero {
  position: relative;
  justify-content: center;
  text-align: center;
  height: 100vh;
  color: #fff;
}

.hero .background-image {
  position: absolute;
  background-image: url("");
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: #EAEAEB;
}

.hero h1 {
  font: bold 55px "Open Sans", sans-serif;
  margin-bottom: 15px;
  color:#353cf7;
  padding-left:35rem;
  padding-right:35rem;
  font-family: "Gilroy ExtraBold", sans-serif!important;
  font-weight:300;
  font-size: 3.7rem!important;
}

.hero h3 {
  font: normal 27px "Open Sans", sans-serif;
  margin-bottom: 40px;
  color:#232323;padding-left:33rem;padding-right:33rem;
}

.hero a.btn {
  padding: 20px 46px;
}

.hero-content-area {
  opacity: 0;
  margin-top: 17%!important;
  animation: 1s slidefade 1s forwards;
}


.leftpadding{
  padding-left: 27rem!important;	
  padding-right: 27rem!important;
}

.rightpadding{
padding-right: 27rem!important;
  padding-right: 27rem!important;	
}

@keyframes slidefade {
  100% {
    opacity: 1;
    margin: 0;
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: 600px;
  }
  .hero h1 {
    font-size: 48px;
  }
  .hero h3 {
    font-size: 24px;
  }
  .hero a.btn {
    padding: 15px 40px;
  }
}

@media (max-width: 600px) {
  .hero h1 {
    font-size: 30px;
  }
  .hero h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .hero a.btn {
    padding: 15px;
    font-size: 15px;
  }
  .hero h2 {
    font-size: 18px;
  }
  .hero nav li {
    font-size: 15px;
  }
}

/* Destinations */

.destinations .title, 
.destinations p, 
.destinations .grid {
  max-width: 80%;
}

.destinations p {
  width: 1800px;
}

.destinations .grid img {
  padding: 20px;
  background-clip: content-box;
  background-size: cover;
  background-position: center;
  transition: 0.5s all ease;
  filter: grayscale(50%)
}

.destinations .grid img:hover {
  transform: scale(1.02);
  transition: 0.5s all ease;
  filter: none;
}

.destinations .grid img.small {
  width: 27%;
  height: 30vh;
  flex-basis: 30%;
}

.destinations .grid img.large {
  width: 67%;
  height: 30vh;
  flex-basis: 70%;
}

@media (max-width: 1800px) {
  .destinations .grid img.small,
  .destinations .grid img.large {
    flex-basis: 50%;
    width: 45%;
    height: 30vh;
  }
}

@media (max-width: 900px) {
  .destinations .grid img.small,
  .destinations .grid img.large {
    flex-basis: 100%;
    width: 300px;
    height: 250px;
  }
}

/* Packages Section */

.packages .title,
.packages li,
#packagepara,
.packages .grid {
  max-width: 80%;
}

.packages .grid li {
  padding: 40px;
  flex-basis: 25%;
  text-align: center;
}

.packages .grid li i {
  color: #8c9eff;
}

.packages .grid li h4 {
  font-size: 30px;
  margin: 25px 0;
}

@media (max-width: 1800px) {
  .packages .grid li {
    flex-basis: 50%;
    padding: 20px;
  }
}

@media (max-width: 900px) {
  .packages .grid li {
    flex-basis: 100%;
    padding: 20px;
    max-width: 100%;
  }
  .packages .grid li h4 {
    font-size: 22px;
  }
}

/* Testimonials Section */

.testimonials {
  font-weight: 300;
  line-height: 1.5;
}

.testimonials .title,
.testimonials .author,
.testimonials .quote {
  max-width: 80%;
  width: 1200px;
}

@media (max-width: 800px) {
  .testimonials .quote {
    font-size: 18px;
    margin: 15px 0;
  }
  .testimonials .author {
    font-size: 14px;
  }
}

/* Contact Section */

.contact p {
  width: 80%;
  max-width: 1200px;
}

.contact form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 800px;
  max-width: 80%;
}

.contact form .btn {
  padding: 18px 42px;
  width: 30%;
}

.contact form input {
  padding: 15px;
  margin: 15px 0 20px 0;
  width: 50%;
  font-size: 18px;
  color: #555;
}

@media (max-width: 1100px) {
  .contact form .btn {
    padding: 9px;
    width: 150px;
    font-size: 12px
  }

  .contact form input {
    padding: 9px;
    width: 250px;
  }
}

/* Footer Section */

footer {
  background-color: #607d8b;
  color: #fff;
}

.footer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 80%;
  padding: 20px 0;
}

footer ul {
  display: flex;
  justify-content: flex-end;
  flex-basis: 540px;
}

footer ul li {
  margin-right: 16px;
}

footer p {
  flex-basis: 540px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  opacity: 0.6;
}

footer p:nth-child(1) {
  text-align: left;
}

@media (max-width: 1100px) {
  .footer-container {
    flex-direction: column;
  }
  footer p {
    text-align: center;
    flex-basis: 0;
    margin-bottom: 20px;
    font-size: 12px;
  }
  footer ul {
    flex-basis: auto;
    margin: 0 8px;
  }
}





















audio,canvas,progress,video {
    vertical-align: baseline;
    display: inline-block
}

audio:not([controls]) {
    height: 0;
    display: none
}

[hidden],template {
    display: none
}

a {
    background-color: #0000
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

@font-face {
    font-family: webflow-icons;
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==)format("truetype");
    font-weight: 400;
    font-style: normal
}

[class^=w-icon-],[class*=\ w-icon-] {
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-family: webflow-icons!important
}

.w-icon-slider-right:before {
    content: "î˜€"
}

.w-icon-slider-left:before {
    content: "î˜"
}

.w-icon-nav-menu:before {
    content: "î˜‚"
}

.w-icon-arrow-down:before,.w-icon-dropdown-toggle:before {
    content: "î˜ƒ"
}

.w-icon-file-upload-remove:before {
    content: "î¤€"
}

.w-icon-file-upload-icon:before {
    content: "î¤ƒ"
}

* {
    box-sizing: border-box
}

html {
    height: 100%
}

body {
    color: #333;
    background-color: #fff;
    min-height: 100%;
    margin: 0;
    font-family: Arial,sans-serif;
    font-size: 14px;
    line-height: 20px
}

img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block
}

html.w-mod-touch * {
    background-attachment: scroll!important
}

.w-block {
    display: block
}

.w-inline-block {
    max-width: 100%;
    display: inline-block
}

.w-clearfix:before,.w-clearfix:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-clearfix:after {
    clear: both
}

.w-hidden {
    display: none
}

.w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block
}

input.w-button {
    -webkit-appearance: button
}

html[data-w-dynpage] [data-w-cloak] {
    color: #0000!important
}

.w-code-block {
    margin: unset
}

pre.w-code-block code {
    all: inherit
}

.w-optimization {
    display: contents
}

.w-webflow-badge,.w-webflow-badge>img {
    box-sizing: unset;
    width: unset;
    height: unset;
    max-height: unset;
    max-width: unset;
    min-height: unset;
    min-width: unset;
    margin: unset;
    padding: unset;
    float: unset;
    clear: unset;
    border: unset;
    border-radius: unset;
    background: unset;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-origin: unset;
    background-clip: unset;
    background-attachment: unset;
    background-color: unset;
    box-shadow: unset;
    transform: unset;
    direction: unset;
    font-family: unset;
    font-weight: unset;
    color: unset;
    font-size: unset;
    line-height: unset;
    font-style: unset;
    font-variant: unset;
    text-align: unset;
    letter-spacing: unset;
    -webkit-text-decoration: unset;
    text-decoration: unset;
    text-indent: unset;
    text-transform: unset;
    list-style-type: unset;
    text-shadow: unset;
    vertical-align: unset;
    cursor: unset;
    white-space: unset;
    word-break: unset;
    word-spacing: unset;
    word-wrap: unset;
    transition: unset
}

.w-webflow-badge {
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 0 0 1px #0000001a,0 1px 3px #0000001a;
    visibility: visible!important;
    opacity: 1!important;
    z-index: 2147483647!important;
    color: #aaadb0!important;
    overflow: unset!important;
    background-color: #fff!important;
    border-radius: 3px!important;
    width: auto!important;
    height: auto!important;
    margin: 0!important;
    padding: 6px!important;
    font-size: 12px!important;
    line-height: 14px!important;
    text-decoration: none!important;
    display: inline-block!important;
    position: fixed!important;
    inset: auto 12px 12px auto!important;
    transform: none!important
}

.w-webflow-badge>img {
    position: unset;
    visibility: unset!important;
    opacity: 1!important;
    vertical-align: middle!important;
    display: inline-block!important
}

h1,h2,h3,h4,h5,h6 {
    margin-bottom: 10px;
    font-weight: 700
}

h1 {
    margin-top: 20px;
    font-size: 38px;
    line-height: 44px
}

h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px
}

h3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px
}

h4 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px
}

h5 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px
}

h6 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px
}

p {
    margin-top: 0;
    margin-bottom: 10px
}

blockquote {
    border-left: 5px solid #e2e2e2;
    margin: 0 0 10px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 22px
}

figure {
    margin: 0 0 10px
}

figcaption {
    text-align: center;
    margin-top: 5px
}

ul,ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px
}

.w-list-unstyled {
    padding-left: 0;
    list-style: none
}

.w-embed:before,.w-embed:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-embed:after {
    clear: both
}

.w-video {
    width: 100%;
    padding: 0;
    position: relative
}

.w-video iframe,.w-video object,.w-video embed {
    border: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

button,[type=button],[type=reset] {
    cursor: pointer;
    -webkit-appearance: button;
    border: 0
}

.w-form {
    margin: 0 0 15px
}

.w-form-done {
    text-align: center;
    background-color: #ddd;
    padding: 20px;
    display: none
}

.w-form-fail {
    background-color: #ffdede;
    margin-top: 10px;
    padding: 10px;
    display: none
}

label {
    margin-bottom: 5px;
    font-weight: 700;
    display: block
}
.hero h3{font: bold 25px "Open Sans", sans-serif!important;}
.w-input,.w-select {
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 1.42857;
    display: block
}

.w-input::placeholder,.w-select::placeholder {
    color: #999
}

.w-input:focus,.w-select:focus {
    border-color: #3898ec;
    outline: 0
}

.w-input[disabled],.w-select[disabled],.w-input[readonly],.w-select[readonly],fieldset[disabled] .w-input,fieldset[disabled] .w-select {
    cursor: not-allowed
}

.w-input[disabled]:not(.w-input-disabled),.w-select[disabled]:not(.w-input-disabled),.w-input[readonly],.w-select[readonly],fieldset[disabled]:not(.w-input-disabled) .w-input,fieldset[disabled]:not(.w-input-disabled) .w-select {
    background-color: #eee
}

textarea.w-input,textarea.w-select {
    height: auto
}

.w-select {
    background-color: #f3f3f3
}

.w-select[multiple] {
    height: auto
}

.w-form-label {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 400;
    display: inline-block
}

.w-radio {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block
}

.w-radio:before,.w-radio:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-radio:after {
    clear: both
}

.w-radio-input {
    float: left;
    margin: 3px 0 0 -20px;
    line-height: normal
}

.w-file-upload {
    margin-bottom: 10px;
    display: block
}

.w-file-upload-input {
    opacity: 0;
    z-index: -100;
    width: .1px;
    height: .1px;
    position: absolute;
    overflow: hidden
}

.w-file-upload-default,.w-file-upload-uploading,.w-file-upload-success {
    color: #333;
    display: inline-block
}

.w-file-upload-error {
    margin-top: 10px;
    display: block
}

.w-file-upload-default.w-hidden,.w-file-upload-uploading.w-hidden,.w-file-upload-error.w-hidden,.w-file-upload-success.w-hidden {
    display: none
}

.w-file-upload-uploading-btn {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    display: flex
}

.w-file-upload-file {
    background-color: #fafafa;
    border: 1px solid #ccc;
    flex-grow: 1;
    justify-content: space-between;
    margin: 0;
    padding: 8px 9px 8px 11px;
    display: flex
}

.w-file-upload-file-name {
    font-size: 14px;
    font-weight: 400;
    display: block
}

.w-file-remove-link {
    cursor: pointer;
    width: auto;
    height: auto;
    margin-top: 3px;
    margin-left: 10px;
    padding: 3px;
    display: block
}

.w-icon-file-upload-remove {
    margin: auto;
    font-size: 10px
}

.w-file-upload-error-msg {
    color: #ea384c;
    padding: 2px 0;
    display: inline-block
}

.w-file-upload-info {
    padding: 0 12px;
    line-height: 38px;
    display: inline-block
}

.w-file-upload-label {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block
}

.w-icon-file-upload-icon,.w-icon-file-upload-uploading {
    width: 20px;
    margin-right: 8px;
    display: inline-block
}

.w-icon-file-upload-uploading {
    height: 20px
}

.w-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.w-container:before,.w-container:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-container:after {
    clear: both
}

.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px
}

.w-row:before,.w-row:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-row:after {
    clear: both
}

.w-row .w-row {
    margin-left: 0;
    margin-right: 0
}

.w-col {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.w-col .w-col {
    padding-left: 0;
    padding-right: 0
}

.w-col-1 {
    width: 8.33333%
}

.w-col-2 {
    width: 16.6667%
}

.w-col-3 {
    width: 25%
}

.w-col-4 {
    width: 33.3333%
}

.w-col-5 {
    width: 41.6667%
}

.w-col-6 {
    width: 50%
}

.w-col-7 {
    width: 58.3333%
}

.w-col-8 {
    width: 66.6667%
}

.w-col-9 {
    width: 75%
}

.w-col-10 {
    width: 83.3333%
}

.w-col-11 {
    width: 91.6667%
}

.w-col-12 {
    width: 100%
}

.w-hidden-main {
    display: none!important
}

@media screen and (max-width: 991px) {
    .w-container {
        max-width:728px
    }

    .w-hidden-main {
        display: inherit!important
    }

    .w-hidden-medium {
        display: none!important
    }

    .w-col-medium-1 {
        width: 8.33333%
    }

    .w-col-medium-2 {
        width: 16.6667%
    }

    .w-col-medium-3 {
        width: 25%
    }

    .w-col-medium-4 {
        width: 33.3333%
    }

    .w-col-medium-5 {
        width: 41.6667%
    }

    .w-col-medium-6 {
        width: 50%
    }

    .w-col-medium-7 {
        width: 58.3333%
    }

    .w-col-medium-8 {
        width: 66.6667%
    }

    .w-col-medium-9 {
        width: 75%
    }

    .w-col-medium-10 {
        width: 83.3333%
    }

    .w-col-medium-11 {
        width: 91.6667%
    }

    .w-col-medium-12 {
        width: 100%
    }

    .w-col-stack {
        width: 100%;
        left: auto;
        right: auto
    }
}

@media screen and (max-width: 767px) {
    .w-hidden-main,.w-hidden-medium {
        display:inherit!important
    }

    .w-hidden-small {
        display: none!important
    }

    .w-row,.w-container .w-row {
        margin-left: 0;
        margin-right: 0
    }

    .w-col {
        width: 100%;
        left: auto;
        right: auto
    }

    .w-col-small-1 {
        width: 8.33333%
    }

    .w-col-small-2 {
        width: 16.6667%
    }

    .w-col-small-3 {
        width: 25%
    }

    .w-col-small-4 {
        width: 33.3333%
    }

    .w-col-small-5 {
        width: 41.6667%
    }

    .w-col-small-6 {
        width: 50%
    }

    .w-col-small-7 {
        width: 58.3333%
    }

    .w-col-small-8 {
        width: 66.6667%
    }

    .w-col-small-9 {
        width: 75%
    }

    .w-col-small-10 {
        width: 83.3333%
    }

    .w-col-small-11 {
        width: 91.6667%
    }

    .w-col-small-12 {
        width: 100%
    }
}

@media screen and (max-width: 479px) {
    .w-container {
        max-width:none
    }

    .w-hidden-main,.w-hidden-medium,.w-hidden-small {
        display: inherit!important
    }

    .w-hidden-tiny {
        display: none!important
    }

    .w-col {
        width: 100%
    }

    .w-col-tiny-1 {
        width: 8.33333%
    }

    .w-col-tiny-2 {
        width: 16.6667%
    }

    .w-col-tiny-3 {
        width: 25%
    }

    .w-col-tiny-4 {
        width: 33.3333%
    }

    .w-col-tiny-5 {
        width: 41.6667%
    }

    .w-col-tiny-6 {
        width: 50%
    }

    .w-col-tiny-7 {
        width: 58.3333%
    }

    .w-col-tiny-8 {
        width: 66.6667%
    }

    .w-col-tiny-9 {
        width: 75%
    }

    .w-col-tiny-10 {
        width: 83.3333%
    }

    .w-col-tiny-11 {
        width: 91.6667%
    }

    .w-col-tiny-12 {
        width: 100%
    }
}

.w-widget {
    position: relative
}

.w-widget-map {
    width: 100%;
    height: 400px
}

.w-widget-map label {
    width: auto;
    display: inline
}

.w-widget-map img {
    max-width: inherit
}

.w-widget-map .gm-style-iw {
    text-align: center
}

.w-widget-map .gm-style-iw>button {
    display: none!important
}

.w-widget-twitter {
    overflow: hidden
}

.w-widget-twitter-count-shim {
    vertical-align: top;
    text-align: center;
    background: #fff;
    border: 1px solid #758696;
    border-radius: 3px;
    width: 28px;
    height: 20px;
    display: inline-block;
    position: relative
}

.w-widget-twitter-count-shim * {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    text-align: center;
    color: #999;
    font-family: serif;
    font-size: 15px;
    line-height: 12px;
    position: relative
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    display: block;
    position: relative
}

.w-widget-twitter-count-shim.w--large {
    width: 36px;
    height: 28px
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px
}

.w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px
}

.w-widget-twitter-count-shim:not(.w--vertical):before,.w-widget-twitter-count-shim:not(.w--vertical):after {
    content: " ";
    pointer-events: none;
    border: solid #0000;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 0
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
    border-width: 4px;
    border-color: #75869600 #5d6c7b #75869600 #75869600;
    margin-top: -4px;
    margin-left: -9px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -10px
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
    border-width: 4px;
    border-color: #fff0 #fff #fff0 #fff0;
    margin-top: -4px;
    margin-left: -8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -9px
}

.w-widget-twitter-count-shim.w--vertical {
    width: 61px;
    height: 33px;
    margin-bottom: 8px
}

.w-widget-twitter-count-shim.w--vertical:before,.w-widget-twitter-count-shim.w--vertical:after {
    content: " ";
    pointer-events: none;
    border: solid #0000;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%
}

.w-widget-twitter-count-shim.w--vertical:before {
    border-width: 5px;
    border-color: #5d6c7b #75869600 #75869600;
    margin-left: -5px
}

.w-widget-twitter-count-shim.w--vertical:after {
    border-width: 4px;
    border-color: #fff #fff0 #fff0;
    margin-left: -4px
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px
}

.w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px
}

.w-background-video {
    color: #fff;
    height: 500px;
    position: relative;
    overflow: hidden
}

.w-background-video>video {
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    inset: -100%
}

.w-background-video>video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none!important
}

.w-background-video--control {
    background-color: #0000;
    padding: 0;
    position: absolute;
    bottom: 1em;
    right: 1em
}

.w-background-video--control>[hidden] {
    display: none!important
}

.w-slider {
    text-align: center;
    clear: both;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    background: #ddd;
    height: 300px;
    position: relative
}

.w-slider-mask {
    z-index: 1;
    white-space: nowrap;
    height: 100%;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-slide {
    vertical-align: top;
    white-space: normal;
    text-align: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative
}

.w-slider-nav {
    z-index: 2;
    text-align: center;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    height: 40px;
    margin: auto;
    padding-top: 10px;
    position: absolute;
    inset: auto 0 0
}

.w-slider-nav.w-round>div {
    border-radius: 100%
}

.w-slider-nav.w-num>div {
    font-size: inherit;
    line-height: inherit;
    width: auto;
    height: auto;
    padding: .2em .5em
}

.w-slider-nav.w-shadow>div {
    box-shadow: 0 0 3px #3336
}

.w-slider-nav-invert {
    color: #fff
}

.w-slider-nav-invert>div {
    background-color: #2226
}

.w-slider-nav-invert>div.w-active {
    background-color: #222
}

.w-slider-dot {
    cursor: pointer;
    background-color: #fff6;
    width: 1em;
    height: 1em;
    margin: 0 3px .5em;
    transition: background-color .1s,color .1s;
    display: inline-block;
    position: relative
}

.w-slider-dot.w-active {
    background-color: #fff
}

.w-slider-dot:focus {
    outline: none;
    box-shadow: 0 0 0 2px #fff
}

.w-slider-dot:focus.w-active {
    box-shadow: none
}

.w-slider-arrow-left,.w-slider-arrow-right {
    cursor: pointer;
    color: #fff;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    -webkit-user-select: none;
    user-select: none;
    width: 80px;
    margin: auto;
    font-size: 40px;
    position: absolute;
    inset: 0;
    overflow: hidden
}

.w-slider-arrow-left [class^=w-icon-],.w-slider-arrow-right [class^=w-icon-],.w-slider-arrow-left [class*=\ w-icon-],.w-slider-arrow-right [class*=\ w-icon-] {
    position: absolute
}

.w-slider-arrow-left:focus,.w-slider-arrow-right:focus {
    outline: 0
}

.w-slider-arrow-left {
    z-index: 3;
    right: auto
}

.w-slider-arrow-right {
    z-index: 4;
    left: auto
}

.w-icon-slider-left,.w-icon-slider-right {
    width: 1em;
    height: 1em;
    margin: auto;
    inset: 0
}

.w-slider-aria-label {
    clip: rect(0 0 0 0);
    border: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden
}

.w-slider-force-show {
    display: block!important
}

.w-dropdown {
    text-align: left;
    z-index: 900;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative
}

.w-dropdown-btn,.w-dropdown-toggle,.w-dropdown-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    position: relative
}

.w-dropdown-toggle {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-right: 40px;
    display: inline-block
}

.w-dropdown-toggle:focus {
    outline: 0
}

.w-icon-dropdown-toggle {
    width: 1em;
    height: 1em;
    margin: auto 20px auto auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}

.w-dropdown-list {
    background: #ddd;
    min-width: 100%;
    display: none;
    position: absolute
}

.w-dropdown-list.w--open {
    display: block
}

.w-dropdown-link {
    color: #222;
    padding: 10px 20px;
    display: block
}

.w-dropdown-link.w--current {
    color: #0082f3
}

.w-dropdown-link:focus {
    outline: 0
}

@media screen and (max-width: 767px) {
    .w-nav-brand {
        padding-left:10px
    }
}

.w-lightbox-backdrop {
    cursor: auto;
    letter-spacing: normal;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    color: #fff;
    text-align: center;
    z-index: 2000;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-tap-highlight-color: transparent;
    background: #000000e6;
    outline: 0;
    font-family: Helvetica Neue,Helvetica,Ubuntu,Segoe UI,Verdana,sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    list-style: disc;
    position: fixed;
    inset: 0;
    -webkit-transform: translate(0)
}

.w-lightbox-backdrop,.w-lightbox-container {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    overflow: auto
}

.w-lightbox-content {
    height: 100vh;
    position: relative;
    overflow: hidden
}

.w-lightbox-view {
    opacity: 0;
    width: 100vw;
    height: 100vh;
    position: absolute
}

.w-lightbox-view:before {
    content: "";
    height: 100vh
}

.w-lightbox-group,.w-lightbox-group .w-lightbox-view,.w-lightbox-group .w-lightbox-view:before {
    height: 86vh
}

.w-lightbox-frame,.w-lightbox-view:before {
    vertical-align: middle;
    display: inline-block
}

.w-lightbox-figure {
    margin: 0;
    position: relative
}

.w-lightbox-group .w-lightbox-figure {
    cursor: pointer
}

.w-lightbox-img {
    width: auto;
    max-width: none;
    height: auto
}

.w-lightbox-image {
    float: none;
    max-width: 100vw;
    max-height: 100vh;
    display: block
}

.w-lightbox-group .w-lightbox-image {
    max-height: 86vh
}

.w-lightbox-caption {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #0006;
    padding: .5em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-lightbox-embed {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0
}

.w-lightbox-control {
    cursor: pointer;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 4em;
    transition: all .3s;
    position: absolute;
    top: 0
}

.w-lightbox-left {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==);
    display: none;
    bottom: 0;
    left: 0
}

.w-lightbox-right {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+);
    display: none;
    bottom: 0;
    right: 0
}

.w-lightbox-close {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=);
    background-size: 18px;
    height: 2.6em;
    right: 0
}

.w-lightbox-strip {
    white-space: nowrap;
    padding: 0 1vh;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto hidden
}

.w-lightbox-item {
    box-sizing: content-box;
    cursor: pointer;
    width: 10vh;
    padding: 2vh 1vh;
    display: inline-block;
    -webkit-transform: translate(0,0)
}

.w-lightbox-active {
    opacity: .3
}

.w-lightbox-thumbnail {
    background: #222;
    height: 10vh;
    position: relative;
    overflow: hidden
}

.w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0
}

.w-lightbox-thumbnail .w-lightbox-tall {
    width: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.w-lightbox-thumbnail .w-lightbox-wide {
    height: 100%;
    left: 50%;
    transform: translate(-50%)
}

.w-lightbox-spinner {
    box-sizing: border-box;
    border: 5px solid #0006;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    animation: .8s linear infinite spin;
    position: absolute;
    top: 50%;
    left: 50%
}

.w-lightbox-spinner:after {
    content: "";
    border: 3px solid #0000;
    border-bottom-color: #fff;
    border-radius: 50%;
    position: absolute;
    inset: -4px
}

.w-lightbox-hide {
    display: none
}

.w-lightbox-noscroll {
    overflow: hidden
}

@media (min-width: 768px) {
    .w-lightbox-content {
        height:96vh;
        margin-top: 2vh
    }

    .w-lightbox-view,.w-lightbox-view:before {
        height: 96vh
    }

    .w-lightbox-group,.w-lightbox-group .w-lightbox-view,.w-lightbox-group .w-lightbox-view:before {
        height: 84vh
    }

    .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh
    }

    .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh
    }

    .w-lightbox-left,.w-lightbox-right {
        opacity: .5;
        display: block
    }

    .w-lightbox-close {
        opacity: .8
    }

    .w-lightbox-control:hover {
        opacity: 1
    }
}

.w-lightbox-inactive,.w-lightbox-inactive:hover {
    opacity: 0
}

.w-richtext:before,.w-richtext:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-richtext:after {
    clear: both
}

.w-richtext[contenteditable=true]:before,.w-richtext[contenteditable=true]:after {
    white-space: initial
}

.w-richtext ol,.w-richtext ul {
    overflow: hidden
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,.w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after,.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,.w-richtext .w-richtext-figure-selected[data-rt-type=image] div {
    outline: 2px solid #2895f7
}

.w-richtext figure.w-richtext-figure-type-video>div:after,.w-richtext figure[data-rt-type=video]>div:after {
    content: "";
    display: none;
    position: absolute;
    inset: 0
}

.w-richtext figure {
    max-width: 60%;
    position: relative
}

.w-richtext figure>div:before {
    cursor: default!important
}

.w-richtext figure img {
    width: 100%
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: .6
}

.w-richtext figure div {
    color: #0000;
    font-size: 0
}

.w-richtext figure.w-richtext-figure-type-image,.w-richtext figure[data-rt-type=image] {
    display: table
}

.w-richtext figure.w-richtext-figure-type-image>div,.w-richtext figure[data-rt-type=image]>div {
    display: inline-block
}

.w-richtext figure.w-richtext-figure-type-image>figcaption,.w-richtext figure[data-rt-type=image]>figcaption {
    caption-side: bottom;
    display: table-caption
}

.w-richtext figure.w-richtext-figure-type-video,.w-richtext figure[data-rt-type=video] {
    width: 60%;
    height: 0
}

.w-richtext figure.w-richtext-figure-type-video iframe,.w-richtext figure[data-rt-type=video] iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.w-richtext figure.w-richtext-figure-type-video>div,.w-richtext figure[data-rt-type=video]>div {
    width: 100%
}

.w-richtext figure.w-richtext-align-center {
    clear: both;
    margin-left: auto;
    margin-right: auto
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,.w-richtext figure.w-richtext-align-center[data-rt-type=image]>div {
    max-width: 100%
}

.w-richtext figure.w-richtext-align-normal {
    clear: both
}

.w-richtext figure.w-richtext-align-fullwidth {
    text-align: center;
    clear: both;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.w-richtext figure.w-richtext-align-fullwidth>div {
    padding-bottom: inherit;
    display: inline-block
}

.w-richtext figure.w-richtext-align-fullwidth>figcaption {
    display: block
}

.w-richtext figure.w-richtext-align-floatleft {
    float: left;
    clear: none;
    margin-right: 15px
}

.w-richtext figure.w-richtext-align-floatright {
    float: right;
    clear: none;
    margin-left: 15px
}

.w-nav {
    z-index: 1000;
    background: #ddd;
    position: relative
}

.w-nav:before,.w-nav:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-nav:after {
    clear: both
}

.w-nav-brand {
    float: left;
    color: #333;
    text-decoration: none;
    position: relative
}

.w-nav-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    display: inline-block;
    position: relative
}

.w-nav-link.w--current {
    color: #0082f3
}

.w-nav-menu {
    float: right;
    position: relative
}

[data-nav-menu-open] {
    text-align: center;
    background: #c8c8c8;
    min-width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: visible;
    display: block!important
}

.w--nav-link-open {
    display: block;
    position: relative
}

.w-nav-overlay {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-nav-overlay [data-nav-menu-open] {
    top: 0
}

.w-nav[data-animation=over-left] .w-nav-overlay {
    width: auto
}

.w-nav[data-animation=over-left] .w-nav-overlay,.w-nav[data-animation=over-left] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    right: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay {
    width: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay,.w-nav[data-animation=over-right] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    left: auto
}

.w-nav-button {
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    -webkit-user-select: none;
    user-select: none;
    padding: 18px;
    font-size: 24px;
    display: none;
    position: relative
}

.w-nav-button:focus {
    outline: 0
}

.w-nav-button.w--open {
    color: #fff;
    background-color: #c8c8c8
}

.w-nav[data-collapse=all] .w-nav-menu {
    display: none
}

.w-nav[data-collapse=all] .w-nav-button,.w--nav-dropdown-open,.w--nav-dropdown-toggle-open {
    display: block
}

.w--nav-dropdown-list-open {
    position: static
}

@media screen and (max-width: 991px) {
    .w-nav[data-collapse=medium] .w-nav-menu {
        display:none
    }

    .w-nav[data-collapse=medium] .w-nav-button {
        display: block
    }
}

@media screen and (max-width: 767px) {
    .w-nav[data-collapse=small] .w-nav-menu {
        display:none
    }

    .w-nav[data-collapse=small] .w-nav-button {
        display: block
    }

    .w-nav-brand {
        padding-left: 10px
    }
}

@media screen and (max-width: 479px) {
    .w-nav[data-collapse=tiny] .w-nav-menu {
        display:none
    }

    .w-nav[data-collapse=tiny] .w-nav-button {
        display: block
    }
}

.w-tabs {
    position: relative
}

.w-tabs:before,.w-tabs:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-tabs:after {
    clear: both
}

.w-tab-menu {
    position: relative
}

.w-tab-link {
    vertical-align: top;
    text-align: left;
    cursor: pointer;
    color: #222;
    background-color: #ddd;
    padding: 9px 30px;
    text-decoration: none;
    display: inline-block;
    position: relative
}

.w-tab-link.w--current {
    background-color: #c8c8c8
}

.w-tab-link:focus {
    outline: 0
}

.w-tab-content {
    display: block;
    position: relative;
    overflow: hidden
}

.w-tab-pane {
    display: none;
    position: relative
}

.w--tab-active {
    display: block
}

@media screen and (max-width: 479px) {
    .w-tab-link {
        display:block
    }
}

.w-ix-emptyfix:after {
    content: ""
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.w-dyn-empty {
    background-color: #ddd;
    padding: 10px
}

.w-dyn-hide,.w-dyn-bind-empty,.w-condition-invisible {
    display: none!important
}

.wf-layout-layout {
    display: grid
}

.w-code-component>* {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

:root {
    --brand-black: #1f1f24;
    --white: white;
    --brand-black-2: #1f1f24;
    --pl-purple-hover: #774ee0;
    --pl-purple-main: #9870ff;
    --gray-400: #98989a;
    --gray-200: #e5e5e6;
    --color-001: #9870ff;
    --color-002: #341b6e;
    --black: black;
    --medium-purple: #a88af7;
    --color-003: #e6e6ff;
    --orchid: #fa5bd0;
    --pl-purple-mid: #d0beff;
    --green-009: #11bf9f;
    --white-2: white;
    --pl-purple-light: #eee3ff;
    --gray-500: #636367;
    --thistle: #cfc2f9;
    --sticky-parent: #ac8dfc;
    --pl-purple-dark: #423466;
    --pl-green: #77e0c7;
    --pl-green-light: #dcf7f2;
    --gray-100: #f1f1f1
}

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.w-form-formrecaptcha {
    margin-bottom: 8px
}

.w-pagination-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    display: flex
}

.w-pagination-previous {
    color: #333;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 9px 20px;
    font-size: 14px;
    display: block
}

.w-pagination-previous-icon {
    margin-right: 4px
}

.w-pagination-next {
    color: #333;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 9px 20px;
    font-size: 14px;
    display: block
}

.w-pagination-next-icon {
    margin-left: 4px
}

body {
    color: var(--brand-black);
    letter-spacing: -.025em;
    margin-bottom: 0;
    font-family: Brown,sans-serif;
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.3
}

h1 {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 2.625em;
    font-weight: 700;
    line-height: 1.25
}

h2 {
    letter-spacing: -.05rem;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: 700
}

h3 {
    color: var(--white);
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.125
}

h4 {
    color: var(--white);
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2
}

p {
    color: var(--white);
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    line-height: 1.3
}

a {
    color: var(--brand-black-2);
    text-decoration: underline
}

a:hover {
    color: var(--pl-purple-hover)
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
    font-size: 1.2rem;
    line-height: 1.6
}

ol {
    margin-top: 0
}

li {
    color: var(--white);
    margin-bottom: .25rem;
    font-size: 1.2rem;
    line-height: 1.3
}

img {
    max-width: 100%;
    display: inline-block
}

blockquote {
    border-left: 5px solid var(--pl-purple-main);
    color: var(--brand-black-2);
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 2rem;
    padding: .5rem 1rem;
    font-size: 1.2rem;
    line-height: 1.5
}

figcaption {
    color: var(--gray-400);
    text-align: center;
    margin-top: .5rem;
    font-size: .9rem;
    line-height: 1.2
}

.lp-hero-h {
    color: #fff;
    text-align: center;
    letter-spacing: -.05rem;
    white-space: normal;
    flex-flow: column;
    align-items: center;
    max-width: 23ch;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1;
    display: flex;
    position: relative
}

.free-trail-label {
    color: var(--gray-200);
    letter-spacing: -.005em;
    margin-top: 1em;
    font-size: .9rem;
    font-weight: 400
}

.free-trail-label.cc-grey {
    color: #7d7d7f;
    margin-top: .75em;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.25;
    display: block
}

.free-trail-label.cc-white {
    color: #ffffff80;
    font-size: .8rem;
    font-weight: 400
}

.footer-container {
    flex-direction: column;
    justify-content: space-between;
    width: 90vw;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.footer-container.cc-lp {
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: none
}

.cta-wrap {
    flex-direction: column;
    align-self: center;
    align-items: center;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    display: flex
}

.cta-wrap.cc-aligh-left {
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    min-width: auto;
    max-width: none
}

.social-links-wrap {
    align-items: center;
    display: flex
}

.main-container {
    width: 90vw;
    max-width: 90em;
    margin-left: auto;
    margin-right: auto
}

.main-container.cc-vetical {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.main-container.cc-1500 {
    max-width: 1500px
}

.main-container.cc-1500.cc-align-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.main-container.cc-1500.cc-align-center.slide-into-view {
    justify-content: center;
    align-items: center;
    padding-top: 4rem
}

.main-container.cc-1500.cc-align-center.cc-hide {
    display: none
}

.main-container.cc-1440 {
    z-index: 1;
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative
}

.main-container.cc-1440.cc-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static
}

.main-container.cc-full {
    width: 100%
}

.main-container.cc-full.cc-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.main-container.cc-full-w {
    width: 100%;
    max-width: none
}

.main-container.cc-flex-v-c {
    z-index: 1;
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative
}

.main-container.cc-compare {
    width: 40em
}

.main-container.cc-1260 {
    width: 100%;
    max-width: 78.75em
}

.app-logo-wrap-lp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 9.25em;
    display: block
}

.footer-links-wrap {
    flex-wrap: wrap;
    align-items: center;
    display: flex
}

.footer-link {
    color: #fff;
    background-color: #0000;
    margin-top: .5em;
    margin-bottom: .5em;
    padding: 0;
    font-size: 1.125em;
    line-height: 1.5em;
    text-decoration: none;
    transition: color .2s;
    display: block
}

.footer-link:hover {
    color: var(--color-001)
}

.footer-link.cc-lp {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1em;
    padding-right: 1em;
    font-size: .9em
}

.app-logo {
    width: 75%;
    margin-bottom: 1em
}

.app-logo.cc-text {
    width: 100%;
    max-width: none;
    display: block
}

.app-logo.cc-text.lp-logo {
    display: none
}

.copy-text {
    color: #98989a;
    font-size: .9em
}

.main-footer {
    background-color: #1f1f24;
    margin-top: auto;
    padding-top: 4em;
    padding-bottom: 0
}

.main-footer.cc-lp {
    padding: .5em 2em
}

.page-wrap {
    flex-direction: column;
    min-height: 100vh;
    display: flex
}

.hero-bg-image {
    color: #fff;
    text-align: center;
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/62d4fb88fc49d7b542feea93_vl-desktop_bg.jpeg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    min-height: 100vh;
    padding-top: 2em;
    padding-bottom: 2em;
    display: flex
}

.main-section {
    padding: 4rem 2rem
}

.main-section.cc-lp-hero {
    align-items: center;
    min-height: 100vh;
    padding-top: 12em;
    padding-bottom: 12em;
    display: flex;
    overflow: hidden
}

.main-section.cc-t2i-main {
    background-color: var(--color-001);
    background-image: linear-gradient(30deg,#e6e6ff,#bda4fe 24%,#9870ff 48%,#7d4aff 74%,#5d2ccf);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 85vh;
    padding-top: 11.5em;
    display: flex;
    position: relative;
    overflow: hidden
}

.main-section.cc-full-w {
    padding: 12em 0
}

.main-section.cc-full-w.xmas {
    padding-top: 0;
    padding-bottom: 0
}

.main-section.cc-t2i-v2-main {
    background-color: var(--color-001);
    background-image: linear-gradient(30deg,#e6e6ff,#bda4fe 24%,#9870ff 48%,#7d4aff 74%,#5d2ccf);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 85vh;
    padding-top: 11.5em;
    display: flex;
    position: relative;
    overflow: hidden
}

.main-section.cc-t2i-v2-main.t2i-v2-hero-height {
    background-image: linear-gradient(30deg,#301d66,#1e065a 23%,#24174d 45%,#472c8a 64%,#361e7f 83%,#05030a);
    min-height: 90vh
}

.main-section.cc-rbg-hero {
    align-items: center;
    min-height: 100vh;
    padding-top: 8em;
    display: flex;
    overflow: hidden
}

.main-section.cc-rbg-hero.a-location-header {
    background-image: linear-gradient(#220f50,#000);
    padding-top: 8rem;
    padding-bottom: 4rem
}

.main-section.cc-6-12em {
    padding-top: 6em;
    padding-bottom: 12em
}

.main-section.cc-12-6em {
    padding-top: 12em;
    padding-bottom: 6em
}

.main-section.cc-min-100vh {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    display: flex
}

.main-section.cc-min-100vh.cc-welcome {
    background-image: radial-gradient(circle,#000,#fff);
    background-image: radial-gradient(circle farthest-corner at 50% 50%,var(--color-002),#06060c);
    justify-content: center;
    padding-top: 8em;
    padding-bottom: 10em;
    position: relative;
    overflow: hidden
}

.main-section.cc-min-100vh.cc-gradient {
    background-image: radial-gradient(circle farthest-corner at 50% 50%,var(--color-002),var(--black))
}

.main-section.cc-higher {
    padding-top: 12em;
    padding-bottom: 12em
}

.main-section.cc-rbg-hero-merge {
    align-items: flex-start;
    min-height: 300vh;
    padding: 0;
    display: flex;
    overflow: visible
}

.main-section.cc-rbg-hero-merge.transform-hero {
    min-height: 100vh
}

.main-section.cc-light-feature {
    background-color: #d0c1f9;
    background-image: linear-gradient(#f2f2ff,#d0c1f9)
}

.main-section.cc-light-feature.cc-12-top {
    padding-top: 12em
}

.main-section.cc-sticky-height-tti {
    height: 400vh;
    padding: 0
}

.main-section.cc-purple-gradient {
    background-image: linear-gradient(180deg,var(--color-002),var(--black))
}

.divider {
    width: 1.5em;
    height: 1.5em
}

.btn-secondary {
    color: #1f1f24;
    letter-spacing: -.025em;
    background-color: #fff;
    border: .125em solid #000;
    border-radius: 2em;
    padding: .875em 2.375em;
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1
}

.btn-primary {
    color: #fff;
    text-align: center;
    letter-spacing: -.025em;
    white-space: nowrap;
    background-color: #9870ff;
    border-radius: 2em;
    justify-content: center;
    align-items: center;
    padding: 1em 2.5em;
    font-size: 1.25em;
    font-weight: 500;
    text-decoration: none;
    transition: all .2s;
    display: flex
}

.btn-primary:hover {
    color: #fff;
    background-color: #895cff
}

.btn-primary.cc-generate {
    -webkit-text-stroke-color: transparent;
    min-width: 18em;
    font-size: 1.2rem;
    font-weight: 500
}

.btn-primary.cc-nav-bar {
    font-size: 1.25em
}

.btn-primary.cc-nav-bar.cc-w-links {
    margin-left: 1em
}

.btn-primary.cc-vanish,.btn-primary.cc-rbg {
    font-size: 1.25em
}

.btn-primary.a-cta {
    font-size: 1.2rem;
    line-height: 1
}

.btn-primary.cc-large {
    background-color: #9870ff;
    width: auto;
    padding: 1.25em 3em;
    font-size: 1.25em
}

.btn-primary.cc-large:hover {
    background-color: #8657ff
}

.btn-primary.cc-large.a-cta {
    display: flex
}

.btn-primary.cc-404 {
    font-size: 1em
}

.btn-primary.cc-rbg-v2 {
    border: 1px solid #9870ff
}

.btn-primary.cc-ghost {
    border: 1px solid var(--medium-purple);
    color: var(--medium-purple);
    background-color: #0000
}

.btn-primary.cc-ghost:hover {
    border-color: var(--color-001);
    color: var(--color-001)
}

.btn-primary.cc-blink {
    border: 1px solid var(--color-002);
    color: var(--color-002);
    background-color: #0000;
    margin-top: 1rem;
    padding-right: 5em;
    display: none;
    position: relative
}

.btn-primary.cc-blink:hover {
    background-color: #9870ff33
}

.btn-primary.cc-after-attempts {
    margin-top: 1em;
    display: none
}

.btn-tertiary {
    color: #1f1f24;
    letter-spacing: -.025em;
    background-color: #fff;
    padding: 0;
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1
}

.group-wrap {
    width: 100%;
    max-width: 56em
}

.buttons-wrap {
    align-items: center;
    display: flex
}

.par-base {
    letter-spacing: -.025em;
    line-height: 1.375
}

.par-base.cc-par-l {
    font-size: 1.25em
}

.par-base.cc-par-s {
    font-size: 1em
}

.par-base.cc-par-xl {
    font-size: 1.5em
}

.par-base.cc-feature {
    color: var(--brand-black);
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    font-size: 1.25rem
}

.btn-complimentry {
    color: var(--color-002);
    letter-spacing: -.025em;
    background-color: #d4fc54;
    border-radius: 2em;
    padding: 1em 2.5em;
    font-size: 1.125em;
    line-height: 1
}

.social-icon {
    color: #fff;
    margin-right: 2em;
    transition: all .2s
}

.social-icon:hover {
    color: var(--color-001)
}

.social-embed {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex
}

.new-p-reg {
    color: #fff;
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4em
}

.new-p-reg.stats-txt {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.1
}

.new-p-reg.stats-txt.m-txt {
    max-width: 20ch;
    line-height: 1.25em
}

.new-stats-ttl {
    color: var(--color-001);
    text-align: center;
    margin-top: 0;
    margin-bottom: .5em;
    font-size: 3em;
    font-weight: 400;
    line-height: 1em
}

.image-24 {
    width: 3em;
    max-width: none;
    margin-bottom: 2em
}

.stats-wrapper {
    flex-direction: column;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: space-between flex-start;
    place-items: center;
    margin-top: auto;
    margin-bottom: auto;
    display: flex
}

.stats-all-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start stretch;
    max-width: 1280px;
    display: grid
}

.stats-icon {
    flex-direction: column;
    align-items: center;
    width: auto;
    height: auto;
    margin-bottom: 0;
    display: flex
}

.rating-new {
    object-fit: fill;
    background-image: linear-gradient(#000,#000);
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: auto;
    margin-left: auto;
    padding: 8em 3em;
    display: flex;
    overflow: hidden
}

.testimonials-new {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 4em;
    padding-bottom: 4em;
    display: flex;
    overflow: hidden
}

.new-quote-author {
    color: #868383;
    letter-spacing: -.015em;
    margin-top: 1em;
    margin-bottom: 0;
    font-family: Brown-Italic,sans-serif;
    font-size: 1.1rem;
    font-style: italic;
    font-weight: 700;
    line-height: 1
}

.testimonial-arrow {
    padding-top: 0
}

.links-wrap {
    text-align: left;
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 60%;
    margin-left: 0;
    font-size: 1em;
    font-weight: 400;
    display: flex
}

.links-wrap.cc-align-c {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 150%;
    max-width: none
}

.link {
    color: #969292;
    white-space: nowrap;
    background-color: #0000;
    border-right: 1px solid #868383;
    margin-top: .5em;
    margin-bottom: .5em;
    padding: 0 .5em;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    display: block
}

.link:hover {
    color: var(--color-001)
}

.link.cc-last {
    border-right-style: none
}

.link.cc-black {
    color: var(--brand-black)
}

.link.cc-black:hover {
    color: var(--color-002)
}

.link.cc-hide {
    display: none
}

.app-store-badge {
    width: auto;
    max-width: none;
    height: 3em
}

.app-store-badge.cc-small {
    height: auto
}

.cc-heading-footer {
    color: var(--white);
    text-align: center;
    max-width: 24ch;
    margin-top: .75em;
    margin-bottom: .75em;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.3
}

.cc-heading-footer.cc-black {
    color: var(--brand-black);
    font-weight: 700
}

.footer-badges-col {
    text-align: left;
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    margin-top: 2em;
    margin-bottom: 2em;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex
}

.footer-badges-col.cc-lp {
    margin-top: 6em
}

.footer-badges-col.cc-footer {
    width: 100%;
    margin-top: 0
}

.footer {
    flex-direction: column;
    padding: 6em 2em 3em;
    display: block;
    overflow: hidden
}

.footer.cc-black {
    background-color: #161315;
    background-image: none;
    padding-top: 3em
}

.footer.cc-lp {
    background-color: var(--black);
    background-image: none;
    padding-top: 1em;
    padding-bottom: 2.5em
}

.footer.cc-lp.a-location-footer {
    padding: 2rem
}

.footer.a-location-footer {
    background-image: none;
    padding: 0
}

.footer.cc-bm {
    padding-top: 8em;
    padding-bottom: 8em
}

.socialicon-2 {
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/62f36fc6eb749698029e0d7a_Group%202386.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 95%;
    width: 2.5em;
    height: 2.5em;
    margin: .5em 1em .5em 0;
    padding-left: 0
}

.socialicon-2:hover {
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/62f36f4464f6eb3ecf229eb1_Group%202385.svg);
    background-position: 0 0;
    background-size: contain
}

.socialicon-2.tt {
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/62f388e3e8660ce3515783a6_tiktok-grey.svg)
}

.socialicon-2.tt:hover {
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/62f3895e7d04309fe9fbf124_Group%202391.svg)
}

.socialicon-2.tt.lp-mobile-icon {
    width: 3em;
    height: 3em
}

.socialicon-2.yt {
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/62f388e3eb74965cea9f09db_yt-grey.svg);
    width: 2.5em;
    height: 2.5em
}

.socialicon-2.yt:hover {
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/62f3893ee54e015fad6334ec_Group%202390.svg)
}

.socialicon-2.yt.lp-mobile-icon {
    width: 3em;
    height: 3em
}

.socialicon-2.tw {
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/62f388e35606d807d6b16892_twitter-grey.svg)
}

.socialicon-2.tw:hover {
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/62f3893e87c55473a1769e59_Group%202389.svg)
}

.socialicon-2.tw.lp-mobile-icon {
    width: 3em;
    height: 3em
}

.socialicon-2.ig {
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/62f388e337dc7362c962a6fb_ig-grey.svg)
}

.socialicon-2.ig:hover {
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/62f38926eb749680099f0d82_Group%202392.svg)
}

.socialicon-2.ig.lp-mobile-icon,.socialicon-2.lp-mobile-icon {
    width: 3em;
    height: 3em
}

.socialicons-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    position: relative
}

.bottom-cookie-wrapper {
    z-index: 10;
    background-color: #1f1f24;
    justify-content: space-between;
    align-items: flex-end;
    padding: 24px;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
    overflow: visible
}

.cookie-content {
    align-items: center;
    display: flex
}

.cookie-content.bottom-banner-content {
    position: absolute;
    top: auto;
    right: 24px
}

.no-margin {
    margin-bottom: 0
}

.no-margin.white-text {
    color: #fff
}

.no-margin.white-text.max-700 {
    color: #eafcff;
    margin-top: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1em
}

.cookie-span {
    color: #d0beff;
    border-bottom-style: none;
    font-size: 1em;
    font-weight: 400;
    line-height: 1em
}

.white-x {
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/62f3568e6d43f214531461ff_Vector%202%20\(Stroke\).svg);
    background-position: 0 0;
    background-size: auto;
    width: 17px;
    height: 17px
}

.main-header {
    z-index: 9999;
    background-image: linear-gradient(#00000080,#00000080);
    border: 1px #000;
    padding: 1rem 2rem;
    position: fixed;
    inset: 0% 0% auto
}

.main-header.cc-trans {
    background-color: #0000;
    background-image: none;
    padding: .75em 2em
}

.main-header.cc-trans.cc-hall {
    background-color: var(--black);
    padding-left: 1em
}

.main-header.cc-trans.cc-vanish.a-location-menu {
    background-color: #0000;
    padding: 1rem 2rem;
    display: block;
    top: 0%
}

.main-header.cc-trans.a-location-menu {
    padding-left: 1rem;
    padding-right: 1rem;
    position: fixed
}

.main-header.cc-black {
    background-color: var(--black);
    background-image: none;
    padding: .75em 2em
}

.main-header.cc-black.a-location-menu {
    padding: 1rem 2rem
}

.main-header._w-marqee {
    background-color: #fff0;
    background-image: none;
    padding: 0 0 .75em
}

.main-header._w-marqee.a-location-menu {
    background-color: #fff0;
    padding: 0 0 0;
    position: fixed
}

.main-header.a-location-menu {
    background-image: none;
    width: 100%;
    padding: 1rem 0;
    position: static
}

.main-header.a-location-menu.position-fixed {
    aspect-ratio: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    position: fixed
}

.main-header.a-location-menu.position-fixed.xmas-bg-1.xmas-header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fbf8ef;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex
}

.nav-container {
    justify-content: space-between;
    align-items: stretch;
    width: 90vw;
    max-width: 1920px;
    height: 8em;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.nav-container.cc-full {
    align-self: flex-end;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 100%;
    margin-top: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex
}

.nav-container.cc-w-marqee {
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: .75em;
    padding-left: 2em;
    padding-right: 2em
}

.nav-logo {
    width: 100%;
    max-width: none
}

.nav-logo.cc-mobile {
    width: 3.5em;
    display: none
}

.nav-logo.cc-welcome {
    max-width: 7.5em;
    margin-bottom: 3.5em
}

.logo-link {
    align-items: center;
    width: 10rem;
    max-width: none;
    display: flex
}

.logo-link.w--current {
    width: 10rem
}

.logo-link.cc-hal {
    width: 14em;
    max-width: 220px
}

.image-29 {
    max-width: 80%;
    display: none;
    position: static;
    top: 250px
}

.imgs {
    background-color: var(--white);
    justify-content: space-between;
    padding-top: 8em;
    padding-bottom: 12em;
    display: flex
}

.cancel-anytime-label {
    color: var(--white);
    text-align: center;
    letter-spacing: 0;
    width: auto;
    padding: 1em 0;
    font-weight: 300
}

.img-section-heading-wrapper {
    width: 30%;
    line-height: 1.1
}

.img-section-heading {
    color: var(--color-001);
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 90px;
    font-size: 4em;
    line-height: 1.1
}

.gallery-wrapper {
    width: 70%;
    margin-left: 5%;
    margin-right: 5%
}

.grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "Area Area-2";
    width: auto;
    max-width: none;
    margin-left: 0
}

.img-wrapper {
    min-width: auto;
    max-width: 100%
}

.link-block-10 {
    position: relative;
    top: 250px
}

.slider-2 {
    display: none
}

.image-34 {
    color: #d6d6d6;
    text-align: left;
    background-color: #0000;
    max-width: 7em
}

.div-block-26 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.utility-page-wrap {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    display: flex
}

.utility-page-content {
    text-align: center;
    flex-direction: column;
    width: 260px;
    display: flex
}

.utility-page-form {
    flex-direction: column;
    align-items: stretch;
    display: flex
}

._404-wrap {
    background-image: linear-gradient(to bottom,var(--color-002),var(--color-002));
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    min-height: 100vh;
    padding: 2em;
    display: flex
}

._404-logo {
    width: 4em;
    margin-bottom: 1em
}

._404-h {
    color: var(--color-003);
    margin-bottom: .25em
}

._404-txt {
    color: var(--white);
    text-align: center;
    max-width: 32ch;
    margin-bottom: 1.5em;
    font-size: 1.125em;
    font-weight: 300
}

.copyright-4 {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    margin-top: .7em;
    margin-left: 0;
    margin-right: 0;
    font-size: .9em;
    font-weight: 300;
    display: flex
}

.paragraph-13 {
    color: #969292;
    margin: 4px 2em 4px 1em;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1
}

.paragraph-13.cc-black {
    color: var(--brand-black)
}

.seciton-name-wrapper {
    padding: 40px 0 0
}

.seciton-name-wrapper._02 {
    width: 90vw;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0
}

.shape-02 {
    background-image: linear-gradient(to right,#252525,var(--color-001));
    border-radius: 50%;
    width: 24em;
    height: 24em;
    position: absolute;
    inset: auto 0% -40% auto
}

.testemonial-text {
    color: #fff;
    text-align: left;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.25
}

.section-02 {
    height: 320vw;
    padding-top: 6em
}

.left-errow-icon {
    width: 80%
}

.footer-text-link {
    color: #969292;
    background-color: #0000;
    border-right: 1px solid #868383;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 0 .5em;
    font-size: 1em;
    font-weight: 400;
    line-height: 1em;
    text-decoration: none;
    display: block
}

.footer-text-link:hover {
    color: var(--color-001)
}

.footer-text-link.no-right-border {
    border: 1px #000;
    padding-left: .5em
}

.links-wrap-2 {
    flex-wrap: wrap;
    margin-left: 10px;
    display: flex
}

.testemonial-user-name {
    color: #fff;
    text-align: left;
    padding-top: 40px
}

.paragraph-14 {
    color: #969292;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: .5em;
    font-size: 1em;
    font-weight: 400;
    line-height: 1em
}

.table-data {
    border-top: 1px solid #ffffff52;
    border-left: 1px solid #ffffff52;
    justify-content: flex-start;
    align-items: center;
    padding: 1.5em 1em;
    display: flex
}

.table-data.cc-th {
    background-color: #00000080;
    border-top-style: none;
    align-items: center;
    display: flex
}

.table-data.cc-row-h {
    background-color: #00000080;
    border-left-style: none
}

.table-data.cc-spacer {
    background-color: #00000080;
    border-top-style: none;
    border-left-style: none
}

.arrow-right-icon {
    width: 80%
}

.slider-text-wrapper {
    text-align: left;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: auto;
    margin-top: 3em;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    inset: 0%
}

.th-h {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.625em;
    font-weight: 500;
    line-height: 1.25
}

.right-arrow-3 {
    justify-content: center;
    width: 84px;
    height: 47px;
    display: flex
}

.table-data-text {
    color: #fff;
    letter-spacing: -.025em;
    max-width: 22ch;
    font-size: 1.25em;
    line-height: 1.25
}

.frame {
    height: 100%;
    display: flex;
    position: relative;
    overflow: visible
}

.slider-3 {
    background-color: #0000
}

.main-h {
    z-index: 3;
    color: #fff;
    margin-top: 0;
    margin-bottom: .75em;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.125;
    position: relative
}

.main-h.cc-allcaps {
    text-align: center;
    text-transform: uppercase;
    max-width: 22ch;
    margin-bottom: .5em;
    font-family: Brown-Italic,sans-serif;
    font-style: italic
}

.main-h.cc-allcaps.cc-b-m {
    text-transform: none;
    margin-top: 0;
    margin-bottom: 1em;
    font-family: Brown,sans-serif;
    font-style: normal
}

.main-h.cc-allcaps.cc-shott {
    max-width: 16ch
}

.new-stats-ttl-2 {
    color: var(--color-001);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3em;
    font-weight: 400;
    line-height: 1em
}

.sec-03-title {
    color: var(--white);
    max-width: 16ch;
    font-size: 4em;
    font-weight: 700;
    line-height: 1
}

.mask-2 {
    width: auto;
    height: auto;
    margin-left: 100px;
    margin-right: 100px;
    left: auto
}

.section-icon {
    padding-bottom: 30px
}

.moving-slide {
    flex: none;
    align-items: center;
    width: 100vw;
    min-height: 100vh;
    padding: 4em;
    display: flex;
    position: relative
}

.moving-slide.cc-rbg {
    width: 100vw
}

.comparison-table {
    z-index: 3;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    mix-blend-mode: normal;
    background-image: linear-gradient(#ffffff29,#ffffff29);
    border: 1px solid #fff;
    border-radius: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    margin-top: 1.25em;
    padding: 0;
    display: grid;
    position: relative;
    overflow: auto
}

.testi-section {
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/6305bd438b3a0024ca36c973_reviews-shape.png);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 50%;
    margin-top: 0;
    padding: 10em 50px 16em
}

.grid-cell.cc-flev-l-c-lp {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.grid-cell.cc-flev-l-c-lp.cc-cta-sec {
    flex-direction: column;
    align-items: center;
    padding-top: 4em;
    padding-bottom: 4em;
    display: block
}

.grid-cell.cc-flev-l-c-lp.cc-cta-sec.hp-banner {
    flex-direction: column;
    align-items: center;
    display: flex
}

.grid-cell.ccfull-w {
    width: 100%
}

.grid-cell.cc-flev-l-c {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.grid-cell.cc-mockup {
    width: 100%
}

.grid-cell.cc-flex-center-on-mobile {
    z-index: 1;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    position: relative
}

.grid-cell.cc-rbg-cta-banner {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 1em;
    display: flex
}

.grid-cell.cc-mockup {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex
}

.grid-cell.cc-flex-aligh-items-left {
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    display: flex;
    position: relative
}

.grid-cell.cc-flex-aligh-items-left.cc-80 {
    width: 80%
}

.grid-cell.cc-max-001 {
    max-width: 80%
}

.grid-cell.cc-center-mobile {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: relative
}

.grid-cell.cc-80 {
    width: 70%
}

.image-36 {
    width: auto;
    max-width: none;
    height: 3em;
    margin-bottom: 1em
}

.main-container-2 {
    width: 90vw;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto
}

.vl-logo-symbol {
    flex: none;
    width: 15%;
    margin-right: 1em
}

.title-box {
    width: 50vw;
    padding-top: 64px;
    display: flex
}

.section-name {
    color: var(--white);
    letter-spacing: 2px;
    font-weight: 300;
    line-height: 1
}

.new-p-reg-2 {
    color: #fff;
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4em
}

.new-p-reg-2.cc-red {
    color: #fff;
    text-align: center;
    font-size: 1.375em
}

.slide-nav-3 {
    display: none
}

.slide {
    background-color: #0000;
    width: 50%;
    height: auto;
    padding: 1.5em
}

.stats-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 1em;
    flex-direction: column;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: space-between;
    align-items: stretch;
    margin-top: auto;
    margin-bottom: auto;
    display: grid
}

.footer-badges-col-2 {
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex
}

.slider-mask {
    width: 100vw;
    height: 100vh;
    position: sticky;
    top: 6em;
    overflow: hidden
}

.slider-mask.cc-rmg {
    background-image: linear-gradient(#000,#220f50);
    top: 0;
    overflow: hidden
}

.stats-all-wrapper-2 {
    grid-column-gap: 4em;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 1280px;
    display: grid
}

.lp-cta-sec {
    background-image: linear-gradient(90deg,#7254bd,#6a4cb6 20% 41%,#41318d 61%,#373fa6 83%,#2c2853);
    align-items: center;
    display: flex
}

.lp-cta-sec.a-location-sale-banner-bottom {
    background-image: linear-gradient(156deg,#7254bd,#41318d 57%,var(--color-002))
}

.rating-new-2 {
    object-fit: fill;
    background-image: linear-gradient(#0009,#0009),url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/6304863faaccdb42af301b34_GettyImages-157424228.webp);
    background-position: 0 0,50%;
    background-size: auto,cover;
    background-attachment: scroll,fixed;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: auto;
    margin-left: auto;
    padding: 12em 3em;
    display: flex;
    overflow: hidden
}

.banner-text {
    color: #fff;
    text-align: center;
    max-width: 23ch;
    margin-top: 0;
    margin-bottom: .5em;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1
}

.copyright-5 {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    height: 20px;
    margin-top: 1em;
    margin-left: 0;
    margin-right: 0;
    font-size: .9em;
    font-weight: 300;
    display: flex
}

.grid-base {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    align-items: center
}

.grid-base.cc-lp-hero {
    grid-template-columns: 1fr 1.5fr;
    position: relative
}

.grid-base.cc-t2i-hero {
    grid-column-gap: 4vw;
    grid-template-columns: 1fr 1fr;
    width: 100%
}

.grid-base.cc-even {
    grid-row-gap: 0vw;
    grid-template-columns: 1fr 1fr
}

.grid-base.cc-rbg {
    grid-template-columns: auto;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.left-arrow-3 {
    justify-content: center;
    width: 84px;
    height: 47px;
    display: flex
}

.main-body {
    background-color: var(--black)
}

.grid-base-2 {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-rows: auto;
    align-items: center;
    margin-top: 12em;
    margin-bottom: 12em
}

.grid-base-2.features {
    align-items: center;
    margin-top: 0;
    margin-bottom: 0
}

.features-container {
    width: 90vw;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.features-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
    display: block
}

.features-section.cc-is-hidden {
    display: none
}

.hero-bg-image--lp {
    color: #fff;
    text-align: center;
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/62d4fb88fc49d7b542feea93_vl-desktop_bg.jpeg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    min-height: 100vh;
    margin-top: 0;
    padding-top: 2em;
    padding-bottom: 2em;
    display: flex
}

.hero-bg-image--lp.cc-hlwn {
    margin-top: 90px
}

.hero-bg-image--lp.a-location-header.cc-performance-page {
    display: flex
}

.shape-hero {
    z-index: 0;
    background-image: linear-gradient(90deg,#2d2d2d,#6d46d3 79%,#7e4cff);
    border-radius: 0% 1000px 1000px 0%;
    width: 54%;
    padding-top: 50%;
    position: absolute;
    top: 0;
    left: 0
}

.big-h-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em;
    display: flex;
    position: absolute;
    inset: 0%
}

.big-h {
    z-index: 0;
    color: #fff;
    text-align: center;
    font-size: 5rem;
    line-height: 1;
    position: relative
}

.big-h.cc-stroke {
    z-index: 5;
    color: #fff0;
    font-size: 5rem;
    position: absolute;
    inset: 0%
}

.big-h-anchor {
    max-width: 50rem;
    font-weight: 300;
    position: relative
}

.cta-img {
    width: 25rem;
    max-width: none;
    height: auto;
    margin-top: -3.75em;
    display: block;
    position: relative
}

.cta-img.cc0rbg {
    width: 100%;
    max-width: 28em
}

.btn--label {
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.btn--label.ai-lp-list-button {
    align-items: flex-start;
    margin-top: 2em;
    margin-left: 4em
}

.cancel-label {
    color: #7d7d7f;
    text-align: center;
    margin-top: .75em;
    font-size: .9em;
    font-weight: 400;
    line-height: 1.25em
}

.slide-img {
    flex: none;
    width: 20%;
    min-width: 16em;
    max-width: 24em;
    position: absolute;
    top: 20%;
    left: 20%
}

.slide-img._001 {
    width: 15%;
    top: 12.5%;
    left: 10%
}

.slide-img._002 {
    inset: auto 0% 22.5% auto
}

.slide-img._003 {
    top: 32%;
    left: 10%
}

.slide-img._004 {
    top: 15%;
    left: auto;
    right: 28%
}

.slide-img._005 {
    top: 30%
}

.slide-img._006 {
    top: 15%;
    left: auto;
    right: 20%
}

.slide-img.rbg-002 {
    width: 15%;
    min-width: auto;
    max-width: none;
    inset: auto 10% 20% auto
}

.slide-img.rbg-001 {
    width: 15%;
    min-width: auto;
    max-width: none;
    top: 18%;
    left: 10%
}

.slide-img.rng-003 {
    width: 15%;
    min-width: auto;
    max-width: none;
    top: 32%;
    left: 10%
}

.slide-img.rbg-004 {
    width: 15%;
    min-width: auto;
    max-width: none;
    top: 15%;
    left: auto;
    right: 10%
}

.slide-img.rbg-005 {
    width: 15%;
    min-width: auto;
    max-width: none;
    top: 30%;
    left: 10%
}

.slide-img.rbg-006 {
    width: 15%;
    min-width: auto;
    max-width: none;
    top: 15%;
    left: auto;
    right: 10%
}

.footergif {
    border-radius: 10px;
    align-self: center;
    width: 6rem;
    max-width: none;
    height: auto
}

.app-store-img {
    width: 100%;
    max-width: none;
    height: 100%
}

.slider-arrow {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.reviews-slider {
    background-color: #fff;
    width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.quote-text {
    color: #000;
    text-align: center;
    max-width: 40ch;
    margin-bottom: 1em;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    display: block
}

.stars {
    width: 100%;
    max-width: 10em
}

.slide-content {
    flex-direction: column;
    align-items: center;
    padding: 4em 5em;
    display: flex
}

.slider-nav {
    display: none
}

.made-with {
    z-index: 5;
    width: 100%;
    max-width: 10em;
    position: absolute;
    bottom: -25%;
    right: -1.75%
}

.top-stripe-wrapper {
    background-image: linear-gradient(#000,#000);
    display: block;
    position: absolute;
    inset: 0% 0% auto
}

.moving-text-wrapper {
    width: 100vw;
    overflow: hidden
}

.animtated-text1 {
    background-color: #000;
    justify-content: flex-start;
    align-items: center;
    width: 300vw;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    display: flex
}

.animated-text {
    color: var(--white);
    white-space: nowrap;
    margin-left: 1em;
    margin-right: 1em;
    font-size: 1.1rem;
    font-weight: 400
}

.dot {
    background-color: #fff;
    border-radius: 100px;
    flex: none;
    width: .5em;
    height: .5em
}

.made-with-counter {
    z-index: 5;
    width: 100%;
    max-width: 10em;
    position: absolute;
    bottom: -25%;
    right: 0%
}

.made-with-counter.cc-star {
    max-width: 5.5em;
    top: -50%;
    bottom: auto;
    right: 10%
}

.features-ul {
    max-width: 32rem;
    margin-bottom: 0;
    padding-left: 0
}

.features-ul.cc-narrow {
    max-width: 33em;
    margin-bottom: 0
}

.mock-vid-2 {
    z-index: 1;
    border: .25em solid #fff;
    border-radius: 1.5em;
    width: 50%;
    height: auto;
    padding-top: 88.5%;
    display: block;
    position: relative;
    bottom: auto;
    right: auto;
    overflow: hidden
}

.mock-vid-2.cc-reverse {
    left: -4em;
    right: auto
}

.mock-vid-2.save-the-date {
    width: auto;
    padding-top: 0%
}

.listicon {
    width: 1.5rem;
    max-width: none;
    padding-top: .5em
}

.listicon.cc-rbg {
    padding-top: .25em
}

.feature-par-2 {
    color: #fff;
    margin-bottom: 3px;
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.4em
}

.feature-par-2.cc-smaller {
    letter-spacing: normal;
    max-width: 42ch;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4
}

.feature-par-2.cc-smaller.cc-black {
    color: var(--brand-black);
    font-weight: 400
}

.feature-par-2.cc-step {
    max-width: 36ch;
    margin-top: .375em;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 400
}

.feature-par-2.cc-bm {
    margin-top: .5em;
    margin-bottom: 1.5em
}

.feature-li {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template: ".Area"". ."".Area-2"/auto 2.75fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: start;
    margin-top: 3em;
    margin-bottom: 3em;
    display: grid
}

.feature-li.list-btn {
    margin-bottom: 3em
}

.feature-li.icon-list {
    margin-top: 0
}

.feature-li.cc-bm {
    margin-top: 0;
    margin-bottom: 5em
}

.feature-li.cc-tm {
    margin-top: 0;
    margin-bottom: 0
}

.feature-h-2 {
    color: #fff;
    letter-spacing: -.015rem;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.1
}

.feature-h-2.cc-small {
    text-transform: none;
    max-width: 34ch;
    margin-top: auto;
    margin-bottom: auto;
    line-height: 1.25
}

.feature-h-2.cc-black {
    color: var(--brand-black)
}

.fixed-bg-2 {
    object-fit: cover;
    object-position: 50% 50%;
    background-image: linear-gradient(#0006,#0006),url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/630b5154ef12211ca0688ec7_Group%202391.png);
    background-position: 0 0,50%;
    background-repeat: repeat,no-repeat;
    background-size: auto,cover;
    background-attachment: scroll,fixed;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-start;
    width: 80%;
    height: auto;
    margin-top: 0;
    margin-right: 0;
    padding-top: 80%;
    display: flex;
    position: relative;
    overflow: visible
}

.fixed-bg-2.cc-reverse {
    background-image: linear-gradient(#0000,#0000),url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/630795a11ee1d1dd38816bd3_bg3.png)
}

.fixed-bg-2.cc-reverse.bg-2 {
    background-image: linear-gradient(#0000,#0000),url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/630b5519b001262640d75055_features-bg-2%201.png);
    background-position: 0 0,100%;
    background-size: auto,contain;
    padding-top: 0%
}

.fixed-bg-2.bg-3 {
    background-image: linear-gradient(#0000,#0000),url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/630b5154ef12211ca0688ec7_Group%202391.png);
    background-position: 0 0,0%;
    background-size: auto,contain;
    padding-top: 0%
}

.fixed-bg-2.bg-1 {
    background-image: linear-gradient(#0000,#0000),url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/630b7466463af528f875ec53_bg-features-01.png);
    background-position: 0 0,0%;
    background-size: auto,contain
}

.div-block-28 {
    margin-bottom: 0;
    padding-bottom: 0
}

.made-w-img {
    width: 521px;
    height: auto
}

.styles-wrap {
    max-width: 37.5em;
    margin-left: auto;
    margin-right: auto
}

.badge-wrapper {
    justify-content: space-between;
    display: block;
    position: absolute;
    inset: auto 5% 5% auto
}

.html-embed-6 {
    display: block;
    position: static;
    inset: auto 3% 3% auto
}

.main-blur {
    filter: blur(120px);
    background-color: #3b03bb;
    border-radius: 50%;
    width: 30%;
    padding-top: 15%;
    position: absolute;
    top: 0;
    left: 0
}

.main-blur.cc-rbg-hero-001 {
    z-index: -5;
    background-color: var(--color-001);
    opacity: .7;
    filter: blur(150px);
    width: 30%;
    padding-top: 30%;
    position: absolute;
    inset: auto 0 -5% 45%
}

.main-blur.cc-rbg-hero-001.cc-pink {
    z-index: -5;
    opacity: .7;
    background-color: #fa5bd0;
    width: 35%;
    padding-top: 35%;
    bottom: 43%;
    left: 77%
}

.main-blur.cc-rbg-hero-002 {
    opacity: .8;
    filter: blur(100px);
    background-color: #d4fc54;
    width: 20%;
    padding-top: 20%;
    inset: 0% 0% auto auto
}

.main-blur.cc-slider-001 {
    background-color: var(--color-001);
    opacity: .24;
    padding-top: 30%;
    display: block;
    top: 25%;
    left: -10%
}

.main-blur.cc-slider-002 {
    z-index: -1;
    opacity: .6;
    background-color: #603ab8;
    padding-top: 30%;
    top: 25%;
    left: 50%
}

.main-blur.cc-slider-001 {
    z-index: -1;
    opacity: .6;
    background-color: #9870ff;
    padding-top: 30%;
    top: 25%;
    left: -10%
}

.main-blur.cc-slider-00123 {
    z-index: -3;
    opacity: .6;
    filter: blur(100px);
    background-color: #4d0d5d;
    width: 20%;
    padding-top: 20%;
    top: 59%;
    left: auto;
    right: 10%
}

.main-blur.cc-wel-001 {
    z-index: 0;
    opacity: .8;
    filter: blur(100px);
    background-color: #9870ff99;
    width: 25%;
    padding-top: 25%;
    top: 11%;
    bottom: auto;
    left: auto
}

.main-blur.cc-wel-002 {
    z-index: 0;
    background-color: var(--color-002);
    opacity: .8;
    filter: blur(100px);
    width: 20%;
    padding-top: 20%;
    top: 40%;
    bottom: auto;
    left: 33%
}

.main-blur.cc-wel-003 {
    z-index: 0;
    opacity: .8;
    filter: blur(100px);
    background-color: #e6e6ff30;
    width: 20%;
    padding-top: 20%;
    inset: auto 10% 20% auto
}

.main-blur.cc-rbg-hero-001 {
    z-index: -2;
    opacity: .7;
    filter: blur(150px);
    background-color: #9870ff;
    width: 30%;
    padding-top: 30%;
    position: absolute;
    inset: auto 0 -5% 45%
}

.main-blur.cc-rbg-hero-001.cc-pink {
    z-index: -5;
    background-color: var(--orchid);
    opacity: .7;
    width: 35%;
    padding-top: 35%;
    bottom: 43%;
    left: 77%
}

.main-blur.cc-below-hero-001 {
    z-index: 0;
    opacity: 1;
    filter: blur(150px);
    background-color: #6647f399;
    width: 40%;
    padding-top: 40%;
    position: absolute;
    inset: -20% auto auto 10%
}

.main-blur.cc-below-hero-001.cc-hide {
    left: 25%
}

.main-blur.cc-below-hero-002 {
    z-index: 0;
    opacity: 1;
    filter: blur(150px);
    background-color: #6647f399;
    width: 30%;
    padding-top: 30%;
    position: absolute;
    top: -15%;
    left: auto;
    right: -9%
}

.main-blur.cc-wel-002 {
    z-index: 0;
    opacity: .8;
    filter: blur(100px);
    background-color: #341b6e;
    width: 20%;
    padding-top: 20%;
    top: 40%;
    bottom: auto;
    left: 33%
}

.main-blur.cc-light {
    z-index: 0;
    opacity: 1;
    filter: blur(100px);
    background-color: #fff;
    width: 40%;
    padding-top: 40%;
    top: 35%;
    left: auto;
    right: 20%
}

.main-blur.cc-purple {
    z-index: -1;
    opacity: .48;
    width: 23%;
    padding-top: 23%;
    top: 25%;
    left: -10%
}

.main-blur.cc-purple.cc-slider2 {
    width: 23%;
    padding-top: 23%;
    inset: auto -5% 25% auto
}

.main-blur.cc-0001 {
    z-index: -1;
    background-color: #9870ffb3;
    width: 80%;
    padding-top: 80%;
    top: auto;
    bottom: -20%;
    left: -29%
}

.main-blur.cc-tti-btn {
    z-index: -1;
    background-color: var(--color-003);
    filter: blur(100px);
    width: 20em;
    height: 20em;
    padding-top: 0%;
    top: auto;
    bottom: -20%;
    left: 0%
}

.main-blur.cc-purple-blur {
    background-color: #9870ff8f;
    inset: auto 0% 0% auto
}

.main-blur.cc-purple-blur.cc-hero {
    width: 20%;
    padding-top: 20%;
    top: 25%;
    right: 11%
}

.main-blur.cc-2nd-section-ver1 {
    z-index: -1;
    background-color: var(--pl-purple-mid);
    opacity: 1;
    filter: blur(150px);
    width: 35%;
    padding-top: 35%;
    position: absolute;
    inset: 20% 25% auto auto
}

.main-blur.cc-2nd-section-ver1.cc-desktop {
    top: -31%;
    right: 69%
}

.main-blur.cc-2nd-section-ver1.cc-right {
    inset: auto auto -15% 20%
}

.main-blur.cc-2nd-section-ver2 {
    z-index: 0;
    background-color: var(--pl-purple-mid);
    opacity: 1;
    filter: blur(150px);
    z-index: 0;
    background-color: var(--pl-purple-mid);
    opacity: 1;
    inset: -20% 25% auto auto;
    z-index: 0;
    background-color: var(--pl-purple-mid);
    opacity: 1;
    inset: 10% 37% auto auto;
    width: 35%;
    padding-top: 35%;
    position: absolute;
    inset: -10% 25% auto auto
}

.main-blur.purple-hero-upd {
    background-color: #432291;
    width: 23%;
    padding-top: 23%;
    display: block;
    inset: 25% 27% auto auto
}

.main-blur.cc-slider-004 {
    z-index: -1;
    opacity: .6;
    background-color: #603ab8;
    padding-top: 30%;
    display: none;
    top: 25%;
    left: 30%;
    right: 30%
}

.main-blur.cc-below-hero-002 {
    z-index: 0;
    opacity: 1;
    filter: blur(150px);
    background-color: #6647f399;
    width: 40%;
    padding-top: 40%;
    position: absolute;
    inset: -20% 10% auto auto
}

.main-blur.cc-lp-ai-photo-editor {
    z-index: 0;
    filter: blur(150px);
    background-color: #9870ff;
    border-radius: 50%;
    width: 100%;
    padding-top: 0%;
    top: 64%;
    left: 23%
}

.main-blur.cc-lp-ai-photo-editor.cc-sticky-div {
    filter: blur(400px);
    background-color: #250b6d;
    top: 79%;
    left: 34%
}

.t2i-hero-h {
    color: var(--color-002);
    letter-spacing: -.0325em;
    text-transform: none;
    max-width: 14ch;
    margin-top: .5em;
    margin-bottom: .5em;
    font-family: Brown,sans-serif;
    font-size: 4rem;
    font-style: normal;
    line-height: 1.1
}

.t2i-hero-h.cc-smaller {
    margin-top: 0
}

.t2i-hero-sub {
    color: var(--color-002);
    max-width: 34ch;
    margin-bottom: 1em;
    font-size: 1.5rem
}

.t2i-sec-h {
    color: #fff;
    text-transform: none;
    margin-top: .5em;
    margin-bottom: .5em;
    font-family: Brown,sans-serif;
    font-size: 3rem;
    font-style: normal;
    line-height: 1.125
}

.t2i-sec-h.cc-cta-h {
    text-align: center;
    text-transform: none;
    max-width: 28ch;
    margin-top: 1.5em;
    margin-bottom: 1em;
    font-family: Brown,sans-serif;
    font-size: 2.5em;
    line-height: 1.25
}

.t2i-sec-h.cc-cta-h.cc-bm {
    max-width: 30ch;
    margin-bottom: 1.5em;
    font-size: 2.5rem;
    line-height: 1.3
}

.t2i-sec-h.cc-centered {
    text-align: center;
    max-width: 21ch;
    margin-top: 0
}

.t2i-sec-h.max-w {
    max-width: 20ch
}

.t2i-sec-h.t2i-v2-h {
    color: var(--white);
    text-transform: none;
    max-width: 15ch
}

.t2i-par {
    color: #fff;
    max-width: 34ch;
    margin-bottom: 1.25em;
    font-size: 1.25rem
}

.t2i-par.t2i-v2-par {
    color: var(--white);
    max-width: 40ch
}

.form {
    color: #c4c4c4;
    flex-direction: column;
    align-items: flex-start;
    max-width: 37.5em;
    display: flex
}

.ai-text {
    color: #fff;
    background-color: #242327;
    border: 1px solid #666;
    border-radius: .5em;
    min-height: 13.75em;
    margin-bottom: 0;
    padding: 1em 3em 1.5em 1em;
    font-size: 1.125em
}

.ai-text:focus {
    border-color: #fff
}

.ai-text::placeholder {
    color: #8d8d8d
}

.ai-disclaimer {
    text-align: center;
    max-width: 36ch;
    margin-top: 1.25em;
    font-size: .9rem
}

.ai-disclaimer.t2i-v2-disclaimer {
    color: #8d8d8d
}

.ai-btn-wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 1.75em;
    display: flex
}

.t2i-link {
    color: #c4c4c4
}

.t2i-link.t2i-v2-link {
    color: #8d8d8d
}

.generated-img-wrap {
    border-radius: .5em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden
}

.ani-dark {
    z-index: 4;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: auto 0% -4.5em 0
}

.ani-circle {
    flex: none;
    width: 9.25em
}

.arrow-down {
    z-index: 0;
    width: 1.25em;
    position: absolute
}

.ani-light {
    z-index: 4;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: -4.625em 0% auto
}

.ani-light.cc-seo {
    top: 0
}

.ani-light.cc-seo.cc-hide {
    display: none
}

.text-slide-mask {
    justify-content: center;
    margin-bottom: 6em;
    display: flex;
    overflow: hidden
}

.text-slide-mask.xmas {
    margin-bottom: 4em;
    display: none
}

.text-slide-mask-moving {
    align-items: center;
    width: 5000px;
    padding-left: 1em;
    display: flex
}

.text-slide-mask-moving.cc-vw {
    width: auto;
    padding-left: 1vw
}

.text-slide-mask-moving.xmas {
    padding-left: 0
}

.inspired-text {
    color: #0000;
    text-transform: uppercase;
    font-family: Brown-Italic,sans-serif;
    font-size: 3.75em;
    font-weight: 700
}

.inspired-text.cc-white-stroke {
    white-space: nowrap;
    margin-left: .25em;
    margin-right: .25em;
    font-style: italic
}

.inspired-text.cc-white-stroke.xmas {
    color: #9870ff;
    font-family: veneer,sans-serif;
    font-style: normal;
    font-weight: 400
}

.ani-dot {
    border: 1.25px solid #fff;
    border-radius: 50%;
    flex: none;
    width: 1.25em;
    height: 1.25em;
    margin-left: 1em;
    margin-right: 1em
}

.ani-dot.xmas {
    border-style: none
}

.img-slide-mask {
    padding-left: 2.5em;
    overflow: hidden
}

.img-slide-mask.cc-vw {
    padding-left: 2vw
}

.img-slide {
    flex: none;
    width: 18.75em;
    margin-right: 1.5em
}

.img-slide.cc-vw {
    width: 16vw;
    margin-right: 2vw
}

.img-slide.cc-xmas {
    object-fit: fill;
    margin-right: 2em
}

.img-slide-img {
    object-fit: fill;
    width: 100%;
    height: auto;
    margin-bottom: 1em
}

.slide-img-caption {
    color: #8d8d8d;
    font-size: 1.125em
}

.img-slide-mask-moving {
    align-items: stretch;
    width: auto;
    display: flex;
    overflow: visible
}

.div-block-26-copy {
    flex-direction: column;
    align-items: center;
    display: flex
}

.vid-ph {
    z-index: 1;
    border: 1px #828282;
    border-radius: 1em;
    width: 64%;
    height: auto;
    padding-top: 80%;
    box-shadow: 0 20px 60px #341b6e80
}

.cta-sub {
    color: #fff;
    text-align: center;
    max-width: 28ch;
    margin-bottom: 1.25em;
    font-size: 1.5em
}

.cta-sub.cc-b-m {
    margin-bottom: 2em
}

.cta-sub.cc-b-m.cc-max-34 {
    max-width: 34ch
}

.cta-sub.cc-rbg {
    max-width: 48ch;
    margin-bottom: 2em;
    font-size: 1.375em
}

.zero-att-img {
    width: 20%;
    max-width: 20em;
    position: absolute
}

.zero-att-img._001 {
    top: 1.25em;
    left: 5%
}

.zero-att-img._002 {
    bottom: 7.5%;
    left: 0%
}

.zero-att-img._003 {
    top: 15%;
    right: 0%
}

.zero-att-img._004 {
    bottom: 0%;
    right: 17.5%
}

.social-link {
    color: #909091;
    border: 1px solid #909091;
    border-radius: .25em;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin: .3rem;
    display: flex
}

.social-link:hover {
    border-color: var(--color-001);
    color: var(--color-001)
}

.social-link.a-click_social_engagment-follow {
    width: 3rem;
    height: 3rem;
    margin: .3rem
}

.social-link.cc-black {
    border-color: var(--brand-black);
    color: var(--brand-black)
}

.social-html {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 48%;
    display: flex
}

.icon-yes {
    background-color: #009899;
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/63188fa9b2faf1aa6a8f7330_check.svg);
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: 60%;
    border-radius: 100px;
    width: 1.75em;
    height: 1.75em
}

.icon-no {
    background-color: #666;
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/63188fa9fbd0a68a00d94244_x-icon.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 52%;
    border-radius: 100px;
    width: 1.75em;
    height: 1.75em
}

.slide-1 {
    flex: none;
    display: flex
}

.slide-1.xmas {
    padding-left: 0;
    padding-right: 0;
    font-size: 1vw;
    overflow: visible
}

.generate-section {
    background-color: #00000080;
    background-image: linear-gradient(#00000080,#00000080);
    padding: 16em 2em 12em;
    display: flex;
    position: relative;
    overflow: hidden
}

.store-badge-link {
    width: 11em;
    min-width: auto;
    max-width: none;
    margin: .5em
}

.store-badge-link.cc-nav {
    flex: none;
    justify-content: flex-end;
    margin: 0 0 0 1em;
    display: flex
}

.store-badge-link.cc-large {
    width: 11.5em;
    max-width: 172px
}

.store-badge-link.a-click_download_app {
    min-width: auto;
    max-width: none
}

.store-badge-link.cc-footer {
    width: 10rem
}

.store-label {
    width: 100%
}

.store-label.a-click_download_app {
    width: 100rem
}

.stores-wrap {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: .5em;
    margin-bottom: 1em;
    display: flex
}

.stores-wrap.cc-nav {
    margin-top: 0;
    margin-bottom: 0
}

.stores-wrap.cc-footer {
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    overflow: visible
}

.stores-wrap.cc-left {
    justify-content: flex-start
}

.stores-wrap.cc-footer {
    justify-content: flex-start;
    margin-top: auto;
    margin-bottom: auto
}

.error-message {
    color: #ffaeae;
    margin-top: 1em;
    margin-bottom: 0;
    font-size: 1.25em;
    font-weight: 400;
    display: none
}

.watermark {
    width: 30%;
    display: none;
    position: absolute;
    bottom: 2em;
    left: 2em
}

.watermark.cc-rbg {
    bottom: 1.5em;
    left: 1.5em
}

.lading-indicator {
    object-fit: fill;
    background-color: #242328;
    width: 10em;
    height: 10em;
    display: none;
    position: absolute
}

.lading-indicator.cc-transparent {
    background-color: #fff0;
    display: none
}

.loader-embed {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 10em;
    height: 10em;
    display: flex
}

.suggestions-wrap {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 1em;
    display: flex
}

.prompt {
    background-color: #3a3a3a;
    border-radius: 100px;
    margin-top: .5em;
    margin-bottom: .5em;
    margin-right: .5em;
    padding: .5em 1em
}

.section-after-generate {
    padding: 6em 2em
}

.section-after-generate.cc-zero-att {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 28em;
    padding-bottom: 20em;
    display: none;
    position: relative;
    overflow: hidden
}

.section-after-generate.cc-rbg {
    opacity: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 100vh;
    padding-top: 20em;
    padding-bottom: 20em;
    transition: opacity .3s;
    display: none;
    position: relative;
    overflow: hidden
}

.t2i-input-wrap {
    width: 100%;
    position: relative
}

.clear-input {
    z-index: 1;
    opacity: .6;
    background-color: #54515c;
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/63188fa9fbd0a68a00d94244_x-icon.svg);
    background-position: 50% 52%;
    background-repeat: no-repeat;
    background-size: 55%;
    border-radius: 50%;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    display: none;
    position: absolute;
    bottom: 1em;
    right: 1em
}

.clear-input:hover {
    opacity: 1
}

.text-link {
    border: 1px solid var(--color-001);
    color: var(--color-001);
    border-radius: 100px;
    align-items: center;
    margin-top: .5em;
    padding: 1em 2.5em;
    font-size: 1.25em;
    font-weight: 500;
    text-decoration: none;
    display: flex
}

.text-link:hover {
    background-color: #9870ff1a
}

.text-link.cc-m-top {
    white-space: nowrap;
    justify-content: center;
    max-width: 250px;
    margin-top: 1em;
    margin-left: 3.5rem;
    display: flex
}

.arrow-embed {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 1.125em;
    margin-left: .75em;
    display: flex
}

.blog-category-tab {
    color: var(--white);
    letter-spacing: 0;
    background-color: #0000;
    border: 1px solid #fff3;
    border-radius: 50px;
    margin-left: .75rem;
    margin-right: .75rem;
    padding: .75rem 2rem;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.2;
    transition: all .2s cubic-bezier(.215,.61,.355,1)
}

.blog-category-tab:hover {
    border-color: var(--color-003);
    color: var(--color-003)
}

.blog-category-tab.w--current {
    border-color: var(--green-009);
    color: var(--green-009)
}

.html-embed-2 {
    overflow: hidden
}

.collection-list-6 {
    justify-content: flex-start;
    display: flex
}

.collection-list-wrapper {
    flex-direction: row;
    align-items: flex-start;
    display: flex
}

.search-input {
    color: #fff;
    background-color: #0000;
    border: 1px #000;
    border-radius: 200px;
    width: 10em;
    height: 3.5em;
    margin-bottom: 0;
    padding: 1em 1.5em;
    font-size: 1.125em;
    line-height: 1.1em;
    transition: width .2s
}

.search-input:focus {
    background-color: #fff;
    width: 100%;
    max-width: 24em
}

.search-input::placeholder {
    color: #1f1f24
}

.search-btn {
    background-color: #0000;
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/6333fa67b3b0ba0f2d16c525_search-icon.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 55% 55%;
    flex: none;
    width: 3em;
    height: 3em;
    padding: 0;
    position: absolute;
    right: .5em
}

.blog-hero {
    z-index: 1;
    background-image: linear-gradient(132deg,#161315,#3e2f7f 50%,#4b38a1 75%,var(--color-001));
    padding-bottom: 10rem
}

.search-component {
    color: #fff;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 24em;
    margin-bottom: 0;
    display: none;
    position: relative
}

.categories-swipe2 {
    display: flex
}

.categories-wrapper2 {
    justify-content: center;
    align-items: center;
    display: flex
}

.blog-cms-item {
    flex-direction: column;
    flex: 0 33.3333%;
    margin-bottom: 2rem;
    display: flex
}

.footer-links-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex
}

.copyrights-wrap {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    display: flex
}

.pl-copy-c {
    color: #969292;
    white-space: nowrap;
    flex-direction: row;
    align-items: center;
    width: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1;
    display: block
}

.footer-logo {
    color: #d6d6d6;
    text-align: left;
    background-color: #0000;
    width: 6rem;
    max-width: none
}

.div-block-34 {
    display: flex
}

.share-btn {
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/63342500211a61784615836f_share-fb.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    width: 3em;
    height: 3em;
    margin-right: 1em;
    display: flex
}

.share-btn:hover {
    opacity: .72
}

.share-btn.em {
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/63342500211a617d53158375_share-email.svg)
}

.share-btn.pt {
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/63342500211a610bd4158376_share-pinterest.svg)
}

.share-btn.tw {
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/63342500211a61f38d158373_share-twitter.svg)
}

.horiz-spacer {
    flex: none;
    width: 5vw;
    display: none
}

.main-header-hlwn {
    z-index: 9999;
    background-image: linear-gradient(#000,#000);
    border: 1px #000;
    padding: .5em 1em;
    position: fixed;
    inset: 0% 0% auto
}

.background-video {
    width: 270px;
    max-width: none;
    height: auto;
    max-height: none;
    padding-top: 40%;
    overflow: hidden
}

.video-logo-wrapper {
    width: auto;
    height: auto
}

.feature-h-px {
    color: #fff;
    letter-spacing: -.025rem;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.1
}

.feature-par-px {
    margin-bottom: 3px
}

.mock-vid-3 {
    z-index: 1;
    border: .25em solid #fff;
    border-radius: 1.5em;
    width: 50%;
    height: auto;
    padding-top: 88.5%;
    display: block;
    overflow: hidden
}

.nav-linkk {
    color: #fff;
    margin-right: 3em;
    font-size: 1.25em;
    text-decoration: none
}

.nav-linkk:hover {
    color: #d4fc54
}

.nav-links-comp,.nav-menu-tar {
    align-items: center;
    display: flex
}

.ham-dash-01,.ham-dash-03,.ham-dash-02 {
    background-color: var(--white);
    border-radius: 100px;
    width: 24px;
    height: 3px;
    margin-top: 2px;
    margin-bottom: 2px
}

.nav-link-component {
    align-items: center;
    display: flex
}

.hamburger-trig {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 2em;
    padding-right: 2em;
    display: none
}

.menu-item {
    color: var(--white);
    letter-spacing: -.015rem;
    white-space: nowrap;
    padding: 1em 1.5em;
    font-size: 1.1rem;
    line-height: 1;
    text-decoration: none
}

.menu-item:hover {
    color: var(--color-001)
}

.menu-item:active {
    color: var(--white)
}

.menu-item.w--current {
    color: var(--color-001)
}

.menu-item.cc-ai-avatars {
    display: none
}

.menu-item.cc-dropdown {
    padding-right: 2.5em
}

.menu-item.cc-in-dropdown {
    white-space: nowrap;
    padding-top: .75em;
    padding-bottom: .75em;
    display: block
}

.video-embed {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex
}

.button {
    text-align: center;
    object-fit: none;
    width: 20px;
    height: 20px;
    padding: 5px;
    font-size: 10px;
    line-height: 1;
    display: block;
    position: relative
}

.nav {
    z-index: 999;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 1rem;
    padding-left: 0rem;
    padding-right: 0rem;
    display: flex;
    position: fixed
}

.white-blur {
    opacity: .7;
    filter: blur(100px);
    background-color: #9870ff85;
    border-radius: 100%;
    width: 60rem;
    height: 60rem;
    position: absolute;
    inset: -10rem -10rem auto auto
}

.white-blur.other {
    opacity: .4;
    top: 10rem
}

.icon-2 {
    position: absolute;
    inset: 0% auto auto 0%
}

.icon-2.other {
    inset: 0% auto auto 0%
}

.text-width-seven {
    z-index: 1;
    text-align: center;
    width: 48em;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.circle-pop {
    z-index: 1;
    background-color: var(--black);
    border-top-left-radius: 100000px;
    border-top-right-radius: 100000px;
    width: 100%;
    height: 50rem;
    position: absolute;
    inset: auto 0% 0%
}

.sticky-parent {
    z-index: 1;
    background-color: #281a49;
    width: 100%;
    height: 400vh;
    position: relative
}

.sticky-parent.grad {
    height: 600vh
}

.splash-one {
    opacity: .33;
    mix-blend-mode: normal;
    width: 30rem;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% -6em 5%
}

.splash-one.cc-scenes {
    opacity: 1;
    width: 80%;
    left: -50%
}

.scroll-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.spacer-small {
    height: 1rem
}

.splash-two {
    opacity: .6;
    mix-blend-mode: lighten;
    width: 22rem;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 30%
}

.dash-line-six {
    z-index: 1;
    mix-blend-mode: normal;
    justify-content: center;
    align-items: center;
    width: 42rem;
    height: 42rem;
    display: flex;
    position: absolute;
    inset: 12rem auto auto -12rem
}

.max-width-one {
    width: 37rem;
    font-size: 4rem;
    line-height: 1.1
}

.container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 11em;
    padding-bottom: 8em;
    position: relative
}

.container.sm-pad-btm {
    padding-bottom: 0
}

.container.size {
    justify-content: center;
    align-items: center;
    height: 50rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex
}

.container.size.a-location-bottom {
    height: 45rem;
    padding-top: 8em;
    padding-bottom: 0
}

.container.no-pad-top {
    padding: 0 0 16em
}

.container.no-pad-top.a-location-social-proof-app-rating.impressions_content {
    padding-bottom: 20em
}

.container.sm-pad-top {
    padding-top: 0;
    padding-bottom: 5rem
}

.container.no-pad-top {
    width: auto;
    padding: 0 0 8rem
}

.container.no-pad-top.a-location-social-proof-app-rating {
    width: auto;
    max-width: 78rem;
    padding-bottom: 8rem
}

.span-text {
    display: inline-block
}

.span-text.two.inline-mobile.cc-white,.span-text.one.inline-mobile.cc-white {
    color: var(--white-2)
}

.span-text.intro-seven {
    font-size: 1.3rem
}

.span-text.intro-one {
    color: var(--white);
    font-family: Brown,sans-serif;
    font-weight: 700
}

.span-text.one {
    color: #1c1c1e;
    letter-spacing: -.025em
}

.span-text.two,.span-text.three {
    color: #1c1c1e
}

.inline {
    display: inline-block
}

.align-c {
    color: var(--white);
    text-align: center;
    margin-bottom: .5em;
    font-size: 4.5em;
    line-height: 1
}

.align-c.max-w {
    color: var(--pl-purple-light)
}

.align-c.cc-white {
    color: var(--white-2);
    font-size: 3.5rem;
    line-height: 1.1
}

.video-height {
    min-width: 15rem;
    max-width: 22rem;
    position: relative
}

.header-wrap {
    z-index: 0;
    background-image: linear-gradient(180deg,var(--black),var(--color-002)53%,var(--color-001));
    width: 100%;
    height: 200vh;
    position: relative;
    overflow: hidden
}

.hero-width.cc-scenes {
    flex-direction: column;
    align-items: flex-start;
    max-width: 36rem;
    display: flex
}

.card-par {
    max-width: 25em;
    font-size: 1.25em
}

.card-par.cc-white {
    max-width: 20ch;
    margin-top: .5em;
    margin-bottom: 0
}

.card-par.cc-black {
    color: var(--brand-black);
    font-size: 1.1rem;
    line-height: 1.1
}

.super-text {
    color: var(--color-003);
    white-space: nowrap;
    font-family: Brown,sans-serif;
    font-size: 28rem;
    font-style: italic;
    font-weight: 700;
    line-height: .9
}

.img-parent-two {
    width: 12rem;
    height: 15rem;
    position: absolute;
    inset: auto auto 10% 16%;
    overflow: hidden
}

.line {
    filter: invert();
    width: 10rem;
    position: absolute;
    inset: auto auto -5.5rem -7rem
}

.img-cover {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.img-cover.four {
    margin-top: 0
}

.dash-line-one {
    z-index: 0;
    justify-content: center;
    align-items: center;
    width: 42rem;
    display: flex;
    position: absolute;
    inset: auto auto 20rem -10rem
}

._2-col-grid-alt {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
    width: 100%;
    position: relative
}

._2-col-grid-alt.full-height {
    height: 100%
}

._2-col-grid-alt.full-height-c {
    align-items: center
}

.img-parent-three {
    width: 11rem;
    height: 14rem;
    position: absolute;
    inset: auto 13% 8% auto;
    overflow: hidden
}

.dash-img {
    filter: invert();
    width: 100%;
    height: 100%
}

.text-width-five {
    width: 100%;
    max-width: 48em;
    margin-left: auto;
    margin-right: auto
}

.div-hide {
    overflow: hidden
}

.div-hide.super {
    z-index: 2;
    position: absolute;
    inset: auto 0% 24rem
}

.div-hide.super.cc-no-bottom-margin {
    bottom: 8rem
}

.scroll-side {
    width: 260vw;
    height: 100%;
    display: flex;
    position: absolute
}

.dash-line-three {
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 42rem;
    display: flex;
    position: absolute;
    inset: -14rem auto auto -12rem
}

.text-width-six {
    width: 62rem;
    margin-left: auto;
    margin-right: auto
}

.dash-line-in {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    right: -10rem
}

.header {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex
}

._3-col-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 75%;
    margin-left: auto;
    margin-right: auto
}

.sticky-child {
    background-color: var(--black);
    border-bottom-right-radius: 120px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
    position: sticky;
    top: 0
}

.sticky-child.flex-pad {
    z-index: 2;
    background-color: #0000;
    border-bottom-right-radius: 0;
    justify-content: flex-start;
    overflow: hidden
}

.bg-grad-light {
    background-image: linear-gradient(#281949,#000);
    position: relative;
    overflow: hidden
}

.video-bg {
    z-index: 5;
    width: 100%;
    min-width: 20rem;
    height: 100%;
    display: block;
    position: relative;
    inset: 0 0% 0%;
    overflow: hidden
}

.parent-split {
    flex-direction: column;
    justify-content: center;
    padding-left: 2rem;
    display: flex
}

.inner-line {
    z-index: 1;
    width: 90%;
    height: 90%;
    position: absolute
}

.inner-line.size {
    width: 88%;
    height: 88%
}

.inner-line.size.cc-star2 {
    width: 82%;
    height: 82%
}

.card-three {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute
}

.card-one {
    z-index: 3;
    width: 100%;
    height: 100%;
    position: absolute
}

.img-parent-one {
    width: 12rem;
    height: 17rem;
    position: absolute;
    inset: 12% auto auto 5%;
    overflow: hidden
}

.img-parent-four {
    width: 13rem;
    height: 19rem;
    position: absolute;
    inset: 0% 3% auto auto;
    overflow: hidden
}

.dash-line-four {
    z-index: 1;
    filter: invert();
    justify-content: center;
    align-items: center;
    width: 31rem;
    display: flex;
    position: absolute;
    inset: auto 5% -12rem auto;
    overflow: hidden
}

.section {
    z-index: 1;
    padding-bottom: 8em;
    position: relative;
    overflow: hidden
}

.section.bg-blue {
    background-color: var(--brand-black);
    position: relative
}

.text-width-two {
    color: var(--white);
    max-width: 26rem;
    margin-top: .5em;
    font-size: 1.3rem;
    line-height: 1.4
}

.card-hold {
    z-index: 3;
    width: 24rem;
    height: 36rem;
    position: absolute
}

.card-parent {
    background-color: #fff;
    border-top-left-radius: 60px;
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding: 3rem
}

.scroll-section {
    flex: 1;
    padding: 8rem 0 8rem 7rem
}

.logo-main {
    width: 11rem;
    height: auto
}

.ai-stat-parent {
    background-color: var(--pl-purple-light);
    text-align: center;
    border-radius: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 2.5em 2em 2.25em;
    display: flex
}

.dash-line-five {
    z-index: 1;
    filter: none;
    justify-content: center;
    align-items: center;
    width: 42rem;
    display: flex;
    position: absolute;
    inset: 12rem auto auto -12rem
}

.header-content {
    width: 75%;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.card-two {
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute
}

.footer-column-name {
    justify-content: space-between;
    align-items: center;
    min-width: 140px;
    margin-bottom: 0;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    display: flex
}

.dash-line-two {
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 40rem;
    padding: 68px;
    display: flex;
    position: absolute;
    inset: -17rem 0% auto auto;
    overflow: hidden
}

.stat-text {
    letter-spacing: -.02rem;
    font-family: Brown,sans-serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1
}

.icon-lg {
    width: 5.4rem;
    height: 6rem;
    margin-bottom: 6rem
}

.scroll-text-contain {
    z-index: 2;
    color: #1c1c1e;
    text-align: center;
    letter-spacing: -.3px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 3.8rem;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    position: absolute;
    inset: auto 0% 0%
}

.card-h {
    font-size: 3.5em
}

.button-2 {
    margin-top: 34px
}

.div-block-35 {
    -webkit-text-fill-color: inherit;
    background-color: #b68ec3;
    background-clip: border-box;
    position: absolute;
    inset: 0%
}

.vid-embed {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: visible
}

.rbg-sub {
    color: #fff;
    max-width: 44ch;
    margin-bottom: 0;
    font-size: 1.2rem
}

.rbg-sub.cc-short {
    max-width: 36ch
}

.rbg-sub.cc-medium {
    max-width: 40ch;
    font-size: 1.4rem;
    line-height: 1.4
}

.rbg-wrap {
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative
}

.rbg-wrap.cc-scenes-lp {
    width: 95%
}

.main-container-3 {
    width: 90vw;
    margin-left: auto;
    margin-right: auto
}

.main-container-3.cc-rbg {
    width: 78rem
}

.main-container-3.cc-rbg.cc-valentine {
    width: 80%;
    max-width: none
}

.main-container-3.cc-1440 {
    z-index: 1;
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative
}

.main-container-3.cc-1440.cc-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static
}

.main-container-3.cc-1500 {
    max-width: 1500px
}

.main-container-3.cc-90 {
    width: 90%
}

.btn-bottom-label {
    color: gray;
    text-align: center;
    max-width: 33ch;
    margin-top: .5em;
    margin-bottom: .5em;
    font-size: .95em
}

.rbg-hero-h {
    color: #fff;
    text-transform: none;
    max-width: 19ch;
    margin-top: .5em;
    margin-bottom: .5em;
    font-family: Brown,sans-serif;
    font-size: 3rem;
    font-style: normal;
    line-height: 1.1
}

.rbg-hero-h.cc-larger {
    font-size: 3.25em
}

.rbg-btn-wrap {
    z-index: 1;
    flex-direction: column;
    align-items: center;
    min-height: 8.5em;
    display: flex;
    position: relative
}

.rbg-btn-wrap.cc-download {
    display: none
}

.rbg-btn-wrap.cc-v2 {
    text-align: center;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    min-height: auto
}

.rbg-btn-wrap.cc-prf {
    min-height: auto;
    display: flex
}

.rbg-btn-wrap.cc-left {
    justify-content: center;
    align-items: flex-start;
    min-height: auto;
    display: flex
}

.rbg-btn-wrap.cc-left.cc-center {
    align-items: center
}

.main-grid {
    grid-template-rows: auto
}

.main-grid.cc-rbg-hero {
    grid-column-gap: 5em;
    grid-row-gap: 2em;
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.main-grid.cc-rbg-hero.cc-prf {
    grid-template-columns: 1fr .75fr
}

.main-grid.cc-rbg-v2-hero {
    grid-column-gap: 5em;
    grid-row-gap: 2em;
    align-items: center;
    position: relative
}

.main-grid.cc-rbg-popup {
    z-index: 0;
    grid-column-gap: 4em;
    grid-row-gap: 2em;
    grid-template-columns: 1.25fr 1fr;
    align-items: center;
    width: 100%;
    position: relative
}

.upload-embed {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    position: relative
}

.upload-embed.cc-hidden {
    display: none
}

.remove-bg-hero-img-2 {
    z-index: 0;
    flex: none;
    width: 100%;
    max-width: none;
    position: relative
}

.remove-bg-source-img {
    object-fit: contain;
    height: 100%;
    max-height: 38em;
    position: relative
}

.remove-bg-source-img.cc-result {
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/6367955b43f4586444c69d84_remove-bg-place-holder.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.rbg-tabs {
    border-radius: .5px;
    width: auto;
    height: auto;
    max-height: 38em;
    display: none;
    overflow: hidden
}

.rbg-tabs-menu {
    z-index: 1;
    align-items: center;
    display: flex;
    position: absolute;
    top: .75em;
    right: .75em
}

.tab-link {
    color: #341b6e;
    background-color: #e6e6ff;
    border-radius: .5em;
    margin-left: .5em;
    padding: .5em 1.25em;
    font-size: 1em
}

.tab-link.w--current {
    color: #fff;
    background-color: #341b6e
}

.tabs-content {
    border-radius: .5em;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-height: 38em;
    display: flex
}

.tab-pane {
    height: 100%;
    max-height: 38em
}

.rbg-sec-h {
    color: #fff;
    text-transform: none;
    margin-top: .5em;
    margin-bottom: .5em;
    font-family: Brown,sans-serif;
    font-size: 3rem;
    font-style: normal;
    line-height: 1.125
}

.rbg-sec-h.cc-text-center {
    text-align: center;
    max-width: 23ch;
    margin-top: 0;
    font-size: 3em
}

.rbg-sec-h.cc-text-cta {
    max-width: 23ch;
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 2.5rem;
    line-height: 1.2
}

.grid-rbg-feature {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    grid-template-rows: auto;
    align-items: start;
    margin-bottom: 0
}

.rbg-step {
    align-items: flex-start;
    margin-top: 1em;
    margin-bottom: 1em;
    display: flex
}

.rbg-step-number {
    color: #9870ff;
    border: 2px solid #9870ff;
    border-radius: 50%;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 1.75em;
    height: 1.75em;
    margin-right: 1em;
    font-size: 1.5em;
    display: flex
}

.slider-sec {
    height: 360vw;
    padding-top: 0
}

.rbg-floating-img {
    width: 16%;
    max-width: 18em;
    position: absolute
}

.rbg-floating-img._001 {
    top: 5em;
    left: 5%
}

.rbg-floating-img._002 {
    bottom: 7.5%;
    left: 0%
}

.rbg-floating-img._003 {
    top: 15%;
    right: 0%
}

.rbg-floating-img._004 {
    bottom: 0%;
    right: 5%
}

.rbg-link {
    color: gray
}

.big-h-upper {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    max-width: 20ch;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Brown-Italic,sans-serif;
    font-size: 3.5rem;
    font-style: italic;
    line-height: 1.125;
    position: static
}

.big-h-upper.cc-stroke {
    z-index: 5;
    color: #fff0;
    font-size: 3.5rem;
    position: absolute;
    inset: 0%
}

.big-h-upper.cc-stroke.cc-black {
    color: #0000;
    -webkit-text-stroke-color: var(--brand-black)
}

.big-h-upper.cc-black {
    color: var(--brand-black)
}

.features-section-new {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
    display: block
}

.feature-main-container {
    justify-content: space-between;
    align-items: center;
    width: 90vw;
    max-width: 90em;
    max-height: none;
    margin: 16em auto 10em;
    padding-bottom: 0;
    display: block
}

.hp-title {
    color: #fff;
    text-transform: none;
    max-width: 20ch;
    margin-top: 0;
    margin-bottom: .5em;
    font-family: Brown,sans-serif;
    font-size: 3rem;
    font-style: normal;
    line-height: 1.1;
    text-decoration: none
}

.text-link-2 {
    color: #9870ff;
    border: 1px solid #9870ff;
    border-radius: 100px;
    align-items: center;
    margin-top: .5em;
    padding: 1em 2.5em;
    font-size: 1.25em;
    font-weight: 500;
    text-decoration: none;
    display: flex
}

.text-link-2:hover {
    color: #fff;
    border-color: #9870ff
}

.feature-par-hp {
    color: #fff;
    max-width: none;
    margin-top: .5rem;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3
}

.banner-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center stretch;
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative
}

.btn--label-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.banner {
    background-image: linear-gradient(90deg,var(--pl-purple-hover),var(--color-002));
    flex-direction: column;
    margin-top: 0;
    padding-top: 0;
    display: block;
    overflow: visible
}

.grid-base-4 {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: auto;
    justify-content: space-around;
    align-items: center;
    display: flex
}

.cancel-label-2 {
    color: var(--gray-500);
    text-align: center;
    margin-top: .5rem;
    font-size: .8rem;
    font-weight: 400
}

.image-40 {
    width: 10em;
    padding-bottom: 1em;
    padding-left: 3em
}

.cancel-anytime-label-2 {
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    width: auto;
    padding: .5em 0;
    font-weight: 300
}

.div-block-36 {
    flex-direction: column;
    display: flex
}

.new-stats-ttl-3 {
    color: #9870ff;
    text-align: center;
    margin-top: 0;
    margin-bottom: .5em;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1em
}

.body {
    background-color: var(--black)
}

.body.cc-white-bg {
    background-color: var(--white)
}

.bold-text {
    text-transform: none
}

.btn-primary-icon {
    color: #fff;
    letter-spacing: -.025em;
    background-color: #9870ff;
    border-radius: 2em;
    flex-direction: row-reverse;
    align-items: center;
    padding: 1em 2.5em;
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: all .2s;
    display: flex
}

.btn-primary-icon:hover {
    background-color: #895cff
}

.textlink-icon {
    opacity: .6;
    color: #fff;
    letter-spacing: -.025em;
    flex-direction: row-reverse;
    align-items: center;
    margin-top: 1em;
    padding: 0;
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1;
    text-decoration: underline;
    transition: all .2s;
    display: flex
}

.textlink-icon:hover {
    opacity: 1
}

.label-icon {
    width: 1.75em;
    margin-right: .25em
}

.loading-text {
    color: #fff;
    margin-top: 1em;
    font-size: 1em
}

.rbg-vid {
    z-index: 1;
    border: 2px solid var(--gray-500);
    border-radius: 2rem;
    width: 52%;
    height: auto;
    padding-top: 90%
}

.div-block-37 {
    justify-content: flex-start;
    display: flex
}

.div-block-38 {
    flex-direction: column;
    display: flex
}

.div-block-3 {
    background-color: #ad6363;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 40px;
    display: flex;
    position: absolute;
    inset: 0%
}

.text-block {
    text-align: center;
    margin-top: 40px;
    margin-left: 0;
    font-size: 30px;
    position: relative
}

.div-block-39 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    display: flex
}

.feedback-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 2.5em;
    margin-top: 2em;
    display: none
}

.feedback-icon {
    color: gray;
    border: 2px solid gray;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2.25em;
    height: 2.25em;
    display: flex
}

.feedback-icon:hover {
    color: #bfbfbf;
    border-color: #bfbfbf
}

.feedback-icons-wrap {
    grid-template-rows: auto
}

.feedback-wrap-text {
    color: gray;
    margin-right: 1em;
    font-size: 1em
}

.feedback-wrap-text.cc-ty {
    display: none
}

.feedback-wrap-main {
    align-items: center;
    display: flex
}

.offer-marqee {
    background-color: var(--brand-black);
    color: #fff;
    width: 100%;
    overflow: hidden
}

.offer-marqee.cc-hero {
    display: none
}

.offer-marqee.cc-gradient {
    background-image: linear-gradient(to right,var(--color-002),#5334a2 48%,var(--color-002));
    color: var(--medium-purple)
}

.marquee-moving {
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.animated-text-icon-purple {
    flex: none
}

.div-block-40 {
    opacity: 0;
    object-fit: fill;
    background-color: #3f3939d9;
    width: 100%;
    height: 100%;
    transition: opacity .45s;
    position: absolute;
    inset: 0%
}

.container-2 {
    object-fit: none;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 99px;
    margin-bottom: 67px;
    display: flex
}

.preset-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: row;
    margin-top: 100px;
    display: flex
}

.main-sub {
    color: #fff;
    max-width: 44ch;
    margin-bottom: 1em;
    font-size: 1.375em;
    line-height: 1.375
}

.main-sub.cc-text-align-c {
    text-align: center;
    max-width: 28ch;
    margin-bottom: 2em
}

.ty-loader-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.ty-cta-wrap {
    opacity: 0;
    flex-direction: column;
    align-items: center;
    display: none
}

.loader-parent {
    background-color: #ffffff40;
    width: 10em;
    height: .25em;
    overflow: hidden
}

.loader-progress {
    background-color: #fff;
    height: .375em;
    transform: translate(-100%)
}

.hero-ui-period {
    z-index: 2;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    position: relative
}

.hero-ui-trial {
    color: var(--gray-500);
    margin-top: 0;
    margin-bottom: 0;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1
}

.hero-ui-price {
    color: var(--brand-black);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1
}

.spacer-small-2 {
    height: 1rem
}

.text-width-three {
    max-width: 12rem;
    font-size: 1.4vw
}

.text-width-three.m-txt {
    color: var(--brand-black);
    max-width: 14rem;
    font-size: 1.2rem;
    line-height: 1.1
}

.super-text-2 {
    white-space: nowrap;
    font-family: Brown,sans-serif;
    font-size: 28rem;
    font-style: italic;
    font-weight: 700;
    line-height: .9
}

.stat-text-2 {
    color: #1c1c1e;
    letter-spacing: -.03em;
    margin-bottom: 0;
    font-family: Brown,sans-serif;
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1
}

._3-col-grid-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 75%;
    margin-left: auto;
    margin-right: auto
}

.bg-grad-light-2 {
    background-image: linear-gradient(#d0c1f8,#f3f0ff);
    padding-bottom: 8em;
    position: relative;
    overflow: hidden
}

.white-blur-2 {
    opacity: .7;
    filter: blur(100px);
    background-color: #fff;
    border-radius: 100%;
    width: 60rem;
    height: 60rem;
    position: absolute;
    inset: -10rem -10rem auto auto
}

.white-blur-2.other {
    opacity: .4;
    top: 10rem
}

.align-c-2 {
    z-index: 2;
    text-align: center;
    font-size: 4.2rem;
    line-height: 1;
    position: relative
}

.align-c-2.cc-20ch.ai-heading {
    text-transform: uppercase;
    max-width: none;
    font-family: Brown-Italic,sans-serif;
    font-size: 3.5rem
}

.align-c-2.ai-heading {
    letter-spacing: -.075rem;
    text-transform: none;
    font-family: Brown,sans-serif;
    font-size: 3.5rem;
    font-style: normal;
    text-decoration: none
}

.circle-pop-2 {
    z-index: 1;
    background-color: #eafbff;
    border-top-left-radius: 100000px;
    border-top-right-radius: 100000px;
    width: 100%;
    height: 50rem;
    position: absolute;
    inset: auto 0% 0%
}

.circle-pop-2.cc-low {
    background-color: var(--color-003);
    background-image: linear-gradient(#f4f0ff,#ac8cfc 83%);
    border-top-left-radius: 5000px;
    border-top-right-radius: 5000px;
    height: 60rem;
    bottom: -2%
}

.stat-parent-2 {
    text-align: center;
    background-color: #fff;
    border-radius: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 3rem 2rem 2.75rem;
    display: flex
}

.section-22 {
    z-index: 1;
    padding-top: 8em;
    position: relative;
    overflow: hidden
}

._2-col-grid-alt-2 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr 1fr;
    width: 100%;
    position: relative
}

._2-col-grid-alt-2.cc-scenes-hero {
    z-index: 1;
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    grid-template-columns: 1.25fr 1fr
}

.align-left {
    z-index: 2;
    text-align: left;
    margin-top: 0;
    font-size: 4.2rem;
    line-height: 1;
    position: relative
}

.text-width-five-2 {
    width: 52rem;
    margin-left: auto;
    margin-right: auto
}

.header-wrap-2 {
    z-index: 0;
    background-image: linear-gradient(#c9f2fb,#d0beff);
    width: 100%;
    height: 200vh;
    position: relative;
    overflow: hidden
}

.header-wrap-2.cc-180vh {
    background-image: linear-gradient(to bottom,var(--color-003),#ac8bff);
    height: auto;
    min-height: 180vh
}

.text-width-seven-2 {
    z-index: 1;
    text-align: center;
    width: 33rem;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.img-parent-three-2 {
    width: 11rem;
    height: 14rem;
    position: absolute;
    inset: auto 13% 8% auto;
    overflow: hidden
}

.dash-line-five-2 {
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 42rem;
    display: flex;
    position: absolute;
    inset: 12rem auto auto -12rem
}

.img-parent-four-2 {
    width: 13rem;
    height: 19rem;
    position: absolute;
    inset: 0% 3% auto auto;
    overflow: hidden
}

.dash-img-2 {
    width: 100%;
    height: 100%
}

.max-width-one-2 {
    width: 37rem;
    font-size: 4.5rem;
    line-height: 1
}

.max-width-one-2.cc-scenes-h1 {
    color: var(--brand-black);
    letter-spacing: -.05rem;
    text-transform: none;
    width: auto;
    margin-top: .5rem;
    margin-bottom: 1rem;
    font-family: Brown,sans-serif;
    font-size: 3.25rem;
    font-style: normal
}

.max-width-one-2.cc-scenes-h1.cc-center-mobile {
    font-size: 3rem
}

.line-2 {
    width: 10rem;
    position: absolute;
    inset: auto auto -5.5rem -7rem
}

.line-2.cc-flip {
    transform-style: preserve-3d;
    width: 40%;
    bottom: -10%;
    left: 115%;
    right: -4.5em;
    transform: rotateX(0)rotateY(-180deg)rotate(0)
}

.bold-text-2,.bold-text-3,.bold-text-4 {
    text-transform: none
}

.hero-sub-rem {
    margin-top: 1.25rem;
    font-size: 1.5rem;
    line-height: 1.375
}

.hero-sub-rem.cc-scenes-sub {
    color: var(--brand-black);
    max-width: 40ch;
    margin-top: .5rem;
    margin-bottom: 2rem;
    font-size: 1.3rem
}

.ai-avatars-hero-vid {
    z-index: 1;
    border: 0 #0000;
    border-radius: 10px;
    width: auto;
    height: auto;
    padding-top: 124%
}

.rbg-tabs-menu-v2 {
    z-index: 1;
    align-items: center;
    display: flex;
    position: absolute;
    top: .75em;
    right: .75em
}

.rbg-tabs-v2 {
    border-radius: .5px;
    width: auto;
    height: auto;
    max-height: 38em;
    display: none;
    overflow: visible
}

.tab-link-v2 {
    color: #4e4e52;
    background-color: #ffffffb3;
    border-radius: 12em;
    margin-left: .5em;
    padding: .5em 1.25em;
    font-size: 1em
}

.tab-link-v2.w--current {
    color: #fff;
    background-color: #525252
}

.image-44 {
    z-index: 5;
    opacity: 1;
    mix-blend-mode: normal;
    width: 20rem;
    margin-left: auto;
    margin-right: auto;
    position: absolute
}

.bold-text-5,.bold-text-6 {
    letter-spacing: -.03em;
    font-size: 1em;
    font-style: italic
}

.bold-text-7,.bold-text-8,.bold-text-9 {
    letter-spacing: -.03em;
    font-size: 1em;
    font-style: normal
}

.main-img {
    border-radius: .5em;
    width: 100%
}

.rbg-popup-card {
    background-image: linear-gradient(#d7b7ff,#edddff 35%,#fff 60% 80%,#e6e6ff);
    border-radius: .75em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    padding: 8em 6em 6em;
    display: flex;
    position: relative
}

.preparing-download-link {
    color: #636367;
    background-color: #0000;
    align-items: center;
    padding: 0;
    font-size: 1.125em;
    text-decoration: none;
    display: flex
}

.rbg-hero-h-2 {
    color: #fff;
    text-transform: uppercase;
    max-width: 22ch;
    margin-top: .5em;
    margin-bottom: .5em;
    font-family: Brown-Italic,sans-serif;
    font-size: 2.75em;
    font-style: italic;
    line-height: 1.125
}

.rbg-hero-h-2.cc-black {
    color: #000
}

.rbg-hero-h-2.cc-black.cc-smaller {
    font-size: 2.25em
}

.btn-primary-2 {
    color: #fff;
    letter-spacing: -.025em;
    background-color: #9870ff;
    border-radius: 2em;
    padding: 1em 2.5em;
    font-size: 1.375em;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: all .2s
}

.btn-primary-2:hover {
    background-color: #895cff
}

.btn-primary-2.cc-popup {
    text-align: center;
    padding-top: 1.125em;
    padding-bottom: 1.125em;
    font-size: 1.25em
}

.rbg-sub-2 {
    color: #fff;
    max-width: 32ch;
    margin-bottom: 1em;
    font-size: 1.375em
}

.rbg-sub-2.cc-black {
    color: #000;
    margin-bottom: 1em
}

.rbg-btn-wrap-2 {
    z-index: 1;
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative
}

.dl-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative
}

.rbg-popup-wrap {
    z-index: 9999;
    opacity: 0;
    background-color: #1f1f24e6;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 2em;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto
}

.preparing-download-arrow {
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-right: .5em;
    display: flex
}

.rbg-popup-wrap-dislike {
    z-index: 9999;
    opacity: 0;
    background-color: #1f1f24e6;
    justify-content: center;
    align-items: center;
    max-height: 100vh;
    padding: 2em;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto
}

.close-popup-dislike {
    cursor: pointer;
    background-color: #fff0;
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/63ac37d7d827c52280453686_close-icon%20\(1\).svg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    justify-content: center;
    align-items: center;
    width: 1em;
    height: 1em;
    display: flex;
    position: static
}

.vid-ph-v2 {
    z-index: 1;
    border: 1px #828282;
    border-radius: .5em;
    width: 100%;
    height: auto;
    padding-top: 100%
}

.close-popup-embed {
    cursor: pointer;
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 1.5em;
    right: 1.5em
}

.compare-wrap {
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/63b1578a6c21e6702b06074b_chess.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100%;
    display: flex;
    position: relative;
    overflow: hidden
}

.compare-wrap.cc-prf {
    z-index: 1;
    border-radius: .25em
}

.compare-wrap.cc-hp-scenes {
    z-index: 1;
    background-image: none;
    border-radius: .5em;
    padding-top: 112.5%
}

.compare-wrap.cc-hp-enhance {
    z-index: 1;
    background-image: none;
    border-radius: .5em;
    padding-top: 113.22%
}

.img-resize {
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/63b1578a6c21e6dba1060745_removebg-asset%203.webp);
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 100%;
    position: absolute;
    inset: 0% auto auto 0%
}

.img-after {
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/63b1578a6c21e6a849060748_removebg-asset%202.webp);
    background-position: 0%;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0
}

.vertical-line {
    background-color: #fff;
    width: 2px;
    position: absolute;
    inset: 0% -1px 0% auto
}

.vertical-line.cc-3 {
    width: 3px
}

.resize-input-embed {
    justify-content: center;
    align-items: center;
    width: 108%;
    height: 9%;
    display: flex;
    position: absolute;
    bottom: 10%
}

.paragraph-16 {
    color: #8d8d8d;
    width: 85%;
    margin-top: 1.5em;
    margin-bottom: auto;
    font-size: 1em;
    line-height: 1em;
    display: none
}

.de-h1 {
    color: var(--white);
    margin-top: auto;
    margin-bottom: auto;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2
}

.de-h1.cc-center {
    color: var(--medium-purple);
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.5rem
}

.de-h1.cc-center.cc-black.cc-50 {
    width: 45%
}

.de-h1.cc-black {
    color: var(--brand-black);
    -webkit-text-stroke-color: transparent
}

.de-h1.cc-black.cc-center-mobile {
    letter-spacing: -.08rem
}

.de-intro {
    color: var(--white);
    text-align: left;
    letter-spacing: -.005em;
    width: auto;
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4
}

.de-intro.cc-black {
    color: var(--brand-black);
    font-weight: 400
}

.de-intro.cc-black.cc-center-mobile {
    line-height: 1.3
}

.main-container-5 {
    width: 90vw;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto
}

.main-container-5.cc-1260 {
    max-width: 1260px;
    margin-top: 4em
}

.tab-pane-2 {
    width: 80%;
    height: auto
}

._3steps-section {
    flex-direction: column;
    width: 100%;
    padding: 16em 2em;
    display: flex
}

.ds-auto-tabs {
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.tab-step {
    align-items: center;
    margin-right: 1em;
    font-size: 2.5rem;
    font-weight: 400;
    display: flex
}

.tab-text {
    align-items: center;
    font-size: 1.2rem;
    line-height: 1.4;
    display: flex
}

.tab-text.cc-black {
    font-weight: 400
}

.tab-text.cc-desktop-pane {
    color: #fff;
    text-align: center;
    justify-content: center;
    width: 100%;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    display: none
}

.tab-img {
    width: 100%;
    padding-top: 1.2em;
    padding-left: 1.2em;
    position: relative;
    inset: 0%
}

.tab-img.cc-full {
    padding-top: 0;
    padding-left: 0
}

.tab-text-box {
    color: #fff;
    background-color: #0000;
    border-top: 1px solid #4b38a1a6;
    border-bottom: 1px #4b38a1a6;
    align-items: center;
    padding: 1.6rem 2rem 1.6rem 0;
    display: flex
}

.tab-text-box.w--current {
    color: var(--pl-purple-main);
    background-color: #0000;
    border-bottom-style: none;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem
}

.tab-text-box.cc-last {
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom: 1px solid #4b38a1a6
}

.tab-text-box.cc-last.w--current {
    color: var(--pl-purple-main);
    background-color: #0000;
    border-top-color: #4b38a1a6;
    border-bottom-color: #4b38a1a6
}

.tab-text-box.cc-last.cc-black {
    color: var(--black);
    border-top-style: solid;
    border-bottom-color: #4b38a133
}

.tab-text-box.cc-last.cc-black.w--current {
    color: var(--pl-purple-hover);
    border-top-style: solid;
    border-top-color: #4b38a133
}

.tab-text-box.cc-border2 {
    border-bottom: 0px none var(--thistle);
    border-top-color: var(--thistle)
}

.tab-text-box.cc-black {
    color: var(--brand-black);
    border-top-color: #4b38a133
}

.tab-text-box.cc-black:hover {
    color: var(--pl-purple-hover)
}

.tab-text-box.cc-black.w--current {
    color: #774ee0
}

.tab-text-box.cc-black.cc-border2.w--current {
    color: var(--color-001)
}

.tab-text-box.cc-black.cc-border2.cc-last2 {
    border-bottom-style: solid;
    border-bottom-width: 1px
}

.tabs-list {
    flex-direction: column;
    justify-content: center;
    width: 45%;
    display: flex
}

.tabs-list:hover {
    color: var(--pl-purple-main)
}

.tabs-content-2 {
    flex: 0 auto;
    order: 0;
    justify-content: center;
    width: 50%;
    margin-left: auto;
    display: flex
}

.div-block-62 {
    z-index: 5;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative
}

.tab-icon {
    z-index: 2;
    width: 4.5em;
    max-width: none;
    position: absolute;
    inset: 0% auto auto 0%
}

.icon---img {
    justify-content: center;
    align-items: center;
    padding-top: 0%;
    display: flex;
    position: relative
}

.sample-ttl {
    color: #fff;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em;
    font-weight: 500;
    line-height: 1.3
}

.sale-banner-bg {
    background-image: linear-gradient(90deg,#7254bd,#6a4cb6 20% 41%,#41318d 61%,#373fa6 83%,#2c2853);
    align-items: center;
    padding-top: 5em;
    padding-bottom: 5em;
    display: flex
}

.ghost-button-wrap {
    max-width: none;
    margin-top: 1.5em;
    margin-left: 4em
}

.de-h1-2 {
    color: #fff;
    max-width: 19ch;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 4em;
    font-weight: 700;
    line-height: 1.1em
}

.de-h1-2.cc-mobile {
    display: none
}

.de-intro-2 {
    color: #fff;
    text-align: left;
    letter-spacing: -.005em;
    width: auto;
    max-width: 30ch;
    margin-top: .5em;
    margin-bottom: 1.25em;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.5em
}

.background-video-4 {
    width: 100%;
    height: auto;
    padding-top: 100%
}

.star-wrap {
    justify-content: flex-end;
    width: 100%;
    margin-left: 5%;
    padding-top: 2%;
    display: flex;
    position: relative
}

.hearts-wrap {
    width: 100%;
    position: relative
}

.div-block-63 {
    justify-content: flex-end;
    padding-bottom: 5%;
    padding-right: 25%;
    display: flex
}

.div-block-64 {
    max-width: none;
    display: flex
}

.image-46 {
    width: 100%;
    max-width: 5em
}

.image-47 {
    width: 100%;
    max-width: 3em
}

.div-block-65 {
    width: 100%
}

.merge-sticky {
    background-image: linear-gradient(#220f50,#000);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-left: 2em;
    padding-right: 2em;
    display: flex;
    position: sticky;
    top: 0
}

.merge-slider {
    width: 90%;
    overflow: hidden
}

.image-48 {
    flex: 0 auto;
    padding-right: 0
}

.image-49 {
    flex: 1;
    padding-left: 1em;
    padding-right: 1em
}

.merge-slider-moving {
    display: flex
}

.image-50 {
    flex: 1
}

.dropdown_list {
    background-color: #292929;
    padding-top: .5em;
    padding-bottom: .5em
}

.ai-scenes-after {
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/640735975af5e97ca0d0d2ba_070323-scene-big-ben-before-v2.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 50%;
    height: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: hidden
}

.scenes-before {
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/640738619c07e62c48edb1e4_070323-scene-big-ben-after-v3%20\(1\).webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0
}

.label-base {
    color: var(--white);
    background-color: #00000040;
    border-radius: 10em;
    padding: .5em 1em;
    position: absolute;
    top: 1.5em;
    left: 1.5em
}

.label-base.cc-top-right {
    left: auto;
    right: 1.5em
}

.hero-vid-cell {
    width: 100%;
    position: relative
}

.hero-vid-cell.cc-flex {
    flex-direction: column;
    align-items: center;
    width: auto;
    display: flex
}

.base-container {
    width: 100%;
    max-width: 1260px
}

.feature-h {
    z-index: 2;
    text-align: left;
    letter-spacing: -.075rem;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: Brown,sans-serif;
    font-size: 2.5rem;
    font-style: normal;
    line-height: 1;
    position: relative
}

.bg-vid-width {
    width: 80%;
    position: relative
}

.img-slider-moving {
    padding: .5vw 2vw;
    display: flex
}

.source-img {
    object-fit: cover;
    border-radius: 1rem;
    width: 100%
}

.source-img.cc-source {
    border-radius: .75rem;
    position: relative
}

.source-img.cc-in-slider {
    border-radius: 1.25em;
    flex: 0 auto;
    max-width: 15vw;
    padding: .5vw
}

.source-img-wrap {
    max-width: 20%;
    margin-bottom: 2em;
    position: relative
}

.slider-spacer {
    flex: none;
    width: 2vw
}

.img-slider-mask {
    width: 100%;
    margin-top: 2em;
    overflow: hidden
}

.img-slider-sticky {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding-top: 5rem;
    display: flex;
    position: sticky;
    top: 0
}

.img-slider-height {
    background-color: var(--sticky-parent);
    width: 100%;
    height: 400vh
}

.base-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto
}

.base-grid.cc-margin-t-b {
    margin-top: 6rem;
    margin-bottom: 12rem
}

.enhance-lp-before {
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/6434332453b60d2c914ed378_pl-enhance-header-before-2.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 50%;
    height: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: hidden
}

.enhance-lp-after {
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/643433241b3b0c07c782da71_pl-enhance-header-after-2.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0
}

.html-embed-8 {
    position: relative
}

.cookie-embed {
    font-size: .9rem;
    line-height: 1
}

.cookie-embed.cc-hide {
    display: none
}

.light-gradient {
    z-index: -1;
    background-image: linear-gradient(#d0c9fc,#ece4ff 16%,#fefeff 32%,#faf9ff 54%,#f6f4ff 88%,#e3dbff 93%,#c2b0ff);
    width: 100%;
    position: static;
    inset: 0%
}

.background-video-5 {
    border: 3px solid #fff;
    border-radius: 0;
    width: 30em;
    height: 30em
}

.display-lg {
    letter-spacing: -.05rem;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4rem;
    line-height: 1.1
}

.display-lg.cc-bold {
    font-weight: 700
}

.ds-body {
    background-color: var(--black)
}

.spacer-24 {
    width: 100%;
    height: 1.5rem
}

.ds-paragraph {
    color: var(--white);
    margin-bottom: 0;
    font-size: 1.1rem;
    line-height: 1.4
}

.ds-paragraph.large {
    max-width: 45ch;
    font-size: 1.3rem
}

.button-pl {
    background-color: var(--pl-purple-main);
    color: #fff;
    text-align: center;
    letter-spacing: -.015em;
    white-space: nowrap;
    border-radius: 8rem;
    justify-content: center;
    align-items: center;
    padding: 1.2rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: all .2s;
    display: block
}

.button-pl:hover {
    background-color: var(--pl-purple-hover);
    color: #fff
}

.button-pl.a-cta {
    display: inline-flex
}

.button-pl.a-cta.show-only-on-mobile {
    display: none
}

.button-pl.a-cta.cc-xmas {
    background-color: #45ac93
}

.button-pl.a-cta.cc-xmas:hover {
    background-color: #3c927d
}

.button-pl.a-cta.cc-xmas.cc-3-5rem {
    margin-left: 3.5rem
}

.button-pl.outline {
    border: 1px solid var(--pl-purple-main);
    color: var(--pl-purple-main);
    background-color: #0000
}

.button-pl.outline:hover {
    background-color: var(--pl-purple-main);
    color: var(--white)
}

.button-pl.cc-text-link {
    color: var(--pl-purple-main);
    background-color: #0000
}

.button-pl.cc-text-link:hover {
    text-decoration: underline
}

.button-pl.disabled {
    background-color: var(--gray-400);
    color: var(--gray-500)
}

.button-pl.cc-inp {
    width: 200px
}

.ds-grid {
    z-index: 2;
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    place-items: center stretch;
    display: grid;
    position: relative
}

.ds-grid.faq-top,.ds-grid.cc-align-top {
    align-items: start
}

.ds-grid.fade-up.cc-flex {
    flex-direction: row-reverse;
    display: flex
}

.ds-grid._1-125fr {
    grid-template-columns: 1.25fr 1fr
}

.ds-grid.cc-overflow {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr
}

.ds-grid.cc-contact-page {
    align-items: start
}

.max-width-85 {
    width: 85%;
    position: relative
}

.ds-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 78rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative
}

.ds-container._66-rem {
    max-width: 66rem
}

.ds-container._66-rem.cc-middle {
    align-items: center
}

.ds-container._66-rem.cc-footer-banner {
    justify-content: center;
    width: auto;
    max-width: 78rem;
    height: 38rem
}

.ds-container._66-rem.cc-footer-banner.cc-28rem {
    height: 28rem
}

.ds-container.cc-w-images {
    padding-top: 10rem;
    padding-bottom: 10rem
}

.ds-container.cc-65.cc-center {
    align-items: center;
    display: flex
}

.ds-container.cc-70 {
    width: 70%
}

.ds-container.cc-flex {
    flex-direction: row;
    justify-content: center
}

.ds-container.cc-flex.cc-vertical {
    justify-content: flex-start;
    align-items: flex-start
}

.ds-container.cc-blog-post {
    display: block
}

.ds-container.cc-100-blog {
    align-items: flex-start
}

.ds-container.cc-100-blog.cc-top-margin {
    z-index: 5;
    margin-top: -5rem
}

.ds-container.cc-breadcrumbs {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding-left: 0
}

.ds-container.cc-center {
    align-items: center
}

.ds-container.cc-center.cc-lp {
    justify-content: center
}

.ds-container.cc-inp {
    margin-bottom: 2rem
}

.ds-container.cc-lp-ai-photo-editor {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 96rem;
    overflow: visible
}

.ds-container.cc-lp-ai-photo-editor.cc-desktop {
    flex-direction: row;
    height: 52vh;
    overflow: hidden
}

.ds-container.cc-lp-ai-photo-editor.cc-tablet {
    display: none
}

.ds-container.cc-overflow-hidden,.ds-container.overflow {
    overflow: hidden
}

.sticky-hero {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding: 8em 2em;
    display: flex;
    position: sticky;
    top: 0
}

.headline-xl {
    letter-spacing: -.03rem;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2
}

.headline-xl.max-20-ch {
    max-width: 20ch
}

.headline-xl.cc-white {
    color: var(--white)
}

.li-w-arrow {
    padding-left: 4rem;
    position: relative
}

.arrow-bullet {
    width: 1.75rem;
    margin-top: .25rem;
    position: absolute;
    left: 0
}

.grid-box {
    z-index: 2;
    width: 100%;
    max-width: none;
    position: relative
}

.grid-box.cc-colorize-width {
    width: 101%
}

.big-h-anchor-rem {
    position: relative
}

.div-block-68 {
    border: 1px #000
}

.background-video-7 {
    width: 30em;
    height: 30em
}

.ds-ul-no-bullets {
    padding-left: 0
}

.spacer-80 {
    width: 100%;
    height: 5rem
}

.headline-xxl {
    color: var(--white);
    letter-spacing: -.025rem;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 700
}

.headline-xxl.center-purple {
    text-align: center
}

.headline-xxl.cc-black-text {
    letter-spacing: -.05rem
}

.spacer-16 {
    width: 100%;
    height: 1rem
}

.mockup-vid-max-width {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 55%;
    display: flex
}

.tti-sticky-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    display: flex;
    position: sticky;
    top: 0;
    overflow: hidden
}

.max-width-65 {
    width: 65%;
    position: relative
}

.vid-ratio-4-5 {
    z-index: 1;
    border: 1px #828282;
    border-radius: 1em;
    width: 100%;
    height: auto;
    padding-top: 115%
}

.btn-arrow-right {
    justify-content: flex-end;
    width: 1.75em;
    margin-left: .75em;
    display: flex;
    position: absolute;
    bottom: 1em;
    right: 2.5em;
    overflow: hidden
}

.slide-in-arrow-moving {
    flex: none;
    justify-content: flex-end;
    align-items: center;
    width: 200%;
    display: flex;
    transform: translate(0)
}

.slide-in-arrow {
    width: 50%
}

.accordion-wrapper {
    border-bottom: 1px solid #000;
    width: 100%;
    max-width: 60rem;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto
}

.feature-row-text-w {
    flex: 1
}

.how-to-list-item {
    border-top: 1px solid #9870ff4d;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex
}

.how-to-list-item.cc-last-item {
    border-bottom: 1px solid #9870ff4d
}

.how-to-list-item.cc-last-item.ai-charter,.how-to-list-item.cc-ai-charters {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.stat-parent-3 {
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem 2rem;
    display: flex
}

.stat-parent-3.one,.stat-parent-3.two,.stat-parent-3.three,.stat-parent-3.one,.stat-parent-3.three,.stat-parent-3.two,.stat-parent-3.one,.stat-parent-3.two {
    border-top-width: 1px;
    border-bottom-width: 1px
}

.display-sm {
    color: var(--white-2);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3rem;
    line-height: 1.1
}

.display-sm.cc-black-text.cc-center {
    text-align: center
}

.display-sm.cc-black-text.cc-center.cc-20ch {
    max-width: 20ch;
    margin-left: auto;
    margin-right: auto
}

.display-sm.cc-black-text.cc-nowrap {
    white-space: nowrap
}

.display-sm.cc-black-text.cc-nowrap.cc-0-05-letterspace {
    letter-spacing: -.05rem
}

.display-sm.cc-black-text.cc-nowrap.cc-0-05-letterspace.cc2-5-font-size {
    font-size: 2.5rem
}

.display-sm.cc-black-text.cc-140-margin-right {
    min-width: 250px;
    margin-right: 140px;
    font-size: 2.5rem
}

.display-sm.cc-black-text.cc-affiliate-page {
    margin-right: 17.75rem;
    font-size: 2.5rem
}

.display-sm.cc-center {
    text-align: left
}

.display-sm.cc-18ch {
    max-width: 18ch;
    line-height: 1.2
}

.display-sm.cc-18ch.cc-center-on-mobile {
    text-align: center;
    align-self: auto
}

.display-sm.cc-always-center {
    color: var(--white);
    text-align: center
}

.display-sm.cc-always-center.cc-25ch {
    max-width: 27ch;
    margin-left: auto;
    margin-right: auto
}

.spacer-2rem {
    width: 100%;
    height: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.caps-md {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Brown-Italic,sans-serif;
    font-size: 4rem;
    line-height: 1.2
}

.footer-column-name-2 {
    justify-content: space-between;
    align-items: center;
    min-width: 140px;
    margin-bottom: 0;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    display: flex
}

.headline-md {
    letter-spacing: -.025rem;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 1.5
}

.headline-md.cc-black-text {
    line-height: 1.2
}

.headline-md.cc-black-text.cc-1-1rem-font-size {
    font-size: 1.1rem
}

.headline-md.cc-black-text.cc-right-margin {
    margin-right: 1rem
}

.headline-md.cc-black-text.cc-margin-bottom-0-5 {
    margin-bottom: .5rem
}

.headline-md.cc-white-text {
    color: var(--white)
}

.headline-md.cc-white-text.cc-40-margin-bottom {
    margin-bottom: 40px
}

.label-sm {
    margin-top: 0;
    margin-bottom: 0;
    font-size: .8rem;
    font-weight: 500;
    line-height: 1.3
}

.label-sm.cc-gray,.label-sm.cc-gray2 {
    color: var(--gray-500);
    flex-direction: column;
    align-items: center;
    display: flex
}

.label-sm.cc-gray {
    color: #636367;
    flex-direction: column;
    align-items: center;
    display: flex
}

.label-sm.cc-gray3 {
    color: #7b7b7b
}

.label-sm.cc-grey {
    color: #6b6b6b;
    letter-spacing: 0;
    font-size: .7rem;
    font-weight: 400
}

.spacer-1-5rem {
    width: 100%;
    height: 1.5rem;
    display: block
}

.paragraph {
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.3
}

.paragraph.cc-white {
    color: var(--white-2)
}

.paragraph.cc-white.cc-tabs-mobile {
    text-align: center;
    display: none
}

.ds-section {
    background-color: var(--white);
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem
}

.ds-section.cc-ft-purple {
    background-image: linear-gradient(to bottom,var(--pl-purple-light),var(--pl-purple-mid))
}

.ds-section.cc-ft-purple.a-location-how-to {
    background-image: linear-gradient(to bottom,#c2aaff,var(--pl-purple-mid)25%,var(--pl-purple-light))
}

.ds-section.ip-hero {
    background-color: var(--black);
    background-image: linear-gradient(180deg,var(--color-002),var(--black));
    overflow: visible
}

.ds-section.ip-hero.a-location-header {
    overflow: visible
}

.ds-section.ip-hero.cc-lp-ai-photo-editor {
    background-image: none;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: relative
}

.ds-section.ip-hero.cc-lp-ai-photo-editor.cc-nobg {
    background-color: #0000
}

.ds-section.ip-social {
    background-image: linear-gradient(to bottom,var(--pl-purple-light),var(--pl-purple-mid)75%,var(--color-001))
}

.ds-section.ip-social.footer-no-padding {
    background-image: linear-gradient(to bottom,var(--pl-purple-light),var(--pl-purple-mid)75%,var(--pl-purple-main))
}

.ds-section.cc-black-bg {
    background-color: var(--black);
    flex-direction: column;
    display: flex;
    overflow: visible
}

.ds-section.cc-black-bg.a-location-header {
    color: var(--brand-black);
    background-image: linear-gradient(#000,#271353);
    padding-left: 3rem;
    padding-right: 3rem
}

.ds-section.cc-black-bg.a-location-header.cc-mobile {
    background-image: linear-gradient(#000,#271353)
}

.ds-section.cc-black-bg.cc-400vh {
    height: 700vh;
    padding-top: 0;
    display: flex;
    position: relative;
    top: 0
}

.ds-section.cc-black-bg.cc-400vh.cc-linear {
    padding-top: 0;
    padding-right: 0
}

.ds-section.cc-black-bg.overflow-hidden {
    overflow: hidden
}

.ds-section.cc-white-bg {
    background-color: var(--white)
}

.ds-section.cc-aquaman-bg {
    background-color: var(--black);
    background-image: linear-gradient(#02010500 83%,#020105),radial-gradient(circle at 100% 0,#0000,#000),url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/655a1a777363595120442cea_aqauman-bg.webp);
    background-position: 0 0,0 0,50%;
    background-size: auto,auto,cover;
    flex-direction: column;
    display: flex;
    overflow: visible
}

.ds-section.cc-light-bg {
    background-image: linear-gradient(to bottom,var(--pl-purple-mid),var(--sticky-parent))
}

.ds-section.cc-social-media {
    background-image: linear-gradient(#1f104c,#07040f);
    position: relative
}

.ds-section.cc-breadcrumbs {
    background-color: #fff;
    background-image: none;
    padding-left: 0;
    padding-right: 0;
    position: relative
}

.ds-section.cc-breadcrumbs.cc-contact {
    background-image: none
}

.ds-section.cc-breadcrumbs.cc-background {
    background-image: linear-gradient(180deg,var(--pl-purple-light)100%,white);
    width: 100%;
    height: 100%;
    position: absolute
}

.ds-section.cc-light-purple {
    background-image: linear-gradient(#fff,#ebe3ff 100%,#eee3ff)
}

.ds-section.cc-inner-links-purple {
    background-image: linear-gradient(180deg,#b8a0f6,var(--medium-purple)0%,var(--pl-purple-light));
    overflow: hidden
}

.ds-section.cc-blog-post-hero {
    background-color: var(--black);
    background-image: linear-gradient(270deg,var(--pl-purple-mid),var(--pl-purple-light));
    flex-direction: column;
    justify-content: center;
    padding-top: 7.5rem;
    padding-bottom: 2.5rem;
    display: flex;
    overflow: hidden
}

.ds-section.cc-no-padding-blog {
    background-color: #fff0
}

.ds-section.cc-purple-bg {
    background-color: var(--black);
    background-image: linear-gradient(180deg,black,var(--color-002));
    flex-direction: column;
    display: flex;
    overflow: visible
}

.ds-section.cc-lp-ai-photo-editor.cc-overflow {
    background-color: #fff;
    background-image: linear-gradient(177deg,#fff 20%,#9870ff87);
    overflow: hidden
}

.ds-section.cc-authhor-page-hero {
    background-color: var(--black);
    background-image: linear-gradient(270deg,var(--pl-purple-mid),var(--pl-purple-light));
    flex-direction: column;
    justify-content: center;
    padding-top: 8rem;
    padding-bottom: 2.5rem;
    display: flex;
    overflow: hidden
}

.ds-section.cc-affiliate-page {
    background-image: linear-gradient(#000,#271353)
}

.ds-section.cc-affiliate-page.cc-dark {
    background-color: var(--color-002);
    background-image: none;
    display: none
}

.ds-section.cc-nopadding {
    padding-left: 0;
    padding-right: 0
}

.ds-section.cc-nopadding.cc-purple-linear {
    background-image: linear-gradient(#f8f5ff 56%,#c7b2ff)
}

.ds-section.cc-how-does {
    background-image: linear-gradient(#fff,#faf8ff 75%,#f8f5ff)
}

.ds-section.cc-black-purple-4k-generate-bg {
    background-color: var(--black);
    background-image: linear-gradient(175deg,#000 39%,#1e006a);
    flex-direction: column;
    display: flex;
    overflow: visible
}

.ds-section.cc-light-purple-gradient {
    background-image: linear-gradient(180deg,white,var(--pl-purple-light))
}

.spacer-1rem {
    flex: none;
    width: 100%;
    height: 1rem;
    display: block
}

.spacer-1rem.cc-square {
    width: 1rem
}

.grid-cell-pe-left {
    z-index: 2;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: relative
}

.grid-cell-pe-left.cc-center.cc-80 {
    justify-content: center;
    align-items: flex-start
}

.spacer-5rem {
    width: 100%;
    height: 5rem
}

.how-to-list {
    margin-bottom: 0;
    padding-left: 0
}

.spacer-0-5rem {
    width: 100%;
    height: .5rem
}

.spacer-0-5rem.cc-square {
    width: .5rem
}

.spacer-8rem {
    width: 100%;
    height: 8rem;
    margin-left: auto;
    margin-right: auto
}

._3-col-grid-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

._3-col-grid-3.fade-up.cc-affilitate-page {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem
}

.ds-colour-block {
    width: 12.5%;
    padding-right: 16px;
    display: inline-block
}

.spacer {
    background-color: #FFFFFF;
    height: 1rem
}

.spacer._1-2 {
    text-transform: uppercase;
    background-color: #0000;
    width: 1.5rem;
    height: 1.5rem
}

.spacer._3 {
    background-color: #0000;
    border-radius: 6px;
    width: 3rem;
    height: 3rem
}

.color-block {
    color: #636367;
    background-color: #1f1f24;
    border-radius: 5px;
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0
}

.color-block.pl-gradient-02 {
    background-color: #423466;
    background-image: linear-gradient(45deg,var(--pl-purple-dark),var(--pl-purple-main));
    border-style: none
}

.color-block.pl-gradient-01 {
    background-color: #423466;
    background-image: linear-gradient(45deg,var(--black),var(--pl-purple-dark)45%);
    border-style: none
}

.color-block.pl-gradient-04 {
    background-color: #423466;
    background-image: linear-gradient(45deg,var(--pl-purple-mid),var(--pl-purple-light));
    border-style: none
}

.color-block.pl-gradient-03 {
    background-color: #423466;
    background-image: linear-gradient(45deg,var(--pl-purple-main),var(--pl-purple-mid));
    border-style: none
}

.color-block.pl-gradient-05 {
    background-color: #423466;
    background-image: linear-gradient(45deg,var(--pl-green),var(--pl-green-light));
    border-style: none
}

.color-block.gray-500 {
    background-color: var(--gray-500);
    color: #98989a
}

.color-block.gray-100 {
    background-color: var(--gray-100);
    color: #fff;
    border: 1px #c4c4c4
}

.color-block.gray-200 {
    background-color: #e5e5e6
}

.color-block.gray-500 {
    color: #98989a;
    background-color: #636367
}

.color-block.pl-purple-light {
    background-color: var(--pl-purple-light)
}

.color-block.pl-purple-mid {
    background-color: var(--pl-purple-mid)
}

.color-block.pl-green {
    background-color: var(--pl-green)
}

.color-block.gray-400 {
    background-color: #98989a
}

.color-block.pl-purple-dark {
    background-color: var(--pl-purple-dark);
    border-style: none
}

.color-block.pl-purple-main {
    background-color: var(--pl-purple-main)
}

.color-block.pl-green-light {
    background-color: var(--pl-green-light)
}

.color-block.black {
    background-color: #1f1f24
}

.color-block.gray-100 {
    color: #fff;
    background-color: #f1f1f1;
    border: 1px #c4c4c4
}

.color-block.white {
    background-color: #fff;
    border: 1px solid #f0f2f3
}

.color-block.pl-purple-hover {
    background-color: var(--pl-purple-hover);
    border-style: none
}

.spacer-4rem {
    width: 100%;
    height: 4rem;
    margin-left: auto;
    margin-right: auto
}

.spacer-4rem.cc-0-desktop {
    display: none
}

.ds-bullet.cc-white {
    color: var(--white-2)
}

.spacer-14rem {
    width: 100%;
    height: 14rem;
    margin-left: auto;
    margin-right: auto
}

.column {
    flex-flow: column;
    flex: 0 auto;
    align-items: stretch;
    min-height: 32px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    position: relative
}

.column.desk-9 {
    width: 75%
}

.column.desk-11 {
    width: 91.66%
}

.column.desk-7 {
    width: 58.3333%
}

.column.desk-6 {
    width: 50%
}

.column.desk-4 {
    align-items: flex-start;
    width: auto;
    margin-bottom: 32px
}

.column.desk-5 {
    width: 41.66%
}

.column.desk-1 {
    flex: 0 auto;
    width: 8.33%
}

.column.desk-2 {
    width: 16.66%
}

.column.desk-8 {
    width: 66.6667%
}

.column.desk-3 {
    flex: none;
    align-items: flex-start;
    width: auto
}

.column.desk-12 {
    width: 100%
}

.column.desk-10 {
    width: 83.33%
}

.spacer-3-5rem {
    width: 100%;
    height: 3.5rem
}

._12-columns {
    flex-flow: wrap;
    place-content: stretch center;
    align-items: center;
    margin-left: -16px;
    margin-right: -16px;
    display: flex
}

._12-columns.align-left {
    justify-content: flex-start;
    align-items: flex-start
}

.spacer-2-5rem {
    width: 100%;
    height: 2.5rem
}

.sg-title {
    color: #3f3b35;
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 1.4em
}

.sg-title.cc-white {
    color: var(--white)
}

.sg-title.cc-grey {
    color: var(--gray-500)
}

.spacer-3rem {
    width: 100%;
    height: 3rem
}

.sg-section {
    z-index: 0;
    text-align: left;
    padding: 4rem;
    position: relative
}

.sg-section.cc-grey-bg {
    background-color: #dfd4fc
}

.sg-section.cc-black-bg {
    background-color: var(--black);
    background-color: var(--black)
}

.spacer-10rem {
    width: 100%;
    height: 10rem
}

.spacer-10rem.cc-8-on-mobile.cc-hide-on-mobile {
    display: block
}

.spacer-10rem.cc-5-on-mobile-2 {
    height: 8rem
}

.spacer-12rem {
    width: 100%;
    height: 12rem
}

.spacer-12rem.cc-affilitae-page {
    height: 10rem
}

.spacer-6rem {
    width: 100%;
    height: 6rem;
    margin-left: auto;
    margin-right: auto
}

.ds-section-header {
    border-bottom: 1px solid var(--gray-500);
    max-width: none;
    margin-bottom: 32px;
    padding-bottom: 12px;
    position: relative
}

.horizontal-line {
    opacity: .2;
    background-color: #1d1916;
    width: 100%;
    height: 1px;
    margin-bottom: 36px
}

.horizontal-line.design-system {
    position: relative;
    bottom: -80px
}

.sg-description {
    color: var(--gray-500);
    max-width: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem
}

.sg-description.cc-dark-grey {
    color: var(--gray-500)
}

.ds-image-wrap {
    border: 0 #000;
    width: 100%
}

.ds-image-wrap.cc-85 {
    z-index: 2;
    width: 85%;
    position: relative
}

.ds-image-wrap.cc-neutral-grey {
    border: 1px #000
}

.ds-image-wrap.cc-neutral-grey.cc-60 {
    border-style: none;
    width: 60%;
    overflow: visible
}

.ds-image-wrap.cc-neutral-grey.cc-60.cc-relative {
    z-index: 10;
    border-style: none;
    border-radius: 0;
    width: 60%;
    position: relative
}

.ds-image-wrap.cc-neutral-grey.cc-60.cc-blur-photo {
    border-style: none
}

.ds-image-wrap.cc-60 {
    width: 60%
}

.ds-image-wrap.cc-60.cc-blog-post {
    justify-content: center;
    width: 100%;
    display: flex
}

.ds-image-wrap.cc-device-65 {
    width: 65%
}

.ds-image-wrap.cc-corner {
    border-style: none;
    border-radius: 0
}

.display-xs {
    color: var(--white);
    letter-spacing: -.05rem;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.1;
	margin-bottom: 2rem;
}

.display-xs.cc-center {
    text-align: center
}

.display-xs.cc-center.cc-purple {
    color: var(--pl-purple-main)
}

.display-xs.cc-center.cc-20ch {
    max-width: 20ch;
    margin-left: auto;
    margin-right: auto
}

.display-xs.cc-center.cc-white {
    color: var(--white)
}

.display-xs.cc-center.cc-max-25ch {
    max-width: 25ch
}

.display-xs.cc-center.cc-lp-ai-photo-editing {
    margin-bottom: 6rem;
    position: relative
}

.display-xs.cc-20ch {
    max-width: 20ch
}

.display-xs.cc-black-text.cc-center.cc-22ch {
    max-width: 24ch;
    margin-left: auto;
    margin-right: auto
}

.display-xs.cc-black-text.cc-center.cc-20ch {
    max-width: 18ch;
    margin-left: auto;
    margin-right: auto
}

.display-xs.cc-black-text.cc-center.cc-21ch {
    max-width: 21ch
}

.display-xs.cc-black-text.cc-always-center {
    text-align: center
}

.display-xs.cc-black-text.cc-always-center.cc-20ch {
    max-width: 20ch;
    margin-left: auto;
    margin-right: auto
}

.display-xs.cc-black-text.cc-max-20ch {
    max-width: 20ch
}

.display-xs.cc-black-text.cc-affiiate-page {
    font-size: 2rem
}

.display-xs.cc-black-text.cc-15ch {
    max-width: 15ch
}

.display-xs.cc-black-text.cc-max-16ch {
    max-width: 16ch
}

.display-xs.cc-white {
    color: var(--white)
}

.display-xs.cc-blog-h1 {
    color: var(--brand-black);
    line-height: 1.1
}

.display-xs.cc-always-center {
    text-align: center
}

.display-xs.cc-always-center.cc-15ch.cc-shadow {
    text-shadow: 0 1px 15px #00000026
}

.display-xs.cc-always-center.cc-18ch {
    max-width: 18ch
}

.display-xs.cc-max-16ch {
    max-width: 16ch
}

.button-pl-small {
    color: #fff;
    text-align: center;
    letter-spacing: -.015rem;
    white-space: nowrap;
    background-color: #9870ff;
    border-radius: 8rem;
    justify-content: center;
    align-items: center;
    padding: .9rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: all .2s
}

.button-pl-small:hover {
    color: #fff;
    background-color: #774ee0
}

.button-pl-small.outline {
    z-index: 999;
    color: #9870ff;
    background-color: #0000;
    border: 1px solid #9870ff;
    display: block;
    position: relative
}

.button-pl-small.outline.hide-on-mobile {
    display: block
}

.button-pl-small.outline.hide-on-mobile.a-cta.display-none {
    display: none
}

.button-pl-small.outline {
    color: #9870ff;
    background-color: #0000;
    border: 1px solid #9870ff;
    font-weight: 500
}

.button-pl-small.outline:hover {
    color: #fff;
    background-color: #9870ff;
    border-style: solid;
    border-color: #9870ff
}

.button-pl-small.a-cta {
    font-weight: 500
}

.button-pl-small.cc-xmas {
    background-color: #45ac93
}

.button-pl-small.cc-xmas:hover {
    background-color: #3c927d
}

.button-pl-small.on-banner {
    padding: 1rem 2rem
}

.logo-pl-white,.logo-pl {
    width: 100%;
    max-width: none
}

.ds-3steps-section {
    flex-direction: column;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex
}

.ds-3steps-section.cc-light-bg {
    background-image: linear-gradient(#f1edfc,#c3b3f8 79%,#c9bbf7)
}

.ds-3steps-section.gradient-purple-bg {
    background-image: linear-gradient(#0000,#180a3a)
}

.ds-tabs-step-wrap {
    margin-right: 3rem
}

.display-md {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1
}

.display-md.cc-center {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0
}

.display-md.cc-center.cc-15ch {
    max-width: 15ch
}

.display-md.cc-black-text.cc-nowrap {
    white-space: nowrap
}

.display-md.cc-always-center {
    text-align: center
}

.caps-lg {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Brown-Italic,sans-serif;
    font-size: 5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1
}

.html-embed-9 {
    font-size: .9rem;
    line-height: 1
}

.pl-button-wrap {
    flex-direction: column;
    align-items: center;
    display: flex
}

.pl-button-wrap.cc-align-left {
    justify-content: flex-start;
    align-items: flex-start
}

.ds-rich-text {
    text-align: left;
    font-size: 1.1rem
}

.ds-rich-text h3 {
    color: var(--brand-black-2);
    margin-top: .75rem;
    margin-bottom: .75rem;
    font-size: 2rem;
    line-height: 1.2
}

.ds-rich-text p {
    color: var(--brand-black-2);
    margin-bottom: 1rem
}

.ds-rich-text h4 {
    color: var(--brand-black-2);
    margin-top: 1rem;
    margin-bottom: 1rem
}

.ds-rich-text li {
    color: var(--brand-black-2)
}

.ds-colour-grid-2 {
    flex-wrap: wrap;
    margin-top: 24px;
    display: flex
}

.placeholder {
    width: 30rem;
    height: 5rem
}

.placeholder.purple-shadow {
    box-shadow: 8px 8px 30px -5px #9870ff4d
}

.placeholder.grey-shadow {
    box-shadow: 8px 8px 20px -5px var(--gray-200)
}

.par-xs {
    margin-top: 0;
    margin-bottom: 0;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.3
}

.par-xs.cc-brown-italic {
    font-family: Brown-Italic,sans-serif
}

.par-xs.cc-brown-italic.cc-md {
    margin-left: .5rem;
    padding-right: .5rem;
    font-family: Brown,sans-serif;
    font-style: italic;
    font-weight: 700;
    line-height: 1.4
}

.label-lg-bold {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.1rem;
    line-height: 1.1
}

.ds-video-wrap {
    border-radius: 2rem;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    display: flex;
    position: relative
}

.ds-video-wrap.cc-pl-gradient {
    background-image: linear-gradient(#ede7ff,#c7b2ff 40%,#9870ff);
    margin-left: auto;
    margin-right: auto;
    padding: 2px
}

.ds-video-wrap.cc-pl-gradient.cc-18rem {
    width: 18rem
}

.ds-video-wrap.cc-pl-gradient.cc-55 {
    width: 55%
}

.ds-video-wrap.cc-pl-gradient.cc-60 {
    width: 60%
}

.ds-video-wrap.cc-grey-neutral {
    background-color: silver;
    border-radius: 2.1rem;
    padding: 2px
}

.ds-video-wrap.cc-grey-neutral.cc-60 {
    width: 60%
}

.ds-video-wrap.cc-grey-neutral.cc-50 {
    width: 50%
}

.ds-video-wrap.cc-grey-neutral.cc-70 {
    width: 70%
}

.ds-video-wrap._3d-device-frame.cc-55,.ds-video-wrap._3d-device-frame.cc-55-new {
    width: 55%
}

.ds-video-wrap._3d-device-frame.cc-70 {
    width: 70%
}

.ds-video-wrap.cc-80 {
    width: 80%
}

.ds-video-wrap.cc-50 {
    width: 50%
}

.ds-video-wrap.cc-60 {
    width: 60%
}

.ds-video-wrap.cc-60.cc-grey {
    border: 3px solid var(--medium-purple)
}

.ds-video-wrap.cc-60.cc-grey.cc-mobile {
    border-width: 2px;
    border-color: var(--gray-400)
}

.ds-video-wrap.cc-85 {
    width: 85%
}

.icon-html-upload {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    font-size: 1.2rem;
    line-height: 1.2rem;
    display: flex
}

.display-xxl {
    letter-spacing: -.075rem;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 6rem;
    line-height: 1.1
}

.headline-sm {
    letter-spacing: -.025rem;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.2
}

.headline-sm.cc-black-text.cc-regular {
    font-weight: 400
}

.border-radius-1rem {
    border-radius: 1rem;
    max-width: none
}

.border-radius-0-25rem {
    border-radius: .25rem;
    max-width: none
}

.grid-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: relative
}

.grid-2.desk-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.grid-2.desk-3 {
    grid-template-columns: 1fr 1fr 1fr
}

.par-sm {
    color: var(--white);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.3
}

.par-sm.cc-black-text.feature-description {
    font-size: 1rem;
    line-height: 1.3
}

.par-sm.cc-black-text.cc-0-4rem-margin {
    margin-top: 1.6px;
    margin-bottom: .4rem
}

.par-sm.cc-black-text.cc-0-4rem-margin.cc--letterspacing-0-03rem {
    letter-spacing: -.03rem;
    font-size: 1.1rem
}

.par-sm.cc-black-text.cc-0-4rem-margin.cc--letterspacing-0-03rem.cc-1-6rem-margin-top {
    margin-top: 1.6rem
}

.par-sm.cc-black-text.cc-breadcrumbs {
    margin-right: .5rem;
    font-size: 1rem;
    text-decoration: none
}

.par-sm.cc-black-text.cc-breadcrumbs.cc-last {
    color: var(--gray-400);
    margin-right: 0
}

.par-sm.cc-black-text.cc-inside-slider,.par-sm.cc-black-text.cc-post-description {
    font-size: 1rem
}

.par-sm.cc-black-text.cc-always-center {
    text-align: center
}

.par-sm.align-c {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.par-sm.align-c.cc-22ch {
    max-width: 22ch
}

.par-sm.align-c.cc-width {
    justify-content: center;
    align-items: center;
    max-width: 80%
}

.par-sm.cc-25ch {
    max-width: 25ch
}

.display-xl {
    color: var(--white);
    letter-spacing: -.05rem;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1
}

.icon-wrap {
    flex: 0 auto;
    justify-content: space-between;
    width: 1.4rem;
    height: auto;
    margin-right: .5rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
    display: block
}

.social-link-wrap {
    width: 2rem
}

.sg-block {
    margin-bottom: 2rem
}

.spacer-4-5rem {
    width: 100%;
    height: 4.5rem
}

.ds-image-base {
    object-fit: cover;
    width: 100%;
    max-width: none
}

.ds-image-base.ratio-device-9-16 {
    border-radius: 2rem
}

.ds-image-base.ratio-device-9-16.cc-grey-frame {
    border: 2px solid var(--gray-400)
}

.ds-image-base.ratio-device-9-16.cc-grey-frame.cc-relative {
    z-index: -10;
    position: relative
}

.ds-image-base.ratio-device-9-16.cc-grey-frame.cc-border {
    border-radius: 3rem
}

.ds-image-base.ratio-device-9-16.cc-65.cc-corner,.ds-image-base.ratio-device-9-16.cc-corner {
    border-radius: 0
}

.ds-image-base.ratio-4-5 {
    object-fit: contain
}

.ds-image-base.ratio-1-1.cc-overflow {
    overflow: visible
}

.ds-image-base.cc-inner-links-section-img {
    border: 3px solid #fff;
    border-bottom-style: none;
    border-radius: 2rem 2rem 0 0;
    box-shadow: 4px 4px 50px #0003
}

.border-radius-2rem {
    border-radius: 2rem;
    max-width: none
}

.border-radius-1-25rem {
    border-radius: 1.25rem;
    max-width: none
}

.social-links-wrap-2 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    display: flex
}

.border-radius-0-75rem {
    border-radius: .75rem;
    max-width: none
}

.ds-content {
    flex-direction: column;
    width: 100%;
    margin-left: 17rem;
    padding-left: 4rem;
    padding-right: 4rem;
    display: flex;
    overflow: hidden
}

.add-content {
    color: #fff;
    background-color: #ff72b2;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    height: 3rem;
    font-weight: 500;
    display: flex
}

.border-radius-0-5rem {
    border-radius: .5rem;
    max-width: none
}

.ds-video-base {
    z-index: 1;
    border-radius: 0;
    width: 100%;
    height: auto;
    margin-top: 0%
}

.ds-video-base.ratio-4-5 {
    object-fit: fill;
    margin-left: auto;
    margin-right: auto
}

.ds-video-base.ratio-4-5.cc-corner,.ds-video-base.ratio-4-5.cc-corner-2-2 {
    border-radius: 2rem
}

.ds-video-base.ratio-device-9-16 {
    border-radius: 2rem;
    display: block;
    overflow: hidden
}

.ds-video-base.ratio-device-9-16.cc-3d-device-bg {
    border-radius: 2.5rem;
    align-self: center;
    width: auto;
    height: 98%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: .3rem .4rem
}

.ds-video-base.ratio-1-1.border-radius-1rem {
    border-radius: 1rem
}

.ds-video-base.ratio-device-9-16 {
    border-width: 1px;
    border-color: #000;
    border-radius: 2rem;
    overflow: hidden
}

.ds-video-base.ratio-1-1 {
    align-self: auto
}

.ds-video-base.ratio-device-9-16 {
    border-radius: 2rem
}

.ds-video-base.ratio-gif {
    aspect-ratio: 4/3.9
}

._2-1-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    max-width: 1000px;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: relative
}

.par-xxl {
    color: var(--white);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.3
}

.caps-xl {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Brown-Italic,sans-serif;
    font-size: 20rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2
}

.ds-icon-grid-logos {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: grid
}

.image-58 {
    width: 100%;
    max-width: none
}

.visible-div {
    background-color: #d0e8ff;
    width: 100%;
    height: 4rem
}

.visible-div._2 {
    border-radius: 2rem
}

.visible-div._0-25 {
    border-radius: .25rem
}

.visible-div._1-25 {
    border-radius: 1.25rem
}

.visible-div._2-5 {
    border-radius: 2.5rem
}

.visible-div._0-75 {
    border-radius: .75rem
}

.visible-div._0-5 {
    border-radius: .5rem
}

.visible-div._1 {
    border-radius: 1rem
}

.visible-div._1-5 {
    border-radius: 1.5rem
}

.spacer-1rem-2 {
    flex: none;
    width: 100%;
    height: 1rem;
    display: block
}

.text-box {
    max-width: 750px
}

.text-box._600px {
    width: 42rem;
    max-width: none;
    min-height: 64px
}

.text-box._600px.visible {
    background-color: #d0e8ff;
    border-radius: 6px
}

.text-box._800px {
    max-width: 800px;
    min-height: 64px
}

.text-box._800px.visible {
    background-color: #d0e8ff;
    border-radius: 6px
}

.text-box._700px {
    max-width: 700px;
    min-height: 64px
}

.text-box._700px.visible {
    background-color: #d0e8ff;
    border-radius: 6px
}

.text-box._500px {
    max-width: 500px;
    min-height: 64px
}

.text-box._500px.visible {
    background-color: #d0e8ff;
    border-radius: 6px
}

.text-box._400px {
    max-width: 400px;
    min-height: 64px
}

.text-box._400px.visible {
    background-color: #d0e8ff;
    border-radius: 6px
}

.ds-social-icons-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 15rem;
    display: flex
}

.logo-pl-purple {
    width: 100%;
    max-width: none
}

.icon-wrap-right {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1rem;
    margin-left: 0;
    display: flex
}

.sg-nav-container {
    background-color: #f0f2f3;
    background-image: linear-gradient(125deg,var(--pl-purple-light),#d0beff 68%,#9870ff7a);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: 100vh;
    display: flex;
    overflow: visible
}

.button-with-icon {
    background-color: var(--pl-purple-main);
    color: var(--white);
    letter-spacing: -.015rem;
    white-space: nowrap;
    border-radius: 3rem;
    justify-content: center;
    align-items: center;
    padding: 1.2rem 2rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1rem;
    text-decoration: none;
    transition: color .2s,background-color .2s;
    display: flex
}

.button-with-icon:hover {
    background-color: var(--pl-purple-hover);
    color: var(--white);
    text-decoration: none
}

.button-with-icon.minimal {
    color: var(--pl-purple-main);
    background-color: #0000;
    border: 1px #000
}

.button-with-icon.minimal:hover {
    color: var(--pl-purple-main);
    text-decoration: underline
}

.button-with-icon.disabled {
    background-color: var(--gray-400);
    color: var(--gray-500)
}

.button-with-icon.outline {
    border: 1px solid var(--pl-purple-main);
    color: var(--pl-purple-main);
    background-color: #0000
}

.button-with-icon.outline:hover {
    background-color: var(--pl-purple-main);
    color: #fff
}

.par-xl {
    color: var(--white);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.3
}

.par-xl.cc-black-text.cc-letterspace-0-3 {
    letter-spacing: -.03rem
}

.par-xl.cc-32ch {
    max-width: 32ch
}

.column-styleguide {
    background-color: #d0e8ff;
    border-radius: 6px;
    width: 100%;
    height: 40px
}

.headline-lg {
    letter-spacing: -.03rem;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.1
}

.headline-lg.toc {
    background-color: #d0beff00
}

.headline-lg.cc-post-title {
    color: var(--brand-black);
    white-space: normal
}

.headline-lg.cc-22ch {
    white-space: normal;
    max-width: 22ch
}

.image-wrap-3 {
    width: 100%;
    max-width: none
}

.headline-xs {
    letter-spacing: -.025rem;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .9rem;
    line-height: 1.2
}

.label-lg {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.1
}

._1-2-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    max-width: 1000px;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: relative
}

.ds-module {
    background-color: #d0e8ff;
    border-radius: 5px;
    flex-direction: column;
    min-width: 100px;
    min-height: 100px;
    display: flex;
    position: relative
}

.ds-images-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: start;
    display: flex
}

.ds-images-grid.cc-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.caps-sm {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Brown-Italic,sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2
}

.visible-spacer-2 {
    background-color: #d0e8ff;
    border-radius: 5px;
    width: 20rem;
    display: inline-block
}

.sg-nav {
    border-right: 1px #ced5db;
    width: 17rem;
    height: auto;
    display: block;
    position: fixed;
    inset: 0% auto 0% 0%
}

.social-link-footer {
    color: #909091;
    border: 1px #909091;
    border-radius: .3rem;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    display: flex
}

.social-link-footer:hover {
    border-color: #9870ff
}

.social-link-footer.cc-pl:hover {
    color: #9870ff
}

.sg-body {
    background-color: #fff;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    display: flex;
    overflow: hidden
}

.social-icon-html {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1.1rem;
    height: 1.1rem;
    display: flex
}

.social-icon-html.yt,.social-icon-html.tw {
    width: 1.3rem;
    height: 1.3rem
}

.label-md {
    margin-top: 0;
    margin-bottom: 0;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.1
}

.ds-icon-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block
}

.sg-menu {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex
}

.paragraph-18 {
    letter-spacing: -.02rem;
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.3
}

.paragraph-18.cc-55ch {
    color: #1f1f24;
    max-width: 55ch
}

.par-md {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.4rem;
	font-family: 'Khula', sans-serif;
}

.par-md.cc-black-text {
    border: 1px solid #0000
}

.par-md.cc-black-text.cc-center-on-mobile.cc-max-40ch {
    max-width: 40ch
}

.par-md.cc-black-text.cc-1-1rem-font-size {
    font-size: 1.1rem
}

.par-md.cc-black-text.cc-always-center.cc-40ch {
    max-width: 40ch;
    margin-left: auto;
    margin-right: auto
}

.par-md.cc-center,.par-md.cc-always-center {
    text-align: center
}

.par-md.cc-always-center.cc-45.car-back-text {
    color: var(--black);
    width: 40%
}

.par-md.cc-always-center.cc-black-text {
    text-align: center
}

.par-md.cc-always-center.cc-80 {
    width: 75%;
    margin-left: auto;
    margin-right: auto
}

.par-md.cc-blog-category-descr {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto
}

.par-md._0-5-margin-right {
    margin-right: .5rem
}

.label-md-caps {
    color: var(--pl-purple-main);
    letter-spacing: .3rem;
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Brown,sans-serif;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.1
}

.label-md-caps.cc-hidden {
    display: none
}

.sg-menu-link {
    color: #1f1f24;
    border-left: 4px solid #0000;
    width: 100%;
    padding: .5rem 0 .5rem 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    transition: background-color .2s,color .2s
}

.sg-menu-link:hover {
    color: #356af0
}

.sg-menu-link.w--current {
    color: #356af0;
    background-color: #0000;
    background-image: linear-gradient(90deg,#fff 35%,#ede7ff00);
    border: 1px #000;
    border-left-width: 0;
    border-radius: 0 0 0;
    margin-left: 0;
    margin-right: 0;
    padding: .5rem 0 .5rem 1.5rem;
    font-weight: 400
}

.par-lg {
    color: var(--white);
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.3
}

.par-lg.cc-center {
    text-align: left;
    max-width: none
}

.par-lg.cc-center.cc-36ch {
    max-width: 36ch
}

.par-lg.cc-center.cc-45ch {
    text-align: center;
    align-self: center;
    width: auto;
    max-width: 45ch
}

.par-lg.cc-center.cc-75 {
    width: 75%
}

.par-lg.cc-center.cc-43ch {
    max-width: 43ch
}

.par-lg.cc-black-text.cc-center {
    text-align: center
}

.par-lg.cc-black-text.cc-center.cc-34ch,.par-lg.cc-black-text.cc-34ch {
    max-width: 34ch
}

.par-lg.cc-aligned-center {
    text-align: center;
    align-self: center
}

.sg-menu-brand {
    width: 13rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 1.5rem;
    padding-left: 0
}

.border-radius-2-5rem {
    border-radius: 2.5rem;
    max-width: none
}

.item-label-2 {
    color: var(--gray-400);
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 8px;
    margin-bottom: 12px;
    font-size: .8rem;
    font-weight: 500;
    line-height: 1rem
}

.ds-logo-wrap {
    flex-direction: column;
    align-items: flex-start;
    width: 10rem;
    max-width: none
}

.border-radius-1-5rem {
    border-radius: 1.5rem;
    max-width: none
}

.sg-description-2 {
    color: #98989a;
    max-width: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem
}

.sg-description-2.cc-dark-grey {
    color: #636367
}

.button-text {
    white-space: nowrap;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    text-decoration: none
}

.cc-black-text {
    color: var(--brand-black)
}

.text-span-3 {
    font-weight: 700
}

.div-block-73 {
    margin-top: 2rem
}

.ds-store-badge-link {
    width: 9rem;
    min-width: auto;
    max-width: none
}

.ds-media-wrap {
    flex-direction: column;
    align-items: flex-start;
    width: 20rem;
    max-width: none;
    margin-right: 1rem
}

.tooltip {
    z-index: 9999;
    white-space: nowrap;
    background-color: #ffffffd9;
    border-radius: 10em;
    padding: .5em 1em;
    font-size: .85em;
    position: absolute;
    bottom: 120%
}

.button-pl-navbar {
    outline-offset: 0px;
    color: var(--pl-purple-main);
    text-align: center;
    letter-spacing: -.015em;
    white-space: nowrap;
    background-color: #0000;
    border-radius: 8rem;
    outline: 1px solid #9870ff;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: all .2s
}

.button-pl-navbar:hover {
    background-color: var(--pl-purple-hover);
    outline-color: var(--pl-purple-hover);
    color: #fff
}

.hero-container {
    flex-direction: column;
    align-items: center;
    display: flex
}

.main-button-wrap {
    flex-direction: column;
    align-items: flex-start;
    display: flex
}

.spacer-16rem {
    width: 100%;
    height: 16rem
}

.spacer-16rem.cc-8-on-mobile.cc-hide {
    display: block
}

.grid-box-2 {
    z-index: 1;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 30rem;
    display: flex;
    position: relative
}

.accordion-item-rem {
    cursor: pointer;
    background-color: #0000;
    border-top: 1px solid #000;
    border-bottom: 1px #000;
    border-radius: 0;
    margin-bottom: 0;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-right: 2.5rem;
    position: relative
}

.accordion-item-content {
    margin-top: auto;
    margin-right: 30px;
    display: block;
    overflow: hidden
}

.plus-icon {
    justify-content: center;
    align-items: center;
    width: .875rem;
    display: flex;
    position: absolute;
    top: 1.5rem;
    right: 0
}

.ham-dash-03-2,.ham-dash-02-2 {
    background-color: #000;
    border-radius: 100px;
    width: 24px;
    height: 3px;
    margin-top: 2px;
    margin-bottom: 2px
}

.spacer-1rem-4 {
    flex: none;
    width: 100%;
    height: 1rem;
    display: block
}

.spacer-1rem-4.cc-desktop {
    display: none
}

.spacer-1rem-4.cc-space-cu-pg {
    height: .8rem
}

.how-to-list-2 {
    margin-bottom: 0;
    padding-left: 0
}

.main-btn-wrap {
    align-self: flex-start
}

.main-btn-wrap.cc-m-b {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex
}

.main-btn-wrap.cc-align-center {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex
}

.main-btn-wrap.cc-align-center.cc-affiliate-page {
    margin-top: 2rem
}

.main-btn-wrap.cc-m-b {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex
}

.main-btn-wrap.cc-m-b.cc-center {
    justify-content: center;
    align-self: center;
    align-items: center
}

.main-btn-wrap.cc-m-b {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    display: flex
}

.text-box-2 {
    z-index: 1;
    flex-direction: column;
    max-width: none;
    display: flex;
    position: relative
}

.text-box-2.cc-align-center {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto
}

.text-box-2.cc-align-center.fade-up.cc-50 {
    justify-content: center;
    align-items: center;
    width: 50%
}

.text-box-2.cc-90 {
    width: 90%
}

.footer-price-box {
    border-top: 1px solid #000;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 1em;
    padding-top: 0;
    display: flex
}

.lottie-animation {
    z-index: 3;
    width: 7em;
    position: absolute;
    top: 46%;
    left: 25%
}

.lottie-animation.cc-lottie-background {
    top: 43.5%;
    left: 75%;
    transform: rotate(220deg)
}

.lottie-animation.cc-lottie-background.cc-absolute {
    left: 5%
}

.lottie-animation.cc-lottie-background.cc-absolute.cc-rotate {
    top: 48%;
    left: 1%;
    transform: rotate(26deg)
}

.lottie-animation.cc-lottie-background.cc-absolute.cc-rotate.cc-tablet {
    top: 47%;
    transform: rotate(40deg)
}

.lottie-animation.cc-lottie-background.cc-absolute.cc-rotate.cc-tablet.cc-last {
    top: 46%;
    left: -3%
}

.lottie-animation.cc-lottie-background.cc-absolute.cc-rotate.cc-tablet.cc-first {
    top: 48%;
    left: -2%
}

.lottie-animation.cc-lottie-background.cc-absolute-right {
    top: 56%;
    left: 55%
}

.lottie-animation.cc-lottie-background.cc-absolute-right.cc-rotate {
    left: 53%;
    transform: rotate(30deg)
}

.lottie-animation.cc-lottie-background.cc-absolute-right.cc-rotate.cc-tablet {
    top: 54%;
    transform: rotate(40deg)
}

.lottie-animation.cc-lottie-background.cc-absolute-right.cc-rotate.cc-tablet.cc-middle {
    top: 54%;
    left: -5%;
    transform: rotate(50deg)
}

.cookie-span-2 {
    color: #ede7ff;
    border-bottom-style: none;
    font-size: 1em;
    font-weight: 400;
    line-height: 1em
}

.image-max-12rem {
    z-index: 1;
    width: 100%;
    max-width: 12rem;
    position: relative;
    overflow: hidden
}

.image-max-12rem.footer-001 {
    position: absolute;
    top: 0%;
    left: 0%
}

.image-max-12rem.footer-003 {
    position: absolute;
    bottom: 0%;
    left: 10%
}

.image-max-12rem.footer-004 {
    position: absolute;
    bottom: 0%;
    right: 10%
}

.image-max-12rem.footer-002 {
    position: absolute;
    top: 0%;
    right: 0%
}

.main-blur-2 {
    z-index: -1;
    opacity: .6;
    filter: blur(150px);
    background-color: #ff504ebd;
    border-radius: 50%;
    width: 50%;
    padding-top: 50%;
    position: absolute;
    inset: 0% auto auto 10%
}

.main-blur-2.cc-features-002 {
    z-index: 0;
    background-color: #ff504e;
    border-radius: 100%;
    width: 30rem;
    padding-top: 0%;
    top: 60%;
    left: -10%
}

.display-sm-3 {
    letter-spacing: -.05rem;
    text-transform: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5rem;
    font-style: normal;
    line-height: 1.1
}

.display-sm-3.cc-align-center {
    text-align: center;
    max-width: 20ch;
    margin-left: auto;
    margin-right: auto
}

.display-sm-3.cc-align-center.fade-up.h4 {
    color: var(--brand-black)
}

.display-sm-3.cc-align-center.fade-up.h4.cc-affiliate-page {
    max-width: none
}

.display-sm-3.cc-align-center.cc-46-margin-bottom {
    margin-bottom: 45px
}

.display-sm-3.cc-align-center.cc-46-margin-bottom.xmas-venner {
    color: #f1382b;
    text-align: center;
    font-family: veneer,sans-serif;
    font-size: 3.75rem;
    font-weight: 400
}

.display-sm-3.cc-align-center.cc-46-margin-bottom.xmas-venner.cc-personlize-card {
    color: #9870ff;
    text-align: left;
    line-height: .9
}

.display-sm-3.cc-align-center.cc-46-margin-bottom.xmas-cinema {
    margin-bottom: 0;
    padding-right: 1rem;
    font-family: cinema-script,sans-serif;
    font-weight: 400;
    line-height: .9
}

.display-sm-3.cc-align-center.cc-46-margin-bottom.xmas-cinema.cc-how-to {
    text-align: left;
    margin-left: 2.4rem;
    padding-right: 0
}

.spacer-1-5rem-2 {
    width: 100%;
    height: 1.5rem
}

._3d-device-frame {
    z-index: 3;
    order: 1;
    position: relative;
    inset: 0%
}

._3d-device-frame.cc-lp {
    order: 1
}

.ds-container-3 {
    width: 100%;
    max-width: 78rem;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.how-to-step-number-rem {
    width: 3rem;
    display: flex
}

.text-box-2-2 {
    width: 90%;
    max-width: none
}

.text-box-2-2.cc-52ch {
    max-width: 52ch
}

.new-navbar {
    z-index: 999;
    background-color: #000;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100vw;
    max-width: none;
    height: 5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: sticky;
    top: 0
}

.body-inner-page {
    background-color: var(--black)
}

.html-embed-13,.html-embed-14 {
    font-size: .9rem;
    line-height: 1
}

.ai-icon-wrap {
    width: 2rem
}

.ai-preset-img {
    width: 100%;
    max-width: none
}

.ai-presets-container {
    grid-column-gap: 6rem;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    height: auto;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    top: auto;
    overflow: visible
}

.ai-presets-container.new-slider {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    justify-content: space-around;
    max-width: 80rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    overflow: visible
}

.ai-icon {
    width: 100%;
    max-width: none
}

.moving-slide-ai {
    flex: none;
    align-items: center;
    width: 100vw;
    min-height: 65vh;
    padding-left: 4em;
    padding-right: 4em;
    display: flex;
    position: relative
}

.slider-ai {
    height: 360vw;
    padding-top: 0
}

.frame-ai {
    flex-direction: column;
    height: 100%;
    display: flex;
    position: relative;
    overflow: visible
}

._2nd-fold-wrap {
    padding-top: 10rem
}

._2nd-fold-wrap.cc-center {
    flex-direction: column;
    align-items: center;
    margin-bottom: 6rem;
    padding-top: 0;
    display: flex
}

._2nd-fold-wrap.cc-center.cc-aquaman {
    flex-direction: column
}

.social-proof-grid {
    grid-column-gap: 13px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex
}

.social-proof-grid.cc-hide {
    display: none
}

.social-proof-grid.cc-affiliatea-page {
    justify-content: center;
    display: none
}

.social-proof-grid.cc-flex {
    justify-content: center
}

.social-proof-cell {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    align-items: center;
    display: flex
}

.stars-container {
    grid-column-gap: 4px;
    padding-bottom: 2px;
    display: flex
}

.star-div {
    width: 20px
}

.social-proof-text {
    color: #d5d5d5;
    font-size: 1.1rem
}

.social-proof-seperator {
    color: #636367;
    background-color: #d5d5d5;
    width: .09rem
}

.downloads-num {
    color: #d5d5d5;
    margin-bottom: -1px;
    font-size: 1.2rem;
    font-weight: 700
}

.card_component {
    perspective: 1000px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 18rem;
    height: 22rem
}

.car-back-text {
    z-index: 2;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.2rem;
    display: block;
    position: static;
    inset: 0%
}

.card-padding {
    position: static
}

.card_side {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #141314;
    border: 1px solid #191819;
    border-radius: 2rem;
    padding: 4rem 1.75rem 1.75rem;
    position: absolute;
    inset: 0%
}

.card_side.is-front {
    grid-row-gap: 2.5rem;
    color: #1f1f2400;
    background-color: #14131400;
    border-style: none;
    flex-direction: column;
    padding: 0;
    display: block
}

.card_side.is-back {
    color: #1f1f2400;
    transform-style: preserve-3d;
    background-color: #14131400;
    border-style: none;
    padding: 0;
    transform: rotateX(0)rotateY(180deg)rotate(0)
}

.ai-ttl-wrap-2 {
    align-items: flex-end;
    display: flex;
    position: absolute;
    bottom: 0
}

.card-back-new {
    z-index: 0;
    width: 100%;
    max-width: none;
    position: absolute;
    inset: 0%
}

.card_wrapper {
    color: #1f1f2400;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative
}

.card-img {
    border-radius: 1rem;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative
}

.back-text-wrap {
    z-index: 2;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: absolute;
    inset: 0%
}

._20vw-div {
    flex: none;
    width: 7vw;
    margin-right: 0
}

.slider-container {
    margin-bottom: 6rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: none;
    overflow: auto
}

.hide {
    display: none
}

.card_cta-wrapper {
    grid-row-gap: .25rem;
    flex-direction: column;
    display: flex;
    position: absolute;
    bottom: 1rem;
    left: auto;
    right: 1rem
}

.card_cta {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 1.7rem;
    height: 1.7rem;
    display: flex
}

.slider-ai-side-scroll {
    background-image: none;
    padding-top: 12rem;
    position: relative
}

.slider-ai-side-scroll.cc-no-margins {
    padding-top: 0
}

.image-wrap-4 {
    z-index: 1;
    width: 100%;
    position: relative
}

.image-wrap-4.cc-85 {
    width: 85%
}

.ds-image-wrap-3 {
    border-radius: 2rem;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    display: flex;
    position: relative
}

.ds-image-wrap-3.cc-grey-neutral {
    background-color: var(--gray-400);
    padding: 2px
}

.ds-image-wrap-3.cc-grey-neutral.cc-60 {
    width: 60%
}

.ds-image-wrap-3.cc-grey-neutral.cc-60.cc-hide {
    display: block
}

.social-proof-text-2 {
    color: #979797;
    font-size: 1.1rem
}

.social-proof-seperator-2 {
    color: #636367;
    background-color: #636367;
    width: .09rem
}

.downloads-num-2 {
    color: #979797;
    margin-bottom: -1px;
    font-size: 1.2rem;
    font-weight: 700
}

.source-img-wrap-2 {
    max-width: 20%;
    margin-bottom: 2em;
    position: relative;
    overflow: visible
}

.source-img-wrap-2.cc-yearbook {
    max-width: 15%
}

.line-3 {
    width: 10rem;
    position: absolute;
    inset: auto auto -5.5rem -7rem
}

.line-3.cc-flip-2 {
    color: var(--white);
    transform-style: preserve-3d;
    width: 34%;
    bottom: -10%;
    left: 115%;
    transform: rotateX(0)rotateY(-180deg)rotate(0)
}

.img-slider-height-2 {
    background-image: linear-gradient(#000,#322158 20%,#2d1d4f 80%,#000);
    width: 100%;
    height: 400vh;
    overflow: visible
}

.img-slider-mask-2 {
    width: 100%;
    margin-top: 2em;
    overflow: visible
}

.img-slider-sticky-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding-top: 5rem;
    display: flex;
    position: sticky;
    top: 0;
    overflow: hidden
}

.img-slider-moving-2 {
    padding: .5vw 2vw;
    display: flex
}

.source-img-2 {
    object-fit: cover;
    border-radius: 1rem;
    width: 100%;
    position: relative
}

.source-img-2.cc-source {
    border-radius: .75rem;
    width: 15vw;
    max-width: none;
    position: relative
}

.source-img-2.cc-in-slider {
    border-radius: 1.25em;
    flex: none;
    width: 15vw;
    max-width: none;
    padding: .5vw;
    overflow: hidden
}

.source-img-wrapper {
    margin-right: .5rem
}

.slider-vid {
    z-index: 1;
    width: 14%;
    height: auto;
    padding-top: 26%;
    position: relative
}

.slider-vid.cc-full {
    width: 60%;
    padding-top: 100%
}

.slider-vid.vid-ratio-1-1 {
    width: 100%;
    padding-top: 100%
}

.sample-two-videos-wrap {
    display: flex
}

.ds-media-wrap-2 {
    flex-direction: column;
    align-items: flex-start;
    width: 15rem;
    max-width: none;
    margin-right: 1rem
}

.item-label-3 {
    color: #98989a;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 8px;
    margin-bottom: 12px;
    font-size: .8rem;
    font-weight: 500;
    line-height: 1rem
}

.ds-section-header-2 {
    border-bottom: 1px solid #636367;
    max-width: none;
    margin-bottom: 32px;
    padding-bottom: 12px;
    position: relative
}

.sample-bg-video-wrap {
    flex-direction: column;
    align-items: flex-start;
    width: 15rem;
    max-width: none;
    margin-right: 2rem
}

.ds-embed-video {
    width: 100%
}

.ds-embed-video.ratio-device-9-16 {
    border-radius: 2rem;
    overflow: hidden
}

.ds-embed-video-wrap {
    opacity: 1;
    border-radius: 2rem;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: visible
}

.ds-embed-video-wrap.border-radius-1rem {
    overflow: hidden
}

.sample-embed-video-wrap {
    flex-direction: column;
    align-items: flex-start;
    width: 15rem;
    max-width: none;
    margin-right: 1rem
}

.spacer-2rem-5 {
    flex: none;
    width: 100%;
    height: 2rem;
    display: block
}

.ds-section-header-3 {
    border-bottom: 1px solid #636367;
    max-width: none;
    margin-bottom: 32px;
    padding-bottom: 12px;
    position: relative
}

.ai-avatars-login-llabel {
    color: var(--gray-500);
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    display: flex
}

.ai-avatars-login-linkk {
    color: #636367
}

.ai-avatars-login-linkk:hover {
    color: var(--color-001)
}

.display-none,.html-embed-15 {
    display: none
}

.button-pll-aiavatar-mobile {
    background-color: var(--pl-purple-main);
    color: #fff;
    text-align: center;
    letter-spacing: -.015em;
    white-space: nowrap;
    border-radius: 8rem;
    justify-content: center;
    align-items: center;
    padding: 1.2rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: all .2s;
    display: block
}

.button-pll-aiavatar-mobile:hover {
    background-color: var(--pl-purple-hover);
    color: #fff
}

.button-pll-aiavatar-mobile.a-cta.show-only-on-mobile {
    display: none
}

.new-slider-container2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 100%;
    display: block;
    position: relative;
    overflow: hidden
}

.mask-3 {
    height: 100%;
    overflow: visible
}

.slider-5 {
    background-color: #ddd0;
    height: 100%;
    overflow: visible
}

.slide-nav-5 {
    display: none
}

.par-lg-4 {
    color: #fff;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.3
}

.card-padding-2 {
    padding-left: 0;
    position: static
}

.right-arrow-5 {
    width: 3rem;
    height: auto;
    position: absolute;
    top: -24%;
    right: 5%
}

.left-arrow-5 {
    z-index: 100;
    width: 3rem;
    height: auto;
    top: -24%;
    left: 5%
}

.icon-3 {
    z-index: 9999
}

.icon-3.cc-black {
    color: var(--black)
}

.slide-3 {
    position: static;
    overflow: visible
}

.display-lg-3 {
    letter-spacing: -.075rem;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1
}

.par-md-5 {
    color: #1f1f24;
    letter-spacing: -.02rem;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3
}

.bullet-wrap {
    align-items: center;
    display: flex
}

.bullet-wrap.cc-top {
    align-items: flex-start
}

.bullet-char {
    color: var(--white);
    letter-spacing: -.02rem;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 1rem;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.3
}

.bullet-char.cc-top {
    margin-top: .5rem
}

.bullet-char.cc-top.cc-black {
    color: var(--brand-black)
}

.aquaman-logo {
    width: 100%;
    max-width: none
}

.aquaman-logo-wrap {
    width: 20rem
}

.button-pl-ai-avatar {
    color: #fff;
    text-align: center;
    letter-spacing: -.015rem;
    white-space: nowrap;
    background-color: #9870ff;
    border-radius: 8rem;
    justify-content: center;
    align-items: center;
    padding: .9rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: all .2s
}

.button-pl-ai-avatar:hover {
    color: #fff;
    background-color: #774ee0
}

.button-pl-ai-avatar.outline {
    color: #9870ff;
    background-color: #0000;
    border: 1px solid #9870ff;
    display: flex
}

.button-pl-ai-avatar.outline.display-none {
    display: flex
}

.button-pl-ai-avatar.outline {
    color: #9870ff;
    background-color: #0000;
    border: 1px solid #9870ff;
    font-weight: 500
}

.button-pl-ai-avatar.outline:hover {
    color: #fff;
    background-color: #9870ff;
    border-style: solid;
    border-color: #9870ff
}

.main-navbar {
    justify-content: space-between;
    width: 100%;
    display: flex
}

.lp-navbar {
    background-color: #000;
    flex-direction: row;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: none
}

.ds-section-4 {
    background-color: #fff;
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem
}

.ds-section-4.cc-black-bg {
    background-color: #000;
    flex-direction: column;
    display: flex;
    overflow: visible
}

.ds-section-4.cc-black-bg.cc-sitcom {
    padding-bottom: 10rem;
    position: relative;
    overflow: hidden
}

.par-lg-5 {
    color: #fff;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.3
}

.par-lg-5.cc-center.cc-80 {
    width: 80%
}

.par-lg-5.cc-center {
    text-align: left;
    max-width: none
}

.ds-video-wrap-4 {
    border-radius: 2rem;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    display: flex;
    position: relative
}

.ds-video-wrap-4._3d-device-frame.cc-55 {
    width: 60%
}

.display-md-4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1
}

.display-md-4.cc-center {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0
}

.display-md-4.cc-center.cc-max-ch-15 {
    max-width: 15ch
}

.display-md-4.cc-center-2 {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0
}

.spacer-1-5rem-4 {
    width: 100%;
    height: 1.5rem
}

.spacer-2rem-7 {
    width: 100%;
    height: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.para-wrapper {
    width: auto;
    max-width: 33rem
}

.cc-purple {
    color: var(--pl-purple-main)
}

.splide.slider1 {
    width: 100%;
    padding-bottom: 0;
    overflow: hidden
}

.splide__slide {
    flex: none;
    width: 33%;
    padding: 0 1rem
}

.splide__slide.cc-no-padding {
    padding-left: 0;
    padding-right: 0
}

.splide__list {
    display: flex
}

.cms-feature {
    flex-direction: column;
    display: flex
}

.all-features {
    grid-column-gap: 3rem;
    grid-row-gap: 4em;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid
}

.all-features-base {
    justify-content: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.ds-section-features {
    background-color: #fff;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative
}

.ds-section-features.cc-hide {
    display: none
}

.feature-headline {
    color: #161719;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.2;
    text-decoration: none
}

.feature-thumbnail {
    width: 100%;
    max-width: none
}

.feature-thumbnail.ratio-5-4 {
    transition: all .2s cubic-bezier(.215,.61,.355,1)
}

.feature-thumbnail.ratio-5-4:hover {
    transform: scale(1.05)
}

.feature-img-wrap.border-radius-1rem {
    overflow: hidden
}

.ios-wrap {
    display: none
}

.ios-text {
    color: #a3a6ac;
    font-size: .8rem
}

.feature-ttl-link-block {
    text-decoration: none
}

.animated-text-icon-white {
    flex: none;
    width: 1.125rem;
    display: block
}

.text-block-2,.text-block-3 {
    white-space: nowrap
}

.mobile-menu {
    display: none
}

.hamburger-trigger-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 2em;
    padding-right: 2em;
    display: none
}

.ham-dash-01-4 {
    background-color: #000;
    border-radius: 100px;
    width: 24px;
    height: 3px;
    margin-top: 2px;
    margin-bottom: 2px;
    display: block
}

.navlinks-container {
    z-index: 10;
    width: auto;
    min-width: auto;
    display: flex;
    position: relative
}

.hover-out {
    z-index: 9999;
    background-color: #d83e3e00;
    flex-direction: column;
    flex: none;
    order: 0;
    justify-content: flex-end;
    width: 100%;
    height: 50px;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: absolute;
    inset: auto 0% -27%
}

.hover-out.version-2 {
    background-color: #d83e3e00;
    height: 100px;
    display: block;
    bottom: -40%
}

.mobile-menu-level-1 {
    display: none
}

.menu-wrapper,.menu-wrapper.level-2-menu {
    display: block
}

.feature-menu-icon {
    width: 25px;
    height: 25px;
    margin-right: 10px
}

.mega-menu {
    z-index: 10;
    display: block;
    position: fixed;
    inset: 0% 0% auto
}

.mega-menu.a-location-menu {
    display: block;
    position: relative
}

.mega-menu.a-location-menu.cc-hidden {
    display: block
}

.link-text {
    color: var(--white);
    white-space: nowrap;
    margin-right: .8rem;
    font-family: Brown,sans-serif;
    font-size: 1rem;
    line-height: 130%;
    text-decoration: none
}

.link-text:hover {
    color: var(--color-001)
}

.link-text.ai-tools {
    color: var(--white);
    white-space: nowrap;
    word-break: normal;
    font-family: Brown,sans-serif
}

.link-text.ai-tools:hover {
    color: var(--color-001)
}

.link-text.cc-normal-link {
    color: #fff;
    margin-right: 0
}

.link-text.cc-normal-link:hover {
    color: var(--color-001)
}

.link-text.cc-md {
    text-decoration: underline
}

.mobile-menu-level-2,.mobile-menu-level-2.mobile-menu-open.cc-editing-tools {
    display: none
}

.desktop-menu {
    z-index: 100;
    background-color: var(--black);
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: 5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: flex;
    position: relative
}

.navlink {
    color: #fff;
    margin-right: 3rem;
    font-family: Open Sans,sans-serif;
    font-size: 16px;
    text-decoration: none;
    display: flex
}

.navlink:hover,.navlink.w--current {
    color: var(--color-001)
}

.navlink.cc-last {
    color: #fff;
    cursor: pointer;
    margin-right: 0
}

.navlink.cc-hide {
    display: none
}

.navlink-mega-wrapper {
    z-index: 999;
    color: #000;
    cursor: pointer;
    flex-wrap: nowrap;
    margin-right: 3rem;
    font-family: Open Sans,sans-serif;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    position: static
}

.navlink-mega-wrapper:hover {
    color: var(--color-001)
}

.navbar-container {
    z-index: 100;
    justify-content: space-between;
    align-items: center;
    max-width: 115rem;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    display: flex;
    position: relative
}

.black-background-wrapper {
    margin-bottom: 0
}

.custom-code-mm {
    display: none
}

.desktop-link-item {
    flex: 0 auto;
    margin-bottom: 0;
    display: flex
}

.desktop-link-item.cc-main-link {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: absolute;
    left: auto
}

.desktop-link-item.cc-main-link.cc-photo-editing-tools {
    left: -64%
}

.desktop-link-item.cc-main-link.cc-photo-editing-tools.cc-hide {
    display: none
}

.desktop-link-item.cc-main-link.cc-photo-editing-tools.cc-editing {
    left: -51%
}

.desktop-link-item.cc-main-link.cc-special-link {
    color: var(--white);
    margin-bottom: 0;
    position: relative
}

.menu-text-link {
    letter-spacing: normal;
    text-transform: capitalize;
    margin-right: 25px;
    font-size: .875rem
}

.menu-text-link:hover {
    color: var(--color-001)
}

.menu-text-link.cc-main-link {
    white-space: nowrap;
    word-break: normal;
    margin-right: 0;
    position: relative
}

.menu-text-link.cc-main-link:hover {
    color: var(--color-001)
}

.menu-text-link.cc-main-link.cc-2px {
    color: var(--white)
}

.line-eaeaed {
    background-color: #414246;
    width: 100%;
    height: 1px;
    display: none
}

.nav-link-line {
    z-index: 20;
    background-color: var(--color-001);
    width: 120px;
    height: 2px;
    display: none;
    position: absolute;
    top: 241%
}

.logo-link-base-2 {
    flex: none;
    align-items: center;
    display: flex
}

.black-background-inner {
    z-index: -10;
    background-color: var(--black);
    width: 300vw;
    height: 100%;
    display: block;
    position: absolute;
    top: 0%;
    left: -100vw
}

.logo-ft-2 {
    width: 10rem;
    margin-right: 2rem
}

.link-to-category {
    z-index: 40;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute
}

.mm-nav-link-wrapper {
    position: relative
}

.arrow-svg {
    color: var(--color-003)
}

.menu-item-link {
    color: #abacae;
    min-width: 3.4375rem;
    margin-bottom: 20px;
    margin-right: 20px;
    font-size: 1rem;
    line-height: 100%;
    text-decoration: none
}

.menu-item-link.w--current {
    color: var(--color-001);
    text-align: left
}

.menu-item-link.cc-main-link {
    border-bottom: 1px none var(--pl-purple-mid);
    color: var(--white);
    align-items: center;
    width: 100%;
    min-width: auto;
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    top: -3px
}

.menu-item-link.cc-main-link.w--current {
    color: var(--color-001)
}

.menu-item-link.cc-main-link.cc-hide {
    display: none
}

.menu-item-link.cc-main-link.cc-fix {
    color: var(--white);
    top: -1px
}

.mega-menu-dd {
    z-index: 10;
    background-color: #fff0;
    flex-flow: column wrap;
    place-content: space-between flex-start;
    width: 382px;
    height: 150px;
    display: none;
    position: absolute;
    top: 500%
}

.mega-menu-dd.mega-menu-interaction {
    background-color: #fff;
    width: auto;
    min-width: 23.875rem;
    height: auto;
    max-height: 14rem;
    margin-bottom: auto;
    padding-top: 2.5rem;
    padding-bottom: 1.25rem;
    display: flex;
    top: 247%
}

.mega-menu-dd.mega-menu-interaction.cc-editing-tools,.mega-menu-dd.mega-menu-interaction.cc-create,.mega-menu-dd.mega-menu-interaction.cc-ai-tools {
    display: none;
    left: -40px
}

.offer-marqee-desktop {
    background-color: var(--brand-black);
    color: #fff;
    width: 100%;
    overflow: hidden
}

.offer-marqee-desktop.cc-gradient {
    background-image: linear-gradient(to right,var(--color-002),#5334a2 48%,var(--color-002));
    color: var(--medium-purple)
}

.offer-marqee-desktop.cc-gradient.cc-hide {
    display: none
}

.offer-marqee-mobile {
    background-color: var(--brand-black);
    color: #fff;
    width: 100%;
    overflow: hidden
}

.offer-marqee-mobile.cc-gradient {
    background-image: linear-gradient(to right,var(--color-002),#5334a2 48%,var(--color-002));
    color: var(--medium-purple);
    display: none
}

.cc-65 {
    z-index: 2;
    width: 65%;
    position: relative
}

.cc-65.cc-center {
    display: block
}

.special-links-dd {
    z-index: 600;
    background-color: #fff0;
    border-right: 1px solid #fff;
    flex-flow: column wrap;
    place-content: flex-start;
    align-items: flex-start;
    width: 170%;
    height: 150px;
    padding-bottom: 3px;
    padding-left: 0;
    display: flex;
    position: absolute;
    top: 425%;
    left: -206%
}

.special-links-dd.mega-menu-interaction {
    background-color: #fff0;
    border: 1px #000;
    height: auto;
    min-height: 7.5rem;
    max-height: 14rem;
    margin-bottom: auto;
    padding: 0;
    display: none;
    top: 432%;
    left: -200%
}

.link-block-text {
    color: var(--white);
    font-size: 1rem;
    line-height: 1;
    text-decoration: none
}

.link-block-wrap {
    text-decoration: none
}

.link-block-test {
    border: 1px solid #fff;
    border-radius: 100px;
    padding: .9rem 1.5rem
}

.vd-para-wrapper {
    width: auto;
    max-width: 50rem
}

.xmas-hero-header-wrapper-main {
    position: relative
}

.xmas-star-hero-wrapper {
    width: auto;
    height: auto;
    position: absolute;
    inset: -19% 0% 0% 22%
}

.xmas-star-hero-wrapper._01 {
    top: -13%;
    left: 18%
}

.xmas-star-hero-wrapper._02 {
    object-fit: fill;
    top: 64%;
    left: 80%
}

.xmas-star-hero-wrapper._03 {
    top: -96%;
    left: 24%
}

.xmas-star {
    width: auto;
    height: auto
}

.hero-width-xmax {
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.hero-width-xmax._90 {
    align-items: center;
    width: 90%
}

.hero-width-xmax._90.cc-center {
    flex-flow: column;
    justify-content: flex-start
}

.hero-width-xmax._90.cc-center.margin-top {
    z-index: 1000;
    margin-top: 8%;
    position: relative
}

.hero-width-xmax._90.cc-center.margin-top.xmas-bg-1 {
    width: 100%;
    margin-top: 200px;
    margin-bottom: 8rem
}

.display-md-xmas {
    letter-spacing: -.05rem;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.5rem;
    font-style: normal;
    line-height: 1.1
}

.display-md-xmas.cc-center-on-mobile {
    text-align: center
}

.display-md-xmas.cc-center-on-mobile.cc-xmas {
    opacity: 1;
    color: #9870ff;
    mix-blend-mode: normal;
    font-family: veneer,sans-serif;
    font-size: 5.875rem;
    font-weight: 400
}

.display-md-xmas.cc-center-on-mobile.cc-xmas.cc-first-header-xmas {
    color: #1f1f24;
    font-family: cinema-script,sans-serif;
    font-size: 4.125rem;
    line-height: .7
}

.xmas-hero-header-wrapper {
    position: relative
}

.env-wrapper-child {
    z-index: 200;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
    top: 0;
    overflow: hidden
}

.xmas-envelop-container {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 1440px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    bottom: 76%
}

.env-level-3 {
    z-index: 10;
    width: 650px;
    display: block;
    position: absolute;
    bottom: -33px;
    overflow: hidden
}

.env-level-1 {
    z-index: 20;
    object-fit: cover;
    width: 400px;
    max-width: 400px;
    height: 500px;
    max-height: 500px;
    display: block;
    position: relative;
    bottom: -300px;
    left: auto;
    overflow: hidden
}

.env-level-1.poster {
    width: 550px;
    max-width: none;
    height: 687px;
    max-height: none;
    bottom: -40%
}

.env-level-1.video {
    object-fit: cover;
    width: 550px;
    max-width: none;
    height: 687px;
    max-height: none;
    display: none;
    bottom: -40%
}

.xmas-envelop-parent {
    z-index: 300;
    opacity: 1;
    width: 100%;
    height: 200vh;
    font-size: .0694445vw;
    display: block;
    position: relative
}

.xmas-envelop-parent.xmas {
    height: 170vh;
    margin-top: 100px;
    margin-bottom: 0;
    top: -44.9vh
}

.env-wrapper-parent {
    z-index: 200;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
    top: 0;
    overflow: hidden
}

.env-wrapper-parent.main {
    align-items: center;
    margin-top: 0;
    top: 10%;
    overflow: visible
}

.env-level-2 {
    z-index: 200;
    width: 650px;
    display: block;
    position: absolute;
    bottom: -33px
}

.envelop-sticky {
    z-index: 50;
    opacity: 1;
    background-color: #fff0;
    background-image: linear-gradient(#f1e4dacc,#f1e4dacc),url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/65781dc20b4f2cd963cec94a_kiwihug-cqhXfrRHCPo-unsplash%201.webp);
    background-position: 0 0,0 0;
    background-size: auto,cover;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-top: 3rem;
    display: flex;
    position: sticky;
    top: 0;
    overflow: hidden
}

.envelop-sticky.xmas-bg-1 {
    background-image: linear-gradient(to bottom,null,null),url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/65781dc20b4f2cd963cec94a_kiwihug-cqhXfrRHCPo-unsplash%201.webp);
    background-size: auto,auto
}

.envelop-sticky.xmas-bg-1.cc-0rem {
    height: 70vh;
    padding-top: 14rem;
    overflow: visible
}

.par-list-xmas {
    margin-bottom: 0;
    padding-left: 1rem
}

.xmas-star-how-to-wrapper {
    font-weight: 300;
    position: absolute;
    inset: -6% 0% 0% 29%
}

.xmas-star-how-to-wrapper.right {
    width: 18px;
    height: 15px;
    top: 5%;
    left: 69%
}

.xmas-star-howto-wrapper-copy {
    width: auto;
    height: auto;
    position: absolute;
    inset: -19% 0% 0% 22%
}

.xmas-star-howto-wrapper-copy._02 {
    top: -23%;
    left: 7%
}

.xmas-star-howto-wrapper-copy._01 {
    top: -4%;
    left: 0%
}

.xmas-star-howto-wrapper-copy._03 {
    top: 1%;
    left: 41%
}

.xmas-header-wrapper {
    width: 100%;
    position: relative
}

.xmas-header-wrapper.cc-tablet {
    display: none
}

.xmas-header-wrapper.cc-desktop {
    position: relative;
    top: auto
}

.how-to-list-item-3 {
    border-top: 1px solid #9870ff4d;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 0;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    display: flex
}

.how-to-list-item-3.cc-last-item {
    border-bottom: 1px solid #9870ff4d
}

.how-to-list-item-3.cc-last-item.cc-last.cc-caba32 {
    border-top-color: #cab3a2;
    border-bottom-color: #cab3a2
}

.how-to-list-item-3.cc-first.cc-cab3a2,.how-to-list-item-3.cc-border-color.cc-caba32 {
    border-top-color: #cab3a2
}

.grid-cell-3 {
    z-index: 1;
    position: relative
}

.headline-md-6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.2
}

.headline-md-6.cc-font-1-5rem {
    font-size: 1.5rem;
    line-height: 1.1
}

.footer-bottom-2 {
    justify-content: space-between;
    width: 100%;
    padding: 1.875rem 6.25rem 1.25rem;
    display: flex
}

.footer-right-side {
    flex-flow: column wrap;
    margin-top: 3.8rem;
    display: flex
}

.footer-right-side.flex-horizontal {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 1.4%
}

.footer-right-side.flex-horizontal.bottom {
    justify-content: flex-start;
    margin-top: 0;
    margin-right: .4%
}

.lr-logo-footer-wrapper {
    width: 6.25rem;
    height: 1.5rem;
    margin-bottom: 1.6rem;
    line-height: 110%
}

.lr-logo-footer-wrapper.bottom {
    margin-bottom: 0
}

.social-badge-wrapper {
    cursor: pointer;
    width: 1.9rem;
    height: 1.9rem;
    margin-top: 5px;
    margin-right: 1.125rem
}

.social-badge-wrapper.cc-last {
    cursor: pointer
}

.footer-arrow-wrapper {
    display: none
}

.new-footer {
    background-color: #000;
    padding-left: 0;
    padding-right: 0
}

.footer-bottom-link {
    color: #7a7c81;
    text-transform: capitalize;
    word-break: normal;
    background-color: #0000;
    margin-right: 16px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none
}

.footer-bottom-link:hover {
    color: var(--color-001)
}

.footer-lr-description-wrapper {
    max-width: 16.3rem;
    margin-bottom: 3.125rem
}

.footer-container-3 {
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    max-width: 115rem;
    display: flex
}

.appstore-link {
    cursor: pointer;
    margin-left: 0;
    margin-right: 0
}

.appstore-link:hover {
    opacity: .85
}

.appstore-link._1-rem-margin-right {
    margin-right: 0
}

.footer-link-3 {
    color: #e5e5e6;
    text-transform: capitalize;
    cursor: pointer;
    margin-bottom: 1rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
    display: block
}

.footer-link-3:hover {
    color: var(--color-001)
}

.footer-link-3.cc-extra-margin.cc-hide {
    display: none
}

.footer-link-3.cc-last {
    margin-bottom: 0
}

.stores-logos-list {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    display: flex
}

.lr-logo-footer {
    margin-bottom: 0;
    font-size: 3vw
}

.lr-logo-footer.bottom {
    margin-bottom: 0;
    line-height: 140%
}

.lr-logo-mobile {
    display: none
}

.footer-column-name-3 {
    justify-content: space-between;
    align-items: center;
    min-width: 140px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 1.25em;
    display: flex
}

.apps-store-logo {
    margin-right: 1rem
}

.social-links-container {
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: flex-start;
    display: flex
}

.footer-top {
    justify-content: space-between;
    width: 100%;
    padding: 1.625rem 6.25rem 2.5rem;
    display: flex
}

.line-footer {
    opacity: .6;
    background-color: #857777;
    height: 1px
}

.footer-links-header {
    color: #7a7c81;
    text-transform: capitalize;
    margin-bottom: 1.6rem;
    font-size: .875rem;
    font-weight: 700
}

.social-container {
    flex-wrap: nowrap;
    align-items: center;
    display: flex
}

.list-item {
    margin-bottom: 0
}

.lr-footer-description-p-2 {
    color: #e5e5e6;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 140%
}

.soclai-badge {
    width: auto;
    height: auto;
    font-size: 3vw
}

.soclai-badge:hover {
    opacity: .8
}

.footer-left-side {
    flex-flow: column;
    justify-content: space-between;
    margin-top: 4.125rem;
    display: flex
}

.footer-left-side.bottom {
    margin-top: 0
}

.footer-links-container {
    flex-wrap: wrap;
    margin-bottom: 14.375rem;
    display: flex
}

.footer-links-list {
    list-style-type: none
}

.stores-badges-wrapper-2 {
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    margin-right: 3.125rem;
    display: flex
}

.stores-badges-wrapper-2.cc-last {
    margin-bottom: 0
}

.googleplay-link {
    margin-left: 0;
    margin-right: 0
}

.googleplay-link.cc-last {
    cursor: pointer
}

.lr-copy-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex
}

.footer-bottom-links-container {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    max-width: none;
    display: flex
}

.footer-bottom-links-container._36max {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    max-width: 36.6rem
}

.list {
    margin-bottom: 0;
    list-style-type: none
}

.xmas-bg-1 {
    background-image: linear-gradient(#f1e4dacc,#f1e4dacc),url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/65781dc20b4f2cd963cec94a_kiwihug-cqhXfrRHCPo-unsplash%201.webp);
    background-position: 0 0,0 0;
    background-size: auto,cover
}

.downloads-num-5 {
    color: #636367;
    margin-bottom: -1px;
    font-size: 1.2rem;
    font-weight: 700
}

.text-span-15 {
    font-family: veneer-two,sans-serif
}

.par-lg-8 {
    color: #1f1f24;
    text-align: left;
    letter-spacing: -.03rem;
    text-transform: none;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3
}

.par-lg-8.cc-center-text {
    text-align: center
}

.social-proof-text-5 {
    color: #636367;
    font-size: 1.1rem
}

.spacer-2rem-14 {
    width: 100%;
    height: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.ds-section-12 {
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden
}

.ds-section-12.xmas-bg-1.cc-xmas {
    margin-top: -279.4px
}

.par-md-13 {
    color: #1f1f24;
    letter-spacing: -.02rem;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3
}

.par-md-13.line-height-1-5 {
    line-height: 1.5
}

.main-blur-9 {
    z-index: -1;
    opacity: .6;
    filter: blur(150px);
    background-color: #ff504ebd;
    border-radius: 50%;
    width: 50%;
    padding-top: 50%;
    position: absolute;
    inset: 0% auto auto 10%
}

.main-blur-9.cc-features-001 {
    z-index: 0;
    background-color: #3e2b93;
    border-radius: 100%;
    width: 30rem;
    padding-top: 0%;
    left: 30%
}

.main-blur-9.cc-features-002 {
    z-index: 0;
    background-color: #ff504e;
    border-radius: 100%;
    width: 30rem;
    padding-top: 0%;
    top: 60%;
    left: -10%
}

.spacer-2rem-15 {
    width: 100%;
    height: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.ds-container-14 {
    width: 100%;
    max-width: 78rem;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.ds-container-14._66-rem {
    max-width: 66rem
}

.ds-grid-8 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    display: grid
}

.ds-section-13 {
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden
}

.ds-section-13.bg-fbf8ef {
    background-color: #fbf8ef
}

.par-md-14 {
    color: #1f1f24;
    letter-spacing: -.02rem;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3
}

.grid-base-7 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 100%;
    display: grid
}

.grid-base-7.cc-hp-procuct {
    z-index: 1;
    grid-column-gap: 8.75em;
    grid-row-gap: 8.75em;
    position: relative
}

.grid-base-7.cc-hp-procuct.cc-inner-page {
    grid-column-gap: 5em;
    grid-template-columns: 1fr 1.25fr;
    place-items: start center
}

.grid-base-7.cc-hp-procuct.cc-inner-page.cc-xmas {
    grid-column-gap: 5em;
    align-items: center
}

.spacer-2rem-16 {
    width: 100%;
    height: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.ds-video-wrap-9 {
    border-radius: 2rem;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    display: flex;
    position: relative
}

.ds-video-wrap-9.cc-grey-neutral {
    background-image: linear-gradient(#98989a,#636367);
    padding: .2rem
}

.ds-video-wrap-9.cc-grey-neutral.cc-60 {
    width: 60%
}

.div-block-83 {
    flex-direction: column;
    align-items: flex-start;
    display: flex
}

.feature-row-text-w-5 {
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    display: flex
}

.ds-container-15 {
    width: 100%;
    max-width: 78rem;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.ds-container-15._66-rem {
    max-width: 66rem
}

.ds-container-15._66-rem.cc-left {
    flex-direction: column;
    display: flex
}

.text-span-18 {
    padding-left: 1.4rem
}

.navbar-button-wrap {
    justify-content: center;
    align-items: center;
    display: flex
}

.button-pl-navbar1 {
    color: #fff;
    text-align: center;
    letter-spacing: -.015rem;
    white-space: nowrap;
    background-color: #9870ff00;
    border: 1px solid #fff;
    border-radius: 8rem;
    justify-content: center;
    align-items: center;
    padding: .9rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: all .2s;
    position: absolute
}

.button-pl-navbar1:hover {
    color: #fff;
    background-color: #9870ff;
    border-color: #9870ff
}

.button-pl-navbar2 {
    opacity: 0;
    color: #fff;
    text-align: center;
    letter-spacing: -.015rem;
    white-space: nowrap;
    background-color: #9870ff;
    border-radius: 8rem;
    justify-content: center;
    align-items: center;
    padding: .9rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: all .2s
}

.button-pl-navbar2:hover {
    color: #fff;
    background-color: #774ee0
}

.cookie-span-3 {
    color: #ede7ff;
    border-bottom-style: none;
    font-size: 1em;
    font-weight: 400;
    line-height: 1em
}

.grid-box-3 {
    z-index: 2;
    width: 100%;
    max-width: none;
    position: relative
}

.headline-md-7 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 1.5
}

.how-to-list-item-4 {
    border-top: 1px solid #9870ff4d;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex
}

.how-to-list-item-4.cc-last-item {
    border-bottom: 1px solid #9870ff4d
}

.grid-box-4 {
    z-index: 1;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 30rem;
    display: flex;
    position: relative
}

.how-to-list-3 {
    margin-bottom: 0;
    padding-left: 0
}

.spacer-2rem-17 {
    width: 100%;
    height: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.ds-image-wrap-4 {
    border: 0 #000;
    width: 100%
}

.ds-image-wrap-4.cc-85 {
    z-index: 2;
    width: 85%;
    position: relative
}

.ds-image-wrap-4.cc-65 {
    width: 65%
}

.ds-container-18 {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 78rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative
}

.ds-container-18._66-rem {
    max-width: 66rem
}

.main-blur-10 {
    z-index: -1;
    opacity: .6;
    filter: blur(150px);
    background-color: #ff504ebd;
    border-radius: 50%;
    width: 50%;
    padding-top: 50%;
    position: absolute;
    inset: 0% auto auto 10%
}

.main-blur-10.cc-features-002 {
    z-index: 0;
    background-color: #ff504e;
    border-radius: 100%;
    width: 30rem;
    padding-top: 0%;
    top: 60%;
    left: -10%
}

.main-blur-11 {
    filter: blur(120px);
    background-color: #3b03bb;
    border-radius: 50%;
    width: 30%;
    padding-top: 15%;
    position: absolute;
    top: 0;
    left: 0
}

.main-blur-11.cc-2nd-section-ver1 {
    z-index: -1;
    opacity: 1;
    filter: blur(150px);
    background-color: #d0beff;
    width: 35%;
    padding-top: 35%;
    position: absolute;
    inset: 20% 34% auto auto
}

.spacer-2rem-18 {
    width: 100%;
    height: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.button-pl-6 {
    color: #fff;
    text-align: center;
    letter-spacing: -.015em;
    white-space: nowrap;
    background-color: #9870ff;
    border-radius: 8rem;
    justify-content: center;
    align-items: center;
    padding: 1.2rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: all .2s;
    display: block
}

.button-pl-6:hover {
    color: #fff;
    background-color: #774ee0
}

.label-md-caps-4 {
    color: #9870ff;
    letter-spacing: .3rem;
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Brown,sans-serif;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.1
}

.spacer-2rem-19 {
    width: 100%;
    height: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.par-md-17 {
    color: #1f1f24;
    letter-spacing: -.02rem;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3
}

.contact-info {
    text-align: right;
    width: 30.7rem
}

.contact-link {
    color: #1f1f24;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
    font-size: 1.1rem;
    text-decoration: none
}

.ds-section-14 {
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden
}

.ds-section-14.cc-contct-page-section {
    background-image: linear-gradient(#c0acf9,#f3f0fe);
    padding-left: 4rem;
    padding-right: 4rem
}

.spacer-8rem-2 {
    width: 100%;
    height: 8rem;
    margin-left: auto;
    margin-right: auto
}

.spacer-8rem-2.cu-lp-header-spacer {
    height: 5rem
}

.contact-card {
    grid-column-gap: 11.6rem;
    grid-row-gap: 11.6rem;
    background-color: #fff;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1.75fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    padding: 1.8rem 1.8rem 4rem;
    display: flex
}

.contact-card.cc-flex.cc-horizontal {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    padding: 1.6rem 1.6rem 3.8rem
}

._3-cards-div {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    flex-direction: column;
    list-style-type: none;
    display: flex
}

.form-field {
    color: #000;
    border-radius: 6px;
    height: 2.8rem;
    margin-bottom: 1.6rem;
    font-size: 1rem
}

.form-field.cc-email-field {
    height: 2.4rem
}

.form-field.cc-message-field {
    height: auto;
    min-height: 10.5rem
}

.form-field.cc-topic-field {
    direction: ltr;
    text-align: left;
    letter-spacing: normal;
    background-color: #fff
}

.form-field.cc-name-field {
    height: 2.4rem
}

.success-message-2 {
    background-color: var(--pl-purple-mid);
    margin-top: 2.5rem
}

.text-block-15 {
    font-size: 1rem
}

.dropdown-list-3 {
    background-color: #c46666
}

.dropdown-list-3.w--open {
    background-color: #fff;
    font-size: 1rem
}

.dropdown-link {
    font-size: 1rem
}

.recaptcha-2 {
    margin-bottom: 3.6rem
}

.form-dd {
    width: 100%
}

.form-dd-toggle {
    pointer-events: auto;
    border: 1px solid #cbcbcb;
    border-radius: 6px;
    align-items: center;
    width: 100%;
    height: 2.4rem;
    margin-bottom: 0;
    display: flex
}

.form-dd-toggle.w--open {
    font-size: 1rem
}

.text-block-17 {
    font-size: 1.2rem
}

.upload-file-btn {
    width: 100%
}

.upload-file-btn.ft-contact-form {
    background-color: #fff;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    height: 2.4rem;
    margin-bottom: 3.6rem;
    display: flex
}

.default-state {
    text-align: center;
    width: 100%
}

.text-block-16 {
    font-size: 1.2rem
}

.submit-btn {
    color: #fff;
    text-align: center;
    letter-spacing: -.015rem;
    white-space: nowrap;
    background-color: #1f1f24;
    border: 1px #000;
    border-radius: 8rem;
    justify-content: center;
    align-items: center;
    padding: 1.2rem 3.6rem;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: all .2s
}

.submit-btn:hover {
    background-color: var(--color-001);
    color: #fff;
    border-style: none;
    border-color: #1ec1e4
}

.par-xs-2 {
    letter-spacing: -.03rem;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3
}

.par-xs-2.cc-gray-text {
    color: #98989a
}

.par-xs-2.cc-gray-text.cc-0-7rem-margin {
    margin-bottom: .7rem
}

.form-header-wrapper {
    margin-right: 9.5rem
}

.social-media-wraper {
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex
}

.social-media-item {
    margin-right: 1.625rem
}

.social-media-icon {
    transition: opacity .2s
}

.social-media-icon:hover {
    opacity: .7
}

.social-media-item-wrapper {
    width: 57px
}

.social-media-container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 25rem;
    display: flex;
    position: relative
}

.follow-us-h2 {
    color: var(--white);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 3.5rem;
    font-family: Brown,sans-serif;
    font-size: 3.5rem
}

.follow-us-h2.cc-2-5rem {
    letter-spacing: -.05rem;
    font-size: 2.5rem;
    font-weight: 700
}

.contact-elipse {
    opacity: 1;
    width: 64%;
    position: absolute;
    inset: auto 0% 0% auto
}

.contact-elipse.cc-top-left {
    height: 100%;
    inset: 0% 0% auto
}

.form-3 {
    width: 90%
}

.footer-links-wrapper-3 {
    margin-right: 4.375rem
}

.footer-links-wrapper-3.company-links {
    margin-bottom: 3.125rem
}

.copy-text-3 {
    color: #7a7c81;
    text-align: center;
    font-size: .875rem;
    line-height: 140%
}

.overflow {
    width: 100%;
    position: relative;
    overflow: visible
}

.overflow.cms-slider-ai-tools.cc-light-purple {
    background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto
}

.overflow.cc-affiliate-page {
    overflow: hidden
}

.splide__arrows {
    z-index: 6;
    color: #161719;
    background-color: #0000;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    position: relative
}

.splide__arrows.cc-affiliate-page {
    margin-top: 50px;
    margin-bottom: 50px
}

.splide__arrow {
    background-color: #fff0;
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/659bc64f1b3593da28f12d5f_arrow-black.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border: 1.5px solid #000;
    border-radius: 10000px;
    width: 70px;
    height: 40px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 1rem 2rem;
    transform: rotate(0)
}

.splide__arrow.splide__arrow--next {
    opacity: 1;
    opacity: 1;
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/659bc64f1b3593da28f12d5f_arrow-black.svg);
    border-width: 1px;
    border-color: #000;
    margin: 3rem 0 0 .5rem;
    transform: rotate(180deg)
}

.splide__arrow.splide__arrow--next.cc-affilitate-page {
    margin-top: 0
}

.splide__arrow.splide__arrow--prev {
    opacity: 1;
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/659bc64f1b3593da28f12d5f_arrow-black.svg);
    border-width: 1px;
    border-color: #000;
    margin-top: 3rem;
    margin-bottom: 0;
    margin-right: .5rem
}

.splide__arrow.splide__arrow--prev.cc-afilliate-page {
    margin-top: 0;
    transform: rotate(0)
}

.cms-feature-thumbnail {
    width: 100%;
    max-width: none
}

.cms-feature-thumbnail.ratio-5-4 {
    transition: all .2s cubic-bezier(.215,.61,.355,1)
}

.cms-feature-thumbnail.ratio-5-4:hover {
    transform: scale(1.05)
}

.cms-feature-thumbnail.ratio-5-4.fit-cover {
    object-fit: cover
}

.cms-feature-thumbnail.cc-cover:hover {
    transform: none
}

.cms-feature-item-wrap {
    width: 100%
}

.cms-feature-ttl-link-block {
    text-decoration: none
}

.cms-feature-img-wrap {
    border-radius: 1rem;
    width: 100%;
    text-decoration: none;
    overflow: hidden
}

.carousel-title-retouch-photo-with-ai,.title-container {
    flex-direction: column;
    align-items: center;
    display: flex
}

.ds-flex {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.ds-flex.cc-lp-ai-photo {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    width: 1440px;
    max-width: none;
    height: 1100px;
    padding-left: 0;
    position: relative;
    top: auto;
    bottom: 80px
}

.downloads-num-6 {
    color: #d5d5d5;
    margin-bottom: -1px;
    font-size: 1.2rem;
    font-weight: 700
}

.social-proof-seperator-3 {
    color: #636367;
    background-color: #d5d5d5;
    width: .09rem
}

.social-proof-text-6 {
    color: #d5d5d5;
    font-size: 1.1rem
}

.breadcrumb-wrapper {
    align-items: center;
    display: flex
}

.breadcrumb-wrapper.cc-hide {
    display: none
}

.ds-xs.cc-black-text {
    max-width: none
}

.corner-pl {
    width: 10rem;
    position: absolute;
    top: 0;
    left: -7%
}

.ds-grid-inner-links {
    z-index: 2;
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    place-items: center stretch;
    padding-top: 7rem;
    display: grid;
    position: relative
}

.seprator-div {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.3
}

.seprator-div.cc-black-text {
    color: #1f1f24;
    line-height: 1.2
}

.seprator-div.cc-black-text.cc-breadcrumbs {
    margin-right: .5rem;
    line-height: 1;
    text-decoration: none;
    position: relative
}

.seprator-div.cc-black-text.cc-breadcrumbs.cc-slash {
    font-size: 1rem;
    top: 1px
}

.breadcrumbs {
    padding-left: 2rem;
    padding-right: 2rem
}

.readtime {
    color: var(--gray-500);
    align-items: center;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.2;
    display: flex
}

.blog-inner-page-hero-wrap {
    z-index: 1;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    place-items: center start;
    display: grid;
    position: relative
}

.post-author-new {
    color: var(--gray-500);
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.2
}

.post-category-name {
    letter-spacing: .25rem;
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1
}

.post-category-name.cc-always-center {
    text-align: center;
    display: none
}

.post-category-name.cc-purple:hover {
    text-decoration: none
}

.post-date {
    color: #fff;
    align-items: center;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.2;
    display: flex
}

.post-date.right-margin {
    color: var(--gray-500);
    margin-right: .75rem
}

.author-img {
    aspect-ratio: auto;
    object-fit: cover
}

.author-img.cc-no-margin {
    border-radius: 50%;
    width: 2.5rem
}

.author-img.cc-no-margin.cc-11rem {
    max-width: none
}

.author-img.cc-no-margin {
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0
}

.author-img.cc-no-margin.cc-11rem {
    width: 7rem;
    height: auto
}

.author-img.cc-10rem {
    width: 6rem;
    max-width: none
}

.author-img-wrapper {
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 11rem;
    display: flex;
    overflow: hidden
}

.author-img-wrapper.cc-2-5rem {
    border-radius: 50%;
    width: auto;
    overflow: visible
}

.author-img-wrapper.cc-11rem {
    border-radius: 50%;
    width: auto;
    margin-right: .5rem;
    overflow: visible
}

.readtime-text {
    color: var(--gray-500);
    align-items: center;
    margin-left: .25rem;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.2;
    display: flex
}

.blog-inner-page-hero-text-box {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 32.5rem;
    padding-top: 0;
    padding-bottom: 0;
    display: flex
}

.post-details-wrapper {
    align-items: center;
    display: flex
}

.author-img-name-wrap {
    display: flex
}

.post-author-wrap {
    align-items: center;
    margin-right: 1rem;
    text-decoration: none;
    display: flex
}

.post-author-wrap.cc-big {
    text-align: center;
    justify-content: center;
    align-items: center
}

.post-author-wrap.cc-big:hover {
    color: var(--black);
    text-decoration: underline
}

.post-date-wrap {
    align-items: center;
    margin-left: 0;
    text-decoration: none;
    display: flex
}

.post-date-wrap.cc-left-margin {
    margin-left: .75rem;
    margin-right: 0
}

.post-date-wrap.cc-no-margins {
    margin-left: 0;
    margin-right: 0
}

.post-category-name-wrap {
    text-decoration: none
}

.post-category-name-wrap:hover {
    color: var(--pl-purple-hover);
    text-decoration: underline
}

.social-sticky-wrapper {
    align-items: flex-start;
    padding-right: 5rem;
    display: flex;
    position: relative
}

.blog-post-content-wrapper {
    max-width: 47rem;
    position: relative
}

.blog-social-media-wrapper {
    flex-direction: column;
    width: 3rem;
    height: auto;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    display: flex;
    position: sticky;
    top: 10rem;
    overflow: hidden
}

.ds-new-rich-text {
    position: relative
}

.ds-new-rich-text h1 {
    color: #000;
    letter-spacing: -.025rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 2.5rem;
    line-height: 1.1
}

.ds-new-rich-text h2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2.5rem;
    padding-bottom: .5rem;
    font-size: 2rem;
    line-height: 1.1
}

.ds-new-rich-text h3 {
    color: var(--black);
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.1
}

.ds-new-rich-text h4 {
    color: var(--black);
    margin-top: 1.5rem;
    margin-bottom: .5rem;
    font-size: 1.4rem;
    line-height: 1.1
}

.ds-new-rich-text h5 {
    margin-top: 1.5rem;
    margin-bottom: .5rem;
    font-size: 1.1rem;
    line-height: 1.1
}

.ds-new-rich-text h6 {
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.1
}

.ds-new-rich-text p {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-family: Brown,sans-serif;
    font-size: 1.1rem
}

.ds-new-rich-text blockquote {
    letter-spacing: -.025rem;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.3
}

.ds-new-rich-text li {
    color: var(--black);
    margin-bottom: .5rem;
    font-size: 1.1rem
}

.ds-new-rich-text figcaption {
    font-size: .8rem
}

.ds-new-rich-text img {
    width: 100%
}

.toc {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex
}

.blog-social-wrapper {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 1rem;
    display: flex;
    position: relative
}

.flex-wrapper {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.table-of-content {
    background-color: #eceffcb3;
    margin-bottom: 2rem;
    padding: 2rem;
    display: block
}

.author-social-wrapper {
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    margin-bottom: 0;
    display: flex
}

.blog-author-wrap {
    background-image: linear-gradient(145deg,var(--pl-purple-light)23%,var(--pl-purple-mid));
    border-top: 1px #000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
    padding: 1.9rem 2rem;
    display: flex
}

.blog-social-item {
    width: 100%
}

.author-blog-post-item-details {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 40rem;
    margin-top: 1rem;
    display: flex
}

.social-icon-link-wrap {
    width: 100%
}

.author-social-links-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.button-text-2 {
    letter-spacing: -.02rem;
    white-space: nowrap;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none
}

.button-text-2.cc-right-margin {
    margin-right: .5rem;
    font-size: 1rem;
    font-weight: 700
}

.blog-3columns-list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    width: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid
}

.button-pl-minimal-arrow {
    color: #1f1f24;
    -webkit-text-stroke-color: transparent;
    white-space: nowrap;
    background-color: #0000;
    border-radius: 3rem;
    justify-content: center;
    align-items: center;
    padding: 1.2rem .8rem 1.2rem 1.2rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    display: flex
}

.button-pl-minimal-arrow:hover {
    color: #1f1f24;
    background-color: #0000;
    text-decoration: underline
}

.button-pl-minimal-arrow.cc-hide {
    display: none
}

.button-pl-minimal-arrow.cc-left {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    text-decoration: underline
}

.button-pl-minimal-arrow.cc-left:hover {
    color: var(--pl-purple-hover)
}

.button-pl-minimal-arrow.cc-left.cc-purple {
    color: var(--pl-purple-main)
}

.cc-100-blog {
    max-width: 78rem
}

.post-new-cover {
    object-fit: cover;
    width: 100%;
    margin-bottom: 0
}

.post-new-cover.ratio-16-9 {
    margin-bottom: 0;
    transition: all .3s cubic-bezier(.215,.61,.355,1)
}

.post-new-cover.ratio-16-9 {
    margin-bottom: 0;
    transition: all .2s cubic-bezier(.215,.61,.355,1)
}

.post-new-cover.ratio-16-9:hover {
    transform: scale(1.05)
}

.post-author-new-2 {
    color: #636367;
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.2
}

.blog-post-headline-wrap {
    text-decoration: none
}

.blog-post-headline-wrap:hover {
    color: var(--brand-black);
    text-decoration: underline
}

.post-new-cover-wrap {
    transform-style: preserve-3d;
    overflow: hidden
}

.post-new-cover-wrap:hover {
    transform: scale3d(1none,1none,1none)
}

.list-4 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.par-sm-9 {
    color: #1f1f24;
    letter-spacing: -.03rem;
    -webkit-text-stroke-color: #1f1f24;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    text-decoration: none
}

.par-sm-9.cc-banner-par {
    max-width: 30rem
}

.facetune-icon1 {
    width: 2.5rem;
    margin-left: auto;
    margin-right: auto
}

.facetune-icon1.blog-post-page {
    width: 2.5rem
}

.blog-banner-head-wrapper {
    flex-direction: column;
    display: flex
}

.glass-icons-wrap-blog-banner {
    z-index: 5;
    grid-row-gap: 12px;
    flex-direction: row;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: center;
    width: auto;
    height: auto;
    display: flex;
    position: static;
    inset: 4% auto 0%
}

.blog-post-page-bottom-banner {
    background-image: linear-gradient(352deg,#ffe3f1,#ffacd2);
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: flex
}

.blog-post-page-bottom-banner.cc-hide {
    display: none
}

.blogpost-page-banner-content-wrapper {
    margin-top: auto;
    margin-bottom: auto;
    display: flex
}

.glass-bg-circle {
    z-index: 2;
    opacity: .9;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fff6;
    border-radius: 1000px;
    width: auto;
    height: auto;
    margin-bottom: 0;
    padding: 1rem;
    display: flex;
    position: static;
    inset: 20% -10% auto auto;
    box-shadow: 0 30px 25px 2px #45175b1f
}

.glass-bg-circle.cc-blog-post-page {
    box-shadow: none;
    background-color: #a0808f75;
    width: 2.5rem;
    height: auto;
    padding: .5rem
}

.category-tag {
    background-color: #edf3f9;
    border-radius: .2rem;
    justify-content: center;
    align-items: center;
    margin-bottom: .5rem;
    margin-left: 0;
    margin-right: .5rem;
    padding: .5rem;
    text-decoration: none;
    display: flex
}

.category-tag:hover {
    background-color: var(--pl-purple-light);
    color: #1f1f24
}

.breadcrumbs-wrap {
    text-decoration: none
}

.breadcrumbs-wrap:hover {
    color: #1f1f24;
    -webkit-text-stroke-color: #1f1f24;
    text-decoration: underline
}

.breadcrump-base {
    color: #1f1f24;
    letter-spacing: -.03rem;
    -webkit-text-stroke-color: #1f1f24;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none
}

.breadcrump-base.cc-current {
    color: #858282
}

.breadcrump-base.cc-divider {
    margin-left: .5rem;
    margin-right: .5rem
}

.cta-banner-content-wrap {
    z-index: 2;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative
}

.cta-banner-content-wrap.cc-footer-banner.cc-vertical,.cta-banner-content-wrap.cc-vert {
    flex-flow: column
}

.square-1rem {
    width: 1rem;
    height: 1rem
}

.cta-banner-shape {
    z-index: 0;
    width: 12rem;
    height: 10rem;
    position: absolute;
    bottom: -40px;
    left: 60px
}

.cta-banner-shape.cc-right2 {
    transform-style: preserve-3d;
    width: 12rem;
    height: 10rem;
    inset: -40px 60px auto auto;
    transform: none
}

.cta-banner-shape.cc-footer-banner {
    height: 10rem
}

.cta-banner-shape.cc-right2 {
    opacity: .8;
    transform-style: preserve-3d;
    width: 12rem;
    height: 10rem;
    inset: -50px 60px auto auto;
    transform: rotateX(180deg)rotateY(180deg)rotate(0)
}

.cta-banner-shape.cc-footer-banner {
    opacity: .8;
    height: 10rem;
    bottom: -50px
}

.cta-banner-shape.cc-right {
    transform-style: preserve-3d;
    width: 16rem;
    bottom: 21%;
    left: auto;
    right: -3%;
    transform: rotateX(180deg)rotateY(180deg)rotate(0)
}

.cta-banner-shape.cc-right.cc-footer-banner {
    display: none;
    bottom: 8%;
    right: 4%
}

.cta-banner-bg {
    background-image: linear-gradient(117deg,#d0beff,#ffd9ea);
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex;
    position: relative;
    overflow: hidden
}

.cta-banner-bg.footer-banner {
    background-image: linear-gradient(151deg,#835beb,#3a2977 51%,#0e0920);
    padding-top: 3rem;
    padding-bottom: 3rem
}

.headline-lg-10 {
    letter-spacing: -.05rem;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2
}

.headline-lg-10.cc-15ch.cc-blog-post-page {
    margin-bottom: 1rem
}

.div-block-94 {
    padding-left: 5rem
}

.more-categiries-wrap {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 5rem;
    margin-bottom: 4rem;
    display: flex
}

.time-read {
    display: flex
}

.categories-list {
    flex-direction: row;
    display: flex
}

.scroll-line {
    background-color: var(--color-001);
    height: 3px
}

.blog-date-divider {
    background-color: var(--gray-500);
    width: 1px;
    margin-right: .75rem
}

.collection-list-wrapper-2 {
    display: flex
}

.share-btn2 {
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/65ccd1c82125061ef1a38a6a_tw-new.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 95%;
    justify-content: center;
    align-items: center;
    width: 2.8rem;
    height: 2.8rem;
    margin-left: 0;
    display: flex
}

.share-btn2.ln {
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/65ccd1c82125061ef1a38a6c_linkedin-new.svg)
}

.share-btn2.fb {
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/65ccd1c82125061ef1a38a6b_fb-new.svg)
}

.share-btn2.pt {
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/65ccd1c82125061ef1a38a6d_pinterest-new.svg)
}

.share-btn2.em {
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/65ccd1c82125061ef1a38a6e_mail-new.svg)
}

.date-and-time {
    display: flex
}

.related-articles-ttl {
    border-top: 1px #000;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 78rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: flex
}

.blog-3columns-wrap.cc-top-margin {
    margin-top: 0
}

.blog-featured-item-wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: block
}

.full-width-post-cover-wrap {
    align-items: center;
    display: flex
}

.blog-hero-white-wrapper {
    background-color: var(--pl-purple-light)
}

.blog-hero-slider {
    flex-direction: row;
    justify-content: center;
    height: 100%;
    display: flex
}

.blog-hero-slider.cc-transparent {
    background-color: #ddd0
}

.cc-hide {
    display: none
}

.featured-item-main-wrap {
    background-color: #ede7ff
}

.featured-item-main-wrap.cc-transparent {
    background-color: #fff0
}

.most-popular-big-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.blog-featured-item {
    display: block
}

.featured-item-content-wrap {
    width: 80%;
    padding-left: 3rem;
    padding-right: 3rem
}

.featured-item-content-wrap.cc-top {
    width: 90%;
    padding-right: 3rem
}

.slider-nav2 {
    inset: auto 2% 3% auto
}

.fs-toc_h-trigger {
    display: none
}

.toc-link {
    letter-spacing: -.03rem;
    margin-bottom: 0;
    font-family: Brown,sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    text-decoration: none
}

.toc-link-block {
    color: var(--brand-black);
    align-items: center;
    margin-bottom: 1rem;
    padding-top: .2rem;
    padding-bottom: .2rem;
    text-decoration: underline;
    display: flex
}

.toc-link-block:hover {
    color: var(--brand-black)
}

.toc-list {
    margin-bottom: 0;
    padding-left: 25px;
    font-family: Brown,sans-serif;
    font-size: 1rem
}

.toc-list-item {
    color: var(--brand-black);
    font-size: 1rem
}

.toc-list-item:hover {
    background-color: var(--color-003)
}

.ft-4icons {
    width: 11rem;
    padding-top: 1rem
}

.ft-4icons.cc-bottom-padding {
    padding-top: 0;
    padding-bottom: 1rem
}

.ft-4icons.cc-on-banner {
    padding-top: 1rem
}

.blog-author-wrap-2 {
    border-top: 1px #000;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.blog-author-wrap-2.about-pl {
    grid-column-gap: 2rem;
    grid-row-gap: 16px;
    background-image: linear-gradient(308deg,var(--color-003),var(--pl-purple-mid));
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-top: 7rem;
    padding: 3rem 10rem;
    display: grid
}

.lobby-page-tab {
    border-style: none none solid;
    border-width: 0 0 2px;
    border-color: black black var(--white);
    justify-content: center;
    align-items: center;
    width: 9rem;
    padding: 1rem 1rem .7rem;
    text-decoration: none;
    display: flex
}

.lobby-page-tab:hover {
    border-bottom: 2px solid var(--pl-purple-main);
    color: var(--pl-purple-main)
}

.lobby-page-tab.current {
    border-style: none none solid;
    border-width: 0 0 2px;
    border-color: var(--brand-black)var(--brand-black)var(--pl-purple-main);
    color: var(--pl-purple-main);
    display: flex
}

.lobby-page-tabs-wrap {
    justify-content: space-between;
    width: 20rem;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.lobby-page-tab-text {
    letter-spacing: -.03rem;
    font-size: 1rem
}

.lobby-page-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.hero-text-ai-photo-editor {
    z-index: 100;
    opacity: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 1440px;
    height: auto;
    display: flex;
    position: absolute;
    inset: 35% 0% auto
}

.hero-text-ai-photo-editor.cc-margin {
    justify-content: center;
    align-items: center
}

.card-img-back {
    border-radius: 1rem;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80%;
    display: flex;
    position: absolute
}

.lp-photo-editor-text-wrapper {
    max-width: 33rem
}

.lp-photo-editor-text-wrapper.cc-width {
    max-width: 28rem
}

.lp-photo-editor-text-wrapper.cc-flex {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.lp-photo-ai-editor-images-wrapper {
    justify-content: center;
    align-items: center;
    width: 1440px;
    min-width: auto;
    height: auto;
    min-height: 100%;
    font-size: .0694445vw;
    display: flex;
    position: relative;
    overflow: visible
}

.lp-photo-ai-editor-photo-wrapper {
    border-radius: 7px;
    position: absolute
}

.lp-photo-ai-editor-photo-wrapper.cc-zi-20 {
    z-index: 20
}

.lp-photo-ai-editor-photo-wrapper.cc-zi-20.cc-06 {
    inset: 388px auto 700px 737px
}

.lp-photo-ai-editor-photo-wrapper.cc-zi-10 {
    z-index: 10;
    inset: 310px 200px 1px 570px
}

.lp-photo-ai-editor-photo-wrapper.cc-zi-10.cc-02 {
    inset: 610px 540px 1px auto
}

.lp-photo-ai-editor-photo-wrapper.cc-zi-10.cc-04 {
    z-index: 20;
    top: 616px;
    bottom: auto;
    left: 276px
}

.lp-photo-ai-editor-photo-wrapper.cc-01 {
    inset: 440px 270px 1px auto
}

.lp-photo-ai-editor-photo-wrapper.cc-02 {
    top: 10%
}

.lp-photo-ai-editor-photo-wrapper.cc-03 {
    top: 799px;
    bottom: auto;
    left: 527px
}

.lp-photo-ai-editor-photo-wrapper.cc-05 {
    inset: 440px auto 1px 412px
}

.lp-photo-ai-editor-photo-wrapper.cc-08 {
    inset: 686px 342px 1px auto
}

.ai-photo-edior-hero-image {
    border-radius: 8px
}

.ai-photo-edior-hero-image.cc-big {
    object-fit: cover;
    width: 230px;
    height: 230px
}

.ai-photo-edior-hero-image.cc-small {
    object-fit: cover;
    width: 180px;
    height: 180px
}

.ai-photo-edior-hero-image.cc-small.cc-hide {
    display: block
}

.ai-photo-edior-hero-image.cc-small.cc-rotate {
    transform-style: preserve-3d
}

.height-wrapper {
    overflow: hidden
}

.height-wrapper.cc-lp {
    justify-content: center;
    align-items: center;
    display: flex
}

.height-wrapper.cc-lp.cc-ai-gen-lp-gradient {
    background-image: linear-gradient(165deg,#1e006a,#000 75%)
}

.sticky-div-lp {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    padding-right: 2rem;
    display: flex;
    position: sticky;
    top: 0;
    overflow: hidden
}

.h2-wrapper {
    max-width: 52ch
}

.lp-cards-left {
    width: auto;
    height: 400px;
    padding-top: 130px;
    overflow: visible
}

.lp-cards-left.cc-overflow {
    padding-top: 80px
}

.lp-cards-left.cc-overflow.cc-110margin-top {
    padding-top: 110px
}

.lp-cards-right {
    border-radius: 15px
}

.par-lp-wrapper {
    max-width: 60.25rem
}

.lp-photo-editor-video-wrapper {
    border: 2px solid var(--color-001);
    border-radius: 12px;
    width: 450px;
    height: 450px;
    position: absolute;
    inset: 0% 0% 0% auto;
    overflow: hidden
}

.lp-photo-editor-video-wrapper._01 {
    z-index: 600;
    opacity: 1;
    border-radius: 12px
}

.lp-photo-editor-video-wrapper._02 {
    z-index: 500;
    border-radius: 12px
}

.lp-photo-editor-video-wrapper._03 {
    z-index: 400;
    border-radius: 12px
}

.lp-photo-editor-video-wrapper._04 {
    z-index: 300;
    border-radius: 12px
}

.lp-photo-editor-video-wrapper._05 {
    z-index: 200;
    border-radius: 12px
}

.lp-photo-editor-video-wrapper._06 {
    z-index: 100
}

.lp-photo-editor-bg-video {
    z-index: 10;
    border: 3px none var(--color-001);
    opacity: 1;
    object-fit: cover;
    border-radius: 12px;
    width: 450px;
    height: 450px;
    position: static
}

.video-description-wrapper {
    height: 80vh
}

.lp-h2-mega-wrapper {
    z-index: 1000;
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 8rem;
    display: flex;
    position: relative
}

.lp-photo-editor-banner-content {
    z-index: 10;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative
}

.figure {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 1rem
}

.cc-100-blog-home {
    max-width: 78rem
}

.blog-author-wrap-3 {
    border-top: 1px #000;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.blog-big-category-name-wrap {
    border-top: 1px solid #000;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 78rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: .5rem;
    display: flex
}

.blog-big-category-name-wrap.cc-most-popular {
    padding-top: .8rem
}

.author-social-links-wrapper-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.spacer-2rem-8 {
    width: 100%;
    height: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.author-img-wrap {
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 11rem;
    display: flex;
    overflow: hidden
}

.author-img-wrap.cc-11rem {
    border-radius: 50%;
    width: auto;
    margin-right: .5rem;
    overflow: visible
}

.ds-container-19 {
    width: 100%;
    max-width: 78rem;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.ds-container-19.cc-78.cc-blog-author-hero-wrap {
    background-color: #fff;
    padding-top: 3rem;
    padding-bottom: 3rem;
    top: 4rem
}

.horiz-spacer-2 {
    flex: none;
    width: 5vw;
    display: block
}

.spacer-0-5rem-2 {
    width: 100%;
    height: .5rem
}

.blog-post-headline-wrap-2 {
    text-decoration: none
}

.blog-post-headline-wrap-2:hover {
    color: #200813;
    text-decoration: underline
}

.ds-container-20 {
    width: 100%;
    max-width: 78rem;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.ds-container-20.cc-100 {
    max-width: none;
    overflow: visible
}

.ds-container-20.cc-banner-full {
    width: 100vw;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden
}

.ds-container-20.cc-78rem.cc-images-banner {
    justify-content: center;
    align-items: center;
    height: 20rem;
    display: flex
}

.ds-container-20.cc-78rem.cc-images-banner.cc-blog {
    height: 15rem
}

.html-embed-22 {
    position: absolute
}

.home-new-hero-text-box {
    z-index: 1;
    max-width: 1028.63ch;
    position: relative
}

.home-new-hero-text-box.cc-affiliate-page {
    max-width: 54%;
    margin-left: auto;
    margin-right: auto
}

.social-proof-cell-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    align-items: flex-end;
    display: flex
}

.social-proof-cell-2.cc-white-border {
    border-left: 2px solid #fff;
    padding-left: 1rem
}

.social-proof-text-7 {
    color: #636367;
    font-size: 1.1rem
}

.social-proof-text-7.cc-white {
    color: #fff
}

.social-proof-seperator-4 {
    color: #636367;
    background-color: #636367;
    width: .09rem
}

.affilite-subheader {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 130%
}

.affilite-subheader.cc-white {
    color: var(--white);
    letter-spacing: -.025em
}

.star-div-2 {
    width: 22px
}

.stars-container-2 {
    grid-column-gap: 2px;
    padding-bottom: 2px;
    display: flex
}

.downloads-num-8 {
    color: #636367;
    margin-bottom: -1px;
    font-size: 1.2rem;
    font-weight: 700
}

.downloads-num-8.cc-white {
    color: #fff
}

.star-div-3 {
    width: 22px
}

.stars-container-3 {
    grid-column-gap: 2px;
    padding-bottom: 2px;
    display: flex
}

.perks-cubs-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    display: flex
}

.spacer-0-5rem-4 {
    width: 100%;
    height: .5rem
}

.perk-item {
    width: 14vw;
    min-width: 0;
    max-width: none
}

.perk-item._02 {
    position: relative;
    top: 100px
}

.perk-item._04 {
    position: relative;
    top: 130px
}

.ds-flex-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch flex-start;
    place-items: flex-start start;
    width: 100%;
    max-width: 78rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative
}

.ds-flex-container.cc-nogap {
    grid-column-gap: 0px;
    grid-row-gap: 0px
}

.ds-flex-container.cc-nogap.cc-affiliate-page {
    max-width: 90rem
}

.ds-flex-container.cc-nogap.cc-how-does {
    justify-content: flex-start;
    align-items: flex-start
}

.ds-image-wrap-5 {
    width: auto;
    margin-top: 0
}

.how-does-right {
    max-width: 381px
}

.how-does-number {
    margin-right: 70px
}

.howdoes-item {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.display-sm-6 {
    letter-spacing: -.05rem;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5rem;
    font-style: normal;
    line-height: 1.1
}

.display-sm-6.cc-center {
    text-align: center
}

.affiliate-carousle-item-description {
    color: #fff;
    max-width: 80%;
    margin-top: 0;
    font-size: 1.1rem
}

.spacer-0-5rem-5 {
    width: 100%;
    height: .5rem
}

.carousel-item-header {
    z-index: 20;
    min-height: 200px;
    padding-bottom: 25px;
    padding-left: 25px;
    position: absolute;
    inset: auto auto 0% 0%
}

.carousle-black-overly {
    background-color: #0000;
    background-image: linear-gradient(#0000,#0000 0%,#000000f2 100%,#000);
    border-radius: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: auto 0% 0%
}

.cms-affiiate-feature-img-wrap {
    border-radius: 16px;
    width: 100%;
    text-decoration: none;
    overflow: hidden
}

.cms-affiiate-feature-img-wrap.cc-relative {
    position: relative;
    overflow: hidden
}

.button-pl-affiliate {
    color: #fff;
    letter-spacing: -.01em;
    -webkit-text-stroke-color: transparent;
    white-space: nowrap;
    background-color: #1f1f24;
    border-radius: 100px;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 155px;
    margin-top: 5.875rem;
    margin-left: 8rem;
    padding: 1.2rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: all .5s cubic-bezier(.075,.82,.165,1);
    display: flex
}

.button-pl-affiliate:hover {
    background-color: var(--pl-purple-main);
    color: #fff
}

.button-pl-affiliate:active {
    background-color: #1ec1e4
}

.button-pl-affiliate.cc-slider {
    margin-top: 3rem;
    margin-left: 0
}

.button-pl-affiliate.cc-how-does {
    margin-top: 1.5rem
}

.spacer-7rem {
    height: 7rem
}

.par-sm-14 {
    color: #1f1f24;
    letter-spacing: -.03rem;
    -webkit-text-stroke-color: #1f1f24;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    text-decoration: none
}

.text-span-19 {
    font-size: .8rem
}

.banner-outline-big-text {
    outline-offset: 0px;
    color: #0000;
    text-align: center;
    letter-spacing: -.03rem;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #1f1f24;
    text-transform: none;
    outline: 3px #000;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4rem;
    font-style: italic;
    font-weight: 700;
    line-height: 1
}

.banner-outline-big-text.cc-15 {
    outline-color: var(--medium-purple);
    letter-spacing: -.03rem;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: var(--pl-purple-main);
    max-width: 15ch;
    font-size: 4rem;
    font-style: italic;
    line-height: 1
}

.banner-text-wrap2 {
    z-index: 5;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative
}

.new-social-proof-shape {
    position: absolute
}

.new-social-proof-shape._2 {
    opacity: .7;
    transform-style: preserve-3d;
    width: 45rem;
    display: block;
    bottom: -71%;
    left: auto;
    right: 18%;
    transform: rotateX(0)rotateY(180deg)rotate(-104deg)
}

.new-social-proof-shape._1 {
    opacity: .8;
    width: 30rem;
    top: -42%;
    left: -9%;
    transform: rotate(91deg)
}

.new-social-proof-shape._3 {
    opacity: .8;
    transform-style: preserve-3d;
    width: 25rem;
    top: -49%;
    right: -7%;
    transform: rotateX(0)rotateY(180deg)rotate(-83deg)
}

.spacer-3rem-2 {
    width: 100%;
    height: 3rem;
    display: block
}

.banner-big-typo {
    overflow: hidden
}

.banner-big-typo.white-bg {
    background-color: var(--white);
    position: static;
    overflow: hidden
}

.banner-big-typo.black-bg {
    background-color: var(--black);
    position: static;
    overflow: hidden
}

.banner-shape {
    position: absolute
}

.banner-shape._1 {
    width: 40rem;
    top: -45%;
    left: -13%;
    transform: rotate(26deg)
}

.banner-shape._2 {
    width: 38rem;
    bottom: -9%;
    left: auto;
    right: 27%;
    transform: rotate(-53deg)
}

.banner-shape._2a {
    opacity: .7;
    transform-style: preserve-3d;
    width: 47rem;
    bottom: -88%;
    left: auto;
    right: 27%;
    transform: rotateX(0)rotateY(180deg)rotate(-88deg)
}

.div-block-102,.div-block-103 {
    position: relative
}

.track-horizontal-alt {
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.marquee-text {
    color: #fff0;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: var(--pl-purple-main);
    text-transform: none;
    flex: none;
    font-size: 4rem;
    font-style: italic;
    font-weight: 500
}

.marquee-text.cc-black-text {
    color: #1f1f2400;
    -webkit-text-stroke-color: var(--black)
}

.star-symbol {
    width: 1.5rem;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    transform: rotate(0)
}

.marquee-horizontal {
    z-index: 200;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 5rem;
    display: flex;
    position: relative;
    overflow: hidden
}

.banner-text-wrap-100 {
    z-index: 5;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    display: flex;
    position: relative;
    overflow: auto
}

.banner-typo-moving {
    overflow: hidden
}

.banner-typo-moving.black-bg {
    background-color: var(--black)
}

.banner-typo-moving.white-bg {
    background-color: var(--white)
}

.div-block-104 {
    position: relative
}

.spacer-0-5rem-6 {
    width: 100%;
    height: .5rem
}

.inner-wrap {
    width: auto
}

.banner-with-images {
    background-image: radial-gradient(circle,#3e1d8a,#000);
    padding: 5rem 2rem;
    overflow: hidden
}

.img-parent-one-2 {
    border-radius: 1rem;
    width: 11rem;
    height: auto;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: hidden
}

.img-parent-one-2.cc-v2 {
    width: 9rem
}

.img-parent-two-2 {
    border-radius: 1rem;
    width: 9rem;
    height: auto;
    position: absolute;
    inset: auto auto 0% 15%;
    overflow: hidden
}

.img-parent-two-2.cc-v2 {
    width: 7rem
}

.img-parent-three-3 {
    border-radius: 1rem;
    width: 9rem;
    height: auto;
    position: absolute;
    inset: auto 15% 0% auto;
    overflow: hidden
}

.img-parent-three-3.cc-v2 {
    width: 7rem
}

.img-parent-four-3 {
    border-radius: 1rem;
    width: 11rem;
    height: auto;
    position: absolute;
    inset: 0% 0% auto auto;
    overflow: hidden
}

.img-parent-four-3.cc-v2 {
    width: 9rem
}

.icon-wrap-right-2 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 1.2rem;
    height: 1rem;
    margin-left: 0;
    display: flex
}

.cc-18ch {
    max-width: 18ch;
    margin-left: auto;
    margin-right: auto
}

.body-5 {
    border: 1px solid var(--white)
}

.cc-grey-center {
    color: var(--gray-400);
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-weight: 400;
    display: flex
}

._3-green {
    width: 23rem;
    top: -72%;
    right: -8%;
    transform: rotate(-9deg)
}

._2a-green {
    opacity: .8;
    transform-style: preserve-3d;
    width: 47rem;
    bottom: -88%;
    left: auto;
    right: 27%;
    transform: rotateX(0)rotateY(180deg)rotate(77deg)
}

.banner-space {
    overflow: hidden
}

.space-bg-desktop {
    max-width: 58%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 0%
}

.space-banner-text-wrap {
    width: 100%;
    max-width: 78rem;
    margin: auto auto 2rem;
    position: relative
}

.space-banner-global-wrap {
    justify-content: center;
    align-items: flex-end;
    height: 19rem;
    display: flex;
    position: relative
}

.black {
    background-color: var(--black);
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%
}

.space-bg-mobile {
    order: 0;
    width: 58%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: absolute;
    inset: 0%
}

.ai-avatar-cards-wrapper {
    grid-column-gap: 9rem;
    grid-row-gap: 9rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    display: flex
}

.lp-ai-avatar-card-img {
    aspect-ratio: auto;
    object-fit: cover;
    border-radius: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 2rem;
    position: static
}

.ai-avatar-usecases-cta {
    color: var(--white);
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none
}

.bundle-cta {
    color: var(--color-001)
}

.bundle-cta:hover {
    opacity: .8
}

.lp-ai-avatar-card-img-wrapper {
    aspect-ratio: auto;
    object-fit: cover;
    transform-style: preserve-3d;
    border-radius: 20px;
    width: 31.25rem;
    height: 25rem;
    margin-bottom: 2rem;
    position: static;
    overflow: hidden
}

.sticky-lp-cards-section {
    background-color: var(--black);
    flex-direction: column;
    height: 600vh;
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 0;
    display: flex;
    position: relative;
    top: 0;
    overflow: visible
}

.sticky-cards-ai-photo-editor-v4 {
    background-color: var(--black);
    flex-direction: column;
    height: 700vh;
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 0;
    display: flex;
    position: relative;
    top: 0;
    overflow: visible
}

.mega-menu-collection {
    flex-flow: column wrap;
    min-width: 23.5rem;
    max-height: 10rem;
    display: flex
}

.mother-days-text-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.white-bullet-svg {
    width: 7px;
    height: 7px;
    margin-right: .5rem
}

.button-pl-md {
    background-color: var(--pl-purple-main);
    color: #fff;
    text-align: center;
    letter-spacing: -.015em;
    white-space: nowrap;
    border-radius: 8rem;
    justify-content: center;
    align-items: center;
    padding: 1.2rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: all .2s;
    display: block
}

.button-pl-md:hover {
    background-color: var(--pl-purple-hover);
    color: #fff
}

.button-pl-md.a-cta {
    background-color: var(--white);
    color: var(--color-001);
    align-items: center;
    display: inline-block
}

.button-pl-md.a-cta:hover {
    background-color: #fffc
}

.md-banner-header {
    color: var(--white);
    max-width: 23ch;
    margin: 0 auto;
    font-size: 2.375rem;
    line-height: 110%
}

.md-banner-img {
    width: 437px;
    position: absolute
}

.md-banner-img.left {
    width: 25vw;
    position: static
}

.md-img-banner-wrapper {
    position: absolute;
    bottom: 19%;
    left: 6%;
    transform: rotate(-11deg)
}

.md-img-banner-wrapper.cc-right {
    inset: 29% 9% 0% auto;
    transform: rotate(11deg)
}

.md-img-banner-wrapper.cc-right.cc-hide-tablet {
    top: 22%;
    right: 4%
}

.md-img-decoration-01 {
    width: 6vw;
    position: absolute;
    bottom: -12%;
    left: -11%;
    transform: rotate(23deg)
}

.md-img-decoration-02 {
    width: 6vw;
    position: absolute;
    bottom: 73%;
    left: -13%;
    transform: rotate(-20deg)
}

.md-decoration {
    position: relative;
    top: -.8125rem
}

.md-decoration.cc-rotate-180 {
    transform: rotate(180deg)
}

.mothers-day-banner {
    background-color: var(--white);
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem
}

.mothers-day-banner.cc-mother-days-bg {
    text-align: center;
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/663744a3d537f664aaa2b5bc_mother-days-banner-bg.webp);
    background-position: 0 0;
    background-size: cover;
    justify-content: center;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: flex;
    position: relative;
    overflow: hidden
}

.md-offer-marqee-desktop-copy {
    background-color: var(--brand-black);
    color: #fff;
    width: 100%;
    overflow: hidden
}

.md-offer-marqee-desktop-copy.cc-gradient {
    background-image: linear-gradient(to right,var(--color-002),#5334a2 48%,var(--color-002));
    color: var(--medium-purple)
}

.md-offer-marqee-desktop-copy.cc-gradient.cc-md-bg {
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/663744a3d537f664aaa2b5bc_mother-days-banner-bg.webp);
    background-position: 50%;
    background-size: cover;
    display: flex
}

.md-offer-marqee-desktop-copy.cc-gradient.cc-md-bg.cc-hide,.md-banner-tablet {
    display: none
}

.md-banner-content-wrapper {
    z-index: 99;
    position: relative
}

.feature-benefits-devider {
    background-color: gray;
    width: 1px;
    height: 10rem
}

.feature-text-wrapper {
    max-width: 17rem
}

.feature-benefits-container {
    grid-column-gap: 4.25rem;
    grid-row-gap: 4.25rem;
    justify-content: center;
    display: flex
}

.one-feature-benefit {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    flex-direction: column;
    align-items: center;
    display: flex
}

.feature-icon-wapper {
    background-color: #fff;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 3.8rem;
    height: 3.8rem;
    display: flex;
    box-shadow: 0 0 5px #0003
}

.feature-benefits-text {
    text-align: center;
    letter-spacing: -.025rem;
    font-size: 1.4rem;
    font-weight: 500
}

.seo-benefits-cta-banner {
    background-image: linear-gradient(180deg,#b8a0f6,var(--pl-purple-light));
    border-radius: 1rem;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
    overflow: hidden
}

.seo-benefits-cta-banner-text {
    flex-flow: column;
    align-items: flex-start;
    width: 62%;
    padding: 3rem 3.75rem;
    display: flex
}

.seo-benefits-cta-banner-image {
    align-self: center;
    width: 31%;
    margin-right: 3.75rem
}

.seo-benefits-cta-banner-list {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    flex-flow: column;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.seo-benefits-cta-banner-list-item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-bottom: 0;
    display: flex
}

.seo-benefits-cta-banner-v-icon {
    width: 18px
}

.lp-benefits-cta-banner {
    background-image: linear-gradient(165deg,#7a56db,#150063 78%);
    border-radius: 1rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin-top: 16rem;
    display: flex;
    overflow: hidden
}

.lp-benefits-cta-banner-v-icon {
    width: 17px
}

.lp-benefits-cta-banner-image {
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    width: 50%;
    height: 100%;
    display: block
}

.lp-benefits-cta-banner-text {
    flex-flow: column;
    align-items: flex-start;
    width: 62%;
    padding: 3.5rem 3.5rem 3.5rem 3.7rem;
    display: flex
}

.image-62 {
    aspect-ratio: auto;
    vertical-align: baseline;
    object-fit: cover;
    width: 100%;
    max-width: none
}

.lp-benefits-cta-banner-photo {
    background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/6655a2f1c586a5de3da9d56a_lp-cta-banner-image-3.webp);
    background-position: 0%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    flex-flow: column;
    align-items: flex-start;
    width: 38%;
    display: flex
}

.button-pl-text-arrow {
    color: #1f1f24;
    -webkit-text-stroke-color: transparent;
    white-space: nowrap;
    background-color: #0000;
    border-radius: 3rem;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem 0;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: all .2s cubic-bezier(.215,.61,.355,1);
    display: flex
}

.button-pl-text-arrow:hover {
    color: var(--pl-purple-hover);
    background-color: #0000;
    text-decoration: underline
}

.button-pl-text-arrow.cc-no-padding {
    justify-content: flex-start;
    align-items: center;
    padding: 1.2rem 1.5rem 1.2rem 0;
    text-decoration: underline
}

.button-pl-text-arrow.cc-no-padding:hover {
    color: #33b3ce;
    text-decoration: underline
}

.button-pl-text-arrow.cc-no-padding.a-cta {
    justify-content: flex-start;
    align-items: center;
    padding-right: 0
}

.button-pl-text-arrow.cc-no-padding.a-cta:hover {
    color: #1ec1e4
}

.button-text-3 {
    letter-spacing: -.02rem;
    white-space: nowrap;
    padding-right: 10px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none
}

.button-text-3.cc-right-margin {
    padding-right: 4px;
    font-size: 1rem;
    font-weight: 700
}

.button-text-3.cc-right-margin.cc-small {
    font-size: .9rem
}

.side-banner-text-wrap {
    z-index: 5;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative
}

.banner-headline {
    text-align: center;
    letter-spacing: -.05rem;
    text-transform: none;
    white-space: normal;
    max-width: 20ch;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2
}

.banner-headline.cc-left {
    text-align: left;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.1
}

.banner-headline.cc-16ch {
    max-width: 16ch
}

.banner-headline.cc-16ch.cc-white {
    color: var(--white)
}

.side-banner-sticky-wrap {
    align-items: flex-start;
    padding-left: 5rem;
    display: block;
    position: relative
}

.blog-side-banner {
    background-image: linear-gradient(324deg,#d0beff,#e9e0ff);
    border: 1px #e5e5e5;
    justify-content: flex-start;
    align-items: flex-end;
    width: 19rem;
    padding: 3rem 1.5rem 2rem;
    display: flex;
    position: sticky;
    top: 10rem;
    overflow: hidden
}

.headline-lg-11 {
    letter-spacing: -.05rem;
    text-transform: none;
    white-space: normal;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2
}

.headline-lg-11.cc-20ch {
    max-width: 20ch
}

.blog-cta-banner-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2.5rem 0;
    display: grid
}

.banner-text-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
    position: relative
}

.blog-cta-banner-images {
    background-image: radial-gradient(circle farthest-corner at 50% 50%,var(--color-002),black);
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 2rem;
    display: block;
    position: relative;
    overflow: hidden
}

.blog-text-banner-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex
}

.banner-img {
    position: absolute;
    inset: 0% auto auto 0%
}

.banner-img._4 {
    width: 8.5rem;
    inset: 0% auto auto 0%
}

.banner-img._4.cc-blog {
    border-radius: .5rem;
    width: 5.5rem
}

.banner-img._2 {
    width: 6.5rem;
    inset: auto auto 0% 15%
}

.banner-img._2.cc-blog {
    border-radius: .5rem;
    width: 5rem
}

.banner-img._1 {
    width: 8.5rem;
    inset: 0% 0% auto auto
}

.banner-img._1.cc-blog {
    border-radius: .5rem;
    width: 5.5rem
}

.banner-img._3 {
    width: 6.5rem;
    inset: auto 15% 0% auto
}

.banner-img._3.cc-blog {
    border-radius: .5rem;
    width: 5rem
}

.blog-cta-banner-simple {
    background-image: linear-gradient(117deg,#d0beff,var(--pl-purple-mid));
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: block;
    position: relative;
    overflow: hidden
}

.blog-banners-wrap {
    display: none
}

.blog-banners-wrap.cc-show {
    display: block
}

.label-sm-6 {
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3
}

.label-sm-6.cc-grey {
    color: #636367;
    letter-spacing: -.03rem;
    margin-left: 0;
    margin-right: 0;
    font-size: .75rem;
    font-weight: 400
}

.label-sm-6.cc-grey.cc-center {
    color: var(--gray-500);
    text-align: center;
    letter-spacing: -.02rem;
    text-align: center;
    letter-spacing: -.02rem;
    font-size: .8rem
}

.par-sm-15 {
    color: #1f1f24;
    letter-spacing: -.03rem;
    -webkit-text-stroke-color: #1f1f24;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    text-decoration: none
}

.headline-lg-12 {
    letter-spacing: -.05rem;
    text-transform: none;
    white-space: normal;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2
}

.div-block-105 {
    border-top: 2px solid #000
}

.div-block-106 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex
}

.honey-icon {
    border-left: 2px solid var(--color-003);
    width: 8rem;
    margin-left: 1rem;
    padding-left: 1rem
}

.div-block-107 {
    display: flex
}

.div-block-108 {
    width: 400px
}

.display-md-5 {
    letter-spacing: -.05rem;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.5rem;
    font-style: normal;
    line-height: 1.1
}

.display-md-5.cc-center-on-mobile {
    text-align: left
}

.container-large {
    width: 100%;
    max-width: 82rem;
    margin-left: auto;
    margin-right: auto;
    overflow: visible
}

.button-ft {
    color: #fff;
    letter-spacing: -.01em;
    -webkit-text-stroke-color: transparent;
    white-space: nowrap;
    background-color: #1f1f24;
    border-radius: 100px;
    flex: none;
    justify-content: center;
    align-items: center;
    padding: 1.2rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: all .5s cubic-bezier(.075,.82,.165,1);
    display: flex
}

.button-ft:hover {
    color: #fff;
    background-color: #1ec1e4
}

.button-ft:active {
    background-color: #1ec1e4
}

.header-asset {
    aspect-ratio: 1;
    object-fit: scale-down;
    width: 20rem;
    display: block
}

.header-asset.is-video {
    object-fit: scale-down;
    padding: 0
}

.header-asset.is-video.ratio-device-9-16 {
    aspect-ratio: auto;
    border-radius: 2.2rem;
    width: 18rem;
    max-width: none;
    height: auto;
    position: relative;
    inset: 7px
}

.header-asset.is-img.ratio-device-9-16 {
    aspect-ratio: auto;
    object-fit: scale-down;
    border-radius: 2.5rem;
    width: 18rem;
    position: relative;
    inset: 7px
}

.header_component {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid
}

.spacer-2rem-20 {
    width: 100%;
    height: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.header-3dframe {
    z-index: 3;
    border-radius: 1px 1px 50px 50px;
    position: absolute;
    inset: 0%
}

.section_header {
    padding-top: 10rem;
    padding-bottom: 6rem
}

.section_header.cc-ft-pink {
    background-image: linear-gradient(121deg,#d0beff,#ffd9ea 67%,#ff72b2)
}

.section_header.cc-pl-black {
    background-image: linear-gradient(#000,#271353)
}

.spacer-1-5rem-5 {
    width: 100%;
    height: 1.5rem
}

.inner-page-feature-name-wrap {
    background-color: #fff;
    margin-bottom: 0;
    padding: .5rem 1rem
}

.header_asset-wrapper {
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex
}

.header_asset-wrapper._3d-frame {
    width: 19rem;
    display: block;
    position: relative
}

.label-md-caps-5 {
    letter-spacing: .25rem;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1
}

.par-lg-9 {
    color: #1f1f24;
    text-align: left;
    letter-spacing: -.03rem;
    text-transform: none;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3
}

.max-width-medium {
    width: 100%;
    max-width: 34.25rem
}

.header_content {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 38rem;
    padding-top: 0;
    padding-bottom: 0;
    display: flex
}

.padding-global {
    z-index: 10;
    padding-left: 3rem;
    padding-right: 3rem;
    position: relative
}

.features_image-wrapper {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.features_image-wrapper.cc-right {
    justify-content: flex-end;
    align-items: center
}

.rich-text-par {
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 1.2rem;
    line-height: 1.3
}

.square-image {
    object-fit: scale-down;
    height: auto;
    display: block
}

.display-sm-7 {
    letter-spacing: -.05rem;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5rem;
    font-style: normal;
    line-height: 1.2
}

.spacer-2rem-21 {
    width: 100%;
    height: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.blur-right {
    z-index: -5;
    opacity: .6;
    filter: blur(100px);
    background-color: #d0beff;
    border-radius: 40%;
    width: 20%;
    padding-top: 20%;
    display: none;
    position: absolute;
    inset: 9rem 30% auto auto
}

.features_content {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.device-image {
    object-fit: scale-down;
    border-radius: 30px;
    height: 30rem
}

.features_component {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    display: grid
}

.rich-text-block {
    font-size: 1.2rem;
    line-height: 1.4
}

.features_wrapper {
    grid-column-gap: 12rem;
    grid-row-gap: 12rem;
    flex-flow: column;
    margin-bottom: 10rem;
    display: flex
}

.rich-text-step-description {
    font-size: 1rem
}

.gradient-red-background {
    z-index: 0;
    background-image: none;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%
}

.gradient-purple-background {
    z-index: 0;
    background-image: linear-gradient(#d0beff,#ede7ff);
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%
}

.how-to-list-item-5 {
    border-top: 1px solid #9870ff4d;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex
}

.how-to-list-item-5.cc-last-item {
    border-bottom: 1px solid #9870ff4d
}

.feature-row-text-w-6 {
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    font-size: 1rem;
    display: flex
}

.how-to-step-number {
    width: 3rem
}

.how-to-steps-wrap {
    flex-direction: column;
    align-items: flex-start;
    display: flex
}

.display-sm-8 {
    letter-spacing: -.05rem;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5rem;
    font-style: normal;
    line-height: 1.2
}

.display-sm-8.cc-align-center {
    text-align: center;
    max-width: 20ch;
    margin-left: auto;
    margin-right: auto
}

.display-sm-8.cc-align-center.fade-up.cc-22ch {
    max-width: 22ch
}

.ds-grid-9 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    display: grid
}

.ds-grid-9.cc-align-top {
    align-items: start
}

.ds-grid-9.cc-align-top.cc-2rem-gap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem
}

.spacer-2rem-22 {
    width: 100%;
    height: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.headline-md-8 {
    letter-spacing: -.03rem;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none
}

.container-medium {
    width: 100%;
    max-width: 66rem;
    margin-left: auto;
    margin-right: auto
}

.white-background {
    z-index: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%
}

.how-to-asset {
    aspect-ratio: 1;
    object-fit: scale-down;
    width: 20rem;
    display: block
}

.how-to-asset.is-video {
    object-fit: scale-down;
    padding: 0
}

.how-to-asset.is-video.ratio-device-9-16 {
    width: auto;
    max-width: none;
    height: auto
}

.how-to-asset.is-video.ratio-device-9-16.cc-device-stroke {
    aspect-ratio: 9/16;
    border: 2px solid #98989a;
    border-radius: 1.5rem;
    width: 18rem
}

.how-to-asset.is-img.ratio-device-9-16.cc-device-stroke {
    object-fit: cover;
    border: 2px solid #98989a;
    border-radius: 1.5rem;
    width: 18rem;
    overflow: clip
}

.step-para {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2rem
}

.how-to-media-wrap {
    justify-content: center;
    align-items: center;
    display: flex
}

.section_how-to {
    background-color: var(--white);
    background-image: none;
    padding-top: 12rem;
    padding-bottom: 12rem;
    position: relative;
    overflow: hidden
}

.how-to-btn-wrap {
    padding-left: 3rem
}

.howto_wrapper {
    grid-row-gap: 5rem;
    flex-direction: column;
    display: flex
}

.div-block-109 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.section_features {
    background-color: var(--white);
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem
}

.section_features.cc-ft-purple {
    background-image: linear-gradient(to bottom,var(--pl-purple-light),var(--pl-purple-mid))
}

.section_features.cc-ft-purple.a-location-how-to {
    background-image: linear-gradient(to bottom,#c2aaff,var(--pl-purple-mid)25%,var(--pl-purple-light))
}

.section_features.ip-hero {
    background-color: var(--black);
    background-image: linear-gradient(180deg,var(--color-002),var(--black));
    overflow: visible
}

.section_features.ip-hero.a-location-header {
    overflow: visible
}

.section_features.ip-hero.cc-lp-ai-photo-editor {
    background-image: none;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: relative
}

.section_features.ip-hero.cc-lp-ai-photo-editor.cc-nobg {
    background-color: #0000
}

.section_features.ip-social {
    background-image: linear-gradient(to bottom,var(--pl-purple-light),var(--pl-purple-mid)75%,var(--color-001))
}

.section_features.ip-social.footer-no-padding {
    background-image: linear-gradient(to bottom,var(--pl-purple-light),var(--pl-purple-mid)75%,var(--pl-purple-main))
}

.section_features.cc-black-bg {
    background-color: var(--black);
    flex-direction: column;
    display: flex;
    overflow: visible
}

.section_features.cc-black-bg.a-location-header {
    color: var(--brand-black);
    background-image: linear-gradient(#000,#271353);
    padding-left: 3rem;
    padding-right: 3rem
}

.section_features.cc-black-bg.a-location-header.cc-mobile {
    background-image: linear-gradient(#000,#271353)
}

.section_features.cc-black-bg.cc-400vh {
    height: 700vh;
    padding-top: 0;
    display: flex;
    position: relative;
    top: 0
}

.section_features.cc-black-bg.cc-400vh.cc-linear {
    padding-top: 0;
    padding-right: 0
}

.section_features.cc-black-bg.overflow-hidden {
    overflow: hidden
}

.section_features.cc-white-bg {
    background-color: var(--white)
}

.section_features.cc-aquaman-bg {
    background-color: var(--black);
    background-image: linear-gradient(#02010500 83%,#020105),radial-gradient(circle at 100% 0,#0000,#000),url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/655a1a777363595120442cea_aqauman-bg.webp);
    background-position: 0 0,0 0,50%;
    background-size: auto,auto,cover;
    flex-direction: column;
    display: flex;
    overflow: visible
}

.section_features.cc-light-bg {
    background-image: linear-gradient(to bottom,var(--pl-purple-mid),var(--sticky-parent))
}

.section_features.cc-social-media {
    background-image: linear-gradient(#1f104c,#07040f);
    position: relative
}

.section_features.cc-breadcrumbs {
    background-color: #fff;
    background-image: none
}

.section_features.cc-breadcrumbs.cc-contact {
    background-image: none
}

.section_features.cc-light-purple {
    background-image: linear-gradient(#fff,#ebe3ff 100%,#eee3ff)
}

.section_features.cc-inner-links-purple {
    background-image: linear-gradient(180deg,#b8a0f6,var(--medium-purple)0%,var(--pl-purple-light));
    overflow: hidden
}

.section_features.cc-blog-post-hero {
    background-color: var(--black);
    background-image: linear-gradient(270deg,var(--pl-purple-mid),var(--pl-purple-light));
    flex-direction: column;
    justify-content: center;
    padding-top: 7.5rem;
    padding-bottom: 2.5rem;
    display: flex;
    overflow: hidden
}

.section_features.cc-no-padding-blog {
    background-color: #fff0
}

.section_features.cc-purple-bg {
    background-color: var(--black);
    background-image: linear-gradient(180deg,black,var(--color-002));
    flex-direction: column;
    display: flex;
    overflow: visible
}

.section_features.cc-lp-ai-photo-editor.cc-overflow {
    background-color: #fff;
    background-image: linear-gradient(177deg,#fff 20%,#9870ff87);
    overflow: hidden
}

.section_features.cc-authhor-page-hero {
    background-color: var(--black);
    background-image: linear-gradient(270deg,var(--pl-purple-mid),var(--pl-purple-light));
    flex-direction: column;
    justify-content: center;
    padding-top: 8rem;
    padding-bottom: 2.5rem;
    display: flex;
    overflow: hidden
}

.section_features.cc-affiliate-page {
    background-image: linear-gradient(#000,#271353)
}

.section_features.cc-affiliate-page.cc-dark {
    background-color: var(--color-002);
    background-image: none;
    display: none
}

.section_features.cc-nopadding {
    padding-left: 0;
    padding-right: 0
}

.section_features.cc-nopadding.cc-purple-linear {
    background-image: linear-gradient(#f8f5ff 56%,#c7b2ff)
}

.section_features.cc-how-does {
    background-image: linear-gradient(#fff,#faf8ff 75%,#f8f5ff)
}

.section_features.cc-black-purple-4k-generate-bg {
    background-color: var(--black);
    background-image: linear-gradient(175deg,#000 39%,#1e006a);
    flex-direction: column;
    display: flex;
    overflow: visible
}

.section_features.cc-light-purple-gradient {
    background-image: linear-gradient(180deg,white,var(--pl-purple-light))
}

.main-blur-12 {
    filter: blur(120px);
    background-color: #3b03bb;
    border-radius: 50%;
    width: 30%;
    padding-top: 15%;
    position: absolute;
    top: 0;
    left: 0
}

.main-blur-12.cc-2nd-section-ver1 {
    z-index: -1;
    opacity: 1;
    filter: blur(150px);
    background-color: #d0beff;
    width: 35%;
    padding-top: 35%;
    position: absolute;
    inset: 20% 25% auto auto
}

.button-pl-7 {
    color: #fff;
    text-align: center;
    letter-spacing: -.015em;
    white-space: nowrap;
    background-color: #9870ff;
    border-radius: 8rem;
    justify-content: center;
    align-items: center;
    padding: 1.2rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: all .2s;
    display: block
}

.button-pl-7:hover {
    color: #fff;
    background-color: #774ee0
}

.button-pl-7.a-cta {
    display: inline-flex
}

.par-lg-10 {
    color: #fff;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.3
}

.how-to-list-item-6 {
    border-top: 1px solid #9870ff4d;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex
}

.how-to-list-item-6.cc-last-item {
    border-bottom: 1px solid #9870ff4d
}

.feature-row-text-w-7 {
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    font-size: 1rem;
    display: flex
}

.headline-md-9 {
    letter-spacing: -.025rem;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 1.5
}

.headline-md-9.cc-black-text {
    line-height: 1.2
}

.headline-md-10 {
    letter-spacing: -.03rem;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none
}

.features_wrapper-2 {
    grid-column-gap: 12rem;
    grid-row-gap: 12rem;
    flex-flow: column;
    margin-bottom: 10rem;
    display: flex
}

.spacer-2rem-23,.spacer-2rem-24 {
    width: 100%;
    height: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.ds-container-21 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 78rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative
}

.ds-container-21._66-rem {
    max-width: 66rem
}

.section_how-to-2 {
    background-color: #fff;
    background-image: none;
    padding-top: 12rem;
    padding-bottom: 12rem;
    position: relative;
    overflow: hidden
}

.label-md-caps-6 {
    color: #9870ff;
    letter-spacing: .3rem;
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Brown,sans-serif;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.1
}

.section_features-2 {
    background-color: #fff;
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem
}

.spacer-2rem-25 {
    width: 100%;
    height: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.display-md-6 {
    letter-spacing: -.05rem;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.5rem;
    font-style: normal;
    line-height: 1.1
}

.display-md-6.cc-center-on-mobile {
    text-align: left
}

.spacer-1-5rem-6 {
    width: 100%;
    height: 1.5rem
}

.spacer-2rem-26 {
    width: 100%;
    height: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.par-md-18 {
    color: #fff;
    letter-spacing: -.02rem;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3
}

.par-md-18.cc-black-text {
    border: 1px solid #0000
}

.par-md-18.cc-black-text.cc-always-center.cc-40ch {
    max-width: 40ch;
    margin-left: auto;
    margin-right: auto
}

.ds-section-15 {
    background-color: #fff;
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem
}

.ds-section-15.cc-light-purple {
    background-image: linear-gradient(#fff,#ebe3ff 100%,#eee3ff)
}

.spacer-1rem-5 {
    flex: none;
    width: 100%;
    height: 1rem;
    display: block
}

.ds-container-22 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 78rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative
}

.display-xs-2 {
    color: #fff;
    letter-spacing: -.05rem;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.1
}

.display-xs-2.cc-black-text.cc-center.cc-22ch {
    max-width: 24ch;
    margin-left: auto;
    margin-right: auto
}

.btn-left {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2rem;
    padding-left: 3rem;
    display: flex
}

.btn-left.cc-height {
    padding-top: 2rem
}

.btn-left.cc-nomargin {
    padding-top: 1rem;
    padding-left: 0
}

.steps-line {
    background-color: var(--pl-purple-light);
    width: 18rem;
    height: 2px
}

.par-md-19 {
    color: #1f1f24;
    text-align: left;
    letter-spacing: -.02rem;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3
}

.par-md-19.cc-always-center {
    text-align: center
}

.par-md-19.cc-always-center.cc-steps-description {
    color: #8c90a5
}

.ds-section-16 {
    padding-left: 2rem;
    padding-right: 2rem;
    display: block;
    overflow: hidden
}

.steps-wrap {
    justify-content: center;
    align-items: center;
    display: flex
}

.step-number-wrap {
    border: 2px solid var(--pl-purple-light);
    background-color: #fff;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 3.8rem;
    height: 3.8rem;
    display: flex
}

.steps-benefits-container {
    grid-column-gap: 4.25rem;
    grid-row-gap: 4.25rem;
    justify-content: center;
    margin-top: 2rem;
    display: flex
}

.headline-lg-13 {
    letter-spacing: -.05rem;
    text-transform: none;
    white-space: normal;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2
}

.headline-lg-13.cc-feature-benefits-text {
    text-align: center;
    white-space: normal;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.3
}

.steps-global-wrap-2 {
    flex-flow: column;
    display: flex
}

.steps-line-2 {
    background-color: #bdf3ff;
    width: 18rem;
    height: 2px
}

.steps-ttl {
    color: var(--black);
    text-align: center;
    letter-spacing: -.05rem;
    text-transform: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 4rem;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2
}

.step-number-wrap-2 {
    background-color: #fff;
    border: 2px solid #bdf3ff;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 3.8rem;
    height: 3.8rem;
    display: flex
}

@media screen and (min-width: 1920px) {
    .cta-wrap.cc-aligh-left {
        max-width:15.6em
    }

    .main-container.cc-full.cc-center {
        max-width: none
    }

    .btn-primary {
        text-align: center;
        object-fit: fill;
        max-width: 250px
    }

    .btn-primary.cc-404 {
        font-size: .85em
    }

    .btn-primary.cc-blink {
        max-width: none
    }

    .new-p-reg {
        font-size: 1.3rem;
        line-height: 2rem
    }

    .new-stats-ttl {
        margin-top: 10px;
        font-size: 2.5rem
    }

    .stats-all-wrapper {
        max-width: 1290px
    }

    .rating-new {
        margin-left: auto;
        margin-right: auto
    }

    .testimonials-new {
        overflow: hidden
    }

    .new-quote-author {
        margin-bottom: 0;
        font-size: 1em;
        font-weight: 400
    }

    .links-wrap {
        align-items: center;
        padding-bottom: 0
    }

    .link {
        font-size: .9rem
    }

    .app-store-badge {
        width: auto
    }

    .cc-heading-footer {
        font-size: 2.5rem
    }

    .footer-badges-col {
        justify-content: space-between;
        align-items: center;
        padding-left: 0;
        padding-right: 0
    }

    .footer {
        margin-bottom: 0;
        padding-bottom: 4em;
        padding-left: 2em;
        padding-right: 2em
    }

    .socialicon-2,.socialicon-2.tt,.socialicon-2.yt,.socialicon-2.tw,.socialicon-2.ig {
        width: 3em;
        height: 3em
    }

    .no-margin.white-text.max-700 {
        font-size: 16px
    }

    .main-header {
        display: block
    }

    .main-header.cc-trans.a-location-menu {
        padding-right: 1rem
    }

    .nav-container {
        max-width: 1680px
    }

    .nav-container.cc-full,.nav-container.cc-w-marqee {
        max-width: none
    }

    .imgs {
        background-color: #fff
    }

    .image-34 {
        max-width: 100px
    }

    .div-block-26 {
        align-items: center
    }

    ._404-logo {
        width: 5em
    }

    .copyright-4 {
        margin-top: 1em
    }

    .footer-text-link {
        font-size: 1em
    }

    .new-stats-ttl-2 {
        margin-top: 10px;
        font-size: 2.5rem
    }

    .grid-cell.cc-flex-aligh-items-left {
        width: 100%
    }

    .new-p-reg-2 {
        font-size: 1.3rem;
        line-height: 2rem
    }

    .footer-badges-col-2 {
        padding-left: 0;
        padding-right: 0
    }

    .slider-mask.cc-rmg {
        overflow: hidden
    }

    .stats-all-wrapper-2 {
        max-width: 1290px
    }

    .rating-new-2 {
        margin-left: auto;
        margin-right: auto
    }

    .copyright-5 {
        margin-top: 1.5em
    }

    .shape-hero {
        padding-top: 44%
    }

    .slide-img.rbg-002,.slide-img.rbg-001,.slide-img.rng-003,.slide-img.rbg-004,.slide-img.rbg-005,.slide-img.rbg-006 {
        width: 15%
    }

    .quote-text {
        margin-bottom: 1.5em;
        font-size: 1.7em;
        font-weight: 300;
        line-height: 1.6em
    }

    .animated-text {
        font-size: 1.1rem
    }

    .feature-par-2 {
        font-size: 1.3rem;
        line-height: 2rem
    }

    .fixed-bg-2.bg-3 {
        background-image: linear-gradient(#0000,#0000),url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/630b49233eec4270e81fc103_features-bg3%20\(1\).png);
        background-position: 0 0,50%;
        background-size: auto,contain
    }

    .fixed-bg-2.bg-1 {
        background-image: linear-gradient(to bottom,null,null),url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/630b7466463af528f875ec53_bg-features-01.png)
    }

    .main-blur {
        background-color: #3b03bba6;
        width: 38%
    }

    .main-blur.cc-rbg-hero-001 {
        width: 30%;
        padding-top: 30%;
        bottom: -5%;
        left: 45%
    }

    .main-blur.cc-rbg-hero-001.cc-pink {
        bottom: 44%;
        left: 77%
    }

    .main-blur.cc-lp-ai-photo-editor.cc-sticky-div {
        width: 40%;
        top: 76%;
        left: 70%;
        overflow: visible
    }

    .text-slide-mask.xmas {
        margin-bottom: 4em
    }

    .text-slide-mask-moving {
        width: auto
    }

    .div-block-26-copy {
        align-items: center
    }

    .social-link.a-click_social_engagment-follow {
        width: 3rem;
        height: 3rem;
        margin: .3rem
    }

    .slide-1.xmas {
        font-size: .8vw
    }

    .store-badge-link {
        min-width: auto;
        max-width: none
    }

    .store-badge-link.cc-footer {
        width: 10rem
    }

    .stores-wrap.cc-footer {
        margin-top: auto;
        margin-bottom: auto
    }

    .section-after-generate.cc-rbg {
        min-height: 100vh;
        max-height: none
    }

    .footer-logo {
        max-width: 100px
    }

    .main-header-hlwn {
        display: block
    }

    .background-video {
        width: 280px;
        height: auto
    }

    .video-logo-wrapper {
        width: auto;
        height: auto
    }

    .feature-par-px {
        font-size: 1.3rem;
        line-height: 2rem
    }

    .container.no-pad-top.a-location-social-proof-app-rating {
        max-width: 82rem
    }

    .align-c {
        margin-top: 1em
    }

    .hero-width.cc-scenes {
        max-width: none
    }

    .sticky-child.flex-pad {
        overflow: visible
    }

    .rbg-wrap.cc-scenes-lp {
        width: 85%
    }

    .main-container-3.cc-rbg {
        max-width: 90em
    }

    .main-container-3.cc-rbg.cc-valentine {
        max-width: 1700px
    }

    .main-container-3.cc-90 {
        max-width: 90em
    }

    .rbg-hero-h {
        font-size: 3em
    }

    .rbg-hero-h.cc-larger {
        max-width: 18ch
    }

    .main-grid.cc-rbg-hero {
        grid-template-columns: 1fr 1fr
    }

    .rbg-sec-h {
        font-size: 3em
    }

    .big-h-upper,.big-h-upper.cc-stroke {
        font-size: 4rem
    }

    .feature-par-hp {
        font-size: 1.3rem;
        line-height: 2rem
    }

    .new-stats-ttl-3 {
        margin-top: 10px;
        font-size: 2.5rem
    }

    .rbg-vid {
        border-width: 2px;
        border-color: var(--gray-400);
        border-radius: 2rem
    }

    .align-c-2 {
        margin-top: 1em
    }

    .circle-pop-2.cc-low {
        background-image: linear-gradient(#f4f0ff,#ac8cfc 83%)
    }

    .align-left {
        margin-top: 0
    }

    .header-wrap-2 {
        background-image: linear-gradient(#ffd9ea,#c9f2fb)
    }

    .rbg-popup-card {
        max-width: 1320px
    }

    .rbg-hero-h-2 {
        font-size: 3em
    }

    .compare-wrap.cc-hp-enhance {
        padding-top: 113.2%
    }

    .paragraph-16 {
        color: #8d8d8d;
        width: 78%
    }

    .div-block-62 {
        max-width: 40em
    }

    .star-wrap {
        margin-left: 2%
    }

    .div-block-65 {
        width: 75%
    }

    .base-container {
        max-width: 1380px
    }

    .feature-h {
        margin-top: 0
    }

    .button-pl {
        text-align: center;
        object-fit: fill
    }

    .button-pl.cc-center {
        max-width: none
    }

    .ds-grid._1-125fr {
        grid-column-gap: 5rem;
        grid-row-gap: 5rem;
        grid-template-rows: auto;
        grid-template-columns: 1.25fr 1fr;
        grid-auto-columns: 1fr;
        display: grid
    }

    .ds-container {
        max-width: 82rem
    }

    .ds-container.cc-flex.cc-vertical,.ds-container.cc-center.cc-lp {
        max-width: 78rem
    }

    .ds-container.cc-lp-ai-photo-editor {
        overflow: visible
    }

    .stat-parent-3.three {
        border-bottom-style: solid
    }

    .spacer-12rem.cc-affilitae-page {
        height: 8rem
    }

    .horizontal-line {
        margin-bottom: 0
    }

    .button-pl-small {
        text-align: center;
        object-fit: fill;
        max-width: 250px
    }

    .button-pl-small.outline,.button-pl-small.outline.hide-on-mobile {
        display: block
    }

    .ds-video-wrap.cc-pl-gradient.cc-60 {
        width: 70%
    }

    .ds-video-wrap._3d-device-frame.cc-55 {
        width: 55%
    }

    .ds-video-base.ratio-device-9-16.cc-3d-device-bg {
        border-radius: 2.5rem
    }

    .headline-lg.toc {
        text-decoration: none
    }

    .par-md.cc-always-center.cc-80,.par-lg.cc-center.cc-75 {
        width: 75%
    }

    .ds-store-badge-link {
        min-width: auto;
        max-width: none
    }

    .button-pl-navbar {
        text-align: center;
        object-fit: fill;
        max-width: 250px
    }

    .accordion-item-rem {
        padding-left: 0
    }

    .accordion-item-content {
        margin-right: 30px
    }

    .main-btn-wrap.cc-m-b {
        margin-top: 0
    }

    .main-btn-wrap.cc-align-center {
        flex-direction: column;
        width: 100%;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto
    }

    .text-box-2.cc-align-center.fade-up.cc-50 {
        width: 45%
    }

    .lottie-animation.cc-lottie-background.cc-absolute.cc-rotate {
        left: 0%;
        transform: rotate(35deg)
    }

    .lottie-animation.cc-lottie-background.cc-absolute-right.cc-rotate {
        left: 51%;
        transform: rotate(45deg)
    }

    .ds-container-3 {
        max-width: 82rem
    }

    .new-navbar {
        padding: 0
    }

    .ai-presets-container.new-slider {
        justify-content: space-around;
        max-width: 75rem
    }

    .card_side.is-front {
        display: block
    }

    .back-text-wrap {
        width: 100%;
        height: auto
    }

    .slider-container {
        margin-bottom: 10rem
    }

    .img-slider-height-2 {
        overflow: visible
    }

    .slider-vid {
        width: 17.5em;
        padding-top: 31em
    }

    .button-pll-aiavatar-mobile {
        text-align: center;
        object-fit: fill;
        max-width: 250px
    }

    .new-slider-container2 {
        justify-content: space-between
    }

    .button-pl-ai-avatar {
        text-align: center;
        object-fit: fill;
        max-width: 250px
    }

    .button-pl-ai-avatar.outline,.main-navbar {
        display: flex
    }

    .lp-navbar {
        display: none
    }

    .feature-menu-icon {
        width: 25px;
        height: 25px
    }

    .desktop-menu {
        padding-left: 0;
        padding-right: 0
    }

    .navlink-mega-wrapper {
        cursor: pointer;
        position: static
    }

    .navbar-container {
        width: 90%;
        max-width: 90rem;
        margin-left: auto;
        margin-right: auto
    }

    .desktop-link-item.cc-main-link {
        align-items: flex-start;
        left: -58%
    }

    .desktop-link-item.cc-main-link.cc-photo-editing-tools {
        left: -66%
    }

    .desktop-link-item.cc-main-link.cc-special-link {
        left: auto
    }

    .menu-text-link {
        font-size: .875rem
    }

    .menu-text-link.cc-main-link {
        border: 1px #e4f7fb;
        margin-right: 0
    }

    .menu-text-link.cc-main-link:hover {
        color: var(--color-001)
    }

    .menu-text-link.cc-main-link.cc-2px {
        top: 0
    }

    .line-eaeaed {
        height: 2px
    }

    .mm-nav-link-wrapper.cc-first {
        padding-left: 0
    }

    .menu-item-link {
        margin-bottom: 1.25rem;
        margin-right: 3.125rem;
        font-size: 1rem
    }

    .menu-item-link.cc-main-link {
        min-width: auto;
        margin-right: 0
    }

    .menu-item-link.cc-main-link.cc-fix {
        top: 1px
    }

    .mega-menu-dd.mega-menu-interaction {
        display: none;
        top: 247%
    }

    .special-links-dd.mega-menu-interaction {
        top: 436%
    }

    .xmas-star-hero-wrapper._03 {
        top: -100%
    }

    .hero-width-xmax._90.cc-center.margin-top {
        margin-top: 15%
    }

    .hero-width-xmax._90.cc-center.margin-top.xmas-bg-1 {
        margin-top: 200px
    }

    .env-wrapper-child {
        overflow: hidden
    }

    .xmas-envelop-container {
        bottom: 57%
    }

    .env-level-3 {
        width: 650px;
        bottom: -33px
    }

    .env-level-1 {
        z-index: 20;
        position: relative
    }

    .env-level-1.poster,.env-level-1.video {
        bottom: -45%
    }

    .xmas-envelop-parent.xmas {
        top: -43.4vh
    }

    .env-wrapper-parent {
        overflow: hidden
    }

    .env-wrapper-parent.main {
        top: 10%
    }

    .env-level-2 {
        z-index: 30;
        width: 650px;
        position: absolute;
        bottom: -33px
    }

    .envelop-sticky {
        justify-content: center
    }

    .envelop-sticky.xmas-bg-1.cc-0rem {
        padding-top: 8rem
    }

    .xmas-star-how-to-wrapper.right {
        top: 3%;
        left: 69%
    }

    .xmas-star-howto-wrapper-copy._02 {
        top: -26%;
        left: 6%
    }

    .xmas-star-howto-wrapper-copy._01 {
        top: -16%;
        left: 0%
    }

    .xmas-star-howto-wrapper-copy._03 {
        left: 43%
    }

    .footer-bottom-2 {
        justify-content: center;
        padding: 1.875rem 6.25rem 1.25rem
    }

    .footer-right-side.flex-horizontal {
        margin-left: 0;
        margin-right: 2.3rem
    }

    .footer-right-side.flex-horizontal.bottom {
        margin-right: 3.5%
    }

    .lr-logo-footer-wrapper.bottom {
        font-size: 16px
    }

    .social-badge-wrapper {
        cursor: pointer
    }

    .social-badge-wrapper:hover {
        opacity: .7
    }

    .new-footer {
        padding: 0;
        display: block
    }

    .footer-bottom-link {
        font-size: .875rem;
        font-weight: 400
    }

    .footer-bottom-link.cc-margin {
        font-family: Brown,sans-serif
    }

    .footer-lr-description-wrapper {
        max-width: 19.1rem;
        font-size: .875rem
    }

    .footer-container-3 {
        width: 100%;
        max-width: 90rem
    }

    .appstore-link:hover {
        opacity: .8
    }

    .footer-link-3 {
        font-size: .875rem
    }

    .footer-top {
        justify-content: center;
        padding: 4.125rem 6.25rem 2.5rem
    }

    .line-footer {
        z-index: 999;
        color: #fff;
        background-color: #857777;
        width: 100%;
        height: 1px;
        font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
        position: static;
        inset: 0% auto auto 0%
    }

    .footer-links-header {
        font-size: .875rem;
        font-weight: 700
    }

    .lr-footer-description-p-2 {
        font-size: .875rem;
        line-height: 140%
    }

    .soclai-badge {
        margin-bottom: 4px
    }

    .spacer-2rem-14 {
        align-self: flex-start
    }

    .ds-section-12.xmas-bg-1.cc-xmas {
        margin-top: -18rem
    }

    .spacer-2rem-15 {
        align-self: flex-start
    }

    .ds-container-14 {
        max-width: 82rem
    }

    .spacer-2rem-16 {
        align-self: flex-start
    }

    .ds-container-15 {
        max-width: 82rem
    }

    .button-pl-navbar1,.button-pl-navbar2 {
        text-align: center;
        object-fit: fill;
        max-width: 250px
    }

    .ds-container-18 {
        max-width: 82rem
    }

    .main-blur-11 {
        background-color: #3b03bba6;
        width: 38%
    }

    .button-pl-6 {
        text-align: center;
        object-fit: fill;
        max-width: 250px
    }

    .submit-btn {
        text-align: center;
        cursor: pointer;
        object-fit: fill;
        background-color: #1f1f24
    }

    .submit-btn:hover {
        background-color: var(--color-001)
    }

    .form-header-wrapper {
        margin-right: 11.4rem
    }

    .contact-elipse {
        width: 50%
    }

    .form-3 {
        margin-top: 5px
    }

    .copy-text-3 {
        font-size: .875rem
    }

    .splide__arrows {
        flex-flow: row;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .splide__arrow.splide__arrow--prev,.splide__arrow.splide__arrow--next {
        margin-top: 3rem;
        margin-bottom: 0
    }

    .splide__arrow.splide__arrow--next,.splide__arrow.splide__arrow--prev {
        border-width: 1px;
        margin-top: 3rem;
        margin-bottom: 0
    }

    .ds-flex.cc-lp-ai-photo {
        height: 1150px;
        bottom: 0
    }

    .author-img {
        object-fit: cover;
        border-radius: 50%;
        width: 100%
    }

    .author-img-wrapper {
        object-fit: cover;
        border-radius: 0%
    }

    .post-category-name-wrap:hover,.toc {
        text-decoration: underline
    }

    .blog-author-wrap {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .author-social-links-wrapper {
        margin: 0;
        padding: 0;
        display: flex
    }

    .blogpost-page-banner-content-wrapper {
        margin-left: 0;
        margin-right: 0
    }

    .category-tag {
        justify-content: center;
        align-items: center;
        display: flex
    }

    .headline-lg-10 {
        font-size: 1.8rem
    }

    .headline-lg-10.cc-15ch {
        max-width: 15ch
    }

    .related-articles-ttl {
        max-width: 82rem
    }

    .featured-item-content-wrap.cc-top {
        width: 85%
    }

    .hero-text-ai-photo-editor {
        bottom: auto
    }

    .card-img-back {
        width: 100%;
        height: 80%;
        position: absolute
    }

    .lp-photo-ai-editor-images-wrapper {
        z-index: 20;
        top: 30px
    }

    .height-wrapper.cc-lp.cc-ai-gen-lp-gradient {
        overflow: visible
    }

    .sticky-div-lp {
        padding-top: 6rem
    }

    .lp-cards-left.cc-overflow {
        padding-top: 40px
    }

    .lp-cards-left.cc-overflow.cc-110margin-top {
        padding-top: 100px
    }

    .blog-big-category-name-wrap {
        max-width: 82rem
    }

    .author-social-links-wrapper-2 {
        justify-content: flex-start;
        margin: 0;
        padding: 0;
        display: flex
    }

    .spacer-2rem-8 {
        align-self: flex-start
    }

    .author-img-wrap {
        object-fit: cover;
        border-radius: 0%
    }

    .ds-container-19,.ds-container-20,.ds-flex-container {
        max-width: 82rem
    }

    .space-bg-desktop {
        max-width: 50%
    }

    .space-banner-text-wrap {
        max-width: 82rem
    }

    .lp-ai-avatar-card-img {
        width: 100%;
        height: 100%
    }

    .lp-ai-avatar-card-wrapper {
        overflow: hidden
    }

    .ai-avatar-usecases-cta {
        text-decoration: none
    }

    .bundle-cta {
        font-weight: 700;
        text-decoration: none
    }

    .lp-ai-avatar-card-img-wrapper {
        overflow: hidden
    }

    .lp-ai-avatar-card-img-wrapper:hover {
        transform: scale3d(1none,1none,1none)
    }

    .button-pl-md {
        text-align: center;
        object-fit: fill;
        max-width: 250px
    }

    .md-banner-img.left {
        width: 21vw
    }

    .md-img-banner-wrapper {
        bottom: 22%;
        left: 10%
    }

    .md-img-banner-wrapper.cc-right.cc-hide-tablet {
        top: 26%;
        right: 10%
    }

    .md-img-decoration-01 {
        position: absolute;
        inset: auto auto -15% -13%;
        transform: rotate(23deg)
    }

    .md-img-decoration-02 {
        width: 5vw
    }

    .feature-benefits-devider {
        height: 10rem
    }

    .feature-text-wrapper {
        max-width: 17rem
    }

    .feature-benefits-container {
        grid-column-gap: 4.6rem;
        grid-row-gap: 4.6rem
    }

    .feature-icon-wapper {
        width: 3.8rem;
        height: 3.8rem
    }

    .seo-benefits-cta-banner,.lp-benefits-cta-banner {
        width: 100%
    }

    .banner-headline,.headline-lg-11,.headline-lg-12 {
        font-size: 1.8rem
    }

    .spacer-2rem-20,.spacer-2rem-21,.spacer-2rem-22 {
        align-self: flex-start
    }

    .main-blur-12 {
        background-color: #3b03bba6;
        width: 38%
    }

    .button-pl-7 {
        text-align: center;
        object-fit: fill
    }

    .spacer-2rem-23,.spacer-2rem-24 {
        align-self: flex-start
    }

    .ds-container-21 {
        max-width: 82rem
    }

    .spacer-2rem-25 {
        align-self: flex-start
    }

    .ds-container-22 {
        max-width: 82rem
    }

    .par-md-19.cc-always-center.cc-steps-description {
        color: #858aa5
    }

    .step-number-wrap {
        width: 3.8rem;
        height: 3.8rem
    }

    .steps-benefits-container {
        grid-column-gap: 4.6rem;
        grid-row-gap: 4.6rem;
        margin-top: 1.5rem
    }

    .headline-lg-13 {
        font-size: 1.8rem
    }

    .headline-lg-13.cc-feature-benefits-text {
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1.3
    }

    .step-number-wrap-2 {
        width: 3.8rem;
        height: 3.8rem
    }
}

@media screen and (max-width: 991px) {
    .lp-hero-h {
        max-width:19ch;
        line-height: 1.1
    }

    .free-trail-label.cc-grey {
        margin-top: .5em;
        font-size: 1.1em
    }

    .footer-container.cc-lp {
        flex-direction: column;
        align-items: center
    }

    .cta-wrap.cc-aligh-left {
        max-width: 18em;
        margin-left: auto;
        margin-right: auto;
        display: block
    }

    .social-links-wrap {
        margin-top: 1em;
        margin-bottom: 1em
    }

    .main-container.cc-compare {
        width: 100%
    }

    .footer-links-wrap {
        justify-content: center;
        margin-bottom: .75em
    }

    .footer-link {
        font-size: 1.25em
    }

    .footer-link.cc-lp {
        padding: 1em;
        font-size: 1.25em
    }

    .copy-text {
        font-size: 1.25em
    }

    .main-footer.cc-lp {
        padding-top: 2em;
        padding-bottom: 2.5em
    }

    .hero-bg-image {
        background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/62d4fb88fc49d7cc0afeea8f_vl-mobile_bg.jpeg)
    }

    .main-section.cc-full-w {
        overflow: visible
    }

    .main-section.cc-full-w.xmas {
        padding-top: 0;
        padding-bottom: 0
    }

    .main-section.cc-rbg-hero {
        min-height: 90vh
    }

    .main-section.cc-rbg-hero.a-location-header {
        padding-top: 10rem
    }

    .main-section.cc-6-12em {
        padding-top: 4em
    }

    .main-section.cc-12-6em {
        padding-top: 8em
    }

    .main-section.cc-higher {
        padding-bottom: 10em
    }

    .main-section.cc-light-feature.cc-12-top {
        padding-top: 6em
    }

    .btn-primary {
        padding: 1em 2.5em
    }

    .btn-primary.cc-nav-bar.cc-wider.a-cta {
        line-height: 1.1em
    }

    .btn-primary.cc-nav-bar.cc-w-links {
        margin-top: 1em;
        margin-left: 0;
        font-size: 1.5em
    }

    .btn-primary.cc-404 {
        font-size: 2em
    }

    .btn-primary.cc-rbg-v2 {
        margin-left: .5em;
        margin-right: .5em
    }

    .social-icon {
        margin-left: 1em;
        margin-right: 1em
    }

    .new-p-reg {
        font-size: 2em;
        line-height: 1.5em
    }

    .new-p-reg.stats-txt {
        text-align: center
    }

    .new-stats-ttl {
        margin-top: 0
    }

    .stats-wrapper {
        flex: 1;
        grid-template-rows: auto auto;
        align-content: start;
        margin-top: 0;
        margin-bottom: 0
    }

    .stats-all-wrapper {
        place-content: start stretch;
        place-items: start center
    }

    .stats-icon {
        margin-bottom: 0
    }

    .rating-new {
        height: auto;
        margin-left: 0;
        padding: 10em 20px;
        display: block
    }

    .testimonials-new {
        overflow: hidden
    }

    .new-quote-author {
        text-align: center
    }

    .links-wrap {
        text-align: center;
        justify-content: center;
        align-items: flex-start;
        width: 90%;
        margin-left: 0;
        padding-bottom: 5px;
        font-size: 1.1rem
    }

    .links-wrap.cc-center {
        justify-content: center
    }

    .links-wrap.cc-align-c {
        justify-content: center;
        max-width: 100%
    }

    .link {
        font-size: .9rem
    }

    .app-store-badge {
        height: 4em
    }

    .cc-heading-footer {
        max-width: 22ch;
        font-size: 2.5rem
    }

    .footer-badges-col {
        flex: 0 auto;
        align-items: center;
        width: 100%;
        margin-top: 2rem;
        margin-bottom: 2rem
    }

    .footer-badges-col.cc-lp {
        width: auto
    }

    .footer {
        margin-bottom: 0
    }

    .footer.cc-black {
        padding-top: 0
    }

    .footer.cc-lp {
        padding-top: 0;
        padding-bottom: 3em
    }

    .socialicon-2 {
        width: 2.5em;
        height: 3em;
        margin-left: 0;
        margin-right: 1.25em
    }

    .socialicon-2.tt {
        width: 2.5em;
        height: 2.5em
    }

    .socialicon-2.tt.lp-mobile-icon {
        width: 4em;
        height: 4em
    }

    .socialicon-2.yt {
        width: 2.5em;
        height: 2.5em
    }

    .socialicon-2.yt.lp-mobile-icon {
        width: 4em;
        height: 4em
    }

    .socialicon-2.tw {
        width: 2.5em;
        height: 2.5em
    }

    .socialicon-2.tw.lp-mobile-icon {
        width: 4em;
        height: 4em
    }

    .socialicon-2.ig {
        width: 2.5em;
        height: 2.5em
    }

    .socialicon-2.ig.lp-mobile-icon,.socialicon-2.lp-mobile-icon {
        width: 4em;
        height: 4em
    }

    .socialicons-wrapper {
        justify-content: flex-start;
        width: auto
    }

    .bottom-cookie-wrapper {
        align-items: center;
        height: auto;
        padding-top: 16px;
        padding-bottom: 16px
    }

    .cookie-content.bottom-banner-content {
        align-items: center
    }

    .no-margin.white-text.max-700 {
        width: 100%;
        max-width: 55ch;
        line-height: 1.5em
    }

    .main-header {
        margin-bottom: 0
    }

    .main-header.cc-trans {
        padding-right: 0
    }

    .main-header.cc-trans.cc-vanish,.main-header.cc-trans.cc-lp {
        padding-right: 2em
    }

    .main-header._w-marqee {
        padding-right: 0
    }

    .nav-container {
        width: 95vw;
        margin-right: 0
    }

    .nav-container.cc-full,.nav-container.cc-w-marqee {
        margin-right: auto
    }

    .cancel-anytime-label {
        font-size: 1.25em
    }

    .img-section-heading {
        margin-left: 40px;
        padding-right: 60px;
        font-size: 3em
    }

    .gallery-wrapper {
        display: none
    }

    .slider-wrapper {
        max-width: 70.0002%;
        margin-left: 30px
    }

    .left-arrow-2 {
        width: 44px;
        height: 0;
        display: none
    }

    .right-arrow-2 {
        width: 44px;
        height: 44px;
        display: none
    }

    .slider-2 {
        background-color: #ddd0;
        align-items: center;
        width: 80%;
        max-width: none;
        height: 100%;
        display: block
    }

    .image-33 {
        max-width: 100%
    }

    .image-34 {
        max-width: 5.5rem
    }

    .div-block-26 {
        flex-direction: column;
        align-items: center;
        display: flex
    }

    .utility-page-content {
        width: 100%
    }

    ._404-logo {
        width: 10em
    }

    ._404-h {
        font-size: 5em
    }

    ._404-txt {
        text-align: center;
        font-size: 3em
    }

    .copyright-4 {
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
        margin: 0 0 auto;
        position: static
    }

    .copyright-4.cc-center {
        justify-content: center
    }

    .paragraph-13 {
        margin-left: 1em;
        font-size: .9rem
    }

    .shape-02 {
        z-index: -4;
        width: 16em;
        height: 16em;
        bottom: 4%
    }

    .testemonial-text {
        font-size: 20px
    }

    .footer-text-link {
        font-size: 1.2em
    }

    .testemonial-user-name {
        font-size: 14px
    }

    .paragraph-14 {
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 1.2em
    }

    .table-data {
        justify-content: flex-start;
        padding-left: 1em;
        padding-right: 1em
    }

    .table-data.cc-even {
        border-right-style: none
    }

    .main-h {
        text-align: center;
        max-width: 18ch
    }

    .new-stats-ttl-2 {
        margin-top: 0;
        margin-bottom: .5em;
        font-size: 2rem
    }

    .sec-03-title {
        font-size: 3em
    }

    .moving-slide {
        min-height: 80vh
    }

    .comparison-table {
        width: 100%
    }

    .testi-section {
        background-size: 70%
    }

    .grid-cell.cc-flev-l-c-lp {
        align-items: center
    }

    .grid-cell.cc-flev-l-c-lp.cc-cta-sec {
        padding-top: 0
    }

    .grid-cell.cc-flex-center-on-mobile {
        text-align: center;
        align-items: center
    }

    .grid-cell.cc-rbg-cta-banner {
        text-align: center;
        align-items: center;
        padding-top: 4em;
        padding-bottom: 3em
    }

    .grid-cell.cc-flex-aligh-items-left {
        justify-content: center;
        align-items: center;
        width: auto;
        margin-left: auto;
        margin-right: auto
    }

    .grid-cell.cc-flex-aligh-items-left.cc-80 {
        width: 100%
    }

    .grid-cell.cc-center-mobile {
        align-items: center;
        width: 100%
    }

    .image-36 {
        width: 2.8em
    }

    .vl-logo-symbol {
        width: 15%
    }

    .title-box {
        width: 80vw
    }

    .section-name {
        color: #fff
    }

    .new-p-reg-2 {
        font-size: 1.4em;
        line-height: 1.5em
    }

    .new-p-reg-2.cc-red {
        line-height: 1.3em
    }

    .slide {
        width: 100%
    }

    .stats-wrapper-2 {
        grid-row-gap: 0em;
        flex-direction: column;
        flex: 1;
        grid-template-rows: auto auto;
        place-content: start space-between;
        align-items: start;
        margin-top: 0;
        margin-bottom: 0
    }

    .footer-badges-col-2 {
        flex-direction: row;
        flex: 0 auto;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-top: 40px
    }

    .slider-mask {
        height: 80vh;
        overflow: hidden
    }

    .slider-mask.cc-rmg {
        overflow: hidden
    }

    .stats-all-wrapper-2 {
        place-content: start stretch;
        place-items: stretch center
    }

    .rating-new-2 {
        height: auto;
        margin-left: 0;
        padding: 10em 20px;
        display: block
    }

    .banner-text {
        margin-bottom: .75em;
        font-size: 2.5em
    }

    .copyright-5 {
        flex-direction: column;
        justify-content: space-between;
        height: auto;
        margin: 40px 0 auto;
        position: static
    }

    .grid-base {
        grid-template-columns: .75fr 1fr
    }

    .grid-base.cc-lp-hero {
        grid-template-columns: 1fr
    }

    .grid-base.cc-t2i-hero {
        grid-column-gap: 3vw;
        grid-row-gap: 3vw;
        grid-template-columns: 1fr 1fr
    }

    .grid-base.cc-rbg {
        grid-column-gap: 5vw;
        grid-row-gap: 5vw;
        grid-template-columns: 1fr
    }

    .grid-base-2 {
        grid-column-gap: 3vw;
        grid-row-gap: 3vw
    }

    .hero-bg-image--lp {
        background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/62d4fb88fc49d7cc0afeea8f_vl-mobile_bg.jpeg)
    }

    .shape-hero {
        z-index: -4;
        top: 50%
    }

    .big-h-wrapper {
        height: 80vh
    }

    .big-h {
        font-size: 5em
    }

    .big-h-anchor {
        max-width: 50rem
    }

    .cta-img.cc0rbg {
        max-width: 22em
    }

    .cancel-label {
        font-size: 1.2em
    }

    .slide-img.rbg-002,.slide-img.rbg-001,.slide-img.rng-003,.slide-img.rbg-004,.slide-img.rbg-005,.slide-img.rbg-006 {
        width: 25%
    }

    .app-store-img {
        margin: 0
    }

    .slider-arrow {
        width: 1em
    }

    .reviews-slider {
        width: 100%
    }

    .quote-text {
        line-height: 1.5em
    }

    .made-with,.made-with-counter {
        max-width: 8.5em
    }

    .features-ul.cc-narrow {
        width: 90%;
        max-width: none
    }

    .mock-vid-2 {
        width: 70%;
        padding-top: 124%
    }

    .listicon {
        padding-top: .5em
    }

    .feature-par-2 {
        font-size: 1.25em;
        line-height: 1.5rem
    }

    .feature-par-2.cc-smaller {
        letter-spacing: normal;
        max-width: none
    }

    .feature-par-2.cc-step {
        margin-top: .25em
    }

    .feature-li {
        grid-column-gap: 1.5em;
        grid-row-gap: 1em
    }

    .fixed-bg-2 {
        background-image: linear-gradient(#0000,#0000),url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/630b5154ef12211ca0688ec7_Group%202391.png);
        background-position: 0 0,50%;
        background-repeat: repeat,repeat;
        background-size: auto,1000px;
        background-attachment: scroll,fixed;
        padding-top: 100%
    }

    .fixed-bg-2.cc-reverse.bg-2 {
        background-image: linear-gradient(#0000,#0000),url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/630b6052463af56cd074a81e_features-bg2-mobile.webp);
        background-position: 0 0,50%;
        background-size: auto,cover
    }

    .fixed-bg-2.bg-3 {
        background-image: linear-gradient(#0000,#0000),url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/630b5154ef12211ca0688ec7_Group%202391.png);
        background-position: 0 0,50%;
        background-size: auto,cover
    }

    .fixed-bg-2.bg-1 {
        background-image: linear-gradient(#0000,#0000),url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/630b7466463af528f875ec53_bg-features-01.png);
        background-position: 0 0,50%;
        background-repeat: repeat,no-repeat;
        background-size: auto,cover
    }

    .badge-wrapper {
        inset: auto 0% 5%
    }

    .main-blur.cc-rbg-hero-002 {
        width: 50%;
        padding-top: 50%;
        top: 40%
    }

    .main-blur.cc-slider-002 {
        opacity: 1;
        width: 50%
    }

    .main-blur.cc-slider-001 {
        opacity: 1
    }

    .main-blur.cc-slider-00123 {
        opacity: 1;
        width: 25%;
        padding-top: 25%
    }

    .main-blur.cc-wel-001 {
        width: 50%;
        padding-top: 50%;
        top: -4%
    }

    .main-blur.cc-wel-002,.main-blur.cc-wel-003 {
        width: 50%;
        padding-top: 50%;
        top: 40%
    }

    .main-blur.cc-rbg-hero-001 {
        opacity: .8;
        filter: blur(80px);
        width: 80%;
        padding-top: 80%;
        bottom: 17%;
        left: -5%
    }

    .main-blur.cc-rbg-hero-001.cc-pink {
        opacity: .8;
        width: 40%;
        padding-top: 40%;
        left: 74%
    }

    .main-blur.cc-below-hero-001 {
        background-color: #6647f3cc;
        top: 22%;
        left: 0%;
        right: auto
    }

    .main-blur.cc-below-hero-002 {
        background-color: #6647f3cc;
        right: 0%
    }

    .main-blur.cc-wel-002 {
        width: 50%;
        padding-top: 50%;
        top: 40%
    }

    .main-blur.cc-purple-blur.cc-hero {
        width: 40%;
        top: 34%;
        right: 25%
    }

    .main-blur.cc-2nd-section-ver1 {
        filter: blur(100px);
        width: 70%;
        padding-top: 70%;
        top: 17%;
        left: -7%;
        right: auto
    }

    .main-blur.cc-2nd-section-ver1.cc-desktop {
        top: 23%;
        left: -15%
    }

    .main-blur.cc-2nd-section-ver2 {
        opacity: .5;
        filter: blur(100px);
        opacity: .5;
        background-color: #6647f3cc;
        background-color: var(--pl-purple-mid);
        opacity: 1;
        width: 70%;
        padding-top: 70%;
        top: 25%;
        left: -15%;
        right: auto
    }

    .main-blur.purple-hero-upd {
        opacity: .77;
        filter: blur(80px);
        width: 50%;
        top: 30%;
        bottom: auto;
        right: 16%
    }

    .main-blur.cc-slider-004 {
        opacity: 1;
        width: 50%
    }

    .main-blur.cc-below-hero-002 {
        background-color: #6647f3cc;
        top: 23%;
        left: 0%;
        right: auto
    }

    .t2i-hero-h {
        font-size: 3rem
    }

    .t2i-sec-h {
        font-size: 3em
    }

    .t2i-sec-h.cc-cta-h {
        font-size: 2.25em
    }

    .t2i-sec-h.cc-cta-h.cc-bm {
        max-width: 90%;
        font-size: 2.4rem;
        line-height: 1.2
    }

    .text-slide-mask.xmas {
        margin-bottom: 8em
    }

    .text-slide-mask-moving.xmas {
        font-size: 3vw
    }

    .img-slide.cc-vw {
        width: 26vw
    }

    .div-block-26-copy {
        align-items: flex-start;
        display: block
    }

    .vid-ph {
        width: 100%;
        padding-top: 125%
    }

    .zero-att-img._003 {
        top: 10%
    }

    .social-link {
        width: 4em;
        height: 4em
    }

    .social-link.a-click_social_engagment-follow {
        width: 3rem;
        height: 3rem;
        margin: .3rem
    }

    .icon-yes,.icon-no {
        width: 2em;
        height: 2em
    }

    .slide-1.xmas {
        font-size: 2vw
    }

    .store-badge-link {
        width: 14em
    }

    .store-badge-link.cc-nav {
        width: 10.5em;
        min-width: auto
    }

    .store-badge-link.a-click_download_app {
        width: 14em;
        min-width: auto;
        max-width: none
    }

    .store-badge-link.cc-footer {
        width: 10rem;
        margin: .3rem
    }

    .stores-wrap.cc-footer {
        margin-top: 0;
        margin-bottom: 0
    }

    .watermark {
        width: 35%
    }

    .section-after-generate.cc-zero-att,.section-after-generate.cc-rbg {
        padding-top: 22em;
        padding-bottom: 22em
    }

    .text-link.cc-m-top {
        align-self: flex-start;
        margin-top: 1.5em
    }

    .blog-category-tab {
        margin-left: .5em;
        margin-right: .5em;
        padding-left: 1.5em;
        padding-right: 1.5em
    }

    .search-input {
        width: 8.45em;
        height: 3em;
        font-size: 1.325em
    }

    .search-input:focus {
        max-width: none
    }

    .search-btn {
        width: 2.5em;
        height: 2.5em
    }

    .search-component {
        flex: 1;
        justify-content: flex-end;
        width: auto;
        max-width: none
    }

    .blog-cms-item {
        flex-basis: 50%
    }

    .footer-links-wrapper {
        flex-direction: column;
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }

    .copyrights-wrap {
        justify-content: center;
        margin-top: 2em
    }

    .pl-copy-c {
        margin-left: 0;
        font-size: .9rem
    }

    .footer-logo {
        width: 7rem;
        max-width: none
    }

    .horiz-spacer {
        flex: none;
        display: block
    }

    .main-header-hlwn {
        margin-bottom: 0
    }

    .background-video {
        width: 230px;
        height: auto;
        max-height: none
    }

    .video-logo-wrapper {
        width: auto;
        height: auto
    }

    .feature-par-px {
        font-size: 1.25em;
        line-height: 1.5rem
    }

    .mock-vid-3 {
        width: 50%;
        padding-top: 87%
    }

    .nav-menu-tar {
        background-color: var(--black);
        background-image: none;
        flex-direction: column;
        align-items: flex-start;
        min-width: 50vw;
        height: 100vh;
        padding-top: 88px;
        padding-bottom: 40px;
        display: flex;
        position: absolute;
        top: 0;
        left: auto;
        right: 0%;
        transform: translate(100%)
    }

    .nav-menu-tar.cc-show {
        transform: none
    }

    .nav-link-component {
        text-align: center;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .hamburger-trig {
        z-index: 1;
        padding: 1.25em 2em;
        display: flex;
        position: relative
    }

    .menu-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-top: 1.25em;
        padding-bottom: 1.25em;
        font-size: 1.4rem;
        line-height: 1.2
    }

    .menu-item.w--current,.menu-item.cc-ai-avatars {
        font-size: 1.4rem
    }

    .menu-item.cc-dropdown {
        justify-content: center;
        padding-right: 1.5em;
        font-size: 1.4rem;
        display: flex
    }

    .menu-item.cc-in-dropdown {
        text-align: center;
        padding-top: 1em;
        padding-bottom: 1em
    }

    .white-blur {
        display: none
    }

    .circle-pop {
        height: 24rem
    }

    .sticky-parent {
        height: auto;
        overflow: hidden
    }

    .sticky-parent.grad {
        background-image: linear-gradient(to bottom,var(--brand-black),var(--color-001)50%,var(--color-003));
        height: auto
    }

    .scroll-text {
        font-size: 19px
    }

    .dash-line-six {
        width: 36rem;
        height: 36rem;
        top: 14rem
    }

    .max-width-one {
        text-align: center;
        width: auto;
        font-size: 3.5rem;
        line-height: 1
    }

    .container {
        padding: 8em 3em 6em
    }

    .container.sm-pad-btm {
        padding-top: 9em;
        padding-bottom: 6em
    }

    .container.size.a-location-bottom {
        width: auto;
        height: 45rem
    }

    .container.sm-pad-top {
        padding-top: 8em;
        padding-bottom: 6em
    }

    .container.no-pad-top {
        width: 100%;
        padding-bottom: 6rem
    }

    .container.no-pad-top.a-location-social-proof-app-rating {
        padding-bottom: 6rem
    }

    .span-text.intro-seven {
        font-size: 1.25rem
    }

    .align-c {
        max-width: 619.195ch;
        font-size: 3em
    }

    .align-c.max-w {
        margin-left: auto;
        margin-right: auto
    }

    .video-height {
        width: 100%;
        min-width: auto;
        max-width: 520px;
        height: 880px
    }

    .header-wrap {
        background-image: linear-gradient(180deg,var(--black),var(--color-002)79%,var(--color-001));
        height: 1980px
    }

    .hero-width {
        max-width: 520px;
        margin-left: auto;
        margin-right: auto
    }

    .hero-width.cc-scenes {
        align-items: center
    }

    .super-text {
        font-size: 16rem
    }

    .img-parent-two {
        width: 10rem;
        height: 13rem;
        bottom: 6%;
        left: 13%
    }

    .line {
        bottom: -7rem;
        left: -8rem
    }

    .dash-line-one {
        width: 34rem
    }

    ._2-col-grid-alt,._2-col-grid-alt.full-height,._2-col-grid-alt.full-height-c {
        grid-row-gap: 30px
    }

    .img-parent-three {
        width: 9rem;
        height: 12rem;
        bottom: 13%;
        right: 10%
    }

    .text-width-five {
        max-width: 40em
    }

    .div-hide.super {
        bottom: 16rem
    }

    .scroll-side {
        flex-direction: column;
        width: 100%;
        position: relative
    }

    .dash-line-three {
        width: 36rem
    }

    .text-width-six {
        width: 100%
    }

    .header {
        height: auto;
        padding-top: 160px
    }

    .header.cc-top-margin {
        padding-top: 12em
    }

    ._3-col-grid {
        width: 100%
    }

    .sticky-child {
        height: 100%;
        padding-bottom: 8em;
        position: relative
    }

    .sticky-child.flex-pad {
        padding-bottom: 6em
    }

    .video-bg {
        min-width: auto
    }

    .parent-split {
        padding-left: 0
    }

    .inner-line {
        width: 100%;
        height: 100%
    }

    .inner-line.size {
        width: 95%;
        height: 95%
    }

    .card-three,.card-one {
        height: 780px;
        position: relative
    }

    .img-parent-one {
        width: 10rem;
        height: 15rem;
        left: 0%
    }

    .img-parent-four {
        width: 12rem;
        height: 15rem;
        right: 0%
    }

    .dash-line-four {
        width: 27rem;
        display: none;
        bottom: -8rem
    }

    .text-width-two {
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }

    .card-hold {
        grid-row-gap: 30px;
        flex-direction: column;
        align-items: center;
        width: 65%;
        max-width: 490px;
        height: auto;
        max-height: none;
        display: flex;
        position: relative
    }

    .card-parent {
        border-top-left-radius: 0;
        border-bottom-right-radius: 50px;
        width: 70%;
        max-width: 540px;
        padding: 3.4rem
    }

    .scroll-section {
        padding-top: 2rem;
        padding-bottom: 0;
        padding-left: 0
    }

    .ai-stat-parent.two {
        text-align: center
    }

    .dash-line-five {
        width: 36rem;
        top: 14rem
    }

    .header-content {
        width: 65%;
        max-width: 540px
    }

    .card-two {
        height: 780px;
        position: relative
    }

    .dash-line-two {
        width: 38rem;
        display: none
    }

    .stat-text {
        font-size: 3.5em
    }

    .icon-lg {
        width: 4rem;
        height: 5rem;
        margin-bottom: 20px
    }

    .rbg-sub {
        max-width: 43ch;
        margin-bottom: 0
    }

    .rbg-wrap {
        min-height: 30vw
    }

    .rbg-wrap.cc-scenes-lp {
        width: 65%;
        min-height: auto;
        margin-top: 2em
    }

    .main-container-3.cc-rbg {
        width: 80%
    }

    .main-container-3.cc-90 {
        width: 90%
    }

    .rbg-hero-h.cc-larger {
        max-width: 24ch;
        font-size: 3em
    }

    .rbg-btn-wrap.cc-left {
        align-items: center;
        margin-left: auto;
        margin-right: auto
    }

    .main-grid.cc-rbg-hero {
        grid-column-gap: 2.5em;
        grid-row-gap: 2.5em;
        grid-template-columns: 1fr;
        width: 100%
    }

    .main-grid.cc-rbg-hero.cc-prf {
        grid-template-columns: 1fr
    }

    .main-grid.cc-rbg-v2-hero,.main-grid.cc-rbg-popup {
        grid-column-gap: 2.5em;
        grid-row-gap: 2.5em;
        grid-template-columns: 1fr;
        justify-items: center
    }

    .upload-embed {
        align-items: center
    }

    .rbg-tabs {
        height: 60vw;
        max-height: none
    }

    .tab-link {
        font-size: 1.25em
    }

    .rbg-sec-h {
        font-size: 2.5rem
    }

    .grid-rbg-feature {
        grid-template-columns: 1fr
    }

    .rbg-step {
        align-self: flex-start
    }

    .rbg-floating-img {
        width: 20%
    }

    .rbg-floating-img._003 {
        top: 10%
    }

    .big-h-upper {
        font-size: 3.5rem
    }

    .hp-title {
        font-size: 3em
    }

    .banner {
        background-image: linear-gradient(180deg,var(--pl-purple-hover),var(--color-002))
    }

    .grid-base-4 {
        grid-template-columns: .75fr 1fr
    }

    .cancel-anytime-label-2 {
        font-size: 1.25em
    }

    .new-stats-ttl-3 {
        margin-top: 0
    }

    .bold-text {
        font-size: .8em
    }

    .btn-primary-icon {
        padding-left: 3em;
        padding-right: 3em
    }

    .rbg-vid {
        width: 70%;
        padding-top: 123%
    }

    .feedback-wrap {
        margin-left: 0
    }

    .feedback-icon {
        width: 3em;
        height: 3em
    }

    .feedback-wrap-text {
        font-size: 1.25em
    }

    .main-sub {
        max-width: 43ch;
        margin-bottom: 0
    }

    .super-text-2 {
        font-size: 16rem
    }

    .stat-text-2 {
        font-size: 3rem
    }

    ._3-col-grid-2 {
        width: 100%
    }

    .white-blur-2 {
        display: none
    }

    .align-c-2 {
        font-size: 3.6rem
    }

    .circle-pop-2 {
        height: 24rem
    }

    .circle-pop-2.cc-low {
        height: 30rem
    }

    .stat-parent-2.two {
        text-align: center
    }

    ._2-col-grid-alt-2 {
        grid-row-gap: 30px
    }

    ._2-col-grid-alt-2.cc-scenes-hero {
        grid-column-gap: 3.75em;
        grid-row-gap: 3.75em;
        grid-template-columns: 1fr
    }

    .align-left {
        text-align: left;
        font-size: 3.6rem
    }

    .text-width-five-2 {
        width: 100%
    }

    .header-wrap-2 {
        height: 1980px
    }

    .header-wrap-2.cc-180vh {
        height: auto
    }

    .img-parent-three-2 {
        width: 9rem;
        height: 12rem;
        bottom: 13%;
        right: 10%
    }

    .dash-line-five-2 {
        width: 36rem;
        top: 14rem
    }

    .img-parent-four-2 {
        width: 12rem;
        height: 15rem;
        right: 0%
    }

    .max-width-one-2 {
        width: auto;
        font-size: 4.25rem
    }

    .max-width-one-2.cc-scenes-h1.cc-center-mobile {
        text-align: center
    }

    .line-2 {
        bottom: -7rem;
        left: -8rem
    }

    .line-2.cc-flip {
        width: 60%;
        bottom: -4rem;
        right: -7em
    }

    .hero-sub-rem.cc-scenes-sub.cc-center-mobile {
        text-align: center
    }

    .rbg-tabs-v2 {
        height: 60vw;
        max-height: none
    }

    .tab-link-v2 {
        font-size: 1.25em
    }

    .rbg-popup-card {
        width: 90%;
        padding-top: 4em;
        padding-bottom: 4em
    }

    .preparing-download-link {
        font-size: 1.25em
    }

    .rbg-hero-h-2 {
        font-size: 3em
    }

    .rbg-hero-h-2.cc-black.cc-smaller {
        margin-bottom: 0;
        font-size: 2.5em
    }

    .rbg-sub-2 {
        max-width: 43ch
    }

    .rbg-sub-2.cc-black {
        margin-bottom: 0
    }

    .rbg-popup-wrap,.rbg-popup-wrap-dislike {
        align-items: flex-start
    }

    .vid-ph-v2 {
        width: 70%;
        padding-top: 70%
    }

    .resize-input-embed {
        width: 108%
    }

    .paragraph-16 {
        font-size: 1.2em;
        line-height: 1.2em
    }

    .de-h1 {
        font-size: 3rem
    }

    .de-h1.cc-center {
        width: 80%
    }

    .de-h1.cc-center.cc-black.cc-50 {
        width: 70%;
        line-height: 1.2
    }

    .de-h1.cc-center-mobile {
        text-align: center;
        width: 90%
    }

    .de-intro.cc-black.cc-center-mobile {
        line-height: 1.3
    }

    .de-intro.cc-center-mobile {
        text-align: center
    }

    .main-container-5.cc-1260 {
        flex-direction: column;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        display: flex
    }

    .tab-pane-2 {
        width: 100%
    }

    ._3steps-section {
        padding-top: 10em;
        padding-bottom: 12em
    }

    .ds-auto-tabs {
        width: 100%;
        padding-left: 0
    }

    .tab-step {
        margin-right: 1em
    }

    .tab-text-box {
        align-items: center
    }

    .tabs-list {
        width: 45%
    }

    .tabs-content-2 {
        width: 50%
    }

    .sample-ttl {
        font-size: 2.2em
    }

    .de-intro-2 {
        text-align: center
    }

    .background-video-4 {
        width: 100%;
        height: auto
    }

    .star-wrap {
        margin-left: 2%
    }

    .div-block-64 {
        margin-left: -141%;
        padding-top: 0%
    }

    .image-46 {
        max-width: 5em
    }

    .dropdown_list.w--open {
        position: relative
    }

    .dd-wrap {
        width: 100%
    }

    .dd-chevron {
        margin-left: .5em;
        margin-right: 0;
        position: relative
    }

    .hero-vid-cell {
        max-width: 36rem
    }

    .hero-vid-cell.cc-flex {
        max-width: none
    }

    .feature-h {
        font-size: 3.6rem
    }

    .feature-h.cc-short {
        max-width: none;
        font-size: 3rem
    }

    .bg-vid-width {
        width: 100%;
        margin-top: 0
    }

    .img-slider-moving {
        padding-left: 4vw
    }

    .source-img.cc-in-slider {
        border-radius: .75rem;
        max-width: 24vw
    }

    .source-img-wrap {
        max-width: 30%
    }

    .slider-spacer {
        width: 4vw
    }

    .img-slider-sticky {
        padding-top: 0
    }

    .base-grid {
        grid-template-columns: 1fr
    }

    .cookie-embed {
        margin-top: 2px;
        font-size: 1.2rem
    }

    .display-lg {
        font-size: 3rem
    }

    .ds-body {
        flex-direction: column;
        display: flex
    }

    .button-pl.a-cta.cc-center {
        margin-left: auto;
        margin-right: auto
    }

    .button-pl.a-cta.show-only-on-mobile {
        display: block
    }

    .button-pl.a-cta.cc-xmas.cc-3-5rem {
        margin-left: 0
    }

    .button-pl.cc-center {
        align-self: center
    }

    .ds-grid {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        grid-template-columns: 1fr;
        justify-items: center;
        margin-left: auto;
        margin-right: auto
    }

    .ds-grid._1-125fr {
        grid-row-gap: 2rem;
        grid-template-columns: 1fr;
        width: 100%
    }

    .ds-grid.cc-banner {
        grid-row-gap: 0rem
    }

    .ds-grid.cc-contact-page {
        width: auto
    }

    .ds-container._66-rem {
        width: 90%
    }

    .ds-container._66-rem.cc-footer-banner {
        width: 90%;
        height: 46rem
    }

    .ds-container._66-rem.cc-footer-banner.cc-28rem {
        width: auto;
        max-width: none
    }

    .ds-container.cc-w-images {
        width: 100%;
        padding-top: 15rem;
        padding-bottom: 15rem
    }

    .ds-container.cc-auto-tabs {
        width: 100%
    }

    .ds-container.cc-features {
        width: 100%;
        max-width: none
    }

    .ds-container.cc-70 {
        flex-direction: column;
        align-items: flex-start
    }

    .ds-container.cc-70.cc-90-mobile {
        width: 90%
    }

    .ds-container.cc-flex {
        max-width: none
    }

    .ds-container.cc-flex.cc-vertical {
        flex-direction: column
    }

    .ds-container.cc-flex.cc-vertical.cc-breadcrumbs {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding-left: 0
    }

    .ds-container.cc-contact {
        width: 100%
    }

    .ds-container.cc-hidden-overflow {
        width: 90%
    }

    .ds-container.cc-blog-post {
        width: 100%;
        max-width: none;
        display: block
    }

    .ds-container.cc-100-blog.cc-top-margin {
        margin-top: -6rem
    }

    .ds-container.cc-lp-ai-photo-editor {
        flex-direction: row;
        top: 0;
        overflow: hidden
    }

    .ds-container.cc-lp-ai-photo-editor.cc-desktop {
        display: none
    }

    .ds-container.cc-lp-ai-photo-editor.cc-tablet {
        flex-direction: column;
        display: flex
    }

    .ds-container.cc-100-on-mobile {
        max-width: none
    }

    .sticky-hero {
        padding-top: 12em
    }

    .headline-xl.cc-white.cc-center-on-mobile {
        text-align: center
    }

    .grid-box.align-c-tb {
        text-align: center;
        flex-direction: column;
        align-items: center;
        display: flex
    }

    .headline-xxl.cc-black-text {
        font-size: 1.8rem
    }

    .mockup-vid-max-width {
        width: 50%
    }

    .max-width-65 {
        width: 85%
    }

    .feature-row-text-w {
        flex: 1
    }

    .how-to-list-item.cc-first {
        border-top-style: none
    }

    .how-to-list-item.cc-last-item {
        border-bottom-style: none
    }

    .stat-parent-3.three,.stat-parent-3.one,.stat-parent-3.three {
        padding-left: 0;
        padding-right: 0
    }

    .stat-parent-3.one {
        padding-left: 0;
        padding-right: 0
    }

    .stat-parent-3.two {
        text-align: center;
        padding: 2rem 0
    }

    .display-sm {
        font-size: 2.5rem
    }

    .display-sm.cc-black-text.cc-140-margin-right {
        justify-content: center;
        margin-bottom: 5rem;
        margin-right: 0;
        display: block
    }

    .display-sm.cc-black-text.cc-affiliate-page {
        margin-bottom: 5rem;
        margin-right: 0
    }

    .display-sm.cc-center {
        text-align: center
    }

    .display-sm.cc-18ch.cc-center-on-mobile {
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }

    .display-sm.cc-center-on-mobile,.display-sm.cc-always-center {
        text-align: center
    }

    .headline-md.cc-black-text {
        font-size: 1.4rem
    }

    .headline-md.cc-black-text.cc-margin-bottom-0-5 {
        margin-bottom: .5rem
    }

    .label-sm {
        line-height: 1.3
    }

    .label-sm.cc-gray2 {
        color: var(--gray-400)
    }

    .spacer-1-5rem.cc-1-on-mobile {
        height: 1rem
    }

    .ds-section,.ds-section.ip-hero {
        padding-top: 0;
        padding-bottom: 0
    }

    .ds-section.ip-social.footer-no-padding {
        padding-left: 0;
        padding-right: 0
    }

    .ds-section.cc-black-bg {
        padding-top: 0
    }

    .ds-section.cc-black-bg.a-location-header.cc-height {
        padding-bottom: 2rem
    }

    .ds-section.cc-black-bg.cc-400vh {
        height: 600vh
    }

    .ds-section.cc-aquaman-bg {
        background-image: radial-gradient(circle,#0000,#000),url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/655a1a777363595120442cea_aqauman-bg.webp);
        background-position: 0 0,50%;
        background-size: auto,cover;
        padding-top: 0
    }

    .ds-section.cc-blog-post-hero {
        padding: 5rem 0 2rem
    }

    .ds-section.cc-no-padding-on-mobile,.ds-section.cc-no-padding-blog {
        padding-left: 0;
        padding-right: 0
    }

    .ds-section.cc-no-padding-blog.cc-1rem-padding {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .ds-section.cc-purple-bg {
        padding-top: 0
    }

    .ds-section.cc-authhor-page-hero {
        padding: 5rem 0 2rem
    }

    .ds-section.cc-affiliate-page.cc-dark {
        display: none
    }

    .ds-section.cc-black-purple-4k-generate-bg {
        padding-top: 0
    }

    .spacer-1rem {
        display: block
    }

    .spacer-1rem.cc-square.hide {
        display: none
    }

    .grid-cell-pe-left {
        align-items: center;
        margin-left: 0
    }

    .grid-cell-pe-left.cc-center.cc-80 {
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }

    .spacer-5rem.cc-2-on-mobile {
        height: 3rem
    }

    .spacer-0-5rem.cc-hide-on-mobile {
        display: none
    }

    .spacer-0-5rem.cc-2rem-on-mobile {
        height: 2rem
    }

    .spacer-8rem {
        width: 4rem;
        height: 4rem
    }

    .spacer-8rem._4rem-on-mobile {
        width: 100%
    }

    .spacer-8rem._5rem-on-mobile {
        width: 100%;
        height: 5rem
    }

    ._3-col-grid-3 {
        width: 100%
    }

    .spacer-4rem.cc-2-on-mobile,.spacer-4rem.cc-2rem-on-mobile {
        height: 3rem
    }

    .spacer-4rem.cc-0-desktop {
        display: block
    }

    .spacer-14rem {
        height: 12rem
    }

    .spacer-14rem.cc-6-on-mobile {
        height: 10rem
    }

    .spacer-14rem.cc-7-on-mobile {
        height: 8rem
    }

    .column,.column.desk-5 {
        width: 50%
    }

    .column.desk-3 {
        flex-wrap: nowrap;
        width: 33.33%
    }

    ._12-columns {
        flex-flow: wrap
    }

    .spacer-10rem.cc-8-on-mobile.cc-hide-on-mobile,.spacer-10rem.cc-6-on-mobile.cc-hide-on-mobile {
        display: none
    }

    .spacer-10rem.cc-5-on-mobile-2 {
        height: 8rem
    }

    .spacer-10rem.cc-5-on-mobile {
        height: 7rem
    }

    .spacer-12rem.cc-8-on-mobile {
        height: 10rem
    }

    .spacer-12rem.cc-8-on-mobile-new {
        height: 8rem
    }

    .spacer-12rem.cc-affilitae-page {
        height: 6rem
    }

    .spacer-12rem.cc-hide-on-mobile {
        display: none
    }

    .spacer-6rem.cc-2-on-mobile {
        height: 4rem
    }

    .spacer-6rem.cc-3-on-mobile {
        height: 3rem
    }

    .ds-image-wrap.cc-85 {
        width: 85%
    }

    .ds-image-wrap.cc-60.cc-blog-post {
        justify-content: center;
        width: 100%
    }

    .ds-image-wrap.cc-device-65 {
        width: 60%
    }

    .display-xs,.display-xs.cc-center.cc-purple {
        font-size: 2.5rem
    }

    .display-xs.cc-center.cc-white.cc-18ch {
        max-width: 18ch
    }

    .display-xs.cc-center.cc-lp-ai-photo-editing {
        margin-bottom: 3rem
    }

    .display-xs.cc-black-text.cc-center.cc-20ch,.display-xs.cc-black-text.cc-center.cc-22ch,.display-xs.cc-black-text.cc-center.cc-20ch {
        max-width: 22ch;
        margin-left: auto;
        margin-right: auto
    }

    .display-xs.cc-black-text.cc-always-center.cc-20ch {
        max-width: none
    }

    .display-xs.cc-black-text.cc-affiiate-page {
        text-align: center;
        justify-content: center;
        display: flex
    }

    .display-xs.cc-center-on-mobile {
        text-align: center
    }

    .button-pl-small.outline {
        display: flex
    }

    .button-pl-small.outline.hide-on-mobile {
        display: none
    }

    .button-pl-small.on-banner.a-cta {
        font-size: 1.1rem
    }

    .ds-tabs-step-wrap.cc-mobile {
        margin-left: 0
    }

    .display-md {
        font-size: 3rem
    }

    .display-md.cc-center {
        text-align: center
    }

    .ds-rich-text {
        font-size: 1.2rem
    }

    .par-xs.cc-brown-italic.cc-md {
        font-family: Brown,sans-serif;
        font-style: italic
    }

    .ds-video-wrap.cc-pl-gradient.cc-18rem {
        width: 20rem
    }

    .ds-video-wrap.cc-pl-gradient.cc-55.cc-85-mobile,.ds-video-wrap.cc-pl-gradient.cc-60 {
        width: 70%
    }

    .ds-video-wrap.cc-grey-neutral {
        width: 100%;
        max-width: none
    }

    .ds-video-wrap.cc-grey-neutral.cc-60 {
        width: 70%
    }

    .ds-video-wrap.cc-grey-neutral.cc-50 {
        width: 60%
    }

    .ds-video-wrap._3d-device-frame.cc-55 {
        width: 55%
    }

    .ds-video-wrap._3d-device-frame.cc-55-new {
        width: 70%
    }

    .ds-video-wrap.cc-80 {
        width: 100%
    }

    .display-xxl {
        font-size: 3rem
    }

    .headline-sm {
        font-size: 1.4rem
    }

    .grid-2 {
        margin-left: 0
    }

    .par-sm.cc-black-text.feature-description {
        font-size: 1.1rem
    }

    .par-sm.cc-black-text.cc-0-4rem-margin.cc--letterspacing-0-03rem.cc-1-6rem-margin-top {
        margin-top: 1.6rem
    }

    .par-sm.cc-black-text.cc-inside-slider {
        font-size: 1.3rem
    }

    .par-sm.cc-black-text.cc-post-description {
        font-size: 1.1rem
    }

    .par-sm.cc-black-text.cc-center-on-mobile {
        text-align: center
    }

    .display-xl {
        font-size: 3.25rem
    }

    .sg-block {
        margin-bottom: 40px
    }

    .social-links-wrap-2 {
        margin-top: 0;
        margin-bottom: 0
    }

    .ds-content {
        margin-left: 0;
        padding-left: 0;
        padding-right: 0
    }

    .ds-video-base {
        height: auto
    }

    ._2-1-grid {
        margin-left: 0
    }

    .sg-nav-container {
        width: auto;
        height: auto
    }

    .par-xl.cc-32ch.text-align-center-tablet {
        text-align: center
    }

    ._1-2-grid {
        margin-left: 0
    }

    .sg-nav {
        z-index: 10;
        background-color: #f0f2f3;
        border-right-style: none;
        width: 100%;
        height: 80px;
        padding-top: 20px;
        display: none;
        position: sticky;
        bottom: auto;
        left: 0;
        right: 0;
        overflow: visible
    }

    .social-link-footer {
        width: 2.8rem;
        height: 2.8rem
    }

    .sg-body {
        flex-direction: column;
        align-items: flex-start
    }

    .social-icon-html.tiktok {
        width: 1.2rem;
        height: 1.2rem
    }

    .social-icon-html.yt {
        width: 1.5rem;
        height: 1.5rem
    }

    .social-icon-html.inst,.social-icon-html.fb {
        width: 1.2rem;
        height: 1.2rem
    }

    .social-icon-html.tw {
        width: 1.5rem;
        height: 1.5rem
    }

    .sg-menu {
        z-index: 500;
        background-color: #f0f2f3;
        border-bottom: 1px solid #f1f1f1;
        padding-top: 20px;
        padding-bottom: 20px;
        display: block;
        position: absolute;
        inset: 80px auto auto 0%;
        box-shadow: 0 3px 5px #0000000d
    }

    .par-md {
        text-align: left
    }

    .par-md.cc-center-on-mobile {
        text-align: center
    }

    .par-md.cc-always-center.cc-45.car-back-text,.par-md.cc-always-center.cc-80 {
        width: 90%
    }

    .par-md.cc-blog-category-descr {
        width: 60%
    }

    .par-md.cc-tablet-align-center {
        text-align: center
    }

    .label-md-caps {
        margin-left: auto;
        margin-right: auto
    }

    .par-lg.cc-center {
        text-align: center
    }

    .par-lg.cc-center.cc-75 {
        width: 90%
    }

    .par-lg.cc-black-text.cc-center.cc-34ch {
        max-width: 30ch
    }

    .par-lg.center-tablet {
        text-align: center
    }

    .sg-menu-brand {
        margin-top: 4px;
        margin-bottom: 16px
    }

    .ds-store-badge-link {
        width: 14em
    }

    .button-pl-navbar {
        font-size: 1.1rem
    }

    .spacer-16rem.cc-8-on-mobile.cc-hide {
        height: 8rem;
        display: block
    }

    .spacer-16rem.cc-8-on-mobile.cc-hide-on-mobile {
        display: none
    }

    .spacer-16rem.cc-6-on-mobile {
        height: 10rem
    }

    .spacer-16rem.cc-8-on-mobile {
        height: 12rem
    }

    .grid-box-2 {
        width: 100%;
        max-width: none
    }

    .accordion-item-rem {
        padding-left: 0
    }

    .accordion-item-content {
        margin-right: 0
    }

    .plus-icon {
        top: 1.5rem
    }

    .ham-dash-03-2,.ham-dash-02-2 {
        background-color: #fff
    }

    .spacer-1rem-4.cc-space-cu-pg {
        height: .7rem
    }

    .main-btn-wrap.cc-m-b {
        margin-left: auto;
        margin-right: auto
    }

    .main-btn-wrap.cc-align-center,.main-btn-wrap.cc-m-b {
        align-items: center;
        margin-left: auto;
        margin-right: auto
    }

    .main-btn-wrap.cc-margin-auto {
        margin-left: auto;
        margin-right: auto
    }

    .main-btn-wrap.cc-m-b {
        align-items: center;
        margin-left: auto;
        margin-right: auto
    }

    .text-box-2.cc-align-center.fade-up.cc-50 {
        width: 80%
    }

    .text-box-2.cc-90 {
        width: 100%
    }

    .footer-price-box {
        margin-bottom: 0
    }

    .lottie-animation.cc-lottie-background {
        top: 42%
    }

    .lottie-animation.cc-lottie-background.cc-absolute.cc-rotate.cc-tablet {
        width: 12em;
        top: 64%;
        bottom: 139.367px;
        left: 7%
    }

    .lottie-animation.cc-lottie-background.cc-absolute.cc-rotate.cc-tablet.cc-last {
        top: 45%;
        bottom: auto;
        left: 1%;
        transform: rotate(50deg)
    }

    .lottie-animation.cc-lottie-background.cc-absolute.cc-rotate.cc-tablet.cc-first {
        top: 47%;
        bottom: auto;
        left: 2%
    }

    .lottie-animation.cc-lottie-background.cc-absolute-right.cc-rotate.cc-tablet {
        width: 12em;
        top: 75%;
        left: 2%
    }

    .lottie-animation.cc-lottie-background.cc-absolute-right.cc-rotate.cc-tablet.cc-middle {
        left: 0%
    }

    .image-max-12rem {
        max-width: 10rem
    }

    .image-max-12rem.footer-001 {
        max-width: 12rem;
        top: -5%;
        left: 5%
    }

    .image-max-12rem.footer-004.cc-position {
        max-width: 12rem;
        bottom: -5%;
        right: 5%
    }

    .image-max-12rem.footer-003 {
        max-width: 12rem;
        left: 5%
    }

    .image-max-12rem.footer-002 {
        max-width: 9rem
    }

    .image-max-12rem.footer-002.cc-position {
        max-width: 12rem;
        right: 5%
    }

    .image-max-12rem.footer-004,.image-max-12rem.footer-002 {
        max-width: 9rem
    }

    .main-blur-2.cc-features-002 {
        width: 80%
    }

    .display-sm-3 {
        font-size: 2.5rem
    }

    .display-sm-3.cc-align-center.cc-46-margin-bottom.xmas-venner {
        color: #9870ff
    }

    .ds-container-3 {
        width: 80%
    }

    .ds-container-3.cc-full-tb {
        width: 100%
    }

    .text-box-2-2.cc-52ch {
        max-width: none
    }

    .new-navbar {
        background-color: var(--black);
        color: var(--black);
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }

    .ai-presets-container {
        grid-column-gap: 5rem
    }

    .moving-slide-ai {
        min-height: 50vh
    }

    .slider-ai {
        height: 280vw
    }

    ._2nd-fold-wrap.cc-center {
        margin-bottom: 4rem;
        padding-top: 12rem
    }

    ._2nd-fold-wrap.cc-center.cc-aquaman {
        padding-top: 0
    }

    .social-proof-grid {
        grid-row-gap: .25rem;
        flex-direction: column;
        align-self: center;
        align-items: center
    }

    .social-proof-grid.cc-affiliatea-page {
        display: none
    }

    .social-proof-grid.cc-flex {
        flex-flow: row
    }

    .social-proof-seperator {
        display: none
    }

    .card_component {
        width: 17rem;
        height: 21rem
    }

    .car-back-text {
        font-size: 1.4rem
    }

    .card_side {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .card_side.is-front {
        display: block
    }

    ._20vw-div {
        width: 10vw
    }

    .slider-container {
        display: flex
    }

    .slider-container.cc-no-margin {
        margin-bottom: 0
    }

    .slider-ai-side-scroll {
        padding-top: 0
    }

    .image-wrap-4.cc-85 {
        width: 80%
    }

    .ds-image-wrap-3.cc-grey-neutral {
        width: 100%;
        max-width: none
    }

    .social-proof-seperator-2 {
        display: none
    }

    .source-img-wrap-2 {
        max-width: 30%
    }

    .source-img-wrap-2.cc-yearbook {
        max-width: 25%
    }

    .line-3 {
        bottom: -7rem;
        left: -8rem
    }

    .line-3.cc-flip-2 {
        width: 60%
    }

    .img-slider-moving-2 {
        padding-left: 4vw
    }

    .source-img-2.cc-source {
        width: 25vw
    }

    .source-img-2.cc-in-slider {
        border-radius: .75rem;
        width: 25vw
    }

    .slider-vid {
        width: 20%;
        padding-top: 35%
    }

    .ds-embed-video-wrap {
        flex-flow: row;
        align-items: stretch
    }

    .spacer-2rem-5 {
        display: block
    }

    .button-pll-aiavatar-mobile.a-cta.show-only-on-mobile {
        display: flex
    }

    .button-pll-aiavatar-mobile.a-cta.show-only-on-mobile.display-none,.new-slider-container2 {
        display: none
    }

    .par-lg-4.cc-black-text {
        color: #000
    }

    .display-lg-3 {
        text-align: left;
        font-size: 2.7rem
    }

    .par-md-5 {
        font-size: 1.3rem
    }

    .bullet-char {
        display: none
    }

    .bullet-char.cc-top {
        display: block
    }

    .all-bullets-wrap {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: flex
    }

    .all-bullets-wrap.cc-90 {
        width: 90%
    }

    .aquaman-logo-wrap {
        width: 18rem
    }

    .button-pl-ai-avatar.outline,.button-pl-ai-avatar.outline.display-none {
        display: none
    }

    .ds-section-4 {
        padding-top: 0;
        padding-bottom: 0
    }

    .ds-section-4.cc-black-bg {
        padding-top: 0
    }

    .ds-section-4.cc-black-bg.cc-sitcom {
        padding-bottom: 8rem
    }

    .par-lg-5.cc-center.cc-80 {
        width: 100%
    }

    .par-lg-5.cc-center {
        text-align: center
    }

    .ds-video-wrap-4._3d-device-frame.cc-55 {
        width: 70%
    }

    .display-md-4 {
        font-size: 3rem
    }

    .display-md-4.cc-center,.display-md-4.cc-center-2 {
        text-align: center
    }

    .spacer-1-5rem-4.cc-1-on-mobile {
        height: 1rem
    }

    .para-wrapper {
        max-width: none
    }

    .splide {
        padding-bottom: 3rem
    }

    .splide.slider2 {
        padding-bottom: 0
    }

    .splide__slide {
        width: 40%;
        padding-left: 0
    }

    .cms-feature {
        position: relative
    }

    .all-features {
        grid-column-gap: 2rem;
        grid-row-gap: 5em;
        grid-template-columns: 1fr 1fr;
        position: relative
    }

    .all-features-base {
        flex-wrap: wrap;
        width: 90%
    }

    .feature-headline {
        font-size: 1.5rem
    }

    .feature-img-wrap.border-radius-1rem {
        width: auto
    }

    .ios-wrap {
        display: none
    }

    .mobile-menu {
        z-index: 20;
        background-color: #b4808000;
        justify-content: flex-end;
        width: 100%;
        margin-left: auto;
        display: flex;
        position: absolute;
        inset: 0% 0% auto
    }

    .hamburger-trigger-1 {
        z-index: 9999;
        cursor: pointer;
        padding: .5rem 5vw;
        display: flex;
        position: absolute;
        inset: 30% 0% auto 80%
    }

    .ham-dash-01-4 {
        background-color: #fff
    }

    .mobile-links-list {
        padding-bottom: 0
    }

    .navlinks-container {
        display: none
    }

    .mobile-menu-level-1 {
        z-index: 200;
        background-color: #000;
        justify-content: center;
        width: 100%;
        height: 100vh;
        display: none;
        position: absolute
    }

    .menu-wrapper {
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        padding: 7.25rem 6rem 10rem 4rem;
        display: flex;
        position: relative
    }

    .menu-wrapper.level-2-menu {
        justify-content: flex-start;
        padding-top: 8rem;
        padding-left: 4.0625rem;
        padding-right: 4rem;
        display: block
    }

    .feature-menu-icon {
        height: auto
    }

    .feature-menu-icon.cc-star {
        width: 22px
    }

    .level-1-link-item {
        display: block
    }

    .section-link {
        color: #1f1f24;
        text-decoration: none
    }

    .section-header-2 {
        color: var(--white);
        letter-spacing: 0;
        text-transform: capitalize;
        cursor: pointer;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 400;
        text-decoration: none
    }

    .section-header-2:hover {
        opacity: 1
    }

    .mobile-menu-level-2 {
        background-color: #493434;
        background-image: linear-gradient(135deg,#fff 40%,#cef8ff);
        justify-content: center;
        width: 90%;
        height: 100vh;
        display: none
    }

    .mobile-menu-level-2.mobile-menu-open {
        z-index: 30;
        background-color: var(--black);
        background-image: none;
        width: 100%;
        display: flex;
        position: absolute;
        inset: 0% 0% 0% auto
    }

    .mobile-menu-level-2.mobile-menu-open.cc-ai-tools,.mobile-menu-level-2.mobile-menu-open.cc-editing-tools,.mobile-menu-level-2.mobile-menu-open.cc-create,.li-mobile-menu-item.cc-hide {
        display: none
    }

    .back-wrapper-trigger {
        z-index: 300;
        justify-content: center;
        align-items: center;
        width: 20px;
        height: 20px;
        display: flex;
        position: absolute;
        left: -2.5rem
    }

    .navbar-container {
        z-index: 0;
        margin-left: 0;
        margin-right: 0;
        position: relative
    }

    .main-link-wrapper {
        border-top: 1px #dcf4f9;
        border-bottom: 0 #dcf4f9;
        align-items: center;
        padding-top: 1rem;
        padding-bottom: 1.5rem;
        display: flex
    }

    .main-link-wrapper.cc-first {
        padding-top: 0
    }

    .main-link-wrapper.cc-last {
        padding-top: 0;
        padding-bottom: 0;
        text-decoration: none
    }

    .main-link-wrapper.cc-hide {
        text-decoration: none;
        display: flex
    }

    .link-to-section-trigger {
        cursor: pointer;
        justify-content: center;
        align-items: center;
        width: 2rem;
        height: 2rem;
        display: flex
    }

    .mobile-menu-item {
        color: #abacae;
        justify-content: space-between;
        margin-bottom: 1.5rem;
        font-size: 18px;
        text-decoration: none;
        display: flex
    }

    .mobile-menu-item.w--current {
        color: var(--color-001)
    }

    .mobile-menu-item.cc-main-link {
        justify-content: flex-start;
        margin-top: 0;
        margin-bottom: 2rem
    }

    .mobile-menu-item.cc-main-link.cc-hide {
        display: none
    }

    .section-header-wrapper {
        color: #fff;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 2.5rem;
        margin-left: 0;
        text-decoration: none;
        display: flex;
        position: relative
    }

    .section-header-wrapper:hover {
        color: #fff
    }

    .mobile-text-menu-wrapper {
        text-align: left;
        width: 100%;
        min-width: 50%;
        font-size: 1.4rem;
        text-decoration: none
    }

    .mobile-menu-text {
        color: var(--white);
        text-decoration: none
    }

    .mobile-menu-text:hover {
        color: var(--pl-purple-main)
    }

    .mobile-menu-text.menu-level-2 {
        color: #abacae;
        text-transform: capitalize;
        cursor: pointer;
        font-size: 1.2rem
    }

    .mobile-menu-text.menu-level-2:hover {
        color: var(--pl-purple-main)
    }

    .mobile-menu-text.menu-level-2.cc-main-link {
        color: var(--white)
    }

    .mobile-menu-text.menu-level-2.cc-main-link:hover {
        color: var(--pl-purple-main)
    }

    .level-1-links-list {
        flex-direction: column;
        align-items: stretch;
        display: block
    }

    .white-arrow {
        width: .8rem;
        height: auto;
        font-size: 18px
    }

    .nav-link-wrapper-mobile {
        justify-content: space-between;
        margin-bottom: 1rem;
        font-size: 18px;
        text-decoration: none;
        display: flex
    }

    .mega-menu-dd.mega-menu-interaction.cc-editing-tools,.offer-marqee-desktop.cc-gradient {
        display: none
    }

    .offer-marqee-mobile.cc-gradient {
        display: block;
        position: relative;
        top: .4rem
    }

    .offer-marqee-mobile.cc-gradient.cc-hide {
        display: none
    }

    .special-links {
        border-bottom: 1px solid #414141;
        padding-bottom: 1.5rem
    }

    .back-wrapper-trigger-2 {
        justify-content: center;
        align-items: center;
        width: 2rem;
        height: 2rem;
        display: flex;
        position: absolute;
        left: -2.5rem
    }

    .cc-1-on-mobile {
        height: 1rem
    }

    .xmas-hero-header-wrapper-main {
        width: 100%;
        overflow: visible
    }

    .xmas-star-hero-wrapper {
        display: block;
        top: 4%;
        left: 16%
    }

    .xmas-star-hero-wrapper._02 {
        left: 81%
    }

    .xmas-star-hero-wrapper._03 {
        top: -92%;
        left: 23%;
        overflow: visible
    }

    .hero-width-xmax {
        width: 100%;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto
    }

    .hero-width-xmax._90 {
        align-items: center
    }

    .hero-width-xmax._90.cc-center.margin-top {
        margin-top: 0
    }

    .hero-width-xmax._90.cc-center.margin-top.xmas-bg-1 {
        margin-top: 14%
    }

    .display-md-xmas {
        text-align: left;
        font-size: 3rem
    }

    .display-md-xmas.cc-center-on-mobile {
        text-align: center
    }

    .display-md-xmas.cc-center-on-mobile.cc-xmas,.display-md-xmas.cc-center-on-mobile.cc-xmas.cc-first-header-xmas,.xmas-hero-header-wrapper {
        overflow: visible
    }

    .env-wrapper-child {
        width: 100%;
        height: 100vh;
        left: auto
    }

    .env-level-3 {
        width: 650px
    }

    .env-level-1 {
        object-fit: cover;
        width: 400px;
        height: 500px;
        top: auto
    }

    .env-wrapper-parent {
        width: 100%;
        height: 100vh;
        left: auto
    }

    .env-level-2 {
        width: 650px
    }

    .envelop-sticky {
        border-radius: 0;
        padding-top: 15%
    }

    .xmas-star-how-to-wrapper {
        display: block;
        left: 25%
    }

    .xmas-star-how-to-wrapper._2 {
        top: -18%;
        left: 35%
    }

    .xmas-star-howto-wrapper-copy,.xmas-header-wrapper.cc-tablet {
        display: block
    }

    .xmas-header-wrapper.cc-desktop {
        display: flex
    }

    .grid-cell-3 {
        width: 100%;
        display: block
    }

    .headline-md-6 {
        font-size: 1.4rem
    }

    .footer-bottom-2 {
        padding: 1.125rem 2rem 2.5rem
    }

    .footer-right-side {
        margin-top: 0
    }

    .footer-right-side.flex-horizontal {
        justify-content: flex-start;
        margin-bottom: 5rem
    }

    .footer-right-side.flex-horizontal.bottom {
        margin-bottom: 0
    }

    .lr-logo-footer-wrapper {
        width: 10rem;
        height: 2rem;
        margin-bottom: 1.5rem
    }

    .lr-logo-footer-wrapper.bottom {
        width: auto;
        margin-right: .3rem
    }

    .social-badge-wrapper {
        width: 2.2rem;
        height: auto
    }

    .social-badge-wrapper.cc-last {
        margin-right: 0
    }

    .footer-arrow-wrapper {
        display: block
    }

    .footer-bottom-link:hover {
        color: #7a7c81
    }

    .link-header-wrapper {
        cursor: pointer;
        justify-content: space-between;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
        display: flex
    }

    .link-header-wrapper.cc-last {
        padding-top: 20px
    }

    .footer-lr-description-wrapper {
        max-width: 20.75rem
    }

    .footer-container-3 {
        flex-direction: column
    }

    .appstore-link._1-rem-margin-right {
        margin-right: 0
    }

    .footer-link-3 {
        color: #98989a;
        margin-bottom: 20px;
        font-size: 1rem;
        line-height: 140%
    }

    .footer-link-3:hover {
        color: #7a7c81
    }

    .footer-link-3.cc-extra-margin {
        margin-bottom: 21px
    }

    .lr-logo-footer {
        color: #fff;
        height: auto;
        font-size: 15px;
        display: none
    }

    .lr-logo-footer.bottom,.lr-logo-mobile {
        display: block
    }

    .apps-store-logo {
        margin-right: 1rem
    }

    .social-links-container {
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-bottom: 1.25rem
    }

    .footer-top {
        flex-direction: row;
        padding: 0 2rem 2.25rem
    }

    .line-footer {
        color: #1f1f24;
        background-color: #d0d1d3b3
    }

    .footer-links-header {
        color: #d0d1d3;
        margin-bottom: 1.5rem;
        font-size: 1rem
    }

    .footer-links-header.cc-dd {
        margin-bottom: 0;
        font-size: 1rem
    }

    .social-container {
        flex-direction: column-reverse;
        align-items: stretch;
        max-width: 16.25rem;
        margin-bottom: 3.5rem
    }

    .lr-footer-description-p-2 {
        color: #7a7c81;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 1rem;
        line-height: 20px
    }

    .footer-links-container {
        flex-flow: column wrap;
        margin-bottom: 2.875rem
    }

    .footer-links-list {
        height: 0;
        margin-bottom: 0;
        overflow: hidden
    }

    .stores-badges-wrapper-2 {
        flex: 0 auto;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 3.5rem
    }

    .stores-badges-wrapper-2.cc-last {
        margin-bottom: 0;
        margin-right: 0
    }

    .googleplay-link {
        max-width: 12.5rem;
        margin-left: 0;
        margin-right: 1em
    }

    .googleplay-link.cc-last {
        margin-right: 0
    }

    .footer-bottom-links-container {
        grid-column-gap: .9px;
        grid-row-gap: .9px;
        flex-flow: wrap;
        place-content: space-between flex-start;
        margin-bottom: 1.5rem;
        padding-left: 0
    }

    .par-lg-8 {
        text-align: left
    }

    .ds-section-12 {
        overflow: hidden
    }

    .par-md-13 {
        font-size: 1.3rem
    }

    .main-blur-9.cc-features-001,.main-blur-9.cc-features-002,.ds-container-14,.ds-container-14._66-rem {
        width: 80%
    }

    .ds-grid-8 {
        grid-column-gap: 2.5rem;
        grid-row-gap: 2.5rem;
        grid-template-columns: 1fr;
        justify-items: center
    }

    .ds-section-13 {
        overflow: hidden
    }

    .par-md-14 {
        font-size: 1.3rem
    }

    .grid-base-7 {
        grid-column-gap: 3em;
        grid-template-columns: 1fr;
        width: 90%
    }

    .grid-base-7.cc-hp-procuct.cc-inner-page {
        grid-column-gap: 6em;
        grid-row-gap: 6em;
        flex-direction: column;
        align-items: center;
        display: flex
    }

    .ds-video-wrap-9.cc-grey-neutral {
        width: 100%;
        max-width: none
    }

    .ds-video-wrap-9.cc-grey-neutral.cc-60 {
        width: 50%
    }

    .div-block-83.cc-xmas {
        align-items: center
    }

    .feature-row-text-w-5 {
        flex: 1
    }

    .ds-container-15,.ds-container-15._66-rem {
        width: 80%
    }

    .headline-md-7.cc-black-text {
        font-size: 1.4rem
    }

    .how-to-list-item-4.cc-last-item {
        border-bottom-style: none
    }

    .how-to-list-item-4.cc-first {
        border-top-style: none
    }

    .grid-box-4 {
        width: 100%;
        max-width: none
    }

    .ds-image-wrap-4.cc-85 {
        width: 85%
    }

    .ds-container-18 {
        width: 70%
    }

    .ds-container-18._66-rem {
        width: 90%
    }

    .main-blur-10.cc-features-002 {
        width: 80%
    }

    .main-blur-11.cc-2nd-section-ver1 {
        filter: blur(100px);
        width: 70%;
        padding-top: 70%;
        top: 17%;
        left: -7%;
        right: auto
    }

    .par-md-17 {
        font-size: 1.3rem
    }

    .ds-section-14 {
        overflow: hidden
    }

    .spacer-8rem-2.cu-lp-header-spacer {
        height: 2rem
    }

    .contact-card {
        grid-column-gap: 0px;
        flex-direction: row;
        justify-content: space-between;
        padding: 1.6rem 1.6rem 3.6rem
    }

    ._3-cards-div.cc-remove-margin {
        padding-left: 0
    }

    .dropdown-list-3.w--open {
        border: 1px solid #cbcbcb;
        border-radius: 6px
    }

    .form-dd {
        z-index: 0
    }

    .form-dd-toggle {
        width: 100%;
        margin-bottom: 1.6rem
    }

    .icon-4 {
        font-size: 1rem
    }

    .submit-btn {
        margin-left: 0;
        font-size: 1.1rem
    }

    .form-header-wrapper {
        margin-bottom: 2rem
    }

    .social-media-wraper {
        flex-direction: row;
        height: auto
    }

    .social-media-item.cc-last {
        margin-right: 0
    }

    .social-media-container {
        flex-direction: column
    }

    .follow-us-h2 {
        margin-bottom: 1.625rem;
        margin-right: 0
    }

    .footer-links-wrapper-3 {
        margin-bottom: 1.875rem
    }

    .footer-links-wrapper-3.cc-last {
        margin-bottom: 0;
        margin-right: 0
    }

    .footer-links-wrapper-3.cc-secound,.footer-links-wrapper-3.cc-first {
        border-bottom: 1px solid #d0d1d366;
        margin-bottom: 0;
        margin-right: 0
    }

    .copy-text-3 {
        font-size: .875rem
    }

    .splide__arrow.splide__arrow--prev,.splide__arrow.splide__arrow--next,.splide__arrow.splide__arrow--next,.splide__arrow.splide__arrow--prev {
        width: 60px;
        height: 35px;
        margin-top: 1rem
    }

    .cms-feature-item-wrap {
        margin-bottom: 1rem
    }

    .cms-feature-img-wrap {
        width: auto
    }

    .ds-flex.cc-lp-ai-photo {
        bottom: 0
    }

    .social-proof-seperator-3 {
        display: none
    }

    .corner-pl {
        left: -12%
    }

    .ds-grid-inner-links {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        grid-template-columns: 1fr;
        justify-items: center;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 8rem
    }

    .seprator-div.cc-black-text {
        line-height: 1.3
    }

    .readtime {
        font-size: .9rem
    }

    .blog-inner-page-hero-wrap {
        flex-direction: column;
        grid-template-columns: 1fr
    }

    .post-author-new {
        font-size: .9rem
    }

    .post-category-name {
        letter-spacing: .2rem;
        font-size: .8rem
    }

    .post-category-name.cc-always-center {
        margin-left: auto;
        margin-right: auto;
        display: block
    }

    .post-date {
        font-size: .9rem
    }

    .author-img.cc-no-margin.cc-11rem {
        width: 7rem
    }

    .author-img-wrapper {
        width: 10rem
    }

    .readtime-text {
        font-size: .9rem
    }

    .blog-inner-page-hero-text-box {
        width: 84%;
        max-width: none;
        margin-right: 0;
        padding: 1rem 0 0
    }

    .post-details-wrapper {
        align-items: center
    }

    .post-date-wrap {
        margin-left: 1rem
    }

    .social-sticky-wrapper {
        flex-direction: column;
        justify-content: center;
        padding-top: 4rem;
        padding-right: 0;
        display: flex
    }

    .blog-post-content-wrapper {
        width: 90%;
        max-width: none;
        margin-left: auto;
        margin-right: auto
    }

    .blog-social-media-wrapper {
        flex-direction: row;
        justify-content: space-around;
        width: 60%;
        margin-top: 1rem;
        margin-left: auto;
        margin-right: auto;
        position: static;
        overflow: visible
    }

    .ds-new-rich-text h1 {
        font-size: 2.2rem
    }

    .ds-new-rich-text h2 {
        font-size: 1.8rem;
        line-height: 1.1
    }

    .ds-new-rich-text h3 {
        font-size: 1.6rem;
        line-height: 1.1
    }

    .ds-new-rich-text p,.ds-new-rich-text li {
        font-size: 1.2rem
    }

    .flex-wrapper {
        flex-direction: column-reverse
    }

    .table-of-content {
        display: block;
        position: static
    }

    .blog-author-wrap {
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-top: 2rem
    }

    .author-blog-post-item-details {
        text-align: center;
        align-items: center;
        max-width: 36rem;
        margin-top: 1rem;
        margin-left: 0
    }

    .author-social-links-wrapper {
        justify-content: center;
        align-items: flex-end;
        margin-bottom: 0
    }

    .button-text-2.cc-right-margin {
        font-size: 1.1rem
    }

    .blog-3columns-list {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        grid-template-columns: 1fr 1fr;
        margin-top: 0;
        padding-left: 0;
        padding-right: 0
    }

    .cc-100-blog {
        width: 100%;
        max-width: none
    }

    .post-author-new-2 {
        font-size: .9rem
    }

    .list-4 {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        grid-auto-flow: row
    }

    .facetune-icon1 {
        width: 3rem
    }

    .glass-icons-wrap-blog-banner {
        top: 11%;
        right: 13%
    }

    .blogpost-page-banner-content-wrapper {
        max-width: 85%
    }

    .cta-banner-content-wrap {
        flex-direction: column
    }

    .cta-banner-shape {
        left: 20px
    }

    .cta-banner-shape.cc-right2 {
        width: 12rem;
        right: 20px
    }

    .cta-banner-shape.cc-footer-banner {
        left: 20px
    }

    .cta-banner-shape.cc-right2 {
        width: 11rem;
        height: 9rem;
        right: 20px
    }

    .cta-banner-shape.cc-footer-banner {
        width: 11rem;
        height: 9rem;
        left: 20px
    }

    .cta-banner-bg,.cta-banner-bg.footer-banner {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .headline-lg-10 {
        font-size: 1.6rem
    }

    .more-categiries-wrap {
        margin-top: 4rem;
        margin-bottom: 2rem
    }

    .scroll-line {
        position: absolute;
        top: 5rem
    }

    .related-articles-ttl {
        align-items: center;
        max-width: none
    }

    .blog-3columns-wrap {
        margin-bottom: 0;
        padding-left: 2rem;
        padding-right: 2rem
    }

    .blog-3columns-wrap.cc-top-margin {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .blog-featured-item-wrap {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        grid-template-columns: 1fr 1fr 1fr;
        margin-top: 0;
        padding-left: 0;
        padding-right: 0
    }

    .featured-item-main-wrap.cc-transparent {
        background-color: #ede7ff
    }

    .most-popular-big-content {
        grid-template-columns: 1fr;
        align-items: center
    }

    .featured-item-content-wrap {
        width: auto;
        padding: 1rem 2rem
    }

    .featured-item-content-wrap.cc-top {
        width: auto;
        height: 17rem;
        padding: 2rem 4rem
    }

    .slider-nav2 {
        inset: auto 0% 0%
    }

    .toc-link {
        font-size: 1.2rem
    }

    .toc-list {
        padding-left: 20px
    }

    .toc-list-item {
        font-size: 1rem
    }

    .blog-author-wrap-2 {
        flex-direction: column;
        align-items: center
    }

    .blog-author-wrap-2.about-pl {
        grid-column-gap: 1rem;
        align-items: center;
        width: 100%;
        margin-top: 5rem;
        padding-left: 2rem;
        padding-right: 2rem
    }

    .div-block-96 {
        flex-direction: column;
        display: flex
    }

    .lobby-page-tab-text {
        font-size: 1.1rem
    }

    .lobby-page-wrapper {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .lp-photo-ai-editor-images-wrapper {
        height: 0
    }

    .lp-photo-ai-editor-photo-wrapper.cc-zi-20.cc-06 {
        display: none
    }

    .lp-photo-ai-editor-photo-wrapper.cc-zi-10 {
        top: 595px;
        left: 511px;
        transform: rotate(0)
    }

    .lp-photo-ai-editor-photo-wrapper.cc-zi-10.cc-02 {
        z-index: 0;
        top: 842px
    }

    .lp-photo-ai-editor-photo-wrapper.cc-zi-10.cc-04 {
        top: 793px;
        left: 375px
    }

    .lp-photo-ai-editor-photo-wrapper.cc-01 {
        right: 411px
    }

    .lp-photo-ai-editor-photo-wrapper.cc-03 {
        top: 293px
    }

    .lp-photo-ai-editor-photo-wrapper.cc-05 {
        top: 425px;
        left: 367px
    }

    .lp-photo-ai-editor-photo-wrapper.cc-08 {
        right: 462px
    }

    .ai-photo-edior-hero-image.cc-small {
        height: 180px
    }

    .ai-photo-edior-hero-image.cc-small.cc-rotate {
        transform: rotateX(0)rotateY(180deg)rotate(0)
    }

    .height-wrapper {
        height: 120vh
    }

    .height-wrapper.cc-lp.cc-ai-gen-lp-gradient {
        height: auto
    }

    .h2-wrapper {
        max-width: 80ch
    }

    .lp-cards-left.cc-overflow {
        padding-top: 0
    }

    .lp-cards-right {
        flex-direction: row;
        display: block
    }

    .par-lp-wrapper.cc-tablet-align-center {
        text-align: center
    }

    .lp-photo-editor-video-wrapper._01 {
        display: flex;
        position: absolute
    }

    .lp-photo-editor-bg-video {
        position: absolute
    }

    .video-description-wrapper {
        height: 30vh;
        padding-top: 4rem
    }

    .video-description-wrapper._01 {
        opacity: 1;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 6rem;
        display: flex
    }

    .video-description-wrapper._02,.video-description-wrapper._03,.video-description-wrapper._04,.video-description-wrapper._05,.video-description-wrapper._06 {
        opacity: .2;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 6rem;
        display: flex
    }

    .lp-h2-mega-wrapper {
        padding-top: 6rem
    }

    .top-sticky {
        z-index: 100;
        position: relative
    }

    .bottom-sticky {
        height: auto;
        margin-top: 0;
        padding-top: 0;
        position: relative;
        top: 0%;
        bottom: 5%;
        overflow: hidden
    }

    .lp-ai-photo-editor-video-tablet {
        border: 2px solid var(--color-001);
        border-radius: 12px;
        position: absolute
    }

    .lp-ai-photo-editor-video-tablet._01 {
        z-index: 600;
        border-width: 2px;
        width: 350px;
        height: 350px;
        margin-top: 3px
    }

    .lp-ai-photo-editor-video-tablet._02 {
        z-index: 500;
        width: 350px;
        height: 350px
    }

    .lp-ai-photo-editor-video-tablet._03 {
        z-index: 400;
        width: 350px;
        height: 350px
    }

    .lp-ai-photo-editor-video-tablet._04 {
        z-index: 300;
        width: 350px;
        height: 350px;
        position: absolute
    }

    .lp-ai-photo-editor-video-tablet._05 {
        z-index: 200;
        width: 350px;
        height: 350px;
        position: relative
    }

    .lp-ai-photo-editor-video-tablet._06 {
        z-index: 100;
        width: 350px;
        height: 350px;
        position: relative
    }

    .blog-author-page {
        margin-bottom: 0
    }

    .cc-100-blog-home {
        width: 100%;
        max-width: none
    }

    .blog-author-wrap-3 {
        flex-direction: column;
        align-items: center
    }

    .blog-big-category-name-wrap {
        align-items: center;
        max-width: none
    }

    .author-social-links-wrapper-2 {
        justify-content: center;
        align-items: flex-end;
        margin-bottom: 0
    }

    .author-img-wrap {
        width: 10rem
    }

    .author-img-wrap.cc-11rem {
        margin-right: 0
    }

    .ds-container-19 {
        width: 80%
    }

    .ds-container-19.cc-78.cc-blog-author-hero-wrap {
        flex-direction: column;
        width: 80%;
        max-width: none;
        padding: 2rem 1rem;
        display: flex
    }

    .horiz-spacer-2 {
        flex: none;
        display: block
    }

    .ds-container-20 {
        width: 80%
    }

    .ds-container-20.cc-100 {
        width: 100%
    }

    .ds-container-20.cc-78rem.cc-images-banner {
        width: auto
    }

    .home-new-hero-text-box.cc-affiliate-page {
        max-width: 70%
    }

    .social-proof-seperator-4 {
        display: none
    }

    .perks-cubs-container {
        flex-flow: column
    }

    .perk-item {
        width: auto;
        max-width: none
    }

    .perk-item._02,.perk-item._04 {
        top: auto
    }

    .ds-flex-container {
        flex-flow: column;
        grid-template-columns: 1fr;
        justify-content: flex-start;
        align-items: center;
        width: 80%
    }

    .ds-flex-container.cc-nogap.cc-affiliate-page {
        margin-left: auto;
        margin-right: auto
    }

    .how-does-its-works-wrapper {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        display: flex
    }

    .display-sm-6 {
        font-size: 2.5rem
    }

    .cms-affiiate-feature-img-wrap {
        width: auto
    }

    .button-pl-affiliate {
        margin-left: 0;
        display: flex
    }

    .button-pl-affiliate.cc-slider {
        margin-top: 3rem
    }

    .button-pl-affiliate.cc-how-does {
        margin-top: 1.5rem
    }

    .par-sm-14.cc-center-on-mobile {
        text-align: center
    }

    .banner-outline-big-text {
        -webkit-text-stroke-width: 1px;
        font-size: 3.5rem
    }

    .banner-outline-big-text.cc-15 {
        max-width: 15ch;
        font-size: 3.5rem
    }

    .banner-outline-big-text.cc-70 {
        width: 70%
    }

    .banner-text-wrap2 {
        width: auto
    }

    .new-social-proof-shape._2 {
        bottom: -16%
    }

    .new-social-proof-shape._1 {
        top: -36%;
        left: -37%
    }

    .new-social-proof-shape._3 {
        display: none;
        top: 6%;
        right: -26%
    }

    .spacer-3rem-2.cc-2-on-mobile {
        height: 2rem
    }

    .banner-shape._1 {
        top: -36%;
        left: -37%
    }

    .banner-shape._2,.banner-shape._2a {
        bottom: -16%
    }

    .marquee-text {
        -webkit-text-stroke-width: 1px;
        font-size: 3.5rem
    }

    .star-symbol {
        width: 1.5rem;
        margin-left: 2rem;
        margin-right: 2rem
    }

    .banner-text-wrap-100 {
        width: auto
    }

    .img-parent-one-2 {
        width: 8rem;
        left: 0%
    }

    .img-parent-one-2.cc-v2 {
        width: 6rem
    }

    .img-parent-two-2 {
        width: 7rem;
        left: 5%
    }

    .img-parent-two-2.cc-v2 {
        width: 6rem
    }

    .img-parent-three-3 {
        width: 7rem;
        right: 5%
    }

    .img-parent-three-3.cc-v2 {
        width: 6rem
    }

    .img-parent-four-3 {
        width: 8rem;
        right: 0%
    }

    .img-parent-four-3.cc-v2 {
        width: 6rem
    }

    .cc-grey-center {
        color: var(--gray-400)
    }

    ._3-green {
        display: none;
        top: 6%;
        right: -26%
    }

    ._2a-green {
        bottom: -16%
    }

    .space-bg-desktop {
        max-width: 100%
    }

    .space-banner-text-wrap {
        width: 80%;
        margin-bottom: 3rem
    }

    .space-banner-global-wrap {
        height: 19rem
    }

    .space-bg-mobile {
        width: 100%
    }

    .sticky-lp-cards-section,.sticky-cards-ai-photo-editor-v4 {
        height: 600vh;
        padding-top: 0;
        padding-bottom: 0
    }

    .mobile-menu-collection-list {
        padding-bottom: 5rem
    }

    .md-banner-img.left {
        width: 60%
    }

    .md-img-banner-wrapper {
        padding-top: 0;
        position: relative;
        top: 64px;
        bottom: 0%;
        left: 0%
    }

    .md-img-banner-wrapper.cc-right.cc-hide-tablet,.md-img-decoration-01 {
        display: none
    }

    .md-decoration {
        top: -10px
    }

    .mothers-day-banner {
        padding-top: 0;
        padding-bottom: 0
    }

    .mothers-day-banner.cc-mother-days-bg {
        background-position: 50%;
        height: auto;
        padding-top: 3.125rem;
        padding-bottom: 0;
        display: block
    }

    .md-offer-marqee-desktop-copy.cc-gradient,.md-offer-marqee-desktop-copy.cc-gradient.cc-md-bg {
        display: none
    }

    .md-banner-tablet {
        background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/66376ead372e7f9992ac587b_hero-66376ea3ccdf1.webp);
        background-position: 0 0;
        background-size: cover;
        justify-content: space-between;
        align-items: center;
        padding-left: 2.5rem;
        display: flex
    }

    .md-banner-tablet.cc-hide {
        display: none
    }

    .md-tablet-text-top {
        color: var(--white);
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 1rem;
        font-style: normal
    }

    .image-61 {
        width: 53px
    }

    .feature-benefits-devider {
        height: 11.8rem
    }

    .feature-benefits-container {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        align-items: stretch
    }

    .seo-benefits-cta-banner {
        flex-flow: column
    }

    .seo-benefits-cta-banner-text {
        width: 100%
    }

    .seo-benefits-cta-banner-image {
        background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/6656e643660512aeb645e676_cta-banner-image-mobile.webp);
        background-position: 0 -19px;
        background-size: cover;
        width: 100%;
        height: 10rem;
        margin-right: 0;
        display: block
    }

    .lp-benefits-cta-banner {
        flex-flow: column;
        margin-top: 10rem
    }

    .lp-benefits-cta-banner-image {
        display: none
    }

    .lp-benefits-cta-banner-text {
        width: 100%;
        padding: 3rem
    }

    .lp-benefits-cta-banner-photo {
        background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/6656db6a143766fd32584c9d_lp-cta-banner-image-mobile.webp);
        background-position: 0 38%;
        background-repeat: repeat;
        background-size: cover;
        background-attachment: scroll;
        width: 100%;
        height: 10rem;
        display: block
    }

    .image-63 {
        display: none
    }

    .button-pl-text-arrow {
        padding-right: 0
    }

    .button-text-3.cc-right-margin {
        font-size: 1.1rem
    }

    .side-banner-text-wrap {
        width: auto
    }

    .banner-headline {
        max-width: 20ch
    }

    .side-banner-sticky-wrap {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 2rem;
        padding-left: 0;
        padding-right: 0;
        display: flex
    }

    .blog-side-banner {
        display: none;
        overflow: hidden
    }

    .headline-lg-11 {
        text-align: left;
        font-size: 1.6rem
    }

    .blog-cta-banner-text {
        flex-direction: column;
        align-items: center
    }

    .banner-text-wrap {
        position: relative
    }

    .blog-cta-banner-images {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        overflow: hidden
    }

    .blog-text-banner-wrap {
        flex-direction: column;
        display: flex
    }

    .banner-img._4 {
        width: 6.5rem
    }

    .banner-img._2 {
        width: 5.5rem
    }

    .banner-img._1 {
        width: 6.5rem
    }

    .banner-img._3 {
        width: 5.5rem
    }

    .blog-cta-banner-simple {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .label-sm-6 {
        line-height: 1.3
    }

    .label-sm-6.cc-grey {
        font-size: .9rem
    }

    .headline-lg-12 {
        text-align: left;
        font-size: 1.6rem
    }

    .display-md-5 {
        text-align: left;
        font-size: 3rem
    }

    .display-md-5.cc-center-on-mobile {
        text-align: center
    }

    .container-large {
        max-width: none
    }

    .button-ft {
        display: flex
    }

    .button-ft.a-cta {
        display: inline-flex
    }

    .header-asset {
        max-width: 34rem
    }

    .header-asset.is-img.ratio-device-9-16 {
        max-width: none
    }

    .header_component {
        grid-column-gap: 3.25rem;
        grid-row-gap: 3.25rem;
        grid-template-columns: 1fr;
        grid-auto-flow: row
    }

    .spacer-2rem-20.cc-hide-on-moblie-only,.inner-page-feature-name-wrap {
        display: block
    }

    .header_asset-wrapper {
        padding-top: 0;
        padding-bottom: 0
    }

    .label-md-caps-5 {
        font-size: 1rem
    }

    .par-lg-9 {
        text-align: left
    }

    .par-lg-9.cc-center-on-mobile {
        text-align: center
    }

    .header_content {
        text-align: center;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        width: 90%;
        max-width: none;
        padding-top: 0;
        padding-bottom: 0;
        display: flex
    }

    .features_image-wrapper.cc-right {
        justify-content: center;
        align-items: center
    }

    .rich-text-par {
        font-size: 1.2rem
    }

    .display-sm-7 {
        font-size: 2.7rem
    }

    .blur-right {
        display: none
    }

    .device-image {
        width: 50%;
        height: auto
    }

    .features_component {
        grid-column-gap: 2.5rem;
        grid-row-gap: 2.5rem;
        grid-template-columns: 1fr;
        justify-items: center
    }

    .rich-text-block {
        font-size: 1.2rem
    }

    .how-to-list-item-5.cc-first-item {
        border-top-style: none
    }

    .how-to-list-item-5.cc-last-item {
        border-bottom-style: none
    }

    .feature-row-text-w-6 {
        flex: 1
    }

    .display-sm-8 {
        font-size: 2.7rem
    }

    .ds-grid-9 {
        grid-column-gap: 2.5rem;
        grid-row-gap: 2.5rem;
        grid-template-columns: 1fr;
        justify-items: center
    }

    .ds-grid-9.cc-align-top {
        justify-items: start
    }

    .headline-md-8 {
        font-size: 1.4rem
    }

    .how-to-asset {
        max-width: 34rem
    }

    .how-to-asset.is-video.ratio-device-9-16.cc-device-stroke,.how-to-asset.is-img.ratio-device-9-16.cc-device-stroke {
        width: auto;
        max-width: 25rem
    }

    .step-para {
        font-size: 1.2rem
    }

    .section_how-to {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .howto_wrapper {
        grid-row-gap: 4rem
    }

    .section_features,.section_features.ip-hero {
        padding-top: 0;
        padding-bottom: 0
    }

    .section_features.ip-social.footer-no-padding {
        padding-left: 0;
        padding-right: 0
    }

    .section_features.cc-black-bg {
        padding-top: 0
    }

    .section_features.cc-black-bg.a-location-header.cc-height {
        padding-bottom: 2rem
    }

    .section_features.cc-black-bg.cc-400vh {
        height: 600vh
    }

    .section_features.cc-aquaman-bg {
        background-image: radial-gradient(circle,#0000,#000),url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/655a1a777363595120442cea_aqauman-bg.webp);
        background-position: 0 0,50%;
        background-size: auto,cover;
        padding-top: 0
    }

    .section_features.cc-blog-post-hero {
        padding: 5rem 0 2rem
    }

    .section_features.cc-no-padding-on-mobile,.section_features.cc-no-padding-blog {
        padding-left: 0;
        padding-right: 0
    }

    .section_features.cc-no-padding-blog.cc-1rem-padding {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .section_features.cc-purple-bg {
        padding-top: 0
    }

    .section_features.cc-authhor-page-hero {
        padding: 5rem 0 2rem
    }

    .section_features.cc-affiliate-page.cc-dark {
        display: none
    }

    .section_features.cc-black-purple-4k-generate-bg {
        padding-top: 0
    }

    .main-blur-12.cc-2nd-section-ver1 {
        filter: blur(100px);
        width: 70%;
        padding-top: 70%;
        top: 17%;
        left: -7%;
        right: auto
    }

    .par-lg-10.center-tablet {
        text-align: center
    }

    .how-to-list-item-6.cc-last-item {
        border-bottom-style: none
    }

    .how-to-list-item-6.cc-first-item {
        border-top-style: none
    }

    .feature-row-text-w-7 {
        flex: 1
    }

    .headline-md-9.cc-black-text,.headline-md-10 {
        font-size: 1.4rem
    }

    .ds-container-21._66-rem {
        width: 90%
    }

    .section_how-to-2 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .label-md-caps-6 {
        margin-left: auto;
        margin-right: auto
    }

    .section_features-2 {
        padding-top: 0;
        padding-bottom: 0
    }

    .display-md-6 {
        text-align: left;
        font-size: 3rem
    }

    .display-md-6.cc-center-on-mobile {
        text-align: center
    }

    .par-md-18 {
        text-align: left
    }

    .ds-section-15 {
        padding-top: 0;
        padding-bottom: 0
    }

    .spacer-1rem-5 {
        display: block
    }

    .ds-container-22.cc-hidden-overflow {
        width: 90%
    }

    .display-xs-2 {
        font-size: 2.5rem
    }

    .display-xs-2.cc-black-text.cc-center.cc-22ch {
        max-width: 22ch;
        margin-left: auto;
        margin-right: auto
    }

    .steps-line {
        width: 14rem
    }

    .par-md-19 {
        font-size: 1.2rem
    }

    .par-md-19.cc-always-center.cc-steps-description {
        font-size: 1.1rem;
        line-height: 1.2
    }

    .ds-section-16 {
        overflow: hidden
    }

    .steps-benefits-container {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        align-items: stretch
    }

    .headline-lg-13 {
        text-align: left
    }

    .steps-line-2 {
        width: 14rem
    }
}

@media screen and (max-width: 767px) {
    .lp-hero-h {
        max-width:16ch;
        font-size: 3rem;
        line-height: 1
    }

    .free-trail-label.cc-grey {
        font-size: 1.1em
    }

    .cta-wrap.cc-aligh-left {
        display: block
    }

    .social-links-wrap {
        margin-top: 1em;
        margin-bottom: 0
    }

    .main-container {
        width: 100%
    }

    .app-logo-wrap-lp {
        max-width: 10em
    }

    .footer-links-wrap {
        margin-top: 1em;
        margin-bottom: 2em
    }

    .footer-link.cc-lp {
        padding-top: .5em;
        padding-bottom: .5em
    }

    .main-footer {
        height: auto;
        padding-top: 2em
    }

    .main-footer.cc-lp {
        padding-top: 2em;
        padding-bottom: 3em
    }

    .main-section.cc-t2i-main {
        padding-bottom: 10em
    }

    .main-section.cc-full-w {
        padding-top: 8em;
        padding-bottom: 8em
    }

    .main-section.cc-t2i-v2-main {
        padding-bottom: 10em
    }

    .main-section.cc-rbg-hero.a-location-header {
        justify-content: flex-start;
        align-items: center
    }

    .main-section.cc-min-100vh.cc-welcome {
        padding-top: 6em;
        padding-bottom: 6em
    }

    .btn-primary.cc-generate {
        width: 100%;
        font-size: 1em
    }

    .btn-primary.cc-large {
        text-align: center;
        width: auto;
        font-size: 1.25em
    }

    .btn-primary.cc-404 {
        font-size: 2.5em
    }

    .btn-primary.cc-blink {
        margin-top: .5rem;
        margin-bottom: 1rem
    }

    .btn-primary.cc-after-attempts {
        margin-top: .5em;
        margin-bottom: 1em
    }

    .buttons-wrap {
        flex-direction: column;
        align-items: flex-start
    }

    .new-p-reg {
        font-size: 2.5em;
        line-height: 1.4em
    }

    .new-stats-ttl {
        margin-top: 0;
        margin-bottom: 0
    }

    .image-24 {
        margin-bottom: 1em
    }

    .stats-wrapper {
        grid-template-rows: 1fr 1fr
    }

    .stats-text {
        margin-top: 1em
    }

    .stats-all-wrapper {
        grid-column-gap: 4em;
        grid-row-gap: 4em;
        grid-template-columns: 1fr;
        align-content: space-between;
        align-items: stretch;
        max-width: none;
        padding-left: 1em;
        padding-right: 1em
    }

    .rating-new {
        text-align: center;
        justify-content: space-around;
        align-items: center;
        height: auto;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        padding: 6em 0;
        display: flex
    }

    .testimonials-new {
        margin-bottom: 0;
        padding-top: 3em;
        padding-bottom: 3em
    }

    .links-wrap {
        justify-content: center;
        margin-left: 0;
        padding-bottom: 0;
        font-size: 1.5em
    }

    .app-store-badge {
        max-width: none;
        margin-bottom: 2em
    }

    .cc-heading-footer {
        max-width: 22ch;
        margin-top: 1em;
        font-size: 2rem
    }

    .footer-badges-col {
        flex-direction: column-reverse;
        justify-content: flex-end;
        align-items: center;
        margin-top: 3em;
        margin-bottom: 3em;
        padding-bottom: 0;
        font-size: 2vw
    }

    .footer {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        display: flex
    }

    .footer.cc-lp {
        padding-top: 1em
    }

    .socialicon-2 {
        width: 3em;
        height: 3em;
        margin-left: .5em;
        margin-right: .5em
    }

    .socialicon-2.tt {
        width: 3em;
        height: 3em
    }

    .socialicon-2.tt.lp-mobile-icon {
        width: 4em;
        height: 4em
    }

    .socialicon-2.yt {
        width: 3em;
        height: 3em
    }

    .socialicon-2.yt.lp-mobile-icon {
        width: 4em;
        height: 4em
    }

    .socialicon-2.tw {
        width: 3em;
        height: 3em
    }

    .socialicon-2.tw.lp-mobile-icon {
        width: 4em;
        height: 4em
    }

    .socialicon-2.ig {
        width: 3em;
        height: 3em
    }

    .socialicon-2.ig.lp-mobile-icon,.socialicon-2.lp-mobile-icon {
        width: 4em;
        height: 4em
    }

    .socialicons-wrapper {
        justify-content: space-between;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto
    }

    .cookie-content {
        align-items: flex-start
    }

    .cookie-content.bottom-banner-content {
        align-items: center
    }

    .no-margin.white-text.max-700 {
        width: 95%
    }

    .main-header {
        margin-bottom: 0
    }

    .main-header.a-location-menu.position-fixed {
        padding-top: .7rem;
        padding-bottom: .7rem
    }

    .nav-container {
        height: 6em
    }

    .nav-container.cc-w-marqee {
        padding-left: 1.5em;
        padding-right: 1.5em
    }

    .logo-link {
        width: 9.5rem
    }

    .logo-link.w--current {
        width: 9rem
    }

    .imgs {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .img-section-heading-wrapper {
        width: 100%;
        margin-bottom: 19px;
        font-size: 1.2vw
    }

    .img-section-heading {
        text-align: center;
        width: 100%;
        margin-left: 0;
        padding-right: 0;
        font-size: 6em
    }

    .gallery-wrapper {
        display: none
    }

    .slider-wrapper {
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0
    }

    .left-arrow-2 {
        height: 44px;
        display: none
    }

    .right-arrow-2 {
        display: none
    }

    .slider-2 {
        background-color: #ddd0;
        width: 100%
    }

    .image-33 {
        max-width: 100%
    }

    .slide-nav-2 {
        font-size: 2vw
    }

    .image-34 {
        padding-bottom: 0
    }

    .div-block-26 {
        flex-direction: column;
        align-items: center;
        display: flex
    }

    .copyright-4 {
        flex-direction: row-reverse;
        align-items: center;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto
    }

    .paragraph-13 {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 1em
    }

    .shape-02 {
        z-index: -10;
        background-image: linear-gradient(90deg,#252525,#9870ff99);
        width: 12em;
        height: 12em
    }

    .testemonial-text {
        font-size: 20px
    }

    .left-errow-icon {
        position: relative
    }

    .footer-text-link {
        font-size: 1.25em
    }

    .links-wrap-2 {
        justify-content: center;
        align-items: center
    }

    .paragraph-14 {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 1.25em
    }

    .th-h {
        font-size: 1.5em
    }

    .right-arrow-3 {
        justify-content: center;
        margin-top: 285px;
        inset: 10px 0% 0% 15%
    }

    .table-data-text {
        font-size: 1.125em
    }

    .slider-3 {
        margin-bottom: 62px;
        display: flex;
        overflow: visible
    }

    .main-h {
        font-size: 3em
    }

    .new-stats-ttl-2 {
        margin-bottom: 0;
        font-size: 1.5rem;
        line-height: 2.5rem
    }

    .mask-2 {
        text-align: left;
        width: auto;
        margin-left: 0;
        margin-right: 0;
        position: relative;
        left: auto
    }

    .section-icon {
        width: 30px;
        padding-bottom: 20px
    }

    .comparison-table {
        grid-row-gap: 0px;
        padding: 0;
        position: relative;
        overflow: auto
    }

    .testi-section {
        padding-left: 25px;
        padding-right: 25px;
        overflow: hidden
    }

    .grid-cell.cc-flev-l-c-lp.cc-cta-sec {
        align-items: center;
        padding-top: 1em
    }

    .grid-cell.cc-flev-l-c-lp.cc-cta-sec.hp-banner {
        padding-top: 4em
    }

    .grid-cell.cc-rbg-cta-banner {
        margin-top: 0;
        padding-top: 0
    }

    .grid-cell.cc-center-mobile {
        text-align: center;
        flex-direction: column;
        align-items: center;
        display: flex
    }

    .image-36 {
        margin-bottom: .25em
    }

    .vl-logo-symbol {
        width: 15%
    }

    .title-box {
        padding-top: 40px
    }

    .new-p-reg-2 {
        font-size: 1.4em;
        line-height: 1.4em
    }

    .new-p-reg-2.cc-red {
        justify-content: center;
        align-items: flex-start;
        margin-top: 0;
        font-size: 1.3em;
        line-height: 1.1em;
        display: flex
    }

    .slide {
        padding-left: 0;
        padding-right: 0
    }

    .stats-wrapper-2 {
        grid-row-gap: 2em;
        grid-template-rows: 1fr 1fr;
        padding-left: 0;
        padding-right: 0
    }

    .footer-badges-col-2 {
        flex-direction: column-reverse;
        align-items: center;
        margin-bottom: 20px
    }

    .slider-mask,.slider-mask.cc-rmg {
        overflow: hidden
    }

    .stats-all-wrapper-2 {
        grid-column-gap: 1em;
        max-width: none;
        padding-left: 1em;
        padding-right: 1em
    }

    .lp-cta-sec {
        background-image: repeating-linear-gradient(90deg,#7254bd,#2c2853);
        flex-direction: column
    }

    .rating-new-2 {
        text-align: center;
        justify-content: space-around;
        align-items: center;
        height: auto;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        padding: 8em 0;
        display: flex
    }

    .banner-text {
        text-align: center;
        max-width: none;
        margin-bottom: 1em;
        line-height: 1.2
    }

    .copyright-5 {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto
    }

    .grid-base {
        grid-template-columns: 1fr;
        justify-items: center
    }

    .grid-base.cc-t2i-hero,.grid-base.cc-even {
        grid-template-columns: 1fr
    }

    .grid-base.cc-rbg {
        grid-column-gap: 5vw;
        grid-row-gap: 5vw;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        display: grid
    }

    .left-arrow-3 {
        justify-content: center;
        margin-top: 285px;
        inset: 10px 15% 0% 0%
    }

    .grid-base-2 {
        grid-template-columns: 1fr;
        margin-bottom: 6em
    }

    .features-section {
        padding-bottom: 0
    }

    .hero-bg-image--lp {
        align-items: center
    }

    .shape-hero {
        z-index: -10;
        background-image: linear-gradient(90deg,#2d2d2d,#6d46d380 80%,#7e4cff99);
        padding-top: 40%
    }

    .big-h {
        font-size: 4em
    }

    .cta-img {
        align-self: flex-end
    }

    .slide-img {
        min-width: 12em
    }

    .slide-img._001,.slide-img.rbg-001 {
        left: 5%
    }

    .footergif {
        width: 5rem
    }

    .app-store-img {
        margin: 0 0 0;
        padding-top: 0
    }

    .quote-text {
        font-size: 1.75em;
        line-height: 1.4em
    }

    .quote-text.cc-hp {
        font-size: 1.3rem
    }

    .slide-content {
        font-size: 2vw
    }

    .made-with,.made-with-counter {
        bottom: -52%
    }

    .features-ul {
        margin-top: 0;
        margin-bottom: 0
    }

    .mock-vid-2 {
        width: 50%;
        padding-top: 88.5%
    }

    .mock-vid-2.cc-reverse {
        left: auto;
        right: -4em
    }

    .listicon {
        padding-top: .5em
    }

    .feature-li {
        margin-top: 2em;
        margin-bottom: 2em
    }

    .fixed-bg-2 {
        background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/630b5154ef12211ca0688ec7_Group%202391.png),linear-gradient(#0000,#0000);
        background-position: 50%,0 0;
        background-repeat: no-repeat,repeat;
        background-size: cover,auto;
        background-attachment: fixed,scroll;
        justify-content: flex-start;
        height: auto;
        padding-top: 72%
    }

    .fixed-bg-2.cc-reverse.bg-2 {
        background-image: linear-gradient(#0000,#0000),url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/630b5519b001262640d75055_features-bg-2%201.png);
        background-position: 0 0,100%;
        background-repeat: repeat,no-repeat;
        background-size: auto,cover;
        background-attachment: scroll,fixed
    }

    .fixed-bg-2.bg-3 {
        background-image: linear-gradient(#0000,#0000),url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/630b5154ef12211ca0688ec7_Group%202391.png);
        background-position: 0 0,50%
    }

    .fixed-bg-2.bg-1 {
        background-image: linear-gradient(#0000,#0000),url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/630b7466463af528f875ec53_bg-features-01.png);
        background-position: 0 0,50%;
        background-repeat: repeat,no-repeat;
        background-size: auto,contain;
        background-attachment: scroll,fixed;
        justify-content: flex-start
    }

    .div-block-28 {
        padding-top: 3em
    }

    .badge-wrapper {
        display: block
    }

    .main-blur.cc-slider-001,.main-blur.cc-slider-002,.main-blur.cc-slider-001 {
        width: 50%;
        padding-top: 50%
    }

    .main-blur.cc-slider-00123 {
        width: 35%;
        padding-top: 35%
    }

    .main-blur.cc-wel-001 {
        background-color: #9870ffe8
    }

    .main-blur.cc-rbg-hero-001 {
        opacity: 1;
        left: -4%
    }

    .main-blur.cc-rbg-hero-001.cc-pink {
        opacity: 1;
        bottom: 40%
    }

    .main-blur.cc-light {
        z-index: auto;
        filter: blur(40px);
        width: 60%;
        padding-top: 60%;
        display: none;
        top: 23%;
        right: 23%
    }

    .main-blur.cc-tti-btn {
        width: 100%;
        height: 14em
    }

    .main-blur.cc-2nd-section-ver1 {
        filter: blur(100px);
        width: 70%;
        padding-top: 70%;
        top: 24%
    }

    .main-blur.cc-2nd-section-ver1.cc-desktop {
        top: 40%
    }

    .main-blur.cc-2nd-section-ver2 {
        opacity: .7;
        filter: blur(100px);
        opacity: .7;
        opacity: 1;
        width: 70%;
        padding-top: 70%;
        top: 38%
    }

    .main-blur.purple-hero-upd {
        opacity: .77;
        top: 30%;
        bottom: auto
    }

    .main-blur.cc-slider-004 {
        width: 50%;
        padding-top: 50%
    }

    .t2i-hero-h.cc-smaller {
        font-size: 3em
    }

    .t2i-hero-h.cc-center-mobile,.t2i-hero-sub.cc-center-mobile,.t2i-sec-h {
        text-align: center
    }

    .t2i-sec-h.cc-cta-h {
        font-size: 2em
    }

    .t2i-sec-h.cc-cta-h.cc-bm {
        max-width: 90%;
        font-size: 2rem
    }

    .t2i-sec-h.t2i-v2-h.cc-center-mobile {
        text-align: center
    }

    .t2i-par {
        text-align: center;
        margin-bottom: 1.75em
    }

    .form {
        align-items: center;
        max-width: none;
        font-size: 16px
    }

    .ai-text {
        min-height: 8em;
        font-size: 1em
    }

    .ai-disclaimer {
        max-width: none;
        font-size: .925em
    }

    .ai-btn-wrap {
        width: 100%
    }

    .generated-img-wrap {
        width: 70%;
        margin-bottom: 2.5em
    }

    .div-block-26-copy {
        flex-direction: column;
        align-items: center;
        display: flex
    }

    .vid-ph {
        width: 60%;
        padding-top: 76%
    }

    .genetaror-form {
        width: 100%
    }

    .generate-section {
        padding-top: 10em;
        padding-bottom: 8em
    }

    .store-badge-link {
        min-width: auto;
        max-width: none
    }

    .stores-wrap.cc-footer {
        margin-bottom: 0;
        display: block
    }

    .error-message {
        text-align: center;
        font-size: 1em
    }

    .section-after-generate.cc-zero-att,.section-after-generate.cc-rbg {
        min-height: auto;
        padding-top: 20em;
        padding-bottom: 20em
    }

    .blog-category-tab {
        white-space: nowrap;
        margin-left: .5em;
        padding-left: 1.5em;
        padding-right: 1.5em
    }

    .search-input {
        height: 3.5em;
        font-size: 16px
    }

    .search-btn {
        right: .75em
    }

    .categories-wrapper2 {
        flex-flow: row
    }

    .footer-links-wrapper {
        width: 95%
    }

    .pl-copy-c {
        margin-top: 0;
        margin-bottom: 0
    }

    .footer-logo {
        padding-bottom: 0
    }

    .share-btn.fb,.share-btn.em,.share-btn.pt,.share-btn.tw {
        width: 3.5em;
        height: 3.5em
    }

    .main-header-hlwn {
        margin-bottom: 0
    }

    .background-video {
        width: 210px;
        max-height: none
    }

    .video-logo-wrapper {
        width: auto;
        height: auto
    }

    .mock-vid-3 {
        width: 50%;
        padding-top: 88.5%
    }

    .nav-menu-tar {
        right: 0%;
        overflow: auto
    }

    .menu-item,.menu-item.w--current,.menu-item.cc-dropdown {
        font-size: 1.3rem
    }

    .menu-item.cc-in-dropdown {
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-size: 1.2rem
    }

    .white-blur {
        display: none
    }

    .sticky-parent.grad {
        height: auto
    }

    .splash-one {
        bottom: -7rem
    }

    .splash-one.cc-scenes {
        left: auto;
        right: auto
    }

    .max-width-one {
        font-size: 3rem
    }

    .container {
        padding: 6em 0 4em
    }

    .container.sm-pad-btm {
        padding: 7em 0
    }

    .container.sm-pad-top {
        padding-left: 0;
        padding-right: 0
    }

    .container.size {
        height: 58rem
    }

    .container.size.a-location-bottom {
        width: auto;
        height: 48rem
    }

    .container.sm-pad-top {
        margin-top: 12em;
        margin-bottom: 2em;
        padding: 0
    }

    .container.no-pad-top {
        width: 80%;
        padding-bottom: 4rem
    }

    .container.no-pad-top.a-location-social-proof-app-rating {
        margin-bottom: 4rem;
        padding-bottom: 0
    }

    .video-height {
        max-width: 460px;
        height: 700px
    }

    .header-wrap {
        height: 1700px
    }

    .hero-width {
        max-width: 460px
    }

    .hero-width.cc-scenes {
        align-items: center
    }

    .card-par.cc-white {
        max-width: none
    }

    .img-parent-two {
        bottom: 10%;
        left: 8%
    }

    .line,.dash-line-one {
        display: none
    }

    .img-parent-three {
        bottom: 15%;
        right: 7%
    }

    .scroll-side {
        grid-row-gap: 30px;
        flex-direction: column;
        width: 100%;
        position: relative
    }

    .sticky-child {
        border-bottom-right-radius: 80px
    }

    .sticky-child.flex-pad {
        overflow: visible
    }

    .card-three,.card-one {
        height: 700px;
        position: relative
    }

    .img-parent-one {
        width: 8rem;
        height: 12rem;
        left: 0%
    }

    .img-parent-four {
        top: -6%
    }

    .dash-line-four {
        display: none
    }

    .text-width-two {
        max-width: 27rem
    }

    .card-hold {
        width: 80%;
        max-width: 440px
    }

    .card-parent {
        width: 80%;
        padding: 3.4rem 2.6rem 2.6rem
    }

    .scroll-section {
        padding: 0
    }

    .header-content {
        width: 80%
    }

    .card-two {
        height: 700px;
        position: relative
    }

    .footer-column-name {
        border-top: 1px solid #474747;
        padding-bottom: 0
    }

    .rbg-sub {
        text-align: center;
        max-width: none
    }

    .rbg-wrap.cc-scenes-lp {
        width: 70%
    }

    .main-container-3.cc-rbg {
        width: 90%
    }

    .main-container-3.cc-90 {
        width: auto
    }

    .rbg-hero-h {
        text-align: center;
        font-size: 2.5rem
    }

    .rbg-hero-h.cc-larger {
        font-size: 2.75em
    }

    .rbg-btn-wrap.cc-v2 {
        grid-template-columns: auto 1fr
    }

    .rbg-btn-wrap.cc-prf {
        margin-left: auto;
        margin-right: auto
    }

    .rbg-tabs {
        height: 70vw
    }

    .rbg-sec-h {
        text-align: left
    }

    .rbg-sec-h.cc-text-center {
        font-size: 2.5em
    }

    .grid-rbg-feature {
        grid-template-columns: 1fr
    }

    .rbg-step {
        align-self: flex-start
    }

    .big-h-upper,.big-h-upper.cc-stroke {
        font-size: 3rem
    }

    .features-section-new {
        padding-bottom: 0
    }

    .hp-title {
        text-align: center;
        margin-bottom: 1.5em
    }

    .grid-base-4 {
        grid-template-columns: 1fr;
        justify-items: center
    }

    .image-40 {
        padding-bottom: 0
    }

    .new-stats-ttl-3 {
        margin-top: 0;
        margin-bottom: 0
    }

    .rbg-vid {
        width: 80%;
        padding-top: 145%
    }

    .main-sub {
        text-align: center;
        max-width: none
    }

    .text-width-three {
        font-size: 1.4em
    }

    .text-width-three.m-txt {
        font-size: 1.5em;
        line-height: 1.2em
    }

    .white-blur-2 {
        display: none
    }

    .align-c-2 {
        max-width: 14ch;
        margin-left: auto;
        margin-right: auto;
        font-size: 3rem
    }

    .align-c-2.cc-20ch {
        max-width: 20ch
    }

    .circle-pop-2.cc-low {
        height: 30rem
    }

    .stat-parent-2 {
        min-height: 160px
    }

    .align-left {
        max-width: 14ch;
        margin-left: 0;
        margin-right: auto;
        font-size: 3rem
    }

    .header-wrap-2 {
        height: 1700px
    }

    .header-wrap-2.cc-180vh {
        height: auto;
        min-height: 200vh
    }

    .img-parent-three-2 {
        bottom: 15%;
        right: 7%
    }

    .img-parent-four-2 {
        top: -3%
    }

    .max-width-one-2 {
        font-size: 4.2rem
    }

    .max-width-one-2.cc-scenes-h1 {
        font-size: 3rem
    }

    .max-width-one-2.cc-scenes-h1.cc-center-mobile {
        text-align: center;
        font-size: 2.5rem
    }

    .line-2 {
        display: none
    }

    .line-2.cc-flip {
        width: 8rem;
        display: block;
        bottom: -3rem;
        right: -10em
    }

    .rbg-tabs-v2 {
        height: 70vw
    }

    .rbg-popup-card {
        width: 100%;
        padding: 4em 2em 2em
    }

    .rbg-hero-h-2 {
        text-align: center;
        font-size: 2.5em
    }

    .rbg-hero-h-2.cc-black.cc-smaller {
        font-size: 2em
    }

    .btn-primary-2.cc-popup {
        width: 100%
    }

    .rbg-sub-2 {
        text-align: center;
        max-width: none
    }

    .de-h1 {
        font-size: 2.5rem
    }

    .de-h1.cc-center {
        width: 90%
    }

    .de-h1.cc-center.cc-black.cc-50 {
        width: 80%;
        line-height: 1.1
    }

    .de-h1.cc-black {
        font-weight: 700
    }

    .de-h1.cc-center-mobile {
        width: 80%
    }

    .de-intro.cc-black.cc-center-mobile {
        line-height: 1.2
    }

    .main-container-5.cc-1260 {
        height: auto
    }

    .tab-pane-2 {
        padding-left: 2em;
        padding-right: 2em
    }

    ._3steps-section {
        height: auto;
        padding-top: 10em;
        padding-bottom: 10em
    }

    .ds-auto-tabs {
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        height: auto
    }

    .tab-step {
        margin-right: 0;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .tab-text {
        display: none
    }

    .tab-text.cc-desktop-pane {
        padding-top: .75em;
        padding-bottom: .75em;
        line-height: 1.3em;
        display: block
    }

    .tab-text.cc-desktop-pane.cc-black {
        color: var(--brand-black);
        max-width: 360px;
        margin-left: auto;
        margin-right: auto
    }

    .tab-text.cc-desktop-pane {
        padding-top: .75em;
        padding-bottom: .75em;
        font-size: 1.7em;
        line-height: 1.3em;
        display: block
    }

    .tab-text-box {
        border-bottom-style: solid;
        flex: none;
        order: 0;
        justify-content: flex-start;
        align-self: auto;
        padding: 1.5rem 1rem
    }

    .tab-text-box.w--current {
        border-bottom-style: solid
    }

    .tab-text-box.cc-last {
        border-bottom-style: solid;
        flex: none
    }

    .tab-text-box.cc-black {
        text-align: center;
        border-bottom-color: #4b38a133;
        padding: 1.3rem .75rem
    }

    .tab-text-box.cc-black.w--current {
        flex-direction: column;
        justify-content: center;
        padding-left: .75rem;
        padding-right: .75rem
    }

    .tabs-list {
        flex-direction: row;
        width: 80%;
        height: auto;
        padding-left: 1.5em;
        padding-right: 1.5em
    }

    .tabs-content-2 {
        width: 90%;
        height: auto;
        margin-left: 0
    }

    .sale-banner-bg {
        background-image: repeating-linear-gradient(90deg,#7254bd,#2c2853);
        flex-direction: column
    }

    .de-h1-2 {
        display: none
    }

    .de-h1-2.cc-mobile {
        font-size: 3em;
        display: flex
    }

    .background-video-4 {
        height: auto
    }

    .div-block-63 {
        padding-right: 0%
    }

    .div-block-64 {
        justify-content: flex-end
    }

    .image-46 {
        max-width: 5.5em
    }

    .merge-slider {
        width: auto
    }

    .dropdown_list {
        display: none;
        overflow: auto
    }

    .hero-vid-cell {
        width: 130%;
        max-width: 36rem
    }

    .feature-h {
        max-width: none;
        margin-left: 0;
        font-size: 3rem
    }

    .bg-vid-width {
        width: 70%
    }

    .base-grid {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem
    }

    .base-grid.cc-margin-t-b {
        margin-bottom: 8rem
    }

    .display-lg {
        font-size: 2.5rem
    }

    .ds-paragraph.large {
        font-size: 1.25rem
    }

    .ds-grid {
        width: auto
    }

    .ds-grid.faq-top,.ds-grid._1-125fr {
        width: 100%
    }

    .ds-grid.cc-contact-page {
        letter-spacing: normal;
        flex-direction: column;
        width: 100%;
        display: flex
    }

    .max-width-85 {
        width: 100%
    }

    .ds-container {
        width: 90%
    }

    .ds-container._66-rem {
        width: auto
    }

    .ds-container._66-rem.cc-footer-banner.cc-28rem {
        height: 28rem
    }

    .ds-container.cc-w-images {
        padding-top: 10rem;
        padding-bottom: 10rem
    }

    .ds-container.cc-70.cc-90-mobile {
        width: 100%;
        max-width: none
    }

    .ds-container.cc-flex {
        width: auto;
        max-width: none
    }

    .ds-container.cc-contact {
        overflow: visible
    }

    .ds-container.cc-100-blog {
        width: 100%
    }

    .ds-container.cc-100-blog.cc-top-margin {
        margin-top: -7rem
    }

    .ds-container.cc-blog-post-wrap {
        width: auto
    }

    .ds-container.cc-breadcrumbs {
        justify-content: flex-start;
        width: auto;
        max-width: none
    }

    .ds-container.cc-center.cc-lp {
        width: 100%
    }

    .ds-container.cc-lp-ai-photo-editor {
        align-items: center;
        width: 100%;
        max-width: none
    }

    .max-width-65 {
        width: 50%
    }

    .btn-arrow-right {
        bottom: 1.125em
    }

    .how-to-list-item.cc-first {
        border-top-style: none
    }

    .stat-parent-3 {
        border-bottom-style: none;
        min-height: 160px
    }

    .stat-parent-3.one {
        border-top-width: 1px;
        border-bottom-style: solid;
        border-bottom-width: 1px
    }

    .stat-parent-3.three {
        border-top-width: 1px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        min-height: auto;
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .stat-parent-3.two {
        border-top-style: none;
        border-top-width: 1px;
        border-bottom-style: none;
        border-bottom-width: 1px
    }

    .stat-parent-3.one {
        border-top-width: 1px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        min-height: auto;
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .stat-parent-3.two {
        border-top-style: none;
        border-top-width: 1px;
        border-bottom-style: none;
        border-bottom-width: 1px;
        min-height: auto
    }

    .display-sm.cc-black-text.cc-140-margin-right,.display-sm.cc-center,.display-sm.cc-always-center {
        text-align: center
    }

    .spacer-2rem.cc-1-on-mobile {
        height: 2rem
    }

    .footer-column-name-2 {
        border-top: 1px solid #474747;
        padding-top: 1.5em;
        padding-bottom: .375em
    }

    .label-sm {
        line-height: 1.8
    }

    .paragraph {
        display: block;
        overflow: visible
    }

    .paragraph.cc-tab-text {
        display: none
    }

    .paragraph.cc-white.cc-tabs-mobile {
        width: 90%;
        margin: 1rem auto 1.5rem;
        display: block
    }

    .paragraph.cc-white.cc-tabs-mobile.cc-black {
        color: var(--black)
    }

    .ds-section.ip-hero {
        padding-top: 0;
        padding-bottom: 0
    }

    .ds-section.ip-hero.cc-lp-ai-photo-editor {
        width: 100vw
    }

    .ds-section.cc-aquaman-bg {
        background-image: radial-gradient(circle,#0000,#000),url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/655a1a777363595120442cea_aqauman-bg.webp);
        background-position: 0 0,50%;
        background-size: auto,cover
    }

    .ds-section.cc-light-purple.cc-no-padding {
        padding-left: 2rem
    }

    .ds-section.cc-no-padding-blog {
        padding-left: 0;
        padding-right: 0
    }

    .spacer-1rem {
        margin-left: auto;
        margin-right: auto;
        display: block
    }

    .spacer-1rem.cc-05-on-mobile {
        height: .5rem
    }

    .grid-cell-pe-left {
        text-align: center;
        align-items: center
    }

    .grid-cell-pe-left.cc-center.cc-80 {
        margin-left: auto;
        margin-right: auto
    }

    .spacer-5rem.cc-3-on-mobile {
        height: 4rem
    }

    .spacer-5rem.cc-2-on-mobile {
        height: 3rem
    }

    ._3-col-grid-3 {
        grid-row-gap: 0rem
    }

    ._3-col-grid-3.fade-up.cc-affilitate-page {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem
    }

    .ds-colour-block {
        width: 25%
    }

    .spacer {
        height: 32px
    }

    .spacer-4rem.cc-to2rem-on-mobile {
        width: 2rem;
        height: 2rem
    }

    .spacer-4rem.cc-2-on-mobile {
        height: 2rem
    }

    .spacer-4rem.cc-to3rem-on-mobile {
        width: 2rem;
        height: 2rem
    }

    .spacer-4rem.cc-2rem-on-mobile {
        height: 2rem
    }

    .spacer-14rem {
        height: 8rem
    }

    .spacer-14rem.cc-7-on-mobile {
        height: 7rem
    }

    .column.desk-6,.column.desk-4,.column.desk-5 {
        width: 100%
    }

    ._12-columns {
        flex-wrap: wrap
    }

    .sg-section {
        padding-left: 30px;
        padding-right: 30px
    }

    .spacer-10rem.cc-8-on-mobile {
        height: 8rem
    }

    .spacer-10rem.cc-8-on-mobile.cc-hide-on-mobile {
        display: none
    }

    .spacer-10rem.cc-6-on-mobile.cc-hide-on-mobile {
        display: none
    }

    .spacer-10rem.cc-5-on-mobile {
        height: 5rem
    }

    .spacer-10rem.cc-6-on-mobile {
        height: 6rem
    }

    .spacer-10rem.cc-5-on-mobile-2,.spacer-10rem.cc-5-on-mobile,.spacer-10rem.cc-5-on-mobile,.spacer-10rem.cc-5-on-mobile,.spacer-10rem.cc-5-on-mobile,.spacer-10rem.cc-5-on-mobile,.spacer-10rem.cc-5-on-mobile,.spacer-10rem.cc-5-on-mobile {
        height: 5rem
    }

    .spacer-12rem.cc-8-on-mobile {
        height: 8rem
    }

    .ds-image-wrap.cc-85 {
        width: 100%
    }

    .ds-image-wrap.cc-60 {
        width: 80%
    }

    .ds-image-wrap.cc-device-65 {
        width: 70%
    }

    .display-xs {
        font-size: 2rem
    }

    .display-xs.cc-center.cc-lp-ai-photo-editing {
        margin-bottom: 3rem
    }

    .button-pl-small {
        padding: .9rem 1.3rem
    }

    .logo-pl {
        max-width: none
    }

    .ds-3steps-section {
        height: auto
    }

    .ds-tabs-step-wrap {
        align-self: center;
        margin-left: 1.5rem;
        margin-right: 1.5rem
    }

    .ds-tabs-step-wrap.cc-mobile {
        margin-left: 1.5rem;
        margin-right: 1.5rem
    }

    .display-md {
        font-size: 2.5rem
    }

    .par-xs.cc-brown-italic.cc-md {
        font-family: Brown,sans-serif
    }

    .ds-video-wrap.cc-pl-gradient.cc-18rem {
        width: 22rem
    }

    .ds-video-wrap.cc-grey-neutral {
        width: 60%
    }

    .ds-video-wrap.cc-grey-neutral.cc-60 {
        width: 70%
    }

    .ds-video-wrap.cc-grey-neutral.cc-50 {
        width: 80%
    }

    .ds-video-wrap._3d-device-frame.cc-55 {
        width: 70%
    }

    .ds-video-wrap._3d-device-frame.cc-60 {
        width: 75%
    }

    .ds-video-wrap.cc-80.cc-90-on-mobile {
        width: 90%
    }

    .ds-video-wrap.cc-85 {
        width: 100%
    }

    .display-xxl {
        font-size: 2.5rem;
        line-height: 1
    }

    .grid-2 {
        grid-template-columns: 1fr 1fr;
        margin-left: 0
    }

    .grid-2.desk-2.tab-2 {
        grid-template-columns: 1fr
    }

    .grid-2.desk-4.tab-4,.grid-2.desk-3.tab-3 {
        grid-template-columns: 1fr 1fr
    }

    .par-sm.cc-black-text.feature-description {
        font-size: 1rem;
        line-height: 1.2
    }

    .par-sm.cc-black-text.cc-post-description {
        font-size: 1.1rem
    }

    .display-xl {
        font-size: 2.75rem
    }

    .social-links-wrap-2 {
        margin-top: 0;
        margin-bottom: 0
    }

    .ds-video-base.ratio-4-5.cc-corner-2-2 {
        align-self: auto
    }

    ._2-1-grid,._1-2-grid {
        grid-template-columns: 2fr;
        margin-left: 0
    }

    .social-link-footer {
        width: 3.5em;
        height: 3.5em
    }

    .sg-menu {
        background-color: #fff
    }

    .paragraph-18 {
        font-size: 1.1rem
    }

    .par-md.cc-always-center {
        text-align: center
    }

    .par-md.cc-always-center.cc-45.car-back-text {
        color: var(--black);
        width: 90%
    }

    .par-md.cc-always-center.cc-80 {
        width: 90%
    }

    .par-md.cc-blog-category-descr {
        width: 80%
    }

    .par-lg.cc-center {
        font-size: 1.3rem
    }

    .par-lg.cc-center.cc-45ch {
        width: 80%
    }

    .par-lg.cc-black-text.cc-center.cc-34ch {
        max-width: 29ch
    }

    .sg-menu-brand.w--current {
        margin-top: 14px
    }

    .ds-store-badge-link {
        min-width: auto;
        max-width: none
    }

    .button-pl-navbar {
        font-size: 1rem
    }

    .spacer-16rem.cc-8-on-mobile.cc-hide {
        display: none
    }

    .spacer-16rem.cc-6-on-mobile {
        height: 8rem
    }

    .spacer-16rem.cc-8-on-mobile {
        height: 10rem
    }

    .accordion-item-rem {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0
    }

    .accordion-item-content {
        margin-right: 0
    }

    .spacer-1rem-4._0-7-on-mobile {
        height: .7rem
    }

    .spacer-1rem-4._0-5-on-mobile {
        height: .5rem
    }

    .main-btn-wrap.cc-m-b,.main-btn-wrap.cc-align-center,.main-btn-wrap.cc-m-b,.main-btn-wrap.cc-m-b,.main-btn-wrap.cc-m-b {
        text-align: center;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto
    }

    .lottie-animation {
        top: 47%;
        left: 25%
    }

    .lottie-animation.cc-lottie-background {
        top: 44%;
        left: 76%
    }

    .lottie-animation.cc-lottie-background.cc-absolute.cc-rotate.cc-tablet {
        width: 13em;
        top: 64%;
        left: 2%
    }

    .lottie-animation.cc-lottie-background.cc-absolute-right.cc-rotate.cc-tablet {
        width: 13em;
        left: -4%
    }

    .image-max-12rem.footer-001 {
        max-width: 10rem;
        top: -8%;
        left: 5%
    }

    .image-max-12rem.footer-004.cc-position {
        max-width: 10rem;
        bottom: -8%;
        right: 5%
    }

    .image-max-12rem.footer-003 {
        max-width: 10rem;
        bottom: 0%;
        left: 5%
    }

    .image-max-12rem.footer-002.cc-position {
        max-width: 10rem;
        top: -8%;
        right: 5%
    }

    .image-max-12rem.footer-004 {
        right: 0%
    }

    .ds-container-3.cc-full-tb {
        width: 80%
    }

    .ai-presets-container {
        grid-column-gap: 4rem
    }

    ._2nd-fold-wrap.cc-center {
        margin-bottom: 3rem;
        padding-top: 10rem
    }

    .star-div {
        width: 19px
    }

    .social-proof-seperator {
        width: 1.5px
    }

    .car-back-text {
        font-size: 1.3rem
    }

    .slider-ai-side-scroll {
        padding-bottom: 0
    }

    .image-wrap-4.cc-85 {
        width: 100%
    }

    .ds-image-wrap-3.cc-grey-neutral {
        width: 60%
    }

    .ds-image-wrap-3.cc-grey-neutral.cc-60 {
        width: 70%
    }

    .social-proof-seperator-2 {
        width: 1.5px
    }

    .line-3 {
        display: none
    }

    .line-3.cc-flip-2 {
        width: 8rem;
        display: block
    }

    .source-img-2.cc-source,.source-img-2.cc-in-slider {
        width: 30vw
    }

    .button-pll-aiavatar-mobile.a-cta.show-only-on-mobile.display-none {
        display: none
    }

    .display-lg-3 {
        font-size: 2.5rem;
        line-height: 1
    }

    .all-bullets-wrap {
        align-items: center
    }

    .all-bullets-wrap.cc-90 {
        width: 100%
    }

    .button-pl-ai-avatar {
        padding: .9rem 1.3rem
    }

    .button-pl-ai-avatar.outline.display-none {
        display: none
    }

    .ds-section-4.cc-black-bg.cc-sitcom {
        padding-bottom: 1rem
    }

    .par-lg-5.cc-center {
        font-size: 1.3rem
    }

    .ds-video-wrap-4._3d-device-frame.cc-55 {
        width: 70%
    }

    .display-md-4 {
        font-size: 2.5rem
    }

    .spacer-2rem-7.cc-1rem-on-mobile {
        height: 2rem
    }

    .splide {
        padding-bottom: 3rem
    }

    .splide__slide {
        width: 50%
    }

    .all-features {
        grid-column-gap: 2.5rem;
        grid-row-gap: 2.5rem
    }

    .all-features-base {
        width: 100%;
        margin-top: 0
    }

    .feature-headline {
        font-size: 1.5rem
    }

    .ios-wrap {
        display: none
    }

    .html-embed-16 {
        overflow: scroll
    }

    .hamburger-trigger-1 {
        top: 27%
    }

    .mobile-menu-level-1 {
        aspect-ratio: auto;
        flex: 0 auto;
        margin-left: auto;
        display: none
    }

    .menu-wrapper {
        top: 0%
    }

    .menu-wrapper.level-2-menu {
        justify-content: space-between;
        padding-top: 8rem;
        padding-left: 4.0625rem;
        padding-right: 0
    }

    .section-header-2 {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 0%
    }

    .mobile-menu-level-2.mobile-menu-open,.mobile-menu-level-2.mobile-menu-open.cc-editing-tools {
        display: none
    }

    .mobile-menu-item {
        cursor: pointer;
        margin-bottom: 1.5rem
    }

    .section-header-wrapper {
        color: #1f1f24;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 2.5rem;
        margin-left: 0;
        line-height: 10px;
        text-decoration: none;
        display: flex
    }

    .mobile-menu-text {
        font-size: 1.3rem
    }

    .white-arrow {
        height: auto
    }

    .nav-link-wrapper-mobile {
        cursor: pointer
    }

    .cc-65 {
        width: 80%
    }

    .cc-1-on-mobile {
        height: 1rem
    }

    .hero-width-xmax {
        max-width: 460px
    }

    .display-md-xmas {
        font-size: 2.5rem
    }

    .env-wrapper-child {
        padding-left: 5px;
        padding-right: 5px
    }

    .env-level-1 {
        width: 400px;
        top: auto
    }

    .env-wrapper-parent {
        padding-left: 5px;
        padding-right: 5px
    }

    .envelop-sticky {
        border-radius: 0;
        padding-top: 180px
    }

    .xmas-star-how-to-wrapper {
        left: 22%
    }

    .xmas-star-how-to-wrapper.right {
        left: 75%
    }

    .how-to-list-item-3.cc-last-item.cc-last {
        border-bottom-style: none
    }

    .how-to-list-item-3.cc-first {
        border-top-style: none
    }

    .grid-cell-3 {
        font-size: 1em;
        line-height: 1em
    }

    .footer-column-name-3 {
        border-top: 1px solid #474747;
        padding-top: 1.5rem;
        padding-bottom: .375rem
    }

    .social-container {
        margin-bottom: 3.5rem
    }

    .lr-footer-description-p-2 {
        font-size: 1rem;
        line-height: 20px
    }

    .footer-links-container {
        margin-bottom: 2.875rem
    }

    .stores-badges-wrapper-2 {
        justify-content: flex-start;
        width: 100%
    }

    .googleplay-link {
        max-width: none
    }

    .footer-bottom-links-container {
        grid-column-gap: .9rem;
        grid-row-gap: .9rem;
        align-content: stretch;
        margin-bottom: 1.5rem
    }

    .ds-section-12 {
        overflow: hidden
    }

    .ds-container-14._66-rem {
        width: 90%
    }

    .ds-section-13 {
        overflow: hidden
    }

    .grid-base-7 {
        grid-template-columns: 1fr;
        justify-items: center
    }

    .grid-base-7.cc-hp-procuct.cc-inner-page {
        grid-row-gap: 4em;
        grid-template-columns: 1fr
    }

    .ds-video-wrap-9.cc-grey-neutral {
        width: 100%
    }

    .ds-video-wrap-9.cc-grey-neutral.cc-60 {
        width: 55%
    }

    .div-block-83 {
        align-items: center
    }

    .ds-container-15._66-rem {
        width: 90%
    }

    .button-pl-navbar1,.button-pl-navbar2 {
        padding: .9rem 1.3rem
    }

    .how-to-list-item-4.cc-first {
        border-top-style: none
    }

    .ds-image-wrap-4.cc-85 {
        width: 100%
    }

    .ds-container-18 {
        width: 90%
    }

    .main-blur-11.cc-2nd-section-ver1 {
        filter: blur(100px);
        width: 70%;
        padding-top: 70%;
        top: 24%
    }

    .ds-section-14 {
        overflow: hidden
    }

    .contact-card.cc-flex.cc-horizontal {
        grid-column-gap: 0rem;
        grid-row-gap: 0rem;
        flex-direction: row;
        align-items: stretch
    }

    ._3-cards-div {
        width: 100%
    }

    .submit-btn {
        width: 100%;
        padding: 1.2rem 1.3rem;
        font-size: 1.1rem
    }

    .social-media-item.cc-last,.footer-links-wrapper-3.cc-last,.footer-links-wrapper-3.cc-secound,.footer-links-wrapper-3.cc-first {
        margin-right: 0
    }

    .splide__arrow.splide__arrow--prev {
        margin-right: .5rem
    }

    .cms-feature-img-wrap {
        width: auto
    }

    .ds-flex.cc-lp-ai-photo {
        justify-content: center;
        height: 1000px;
        padding-left: 0;
        top: -190px
    }

    .social-proof-seperator-3 {
        width: 1.5px
    }

    .seprator-div.cc-black-text {
        display: block
    }

    .author-img.cc-no-margin.cc-11rem {
        width: 6rem
    }

    .author-img-wrapper {
        width: 9rem
    }

    .blog-inner-page-hero-text-box {
        width: 90%;
        max-width: 42rem
    }

    .blog-post-content-wrapper {
        width: auto
    }

    .ds-new-rich-text h3 {
        font-size: 1.6rem
    }

    .ds-new-rich-text blockquote {
        margin-left: 1rem
    }

    .table-of-content {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        display: block
    }

    .blog-author-wrap {
        padding: 2rem 1.5rem
    }

    .author-blog-post-item-details {
        max-width: none
    }

    .blog-3columns-list {
        grid-column-gap: 1.5rem;
        grid-row-gap: 2rem;
        grid-template-columns: 1fr
    }

    .blog-item-content-wrap {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .par-sm-9 {
        display: block
    }

    .glass-icons-wrap-blog-banner {
        top: 12%;
        right: 12%
    }

    .blog-post-page-bottom-banner {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .blogpost-page-banner-content-wrapper {
        flex-direction: column;
        align-items: flex-start
    }

    .glass-bg-circle {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .breadcrump-base {
        display: block
    }

    .cta-banner-shape {
        left: 0
    }

    .cta-banner-shape.cc-right2 {
        bottom: auto;
        right: 0
    }

    .cta-banner-shape.cc-footer-banner {
        bottom: -40px;
        left: 0
    }

    .cta-banner-shape.cc-right2 {
        width: 10rem;
        height: 9rem;
        bottom: auto;
        right: 0
    }

    .cta-banner-shape.cc-footer-banner {
        width: 10rem;
        height: 9rem;
        bottom: -40px;
        left: 0
    }

    .cta-banner-bg {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .div-block-94 {
        padding-top: 1rem;
        padding-left: 0
    }

    .more-categiries-wrap {
        flex-wrap: wrap
    }

    .related-articles-ttl {
        flex-direction: row;
        align-items: center;
        width: auto;
        max-width: none
    }

    .blog-3columns-wrap,.blog-3columns-wrap.cc-top-margin {
        padding-left: 0;
        padding-right: 0
    }

    .blog-featured-item-wrap {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        flex-direction: column
    }

    .most-popular-big-content {
        flex-direction: column;
        grid-template-columns: 1fr
    }

    .featured-item-content-wrap {
        width: 90%;
        padding: 1rem 2rem
    }

    .featured-item-content-wrap.cc-top {
        width: auto;
        height: 18rem;
        padding-bottom: 4rem;
        padding-left: 2rem;
        padding-right: 2rem
    }

    .slider-nav2 {
        inset: auto 0% 0%
    }

    .ft-4icons.cc-on-banner {
        padding-top: 0
    }

    .blog-author-wrap-2.about-pl {
        margin-top: 3rem;
        padding-left: 2rem;
        padding-right: 2rem
    }

    .hero-text-ai-photo-editor {
        position: absolute;
        top: 48%
    }

    .lp-photo-ai-editor-images-wrapper {
        position: relative;
        top: auto
    }

    .lp-photo-ai-editor-photo-wrapper.cc-zi-20.cc-06 {
        display: none;
        left: 723px
    }

    .lp-photo-ai-editor-photo-wrapper.cc-zi-10 {
        top: 560px;
        left: 634px
    }

    .lp-photo-ai-editor-photo-wrapper.cc-zi-10.cc-02 {
        top: 718px;
        right: 577px
    }

    .lp-photo-ai-editor-photo-wrapper.cc-zi-10.cc-04 {
        top: 685px;
        left: 521px
    }

    .lp-photo-ai-editor-photo-wrapper.cc-01 {
        right: 520px
    }

    .lp-photo-ai-editor-photo-wrapper.cc-03 {
        top: 350px;
        left: 682px
    }

    .lp-photo-ai-editor-photo-wrapper.cc-05 {
        left: 558px
    }

    .lp-photo-ai-editor-photo-wrapper.cc-08 {
        top: 618px;
        right: 570px
    }

    .ai-photo-edior-hero-image.cc-big {
        width: 160px;
        height: 160px
    }

    .ai-photo-edior-hero-image.cc-small {
        width: 110px;
        height: 110px
    }

    .height-wrapper {
        overflow: hidden
    }

    .height-wrapper.cc-lp {
        height: auto
    }

    .lp-ai-photo-editor-video-tablet {
        border-style: solid
    }

    .lp-ai-photo-editor-video-tablet._01 {
        margin-top: 0
    }

    .lp-ai-photo-editor-video-tablet._06 {
        z-index: 100;
        position: absolute
    }

    .blog-big-category-name-wrap {
        flex-direction: row;
        align-items: center;
        width: auto;
        max-width: none
    }

    .author-img-wrap {
        width: 9rem
    }

    .ds-container-19 {
        width: 90%
    }

    .ds-container-19.cc-78.cc-blog-author-hero-wrap {
        width: 90%;
        max-width: none;
        padding-left: 2rem;
        padding-right: 2rem
    }

    .spacer-0-5rem-2 {
        display: block
    }

    .ds-container-20 {
        width: 90%
    }

    .ds-container-20.cc-78rem.cc-images-banner {
        max-width: none
    }

    .home-new-hero-text-box.cc-affiliate-page {
        max-width: 90%
    }

    .social-proof-seperator-4 {
        width: 1.5px
    }

    .star-div-2,.star-div-3 {
        width: 19px
    }

    .ds-flex-container {
        width: 90%
    }

    .cms-affiiate-feature-img-wrap {
        width: auto
    }

    .par-sm-14 {
        display: block
    }

    .banner-outline-big-text {
        font-size: 3.2rem
    }

    .banner-outline-big-text.cc-15 {
        -webkit-text-stroke-width: .9px;
        font-size: 3.2rem
    }

    .banner-outline-big-text.cc-70 {
        width: 85%
    }

    .banner-text-wrap2 {
        width: auto
    }

    .new-social-proof-shape._2 {
        bottom: 1%;
        right: -11%
    }

    .new-social-proof-shape._3 {
        width: 21rem;
        display: none;
        top: -2%;
        right: -24%
    }

    .spacer-3rem-2.cc-2-on-mobile {
        height: 2rem
    }

    .banner-shape._2,.banner-shape._2a {
        bottom: 1%;
        right: -11%
    }

    .marquee-text {
        -webkit-text-stroke-width: .9px;
        font-size: 3.2rem
    }

    .star-symbol {
        width: 1.5rem;
        margin-left: 2rem;
        margin-right: 2rem
    }

    .banner-text-wrap-100 {
        width: auto
    }

    .img-parent-one-2 {
        width: 8rem;
        left: 0%
    }

    .img-parent-two-2 {
        left: 5%
    }

    .img-parent-three-3 {
        bottom: 0%;
        right: 5%
    }

    .img-parent-four-3 {
        width: 8rem;
        right: 0%
    }

    ._3-green {
        width: 21rem;
        display: none;
        top: -2%;
        right: -24%
    }

    ._2a-green {
        bottom: 1%;
        right: -11%
    }

    .space-bg-desktop {
        width: 130%;
        max-width: none;
        margin-left: auto;
        margin-right: auto;
        inset: 0% 0 0% -15%
    }

    .space-banner-text-wrap {
        width: 90%
    }

    .mother-days-text-wrapper {
        max-width: 450px
    }

    .md-banner-img.left {
        width: 60%
    }

    .mothers-day-banner.cc-mother-days-bg {
        padding-bottom: 0
    }

    .md-banner-tablet {
        background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/66376ead372e7f9992ac587b_hero-66376ea3ccdf1.webp);
        background-position: 50%
    }

    .feature-benefits-devider {
        display: none
    }

    .feature-text-wrapper {
        max-width: 22rem
    }

    .feature-benefits-container {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        flex-direction: column
    }

    .feature-benefits-icon {
        width: 1.5rem
    }

    .one-feature-benefit {
        flex-direction: row;
        align-items: center
    }

    .feature-icon-wapper {
        border: 1px solid #7c7c86;
        width: 3.5rem;
        height: 3.5rem;
        box-shadow: 0 0 #0000
    }

    .feature-benefits-text {
        text-align: left
    }

    .seo-benefits-cta-banner-list-item {
        align-items: flex-start
    }

    .lp-benefits-cta-banner {
        margin-top: 10rem
    }

    .lp-benefits-cta-banner-text {
        padding: 3rem
    }

    .lp-benefits-cta-banner-photo {
        background-position: 0%
    }

    .button-pl-text-arrow {
        padding-right: 0
    }

    .button-text-3 {
        padding-right: 10px
    }

    .side-banner-text-wrap {
        width: auto
    }

    .banner-headline {
        max-width: 20ch;
        font-size: 1.8rem
    }

    .side-banner-sticky-wrap {
        padding-top: 2rem
    }

    .blog-side-banner {
        background-image: repeating-linear-gradient(#fff5f9,#ffd9ea);
        overflow: hidden
    }

    .headline-lg-11.cc-20ch.cc-center-on-mobile {
        text-align: center
    }

    .blog-cta-banner-text {
        grid-template-columns: 1fr;
        margin-top: 2rem;
        margin-bottom: 2rem;
        padding: 2rem
    }

    .blog-cta-banner-images {
        overflow: hidden
    }

    .blog-text-banner-wrap {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        justify-content: center;
        align-items: center
    }

    .banner-img._4 {
        width: 5.5rem
    }

    .banner-img._2 {
        width: 5rem;
        left: 7%
    }

    .banner-img._1 {
        width: 5.5rem
    }

    .banner-img._3 {
        width: 5rem;
        right: 7%
    }

    .label-sm-6 {
        line-height: 1.8
    }

    .par-sm-15 {
        display: block
    }

    .display-md-5 {
        font-size: 2.5rem
    }

    .header-asset {
        max-width: 30rem
    }

    .header_component {
        grid-column-gap: 3rem;
        grid-row-gap: 3rem
    }

    .spacer-2rem-20.cc-hide-on-moblie-only {
        display: none
    }

    .section_header {
        padding-top: 9rem;
        padding-bottom: 5rem
    }

    .section_header.cc-pl-black {
        padding-top: 8rem
    }

    .spacer-1-5rem-5.cc-1-on-mobile {
        height: 1rem
    }

    .inner-page-feature-name-wrap {
        padding-left: .7em;
        padding-right: .7em;
        display: none
    }

    .header_asset-wrapper {
        padding-top: 0;
        padding-bottom: 0
    }

    .par-lg-9.cc-center-on-mobile {
        font-size: 1.2rem
    }

    .header_content {
        width: 100%
    }

    .padding-global {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .square-image {
        width: 100%
    }

    .device-image {
        width: 80%
    }

    .features_wrapper {
        grid-column-gap: 8rem;
        grid-row-gap: 8rem
    }

    .how-to-list-item-5.cc-first-item {
        border-top-style: none
    }

    .how-to-list-item-5.cc-last-item.cc-last {
        border-bottom-style: none
    }

    .how-to-steps-wrap {
        justify-content: center;
        align-items: center
    }

    .how-to-asset {
        max-width: 30rem
    }

    .how-to-btn-wrap {
        padding-left: 0
    }

    .section_features.ip-hero {
        padding-top: 0;
        padding-bottom: 0
    }

    .section_features.ip-hero.cc-lp-ai-photo-editor {
        width: 100vw
    }

    .section_features.cc-aquaman-bg {
        background-image: radial-gradient(circle,#0000,#000),url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/655a1a777363595120442cea_aqauman-bg.webp);
        background-position: 0 0,50%;
        background-size: auto,cover
    }

    .section_features.cc-light-purple.cc-no-padding {
        padding-left: 2rem
    }

    .section_features.cc-no-padding-blog {
        padding-left: 0;
        padding-right: 0
    }

    .main-blur-12.cc-2nd-section-ver1 {
        filter: blur(100px);
        width: 70%;
        padding-top: 70%;
        top: 24%
    }

    .how-to-list-item-6.cc-last-item.cc-last {
        border-bottom-style: none
    }

    .how-to-list-item-6.cc-first-item {
        border-top-style: none
    }

    .features_wrapper-2 {
        grid-column-gap: 8rem;
        grid-row-gap: 8rem
    }

    .ds-container-21 {
        width: 90%
    }

    .ds-container-21._66-rem {
        width: auto
    }

    .display-md-6 {
        font-size: 2.5rem
    }

    .spacer-1-5rem-6.cc-1-on-mobile {
        height: 1rem
    }

    .spacer-1rem-5 {
        margin-left: auto;
        margin-right: auto;
        display: block
    }

    .spacer-1rem-5.cc-05-on-mobile {
        height: .5rem
    }

    .ds-container-22 {
        width: 90%
    }

    .display-xs-2 {
        font-size: 2rem
    }

    .steps-line {
        width: 2px;
        height: 4.1rem
    }

    .steps-global-wrap {
        display: flex
    }

    .par-md-19.cc-always-center.cc-steps-description {
        text-align: left
    }

    .ds-section-16 {
        overflow: hidden
    }

    .steps-wrap {
        flex-flow: column;
        justify-content: space-between;
        align-items: center;
        width: 3.5rem;
        margin-right: 2rem
    }

    .step-number-wrap {
        border-width: 2px;
        width: 3.5rem;
        height: 3.5rem
    }

    .steps-benefits-container {
        grid-column-gap: 3rem;
        grid-row-gap: 3rem;
        flex-direction: column;
        margin-top: 0
    }

    .headline-lg-13.cc-feature-benefits-text {
        text-align: left
    }

    .steps-global-wrap-2 {
        flex-flow: row;
        display: flex
    }

    .steps-line-2 {
        width: 2px;
        height: 4.1rem
    }

    .steps-ttl {
        text-align: left;
        margin-bottom: 3rem
    }

    .step-number-wrap-2 {
        border-width: 2px;
        width: 3.5rem;
        height: 3.5rem
    }
}

@media screen and (max-width: 479px) {
    .lp-hero-h {
        flex:none;
        max-width: 12ch;
        margin-top: .5em;
        font-size: 2.5rem;
        line-height: 1
    }

    .free-trail-label.cc-grey {
        margin-top: .5em;
        font-size: 1.1em
    }

    .cta-wrap {
        display: block
    }

    .cta-wrap.cc-aligh-left {
        min-width: 60%;
        margin-left: auto;
        margin-right: auto;
        display: block
    }

    .social-links-wrap {
        flex-wrap: wrap;
        justify-content: center
    }

    .main-container {
        margin-left: auto;
        margin-right: auto
    }

    .main-container.cc-vetical {
        padding-top: 0
    }

    .main-container.cc-1440 {
        width: 100%
    }

    .app-logo-wrap-lp {
        max-width: 9em
    }

    .app-logo {
        max-width: 6.5em
    }

    .app-logo.cc-text {
        max-width: 10em;
        display: block
    }

    .main-footer {
        padding-bottom: 2em
    }

    .hero-bg-image {
        height: auto;
        padding-top: 6em;
        padding-bottom: 6em
    }

    .main-section {
        padding-left: 1.5em;
        padding-right: 1.5em
    }

    .main-section.cc-lp-hero {
        padding-top: 12em;
        padding-bottom: 4em
    }

    .main-section.cc-t2i-main {
        background-image: linear-gradient(120deg,#e6e6ff,#bda4fe 24%,#9870ff 53%,#aa8cf8 78%,#ab92e4);
        padding-top: 4rem;
        padding-bottom: 8em
    }

    .main-section.cc-t2i-v2-main {
        background-image: linear-gradient(120deg,#e6e6ff,#bda4fe 24%,#9870ff 53%,#aa8cf8 78%,#ab92e4);
        padding-top: 8em;
        padding-bottom: 8em
    }

    .main-section.cc-t2i-v2-main.t2i-v2-hero-height {
        min-height: 100vh
    }

    .main-section.cc-t2i-v2-main.cc-no-tryit {
        background-image: linear-gradient(160deg,#e6e6ff,#bda4fe 24%,#9870ff 53%,#aa8cf8 78%,#ab92e4);
        padding-top: 4rem
    }

    .main-section.cc-rbg-hero {
        padding-top: 8em;
        padding-bottom: 8em
    }

    .main-section.cc-rbg-hero.a-location-header {
        padding-top: 8rem
    }

    .main-section.cc-rbg-hero.a-location-header.cc-couples {
        padding-top: 5.5em
    }

    .main-section.cc-6-12em {
        padding-top: 2em
    }

    .main-section.cc-min-100vh.cc-welcome {
        padding-top: 3.5em
    }

    .main-section.cc-higher {
        padding-top: 2em;
        padding-bottom: 10em
    }

    .main-section.cc-rbg-hero-merge {
        justify-content: center;
        align-items: flex-start;
        padding-top: 0;
        padding-bottom: 0
    }

    .main-section.cc-rbg-hero-merge.transform-hero {
        align-items: center;
        min-height: auto;
        padding-top: 8em;
        padding-bottom: 10em
    }

    .main-section.cc-light-feature.cc-12-top {
        padding-top: 2em
    }

    .main-section.cc-sticky-height-tti {
        padding-top: 4em;
        padding-bottom: 4em
    }

    .btn-primary {
        padding-left: 2em;
        padding-right: 2em
    }

    .btn-primary.cc-generate {
        width: 100%;
        min-width: auto;
        padding-left: 1.5em;
        padding-right: 1.5em;
        font-size: 1.2rem
    }

    .btn-primary.cc-nav-bar {
        padding-left: 1.5em;
        padding-right: 1.5em
    }

    .btn-primary.cc-nav-bar.cc-wider {
        padding-left: 1em;
        padding-right: 1em
    }

    .btn-primary.cc-nav-bar.cc-wider.a-cta {
        line-height: 1em
    }

    .btn-primary.cc-nav-bar.cc-w-links {
        min-width: 80%;
        margin-top: 1.25em;
        padding-left: 2em;
        padding-right: 2em
    }

    .btn-primary.cc-vanish {
        padding-left: 1em;
        padding-right: 1em;
        font-size: 1.125em
    }

    .btn-primary.a-cta {
        padding: 1rem 1.8rem;
        font-size: 1rem
    }

    .btn-primary.cc-large {
        min-width: 12em;
        padding-left: 1.5em;
        padding-right: 1.5em;
        font-size: 1.25em
    }

    .btn-primary.cc-404 {
        font-size: 4em
    }

    .btn-primary.cc-rbg-v2 {
        white-space: nowrap;
        flex: 1;
        margin: .5em;
        padding: 1.125em 1em;
        font-size: 1.125em
    }

    .btn-primary.cc-wider {
        width: 100%
    }

    .btn-primary.cc-blink {
        padding-right: 4.5em
    }

    .new-p-reg {
        font-size: 5em;
        line-height: 1.4em
    }

    .new-p-reg.stats-txt {
        margin-top: 1em;
        padding-bottom: 0
    }

    .new-stats-ttl {
        text-align: center;
        font-size: 2.5em
    }

    .image-24 {
        width: 3rem;
        max-width: none;
        margin-bottom: .5rem
    }

    .stats-wrapper {
        grid-column-gap: 4rem;
        grid-row-gap: 4rem;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-left: auto;
        margin-right: auto
    }

    .stats-text {
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        display: flex
    }

    .stats-all-wrapper {
        grid-row-gap: 30px;
        grid-template-columns: 1fr
    }

    .stats-icon {
        width: auto;
        height: 2.5em;
        margin-bottom: 20px
    }

    .rating-new {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
        display: flex
    }

    .rating-new.a-location-social-proof---app-popularity.impressions_content {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .testimonials-new {
        width: 100%;
        margin-bottom: 0;
        margin-left: 0%;
        margin-right: 0%;
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .new-quote-author {
        font-size: 1rem
    }

    .links-wrap {
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-top: .5em;
        margin-bottom: .5em;
        margin-left: 0;
        padding-bottom: 0
    }

    .links-wrap.cc-align-c {
        text-align: center
    }

    .link {
        margin-top: .5em;
        margin-bottom: .5em;
        margin-left: 0;
        padding-top: .25em;
        padding-bottom: .25em;
        font-size: .9rem;
        line-height: .9
    }

    .app-store-badge {
        max-width: none;
        height: 5em;
        margin-bottom: 0
    }

    .app-store-badge.cc-small {
        max-width: 12.5em;
        margin-bottom: 0
    }

    .cc-heading-footer {
        max-width: 19ch;
        margin-top: .75em;
        margin-bottom: 1em;
        font-size: 1.6rem;
        line-height: 1.2em
    }

    .footer-badges-col {
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: none;
        margin-top: 5em;
        margin-bottom: 5em
    }

    .footer-badges-col.cc-footer {
        max-width: none
    }

    .footer {
        justify-content: flex-start;
        align-items: center;
        padding-top: 4em;
        padding-left: 1em;
        padding-right: 1em
    }

    .socialicon-2 {
        width: 4em;
        height: 4em;
        margin: .25em .5em
    }

    .socialicon-2.tt {
        width: 4em;
        height: 4em;
        margin-left: .5em;
        margin-right: .5em
    }

    .socialicon-2.tt.lp-mobile-icon,.socialicon-2.yt,.socialicon-2.yt.lp-mobile-icon,.socialicon-2.tw,.socialicon-2.tw.lp-mobile-icon,.socialicon-2.ig,.socialicon-2.ig.lp-mobile-icon {
        width: 4em;
        height: 4em
    }

    .socialicon-2.lp-mobile-icon {
        width: 4em;
        height: 4em;
        font-size: 3vw
    }

    .socialicons-wrapper {
        grid-column-gap: 0px;
        grid-row-gap: 12px;
        justify-content: center;
        width: 100%;
        margin-top: 3em
    }

    .bottom-cookie-wrapper {
        z-index: 9999;
        flex-direction: row
    }

    .cookie-content {
        width: 80%
    }

    .cookie-content.bottom-banner-content {
        justify-content: space-between;
        align-items: flex-start;
        width: auto;
        top: 24px
    }

    .no-margin.white-text.max-700 {
        width: auto;
        font-size: 14px
    }

    .main-header {
        margin-bottom: 0;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .main-header.cc-trans {
        padding-top: .5em;
        padding-bottom: .5em;
        padding-left: 1.5em
    }

    .main-header.cc-trans.cc-hall {
        padding-left: 0
    }

    .main-header.cc-trans.cc-vanish {
        padding-left: 1.25em;
        padding-right: 1.25em
    }

    .main-header.cc-trans.cc-vanish.a-location-menu {
        padding: .8rem;
        top: 0%
    }

    .main-header.cc-trans.cc-lp {
        padding-right: 1.5em
    }

    .main-header.cc-black {
        padding: .5em 1.5em
    }

    .main-header.cc-black.a-location-menu {
        padding-left: 1em;
        padding-right: 1em
    }

    .main-header._w-marqee {
        padding-bottom: .5em
    }

    .main-header._w-marqee.a-location-menu {
        padding-bottom: 0
    }

    .main-header.a-location-menu.position-fixed {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .nav-container {
        height: auto;
        padding-top: .75em;
        padding-bottom: .75em
    }

    .nav-container.cc-full {
        justify-content: space-between;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0
    }

    .nav-container.cc-w-marqee {
        padding-top: .5em;
        padding-bottom: 0
    }

    .nav-logo {
        max-width: none;
        margin-top: 0;
        margin-bottom: 0
    }

    .nav-logo.cc-mobile {
        width: 3.5em;
        display: block
    }

    .nav-logo.cc-dt {
        display: none
    }

    .nav-logo.cc-welcome {
        max-width: 7em;
        margin-bottom: 2.5em
    }

    .logo-link,.logo-link.w--current {
        width: 9rem
    }

    .imgs {
        padding-left: 1em;
        padding-right: 1em
    }

    .cancel-anytime-label {
        margin-left: auto;
        margin-right: auto
    }

    .img-section-heading {
        font-size: 8em
    }

    .slider-wrapper {
        width: 100%;
        max-width: 100%
    }

    .slider-2 {
        background-color: #ddd0
    }

    .slide-nav-2 {
        color: var(--black);
        font-size: 2vw
    }

    .image-34 {
        padding-bottom: 0
    }

    ._404-logo {
        width: 20em
    }

    ._404-h {
        font-size: 8em
    }

    ._404-txt {
        font-size: 5em
    }

    .copyright-4 {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-width: .9em;
        height: auto;
        margin-top: 10px;
        margin-left: 0;
        margin-right: 0;
        font-size: .9em;
        line-height: 1.6em
    }

    .paragraph-13 {
        text-align: center;
        margin: .5em 0 0;
        font-size: .8rem;
        display: flex
    }

    .shape-02 {
        width: 10em;
        height: 10em;
        bottom: -20%;
        overflow: hidden
    }

    .testemonial-text {
        width: 90vw;
        font-size: 18px
    }

    .section-02 {
        margin-top: 0;
        overflow: visible
    }

    .left-errow-icon {
        width: 85%
    }

    .footer-text-link {
        margin-top: .5em;
        margin-bottom: .5em;
        margin-left: 0;
        font-size: 1.1em;
        line-height: 1.5em
    }

    .footer-text-link:hover {
        color: var(--color-001)
    }

    .links-wrap-2 {
        grid-row-gap: 0px;
        text-align: center;
        justify-content: center;
        margin-top: 0;
        margin-left: 0;
        font-size: 1.3em
    }

    .testemonial-user-name {
        font-size: 12px
    }

    .paragraph-14 {
        text-align: center;
        margin-top: 20px;
        font-size: 1.4em
    }

    .table-data {
        padding: 1.25em .75em
    }

    .table-data.cc-th {
        flex-direction: column;
        justify-content: flex-end
    }

    .arrow-right-icon {
        width: 85%
    }

    .slider-text-wrapper {
        margin-top: 2em
    }

    .th-h {
        font-size: 1.25em
    }

    .right-arrow-3 {
        justify-content: flex-end;
        margin-top: 240px;
        inset: auto 0% 0% auto
    }

    .table-data-text {
        font-size: 1.25em
    }

    .slider-3 {
        margin-bottom: 1em
    }

    .main-h {
        text-align: center;
        margin-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
        font-size: 2.25em
    }

    .main-h.cc-allcaps {
        margin-bottom: .25em
    }

    .new-stats-ttl-2 {
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 1.8rem;
        font-weight: 400
    }

    .sec-03-title {
        font-size: 2.5em
    }

    .mask-2 {
        left: auto
    }

    .section-icon {
        width: 26px;
        padding-bottom: 15px
    }

    .moving-slide {
        padding-bottom: 0
    }

    .moving-slide.cc-rbg {
        padding-top: 0
    }

    .comparison-table {
        margin-top: 2.25em
    }

    .testi-section {
        background-size: 120%;
        padding: 8em 20px 12em
    }

    .grid-cell {
        margin-top: 4rem
    }

    .grid-cell.cc-flev-l-c-lp.cc-cta-sec {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 4em
    }

    .grid-cell.cc-flev-l-c-lp.cc-cta-sec.hp-banner {
        padding-top: 1em;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .grid-cell.ccfull-w.cc-2,.grid-cell.ccfull-w.cc-fix {
        margin-top: 0
    }

    .grid-cell.cc-flex-center-on-mobile {
        width: 100%;
        margin-top: 0
    }

    .grid-cell.cc-flex-aligh-items-left {
        align-items: flex-start;
        width: 100%;
        margin-top: 0;
        display: flex
    }

    .grid-cell.cc-max-001 {
        width: 100%;
        max-width: 95%
    }

    .grid-cell.slide-into-view,.grid-cell.cc-center-mobile {
        margin-top: 0
    }

    .html-embed-5 {
        font-size: 1em;
        font-weight: 400
    }

    .image-36 {
        width: auto;
        max-width: none;
        margin-bottom: .5em
    }

    .main-container-2 {
        flex-direction: column;
        align-self: auto;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        display: flex
    }

    .vl-logo-symbol {
        width: 30%;
        min-width: 2em;
        max-width: 3em;
        margin-bottom: .25em;
        margin-right: .5em
    }

    .title-box {
        padding-top: 20px
    }

    .new-p-reg-2 {
        font-size: 1.6em;
        line-height: 1.4em
    }

    .new-p-reg-2.cc-red {
        font-size: 1.7em;
        line-height: 1.2em
    }

    .slide {
        padding-top: .5em;
        padding-bottom: .5em;
        overflow: visible
    }

    .stats-wrapper-2 {
        grid-row-gap: 20px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
        width: 80%;
        margin-left: auto;
        margin-right: auto
    }

    .footer-badges-col-2 {
        justify-content: space-between;
        align-items: center
    }

    .slider-mask.cc-rmg {
        height: 100vh;
        padding-top: 4em;
        overflow: hidden
    }

    .stats-all-wrapper-2 {
        grid-row-gap: 30px;
        grid-template-columns: 1fr
    }

    .lp-cta-sec {
        background-image: repeating-linear-gradient(90deg,#7254bd,#2c2853);
        flex-direction: column;
        display: block
    }

    .lp-cta-sec.a-location-sale-banner-bottom.cc-hp {
        padding-bottom: .5rem
    }

    .rating-new-2 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 4em;
        padding-bottom: 4em;
        display: flex
    }

    .banner-text {
        margin-bottom: 20px;
        line-height: 1.2
    }

    .copyright-5 {
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
        width: 100%;
        min-width: .9em;
        height: auto;
        margin-left: 0;
        margin-right: 0;
        font-size: .9em;
        line-height: 1.6em
    }

    .grid-base.cc-rbg {
        grid-column-gap: 8vw;
        grid-row-gap: 8vw
    }

    .left-arrow-3 {
        justify-content: flex-start;
        margin-top: 240px;
        inset: auto auto 0% 0%
    }

    .main-body {
        overflow: visible
    }

    .grid-base-2 {
        margin-bottom: 8em
    }

    .grid-base-2.features {
        grid-column-gap: 5vw;
        grid-row-gap: 5vw
    }

    .features-section {
        padding-top: 10em
    }

    .hero-bg-image--lp {
        height: auto;
        padding-top: 6em;
        padding-bottom: 6em
    }

    .hero-bg-image--lp.a-location-header {
        justify-content: center;
        align-items: center;
        padding-top: 0;
        padding-bottom: 6rem
    }

    .shape-hero {
        width: 80%;
        padding-top: 60%;
        top: 65%
    }

    .big-h-wrapper {
        height: 100vh
    }

    .big-h {
        font-size: 3.5em
    }

    .big-h-anchor {
        flex-direction: column;
        align-items: center;
        width: 90%;
        max-width: none;
        display: flex
    }

    .cta-img {
        align-self: center;
        width: 20rem;
        position: relative;
        right: auto
    }

    .cta-img.cc0rbg {
        max-width: 16em
    }

    .btn--label.cc-m-t {
        text-align: center;
        width: 100%;
        margin-top: 2em
    }

    .btn--label.ai-lp-list-button {
        margin-top: 4em;
        margin-left: 0;
        display: flex
    }

    .slide-img._001 {
        top: 10%;
        left: 0%
    }

    .slide-img._002 {
        bottom: 30.5%;
        right: 0%
    }

    .slide-img._003 {
        top: 40%;
        left: 10%
    }

    .slide-img._004 {
        top: 60%;
        right: 5%
    }

    .slide-img._005 {
        top: 45%;
        left: 10%
    }

    .slide-img._006 {
        top: 30%;
        right: 5%
    }

    .slide-img.rbg-002 {
        width: 35%;
        bottom: 25%;
        right: 0%
    }

    .slide-img.rbg-001 {
        width: 35%;
        top: 20%;
        left: 14%
    }

    .slide-img.rng-003 {
        width: 35%;
        top: 20%;
        left: 5%
    }

    .slide-img.rbg-004 {
        width: 35%;
        top: auto;
        bottom: 25%;
        right: -5%
    }

    .slide-img.rbg-005 {
        width: 35%;
        top: 20%;
        left: 10%
    }

    .slide-img.rbg-006 {
        width: 35%;
        top: auto;
        bottom: 25%;
        right: 0%
    }

    .footergif {
        width: 5rem
    }

    .app-store-img {
        padding-top: 0
    }

    .quote-text {
        text-align: center;
        letter-spacing: -.015em;
        margin-bottom: 20px;
        padding-left: 1em;
        padding-right: 1em;
        font-size: 1.6em;
        font-weight: 300;
        line-height: 1.5em
    }

    .quote-text.cc-hp {
        padding-left: 2em;
        padding-right: 2em;
        font-size: 1.4rem
    }

    .stars {
        font-size: .75rem
    }

    .slide-content {
        padding: 2em 3em;
        font-size: 2.5vw
    }

    .made-with {
        max-width: 9em;
        bottom: -10em;
        left: auto;
        right: auto
    }

    .animated-text {
        font-size: 1.1rem
    }

    .made-with-counter {
        bottom: -53%;
        left: 25%;
        right: auto
    }

    .made-with-counter.cc-star {
        max-width: 4.5em;
        left: auto
    }

    .features-ul {
        margin-top: 0;
        margin-bottom: 1rem
    }

    .features-ul.cc-narrow {
        width: 95%
    }

    .mock-vid-2 {
        width: 70%;
        padding-top: 124%;
        right: auto
    }

    .mock-vid-2.cc-reverse {
        right: auto
    }

    .listicon {
        max-width: none;
        padding-top: .25em
    }

    .listicon.cc-rbg {
        padding-top: .125em
    }

    .feature-par-2 {
        letter-spacing: 0;
        font-size: 1.25em;
        line-height: 1.45em
    }

    .feature-par-2.cc-smaller {
        line-height: 1.3em
    }

    .feature-li {
        grid-row-gap: 1em;
        justify-content: start;
        justify-items: start;
        margin-top: 1em;
        margin-bottom: 0
    }

    .feature-h-2 {
        font-size: 2rem
    }

    .feature-h-2.cc-small {
        font-size: 1.5em
    }

    .fixed-bg-2 {
        background-image: linear-gradient(#0000,#0000),url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/630b5154ef12211ca0688ec7_Group%202391.png);
        background-position: 0 0,0 100%;
        background-repeat: repeat,no-repeat;
        background-size: auto,contain;
        background-attachment: scroll,fixed;
        justify-content: center;
        width: 100%;
        padding-top: 88%;
        padding-right: 50%
    }

    .fixed-bg-2.cc-reverse.bg-2 {
        background-image: linear-gradient(#0000,#0000),url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/630b6052463af56cd074a81e_features-bg2-mobile.webp);
        background-position: 0 0,50% 0;
        background-repeat: repeat,repeat-y;
        background-size: auto,contain;
        padding-left: 0;
        padding-right: 50%
    }

    .fixed-bg-2.bg-3 {
        background-image: linear-gradient(#0000,#0000),url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/630b5154ef12211ca0688ec7_Group%202391.png);
        background-position: 0 0,50%;
        background-size: auto,auto
    }

    .fixed-bg-2.bg-1 {
        background-image: linear-gradient(#0000,#0000),url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/630b7466463af528f875ec53_bg-features-01.png);
        background-position: 0 0,0 0;
        background-size: auto,contain;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        margin-left: 0%;
        padding-right: 50%
    }

    .main-blur.cc-rbg-hero-002 {
        opacity: 1;
        width: 40%;
        padding-top: 40%
    }

    .main-blur.cc-slider-001 {
        width: 60%;
        padding-top: 60%
    }

    .main-blur.cc-slider-002 {
        filter: blur(100px);
        width: 60%;
        padding-top: 60%;
        top: 61%;
        left: 56%
    }

    .main-blur.cc-slider-00123 {
        background-color: #4d0d5d;
        width: 40%;
        padding-top: 40%
    }

    .main-blur.cc-wel-001 {
        opacity: 1;
        background-color: #a380ff;
        top: 25%
    }

    .main-blur.cc-wel-002,.main-blur.cc-wel-003 {
        opacity: 1;
        width: 40%;
        padding-top: 40%
    }

    .main-blur.cc-rbg-hero-001 {
        opacity: 1;
        filter: blur(100px);
        border-radius: 55%;
        width: 90%;
        height: 12em;
        padding-top: 100%;
        bottom: 22%;
        left: -30%
    }

    .main-blur.cc-rbg-hero-001.cc-pink {
        filter: blur(90px);
        width: 70%;
        padding-top: 70%;
        bottom: 70%;
        left: 75%
    }

    .main-blur.cc-below-hero-001 {
        z-index: 0;
        opacity: 1;
        filter: blur(8em);
        background-color: #6647f3;
        width: 70%;
        padding-top: 70%;
        top: 44%
    }

    .main-blur.cc-below-hero-001.cc-hide {
        display: none
    }

    .main-blur.cc-below-hero-002 {
        z-index: -1;
        opacity: 1;
        background-color: #6647f3;
        width: 60%;
        padding-top: 60%;
        top: auto;
        bottom: 29%
    }

    .main-blur.cc-wel-002 {
        opacity: 1;
        width: 40%;
        padding-top: 40%
    }

    .main-blur.cc-tti-btn {
        filter: blur(60px);
        height: 20em
    }

    .main-blur.cc-purple-blur.cc-hero {
        width: 60%;
        top: 40%;
        right: 16%
    }

    .main-blur.cc-2nd-section-ver1 {
        opacity: 1;
        filter: blur(60px);
        width: 90%;
        padding-top: 90%;
        top: 49%;
        left: -17%
    }

    .main-blur.cc-2nd-section-ver1.cc-desktop {
        top: 55%
    }

    .main-blur.cc-2nd-section-ver1.cc-right {
        bottom: 10%
    }

    .main-blur.cc-2nd-section-ver2 {
        opacity: .3;
        filter: blur(60px);
        opacity: .3;
        z-index: -1;
        background-color: #6647f3;
        background-color: var(--pl-purple-mid);
        opacity: 1;
        width: 90%;
        padding-top: 90%;
        top: 50%;
        left: -10%
    }

    .main-blur.purple-hero-upd {
        opacity: .7;
        filter: blur(50px);
        border-radius: 50%;
        width: 80%;
        top: 25%;
        bottom: auto;
        right: 7%
    }

    .main-blur.cc-slider-004 {
        filter: blur(100px);
        width: 60%;
        padding-top: 60%;
        top: 10%;
        left: 20%;
        right: auto
    }

    .main-blur.cc-below-hero-002 {
        opacity: 1;
        filter: blur(8em);
        background-color: #6647f3;
        width: 65%;
        padding-top: 65%;
        bottom: -8%
    }

    .main-blur.cc-lp-ai-photo-editor {
        filter: blur(90px);
        background-color: #9870ffab
    }

    .main-blur.cc-lp-ai-photo-editor.cc-sticky-div {
        filter: blur(80px)
    }

    .t2i-hero-h {
        font-size: 2.8rem
    }

    .t2i-hero-h.cc-smaller {
        font-size: 3em
    }

    .t2i-hero-h.cc-center-mobile {
        font-size: 2.6rem
    }

    .t2i-hero-sub.cc-center-mobile {
        font-size: 1.3rem;
        line-height: 1.2
    }

    .t2i-sec-h {
        font-size: 2.5em
    }

    .t2i-sec-h.cc-cta-h.cc-bm {
        max-width: 90%;
        font-size: 1.8rem;
        line-height: 1.1
    }

    .t2i-sec-h.t2i-v2-h {
        font-size: 2.3rem;
        line-height: 1.1
    }

    .t2i-sec-h.t2i-v2-h.cc-center-mobile {
        font-size: 2.3rem
    }

    .t2i-par.t2i-v2-par {
        justify-content: center;
        font-size: 1.2rem;
        display: block
    }

    .form {
        overflow: visible
    }

    .ai-text {
        width: 100%;
        min-width: 100%;
        min-height: 6.5em;
        padding: 1rem 2.5rem 1.5rem 1rem;
        font-size: 1rem
    }

    .ai-btn-wrap {
        width: 100%;
        margin-top: 1.5em
    }

    .generated-img-wrap {
        border-radius: .75em;
        width: 85%;
        margin-bottom: 2em
    }

    .ani-circle {
        margin-top: 44px;
        overflow: hidden
    }

    .ani-light {
        top: -8.425em
    }

    .ani-light.cc-seo {
        display: flex;
        top: -2.6em
    }

    .text-slide-mask {
        justify-content: flex-end
    }

    .text-slide-mask-moving {
        width: 600vw
    }

    .text-slide-mask-moving.xmas {
        font-size: 4vw
    }

    .img-slide-mask.cc-vw {
        padding-left: 4vw
    }

    .img-slide.cc-vw {
        width: 50vw;
        margin-right: 4vw
    }

    .vid-ph {
        width: 100%;
        padding-top: 125%
    }

    .cta-sub,.cta-sub.cc-rbg {
        font-size: 1.25em
    }

    .zero-att-img {
        width: 40%;
        max-width: 12em
    }

    .zero-att-img._001 {
        top: 5.25em;
        left: 3.5%
    }

    .zero-att-img._002 {
        bottom: 7.5%
    }

    .zero-att-img._003 {
        top: 7.5%
    }

    .zero-att-img._004 {
        right: 0%
    }

    .social-link {
        width: 44px;
        height: 44px
    }

    .slide-1.xmas {
        font-size: 3vw
    }

    .generate-section {
        padding-top: 8em;
        padding-left: 1.5em;
        padding-right: 1.5em;
        display: flex;
        overflow: hidden
    }

    .generate-section.cc-hide {
        overflow: hidden
    }

    .store-badge-link {
        width: 12.5em;
        min-width: auto;
        max-width: none
    }

    .store-badge-link.cc-nav {
        width: 40%;
        max-width: 12em;
        margin-top: .5em;
        margin-bottom: .5em;
        margin-left: .5em
    }

    .store-badge-link.a-click_download_app {
        width: 12.5em;
        min-width: auto;
        max-width: none
    }

    .store-badge-link.cc-footer {
        width: 8.5rem;
        min-width: auto
    }

    .store-label.a-click_download_app {
        width: 100%;
        max-width: none;
        display: inline-block
    }

    .stores-wrap.cc-nav {
        justify-content: flex-end
    }

    .stores-wrap.cc-footer {
        flex-direction: row;
        order: 0;
        justify-content: flex-end;
        width: 100%;
        margin-top: 1.5em;
        display: flex
    }

    .stores-wrap.cc-left {
        justify-content: flex-start
    }

    .stores-wrap.cc-footer {
        flex-flow: row;
        justify-content: center;
        width: 100%
    }

    .watermark {
        width: 40%;
        bottom: 1em;
        left: 1em
    }

    .section-after-generate {
        padding-left: 1.5em;
        padding-right: 1.5em
    }

    .section-after-generate.cc-zero-att {
        display: none;
        overflow: hidden
    }

    .clear-input {
        opacity: 1;
        background-size: 12px 12px;
        width: auto;
        height: auto;
        padding: 12px;
        bottom: .75em;
        right: .75em
    }

    .text-link.cc-m-top {
        text-align: center;
        justify-content: center;
        min-width: 60%;
        margin-top: 1em;
        margin-left: auto;
        margin-right: auto;
        display: block
    }

    .blog-category-tab {
        margin-left: 1em;
        margin-right: 0;
        padding-left: 2em;
        padding-right: 2em
    }

    .collection-list-6 {
        padding-right: 2em
    }

    .search-btn {
        width: 3em;
        height: 3em;
        right: 1em
    }

    .blog-hero {
        z-index: -5
    }

    .categories-swipe2 {
        width: auto;
        margin-left: auto;
        margin-right: auto;
        padding-left: .75em;
        padding-right: 0;
        display: flex
    }

    .categories-wrapper2 {
        justify-content: flex-start;
        padding-right: 0;
        overflow: auto
    }

    .blog-cms-item {
        flex-basis: 100%;
        margin-bottom: 1rem
    }

    .copyrights-wrap {
        flex-direction: column
    }

    .pl-copy-c {
        text-align: center;
        margin: .5em 0 0;
        font-size: .9rem;
        display: flex
    }

    .footer-logo {
        max-width: 25em;
        margin-right: 0;
        padding-bottom: 0
    }

    .share-btn.fb,.share-btn.em,.share-btn.pt,.share-btn.tw {
        width: 4em;
        height: 4em
    }

    .main-header-hlwn {
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 1em
    }

    .background-video {
        height: auto;
        margin-left: 0;
        padding-left: 0
    }

    .video-logo-wrapper {
        width: auto;
        height: auto
    }

    .feature-h-px {
        font-weight: 500;
        line-height: 1.2em
    }

    .feature-par-px {
        letter-spacing: 0;
        line-height: 1.45em
    }

    .mock-vid-3 {
        width: 60%;
        padding-top: 103%;
        right: auto
    }

    .nav-linkk {
        margin-right: 1em;
        font-size: 1.125em
    }

    .nav-menu-tar {
        min-width: 100vw;
        padding-top: 5rem;
        padding-bottom: 0;
        right: 0%;
        overflow: visible
    }

    .nav-link-component {
        align-items: center
    }

    .hamburger-trig {
        padding-right: 2em
    }

    .menu-item {
        padding: 1rem 0;
        font-size: 1.3rem
    }

    .menu-item.w--current,.menu-item.cc-ai-avatars {
        font-size: 1.3rem
    }

    .menu-item.cc-dropdown {
        padding: 1rem 0
    }

    .video-embed {
        margin-bottom: 2em
    }

    .nav {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .white-blur {
        display: none
    }

    .circle-pop {
        height: 13rem
    }

    .splash-one {
        bottom: -6rem;
        left: 9%
    }

    .splash-one.cc-scenes {
        bottom: -5rem
    }

    .scroll-text {
        font-size: 17px
    }

    .spacer-small {
        height: 1rem
    }

    .dash-line-six {
        width: 26rem;
        height: 26rem
    }

    .max-width-one {
        font-size: 2.5rem
    }

    .container.sm-pad-btm {
        padding-bottom: 6em;
        padding-left: 0;
        padding-right: 0
    }

    .container.sm-pad-top {
        padding-top: 6em;
        padding-bottom: 4em
    }

    .container.size {
        height: 50rem
    }

    .container.size.a-location-bottom {
        height: 50rem;
        margin-top: 8em
    }

    .container.no-pad-top {
        max-width: 320px;
        padding-bottom: 8em
    }

    .container.no-pad-top.a-location-social-proof-app-rating.impressions_content {
        padding-bottom: 10em
    }

    .container.sm-pad-top {
        margin-top: 0;
        margin-bottom: 4em;
        padding-top: 0;
        padding-bottom: 0
    }

    .container.no-pad-top {
        width: 100%;
        max-width: 320px;
        padding-bottom: 4rem
    }

    .container.no-pad-top.a-location-social-proof-app-rating {
        width: 100%;
        max-width: none
    }

    .span-text.intro-seven {
        font-size: 1.125rem;
        display: inline
    }

    .span-text.intro-seven.inline-m,.span-text.intro-six,.span-text.intro-six.inline-m,.span-text.intro-five,.span-text.intro-five.inline-m {
        display: inline
    }

    .span-text.intro-four {
        line-height: 25px
    }

    .align-c {
        font-size: 8vw
    }

    .video-height {
        max-width: 320px;
        height: 550px
    }

    .header-wrap {
        background-image: linear-gradient(180deg,var(--black),var(--color-002)77%,var(--color-001));
        height: 1340px
    }

    .hero-width {
        max-width: none
    }

    .hero-width.cc-scenes {
        max-width: 95%;
        padding-top: 2rem
    }

    .card-par {
        margin-bottom: 0
    }

    .super-text {
        font-size: 8rem
    }

    .img-parent-two {
        width: 8rem;
        height: 11rem;
        bottom: 6%;
        left: -5%
    }

    .img-cover.four {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0%;
        padding-left: 0;
        padding-right: 0;
        position: static
    }

    .dash-line-one {
        width: 26rem
    }

    .img-parent-three {
        bottom: 0%;
        right: 0%
    }

    .div-hide.super {
        bottom: 9rem
    }

    .dash-line-three {
        width: 26rem
    }

    .header {
        padding-top: 140px
    }

    .header.cc-top-margin {
        padding-top: 6em
    }

    ._3-col-grid {
        grid-template-rows: 1fr 1fr 1fr
    }

    .sticky-child {
        border-bottom-right-radius: 5em;
        padding-bottom: 6em
    }

    .card-three {
        height: 460px
    }

    .card-one {
        height: 520px
    }

    .img-parent-one {
        width: 7rem;
        height: 10rem;
        top: 6%
    }

    .img-parent-four {
        width: 8rem;
        height: 11rem;
        top: 0%
    }

    .dash-line-four {
        width: 15rem
    }

    .section {
        padding-bottom: 4em
    }

    .text-width-two {
        font-size: 1.125rem
    }

    .card-hold {
        width: 90%;
        max-width: 320px
    }

    .card-parent {
        width: 90%;
        max-width: 320px;
        padding: 1.5em
    }

    .logo-main {
        width: 10.3rem;
        height: 3.3rem
    }

    .ai-stat-parent {
        justify-content: center
    }

    .dash-line-five {
        width: 26rem
    }

    .header-content {
        width: 90%
    }

    .card-two {
        height: 460px
    }

    .footer-column-name {
        padding-top: 2em;
        padding-bottom: .5em
    }

    .dash-line-two {
        width: 32rem
    }

    .icon-lg {
        width: 2.5rem;
        height: 4.6rem;
        margin-bottom: 1em
    }

    .scroll-text-contain {
        height: 3.2rem;
        margin-bottom: 15px
    }

    .card-h {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 2.5em
    }

    .rbg-sub {
        margin-top: 1em;
        font-size: 1.25em
    }

    .rbg-sub.cc-medium {
        font-size: 1.2rem;
        line-height: 1.3
    }

    .rbg-wrap {
        width: 100%;
        min-height: 66vw
    }

    .rbg-wrap.cc-scenes-lp {
        width: 95%;
        margin-top: 0
    }

    .main-container-3 {
        margin-left: auto;
        margin-right: auto
    }

    .main-container-3.cc-rbg {
        width: 100%;
        overflow: visible
    }

    .main-container-3.cc-rbg.cc-valentine,.main-container-3.cc-1440 {
        width: 100%
    }

    .main-container-3.cc-90 {
        align-self: center;
        width: 100%;
        overflow: visible
    }

    .btn-bottom-label {
        margin-left: auto;
        margin-right: auto;
        font-size: 1em
    }

    .rbg-hero-h {
        margin-bottom: 0;
        font-size: 2.2rem
    }

    .rbg-hero-h.cc-larger {
        font-size: 6.25vw
    }

    .rbg-btn-wrap {
        text-align: center;
        width: 100%;
        display: block
    }

    .rbg-btn-wrap.cc-v2 {
        flex-wrap: wrap;
        display: flex
    }

    .rbg-btn-wrap.cc-prf {
        width: 80%
    }

    .rbg-btn-wrap.cc-left {
        display: flex
    }

    .main-grid.cc-rbg-hero {
        grid-column-gap: 2em;
        grid-row-gap: 2em
    }

    .main-grid.cc-rbg-hero.cc-prf {
        width: 100%
    }

    .main-grid.cc-rbg-v2-hero {
        grid-column-gap: 2em;
        grid-row-gap: 2em;
        place-items: center
    }

    .main-grid.cc-rbg-popup {
        grid-column-gap: 1.5em;
        grid-row-gap: 1.5em;
        justify-items: center;
        width: 100%
    }

    .upload-embed {
        margin-left: auto;
        margin-right: auto
    }

    .rbg-tabs {
        height: 94vw
    }

    .tab-link {
        font-size: 1.125em
    }

    .tab-link.click_check_result {
        padding-left: .75em;
        padding-right: .75em
    }

    .rbg-sec-h.cc-text-center {
        font-size: 6vw
    }

    .rbg-sec-h.cc-text-cta {
        margin-bottom: 1em;
        font-size: 1.8rem
    }

    .grid-rbg-feature {
        grid-column-gap: 12vw;
        grid-row-gap: 12vw
    }

    .slider-sec {
        height: 600vw;
        margin-top: 0;
        overflow: visible
    }

    .rbg-floating-img {
        width: 40%;
        max-width: 11em
    }

    .rbg-floating-img._001 {
        top: 2em;
        left: 7.5%
    }

    .rbg-floating-img._002 {
        bottom: 7.5%
    }

    .rbg-floating-img._003 {
        top: 7.5%
    }

    .rbg-floating-img._004 {
        right: 0%
    }

    .big-h-upper,.big-h-upper.cc-stroke {
        font-size: 2.5rem
    }

    .features-section-new {
        padding-top: 4em
    }

    .feature-main-container {
        margin: 4em auto 1em
    }

    .hp-title {
        font-size: 2.5em
    }

    .feature-par-hp {
        letter-spacing: 0;
        margin-bottom: 1em;
        line-height: 1.45em
    }

    .banner-wrapper {
        flex-direction: column;
        display: flex
    }

    .banner-wrapper.a-location-sale-banner-middle.cc-spacing {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        justify-content: center
    }

    .banner {
        justify-content: center;
        align-items: center;
        margin-top: 5em;
        margin-bottom: 1em;
        display: flex
    }

    .grid-base-4 {
        flex-direction: column;
        justify-content: center;
        align-self: center;
        align-items: center;
        display: flex
    }

    .cancel-label-2 {
        color: var(--gray-400)
    }

    .cancel-anytime-label-2 {
        margin-left: auto;
        margin-right: auto
    }

    .div-block-36 {
        flex-direction: column;
        align-items: stretch;
        margin-top: 1em;
        margin-right: 2em
    }

    .new-stats-ttl-3 {
        text-align: center
    }

    .btn-wrap {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: auto
    }

    .btn-primary-icon {
        justify-content: center;
        min-width: 70vw;
        padding: .75em 1.5em;
        font-size: 1.25em
    }

    .textlink-icon {
        padding: .5em 1.5em;
        font-size: 1.25em
    }

    .rbg-vid {
        width: 90%;
        padding-top: 163%
    }

    .feedback-wrap {
        text-align: center;
        flex-wrap: wrap;
        justify-content: center;
        min-height: 3.5em;
        margin-top: 1em
    }

    .feedback-icon {
        width: 2.5em;
        height: 2.5em
    }

    .feedback-icons-wrap,.feedback-wrap-text {
        margin: .5em
    }

    .marquee-moving {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .main-sub {
        margin-top: 1em
    }

    .main-sub.cc-text-align-c {
        margin-top: .5em
    }

    .hero-ui-period {
        line-height: 1.3
    }

    .hero-ui-trial {
        margin-top: .25em;
        margin-bottom: .5em
    }

    .spacer-small-2 {
        height: 1.2rem
    }

    .text-width-three {
        font-size: 4em
    }

    .text-width-three.m-txt {
        max-width: 13.9rem;
        font-size: 1.5em
    }

    .super-text-2 {
        font-size: 8rem
    }

    .super-text-2.cc-large-on-mob {
        font-size: 12rem
    }

    .white-blur-2 {
        display: none
    }

    .align-c-2 {
        font-size: 2.6rem
    }

    .align-c-2.cc-20ch.ai-heading {
        font-size: 2.25rem
    }

    .align-c-2.ai-heading {
        letter-spacing: -.075rem;
        font-size: 2.25rem
    }

    .circle-pop-2 {
        height: 13rem
    }

    .circle-pop-2.cc-low {
        height: 23rem
    }

    .section-22 {
        padding-top: 4em
    }

    ._2-col-grid-alt-2.cc-scenes-hero {
        justify-items: center;
        width: 95%;
        margin-left: auto;
        margin-right: auto
    }

    .align-left {
        max-width: 11ch;
        margin-left: 0;
        font-size: 2.6rem
    }

    .header-wrap-2 {
        height: 1340px
    }

    .header-wrap-2.cc-180vh {
        height: auto
    }

    .img-parent-three-2 {
        margin-top: 0;
        bottom: 2%;
        right: 0%
    }

    .dash-line-five-2 {
        width: 26rem
    }

    .img-parent-four-2 {
        width: 8rem;
        height: 11rem;
        top: 0%
    }

    .max-width-one-2 {
        font-size: 3rem
    }

    .max-width-one-2.cc-scenes-h1 {
        margin-top: 1.5rem;
        padding-top: 0;
        font-size: 2.85rem
    }

    .line-2.cc-flip {
        width: 25vw;
        bottom: -22vw;
        left: auto;
        right: -20%
    }

    .hero-sub-rem.cc-scenes-sub {
        font-size: 1.25rem
    }

    .hero-sub-rem.cc-scenes-sub.cc-center-mobile {
        text-align: center
    }

    .ai-avatars-hero-vid {
        position: relative
    }

    .rbg-tabs-v2 {
        height: 94vw
    }

    .tab-link-v2 {
        font-size: 1.125em
    }

    .bold-text-5 {
        font-size: .9em
    }

    .bold-text-6 {
        font-size: .9em;
        line-height: .8em
    }

    .rbg-popup-card {
        padding: 3em 1.5em 1.5em
    }

    .preparing-download-link {
        padding-top: .25em;
        padding-bottom: .25em
    }

    .rbg-hero-h-2 {
        font-size: 6.625vw
    }

    .rbg-hero-h-2.cc-black.cc-smaller {
        font-size: 1.75em
    }

    .btn-primary-2 {
        font-size: 1.25em
    }

    .btn-primary-2.cc-popup {
        width: 100%;
        min-width: auto;
        max-width: 16em;
        padding-left: 1em;
        padding-right: 1em
    }

    .rbg-sub-2 {
        font-size: 1.25em
    }

    .rbg-sub-2.cc-black {
        margin-bottom: 0
    }

    .rbg-btn-wrap-2 {
        margin-top: 1em
    }

    .rbg-btn-wrap-2.cc-popup {
        width: 90%;
        margin-top: .25em;
        margin-bottom: .5em
    }

    .rbg-popup-wrap-dislike {
        overflow: auto
    }

    .vid-ph-v2 {
        width: 100%;
        padding-top: 100%
    }

    .compare-wrap.cc-prf {
        width: 95%;
        padding-top: 95%
    }

    .resize-input-embed {
        width: 110%;
        height: 12%
    }

    .paragraph-16 {
        width: 100%
    }

    .de-h1 {
        text-align: center;
        align-self: center;
        margin-top: 0;
        font-weight: 500;
        line-height: 1.1
    }

    .de-h1.cc-center {
        width: 90vw;
        font-size: 2.3em;
        font-weight: 500;
        line-height: 1.2em
    }

    .de-h1.cc-center.cc-black.cc-50 {
        font-size: 2rem;
        line-height: 1.1
    }

    .de-h1.cc-black {
        font-weight: 700
    }

    .de-h1.cc-center-mobile {
        width: auto;
        font-size: 2.2rem
    }

    .de-intro {
        text-align: center;
        align-self: center;
        margin-top: .75em;
        margin-bottom: 1.5em;
        font-size: 1.6em
    }

    .de-intro.cc-black.cc-center-mobile {
        font-size: 1.2rem;
        line-height: 1.2
    }

    .tab-pane-2 {
        padding-left: 0;
        padding-right: 0
    }

    ._3steps-section {
        padding: 8em 1em 4em;
        overflow: hidden
    }

    .ds-auto-tabs {
        flex-direction: column;
        padding-left: 0
    }

    .tab-step {
        text-align: center;
        justify-content: center;
        margin-left: 0;
        margin-right: 0;
        padding-left: .5rem;
        padding-right: .5rem;
        font-size: 1.8rem
    }

    .tab-text {
        display: none
    }

    .tab-text.cc-desktop-pane {
        padding-top: 1.2em;
        padding-bottom: 1.5em;
        font-size: 1.5em;
        line-height: 1.3em;
        display: block
    }

    .tab-text-box {
        justify-content: center;
        padding-left: .7rem;
        padding-right: .7rem
    }

    .tab-text-box.w--current {
        justify-content: center
    }

    .tab-text-box.cc-last {
        border-bottom-style: solid;
        justify-content: center
    }

    .tab-text-box.cc-black {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .tab-text-box.cc-black.w--current {
        background-image: none;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .tab-text-box.cc-black.cc-border2 {
        border-bottom-style: solid;
        border-bottom-width: 1px
    }

    .tab-text-box.cc-black.cc-border2.w--current {
        border-bottom-width: 1px
    }

    .tabs-list {
        flex-direction: row;
        width: 100%;
        padding-left: 2em;
        padding-right: 2em;
        overflow: hidden
    }

    .tabs-content-2 {
        width: 100%
    }

    .sample-ttl {
        font-size: 2.3em;
        font-weight: 500;
        line-height: 1.2em
    }

    .sale-banner-bg {
        background-image: repeating-linear-gradient(90deg,#7254bd,#2c2853);
        flex-direction: column;
        display: block
    }

    .de-h1-2 {
        max-width: 14ch;
        margin-top: 0;
        font-size: 3em;
        font-weight: 500;
        line-height: 1.05em;
        display: none
    }

    .de-h1-2.cc-mobile {
        max-width: none;
        font-size: 2.75em;
        display: flex
    }

    .de-intro-2 {
        margin-top: .75em;
        margin-bottom: .75em;
        font-size: 1.6em;
        line-height: 1.4em
    }

    .star-wrap {
        justify-content: flex-end;
        margin-top: 0%;
        margin-left: 0%;
        padding-top: 5%
    }

    .div-block-63 {
        align-items: center;
        padding-bottom: 5%;
        padding-right: 2%
    }

    .div-block-64 {
        justify-content: flex-end;
        margin-left: auto
    }

    .image-46 {
        max-width: 3.5em
    }

    .image-47 {
        max-width: 2.5em
    }

    .div-block-65 {
        width: 100%
    }

    .bold-text-10 {
        max-width: none
    }

    .merge-sticky {
        height: auto;
        padding-top: 5rem
    }

    .image-48 {
        padding-right: 0
    }

    .image-49 {
        padding-left: 1em
    }

    .dropdown_list {
        display: none;
        overflow: auto
    }

    .label-base {
        top: 1em;
        left: 1em
    }

    .label-base.cc-top-right {
        right: 1em
    }

    .feature-h {
        margin-left: 0;
        font-size: 2.25rem
    }

    .feature-h.cc-short {
        max-width: 14ch;
        font-size: 2.25rem
    }

    .bg-vid-width {
        width: 100%
    }

    .img-slider-moving {
        padding-left: 4vw
    }

    .source-img.cc-source {
        border-radius: .5rem
    }

    .source-img.cc-in-slider {
        max-width: 52vw;
        padding: 1vw
    }

    .source-img-wrap {
        max-width: 58%;
        margin-bottom: 12vw
    }

    .slider-spacer {
        width: 4vw
    }

    .img-slider-mask {
        margin-top: 12vw
    }

    .img-slider-sticky {
        top: 3em
    }

    .base-grid.cc-margin-t-b {
        grid-row-gap: 2rem
    }

    .display-lg {
        font-size: 2rem
    }

    .ds-body {
        overflow: visible
    }

    .button-pl.a-cta.cc-center {
        justify-content: center;
        align-self: stretch;
        display: flex
    }

    .button-pl.outline {
        margin-left: auto;
        margin-right: auto
    }

    .ds-grid {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        justify-items: center;
        margin-left: auto;
        margin-right: auto;
		margin-top:2rem;
        overflow: visible
    }

    .ds-grid.cc-lp-hero {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem
    }

    .ds-grid.fade-up {
        align-self: auto
    }

    .ds-grid.fade-up.cc-flex {
        flex-direction: column-reverse;
        display: flex
    }

    .ds-grid._1-125fr {
        grid-row-gap: 3rem;
        width: 100%
    }

    .ds-grid.cc-overflow {
        grid-template-columns: 1fr;
        overflow: visible
    }

    .ds-grid.cc-1rem-padding {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .max-width-85 {
        width: 85%
    }

    .ds-container {
        width: 100%;
        max-width: none
    }

    .ds-container._66-rem {
        width: 100%
    }

    .ds-container._66-rem.cc-footer-banner {
        height: 47rem
    }

    .ds-container._66-rem.cc-footer-banner.cc-28rem {
        height: 31rem
    }

    .ds-container.cc-w-images {
        padding: 15rem 1rem
    }

    .ds-container.cc-features,.ds-container.cc-70.cc-90-mobile {
        width: 100%
    }

    .ds-container.cc-flex.cc-vertical {
        justify-content: center;
        align-items: flex-start;
        width: 90%;
        max-width: 78rem
    }

    .ds-container.cc-flex.cc-vertical.cc-breadcrumbs {
        flex-wrap: wrap
    }

    .ds-container.cc-hidden-overflow {
        width: auto;
        margin-left: auto;
        margin-right: auto
    }

    .ds-container.cc-100-blog {
        margin-left: 0;
        padding-left: 0
    }

    .ds-container.cc-100-blog.cc-top-margin {
        margin-top: -7rem
    }

    .ds-container.cc-breadcrumbs {
        flex-direction: row;
        align-items: flex-start
    }

    .ds-container.cc-center.cc-lp {
        z-index: 20
    }

    .ds-container.cc-lp-ai-photo-editor.cc-tablet {
        z-index: 10;
        align-items: center;
        margin-top: 1rem
    }

    .ds-container.overflow.cc-100 {
        display: block
    }

    .headline-xl {
        font-size: 1.75rem
    }

    .headline-xl.cc-black-text.cc-blog-featured-post-ttl {
        font-size: 1.6rem
    }

    .li-w-arrow {
        padding-left: 2.5rem
    }

    .arrow-bullet {
        width: 1.5rem
    }

    .big-h-anchor-rem {
        flex-direction: column;
        align-items: center;
        display: flex
    }

    .background-video-7 {
        width: 25em;
        max-width: 100%;
        height: 25em
    }

    .ds-ul-no-bullets {
        margin-bottom: 0
    }

    .mockup-vid-max-width {
        width: 70%
    }

    .max-width-65 {
        width: 100%
    }

    .btn-arrow-right {
        right: 2em
    }

    .stat-parent-3.two {
        min-height: 140px
    }

    .stat-parent-3.three {
        border-bottom-style: solid;
        min-height: auto;
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .stat-parent-3.three.cc-affiliate-page {
        min-height: auto;
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .stat-parent-3.one {
        min-height: 140px;
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .stat-parent-3.three {
        border-bottom-style: solid;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .stat-parent-3.two {
        min-height: 140px;
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .stat-parent-3.one,.stat-parent-3.two {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .stat-parent-3.two.cc-affilitae-page {
        min-height: auto;
        padding-top: 0;
        padding-bottom: 0
    }

    .display-sm {
        font-size: 2rem
    }

    .display-sm.cc-black-text.cc-140-margin-right {
        text-align: center
    }

    .display-sm.cc-black-text.cc-affiliate-page {
        text-align: left;
        font-size: 2.2rem
    }

    .display-sm.cc-center,.display-sm.cc-always-center {
        font-size: 2.2rem
    }

    .display-sm.cc-always-center.cc-20ch {
        max-width: 20ch
    }

    .display-sm.cc-always-center.cc-15ch {
        max-width: 15ch
    }

    .spacer-2rem.cc-1-on-mobile {
        height: 1rem
    }

    .footer-column-name-2 {
        padding-top: 1.75em;
        padding-bottom: .5em
    }

    .headline-md.cc-black-text.cc-1-1rem-font-size {
        font-size: 1.2rem
    }

    .headline-md.cc-black-text.cc-right-margin {
        margin-bottom: .5rem
    }

    .headline-md.cc-black-text.cc-1-3-mobile {
        font-size: 1.3rem
    }

    .faqs-right {
        width: 100%
    }

    .label-sm {
        line-height: 1.4
    }

    .paragraph.cc-white.cc-tabs-mobile {
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }

    .ds-section {
        width: 100vw;
        margin-left: 0;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .ds-section.ip-hero {
        padding-top: 1rem;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .ds-section.ip-hero.a-location-header {
        overflow: hidden
    }

    .ds-section.ip-hero.cc-lp-ai-photo-editor {
        height: auto;
        position: relative;
        overflow: visible
    }

    .ds-section.ip-hero.cc-lp-ai-photo-editor.cc-nobg {
        justify-content: center;
        align-items: stretch;
        height: auto
    }

    .ds-section.ip-social.footer-no-padding {
        padding-left: 0;
        padding-right: 0
    }

    .ds-section.cc-black-bg {
        padding: 0 1rem
    }

    .ds-section.cc-black-bg.a-location-header {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .ds-section.cc-black-bg.cc-400vh {
        height: 600vh
    }

    .ds-section.cc-black-bg.cc-400vh.cc-linear {
        margin-top: -100px;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0
    }

    .ds-section.cc-white-bg {
        overflow: visible
    }

    .ds-section.cc-aquaman-bg {
        background-position: 0 0,50%;
        padding: 0 1rem
    }

    .ds-section.cc-contact-page {
        padding-left: 0;
        padding-right: 0
    }

    .ds-section.cc-light-purple.cc-no-padding {
        padding-left: 1rem;
        padding-right: 0
    }

    .ds-section.cc-light-purple.cc-ai-image-generator {
        padding-bottom: 6rem
    }

    .ds-section.cc-blog-post-hero {
        padding-bottom: 3rem
    }

    .ds-section.cc-no-padding,.ds-section.cc-no-padding-on-mobile {
        padding-left: 0;
        padding-right: 0
    }

    .ds-section.cc-no-padding-blog {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        overflow: visible
    }

    .ds-section.cc-no-padding-blog.cc-1rem-padding {
        padding-left: 0;
        padding-right: 0
    }

    .ds-section.cc-purple-bg {
        padding: 0 1rem
    }

    .ds-section.cc-authhor-page-hero {
        padding-bottom: 3rem
    }

    .ds-section.cc-affiliate-page {
        height: 90vh
    }

    .ds-section.cc-nopadding {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .ds-section.cc-nopadding.cc-purple-linear {
        margin-left: 0
    }

    .ds-section.cc-black-purple-4k-generate-bg {
        padding: 0 1rem
    }

    .spacer-1rem.cc-square {
        display: block
    }

    .spacer-1rem.cc-square.hide {
        height: 2rem;
        display: block
    }

    .grid-cell-pe-left.cc-center.cc-80 {
        width: 100%
    }

    .spacer-5rem.cc-small-on-mobile {
        height: 2rem
    }

    .spacer-5rem.cc-3-on-mobile {
        height: 3rem
    }

    .spacer-5rem.cc-hide-on-mobile {
        display: none
    }

    .spacer-5rem.cc-2-on-mobile,.spacer-0-5rem.cc-2rem-on-mobile {
        height: 2rem
    }

    .spacer-8rem {
        width: 4rem;
        height: 4rem
    }

    ._3-col-grid-3.fade-up.cc-affilitate-page {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem
    }

    .color-block {
        margin-bottom: 20px
    }

    .spacer-4rem.cc-to2rem-on-mobile {
        width: 100%
    }

    .spacer-4rem.cc-2-on-mobile {
        height: 2rem
    }

    .spacer-4rem.cc-to3rem-on-mobile {
        width: 100%;
        height: 3rem
    }

    .spacer-4rem.cc-2rem-on-mobile {
        height: 2rem
    }

    .spacer-14rem.cc-6-on-mobile {
        height: 6rem
    }

    .spacer-14rem.cc-7-on-mobile {
        height: 7rem
    }

    .column {
        margin-bottom: 0
    }

    .column.desk-9 {
        width: auto
    }

    .column.desk-6,.column.desk-5,.column.desk-3 {
        width: 100%
    }

    .spacer-2-5rem.cc-2-on-mobile,.spacer-3rem.cc-2rem-on-moblie {
        height: 2rem
    }

    .sg-section {
        padding-left: 16px;
        padding-right: 16px
    }

    .spacer-10rem.cc-8-on-mobile.cc-hide-on-mobile {
        display: none
    }

    .spacer-10rem.cc-6-on-mobile {
        height: 6rem
    }

    .spacer-10rem.cc-6-on-mobile.cc-hide-on-mobile {
        display: none
    }

    .spacer-10rem.cc-5-on-mobile,.spacer-10rem.cc-5-on-mobile-2,.spacer-10rem.cc-5-on-mobile,.spacer-10rem.cc-5-on-mobile,.spacer-10rem.cc-5-on-mobile,.spacer-10rem.cc-5-on-mobile,.spacer-10rem.cc-5-on-mobile {
        height: 5rem
    }

    .spacer-10rem.cc-2-on-mobile {
        height: 2rem
    }

    .spacer-10rem.cc-5-on-mobile {
        height: 5rem
    }

    .spacer-12rem.cc-8-on-mobile {
        height: 8rem
    }

    .spacer-12rem.cc-affilitae-page {
        height: 7rem
    }

    .spacer-12rem.cc-6-on-mobile {
        height: 6rem
    }

    .spacer-12rem.cc-hide-on-mobile {
        display: none
    }

    .spacer-6rem.cc-2-on-mobile {
        height: 2rem
    }

    .ds-image-wrap.cc-85 {
        width: 100%;
        display: flex
    }

    .ds-image-wrap.cc-neutral-grey.cc-60 {
        width: 85%
    }

    .ds-image-wrap.cc-60 {
        width: 90%
    }

    .ds-image-wrap.cc-device-65 {
        width: 85%
    }

    .display-xs {
        font-size: 2rem
    }

    .display-xs.cc-center.cc-purple {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        font-size: 2rem
    }

    .display-xs.cc-center.cc-white.cc-18ch {
        max-width: 14ch;
        margin-left: auto;
        margin-right: auto
    }

    .display-xs.cc-center.cc-max-25ch {
        max-width: 19ch
    }

    .display-xs.cc-center.cc-lp-ai-photo-editing {
        margin-bottom: 2rem
    }

    .display-xs.cc-black-text.cc-center.cc-20ch,.display-xs.cc-black-text.cc-center.cc-22ch {
        max-width: none
    }

    .display-xs.cc-black-text.cc-always-center.cc-20ch {
        max-width: 25ch
    }

    .display-xs.cc-black-text.cc-affiiate-page,.display-xs.cc-purple {
        text-align: center
    }

    .display-xs.cc-purple.cc-1-75rem {
        font-size: 1.75rem
    }

    .display-xs.cc-always-center.cc-15ch {
        max-width: 15ch
    }

    .button-pl-small {
        padding: .8rem 1.2rem
    }

    .button-pl-small.outline {
        display: flex
    }

    .logo-pl-white {
        width: 9rem
    }

    .ds-3steps-section {
        padding-left: 1rem;
        padding-right: 1rem;
        overflow: hidden
    }

    .ds-tabs-step-wrap.cc-mobile {
        margin-left: 1.5rem;
        margin-right: 1.5rem
    }

    .display-md {
        font-size: 2.5rem
    }

    .display-md.cc-center {
        align-self: center
    }

    .display-md.cc-center.cc-max-mobile-15ch {
        max-width: 15ch
    }

    .par-xs.cc-brown-italic.cc-md {
        margin-left: 0;
        padding-right: 0;
        font-style: italic;
        font-weight: 700
    }

    .ds-video-wrap.cc-pl-gradient,.ds-video-wrap.cc-pl-gradient.cc-18rem {
        width: 18rem
    }

    .ds-video-wrap.cc-pl-gradient.cc-55.cc-85-mobile {
        width: 85%
    }

    .ds-video-wrap.cc-pl-gradient.cc-60 {
        width: 70%
    }

    .ds-video-wrap.cc-grey-neutral {
        width: 100%
    }

    .ds-video-wrap.cc-grey-neutral.cc-60 {
        width: 85%
    }

    .ds-video-wrap.cc-grey-neutral.cc-50 {
        width: 90%
    }

    .ds-video-wrap.cc-grey-neutral.cc-70 {
        width: 100%
    }

    .ds-video-wrap.cc-grey-neutral.cc-65.cc-85-mobile,.ds-video-wrap._3d-device-frame.cc-55,.ds-video-wrap._3d-device-frame.cc-55-new,.ds-video-wrap._3d-device-frame.cc-70 {
        width: 85%
    }

    .ds-video-wrap._3d-device-frame.cc-60 {
        width: 70%
    }

    .ds-video-wrap.cc-60.cc-grey.cc-mobile {
        border-width: 2px;
        border-color: var(--pl-purple-light);
        width: 90%
    }

    .ds-video-wrap.cc-65 {
        width: 85%
    }

    .display-xxl {
        font-size: 2.5rem;
        line-height: 1
    }

    .par-sm {
        font-size: 1.2rem
    }

    .par-sm.cc-black-text.feature-description {
        font-size: 1.1rem;
        line-height: 1.3
    }

    .par-sm.cc-black-text.cc-0-4rem-margin.cc--letterspacing-0-03rem {
        font-size: 1.2rem
    }

    .par-sm.cc-black-text.cc-0-4rem-margin.cc--letterspacing-0-03rem.cc-1-6rem-margin-top {
        margin-top: 1.6rem
    }

    .par-sm.cc-black-text.cc-padding {
        padding-left: 0;
        padding-right: 0
    }

    .par-sm.cc-black-text.cc-breadcrumbs {
        white-space: nowrap
    }

    .display-xl {
        font-size: 2.5rem
    }

    .ds-image-base.ratio-1-1.cc-overflow {
        overflow: visible
    }

    .social-links-wrap-2 {
        flex-wrap: wrap;
        justify-content: center
    }

    .ds-video-base.ratio-4-5.cc-corner-2-2 {
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .ds-video-base.ratio-device-9-16 {
        border-radius: 2rem
    }

    .logo-pl-purple {
        width: 9rem
    }

    .button-with-icon {
        font-size: 1.1rem
    }

    .headline-lg.toc {
        font-size: 1.4rem
    }

    .social-link-footer {
        width: 44px;
        height: 44px
    }

    .paragraph-18 {
        font-size: 1.1rem
    }

    .par-md.cc-black-text.cc-1-1rem-font-size {
        font-size: 1.2rem
    }

    .par-md.cc-always-center.cc-45.car-back-text {
        width: 90%
    }

    .par-md.cc-always-center.cc-80 {
        width: 100%
    }

    .par-md.cc-blog-category-descr {
        width: 90%
    }

    .par-md.cc-1-2rem {
        font-size: 1.125rem
    }

    .par-md.cc-1-2rem.cc-center {
        font-size: 1.2rem
    }

    .label-md-caps.cc-fantasy {
        white-space: normal;
        max-width: 100%;
        line-height: 1.4
    }

    .par-lg {
        margin-right: 0
    }

    .par-lg.cc-center {
        font-size: 1.2rem
    }

    .par-lg.cc-center.cc-36ch {
        letter-spacing: -.03rem
    }

    .par-lg.cc-center.cc-24 {
        width: 24ch
    }

    .par-lg.cc-center.cc-45ch {
        width: 80%
    }

    .par-lg.cc-center.cc-text-mob {
        text-align: center;
        width: 83%
    }

    .par-lg.cc-black-text.cc-center.cc-34ch {
        max-width: 25ch;
        font-size: 1.3rem
    }

    .sg-menu-brand {
        margin-left: 16px
    }

    .item-label-2 {
        white-space: normal
    }

    .ds-store-badge-link {
        width: 12.5em;
        min-width: auto;
        max-width: none
    }

    .tooltip {
        font-size: 1em
    }

    .button-pl-navbar {
        padding: .9rem 1.2rem;
        font-size: 1rem
    }

    .spacer-16rem.cc-8-on-mobile.cc-hide {
        display: none
    }

    .spacer-16rem.cc-6-on-mobile {
        height: 6rem
    }

    .spacer-16rem.cc-8-on-mobile {
        height: 8rem
    }

    .spacer-16rem.cc-5-on-mobile {
        height: 5rem
    }

    .spacer-16rem.cc-2-on-mobile {
        height: 2rem
    }

    .grid-box-2 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .grid-box-2.center-grid-mobile {
        justify-content: center;
        align-items: center
    }

    .accordion-item-rem {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 1rem
    }

    .accordion-item-content {
        margin-right: 0
    }

    .spacer-1rem-4.cc-desktop {
        display: block
    }

    .spacer-1rem-4.cc-space-cu-pg {
        height: .5rem
    }

    .spacer-1rem-4._0-7-on-mobile {
        height: .7rem
    }

    .spacer-1rem-4._0-5-on-mobile {
        height: .5rem
    }

    .how-to-list-2 {
        align-self: flex-start
    }

    .main-btn-wrap.cc-align-center.cc-affiliate-page {
        margin-top: 3rem
    }

    .text-box-2.cc-align-center.fade-up.cc-50.cc-width {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .text-box-2.cc-align-center.fade-up.cc-50 {
        width: 100%
    }

    .footer-price-box {
        margin-top: 0
    }

    .lottie-animation {
        width: 4em;
        top: 46%;
        left: 20%
    }

    .lottie-animation.cc-lottie-background {
        top: 42%;
        left: 73%
    }

    .lottie-animation.cc-lottie-background.cc-absolute.cc-rotate.cc-tablet {
        width: 23em;
        top: 60%;
        bottom: 0;
        left: -4%
    }

    .lottie-animation.cc-lottie-background.cc-absolute.cc-rotate.cc-tablet.cc-last {
        top: 47%;
        left: -4%
    }

    .lottie-animation.cc-lottie-background.cc-absolute.cc-rotate.cc-tablet.cc-first {
        top: 50%;
        left: -3%
    }

    .lottie-animation.cc-lottie-background.cc-absolute-right.cc-rotate.cc-tablet {
        width: 23em;
        top: 85%;
        left: -12%
    }

    .lottie-animation.cc-lottie-background.cc-absolute-right.cc-rotate.cc-tablet.cc-middle {
        top: 55%;
        left: -5%;
        transform: rotate(50deg)
    }

    .image-max-12rem {
        width: 45%;
        max-width: 9.5rem
    }

    .image-max-12rem.footer-001 {
        width: 42%;
        max-width: 11rem;
        top: 2%;
        left: 0
    }

    .image-max-12rem.footer-004 {
        max-width: 11rem;
        top: auto;
        bottom: 0%;
        left: auto
    }

    .image-max-12rem.footer-004.cc-position {
        width: 42%;
        bottom: -5%;
        right: 0
    }

    .image-max-12rem.footer-003 {
        width: 42%;
        max-width: 11rem;
        bottom: 2%;
        left: 0
    }

    .image-max-12rem.footer-002 {
        max-width: 11rem
    }

    .image-max-12rem.footer-002.cc-position {
        width: 42%;
        top: -5%;
        right: 0
    }

    .image-max-12rem.footer-004 {
        bottom: -4%;
        right: -1rem
    }

    .image-max-12rem.footer-002 {
        right: -1rem
    }

    .display-sm-3 {
        font-size: 2.2rem
    }

    .display-sm-3.cc-align-center.fade-up.h4 {
        max-width: 12ch
    }

    .display-sm-3.cc-align-center.cc-46-margin-bottom.xmas-venner {
        max-width: 12ch;
        font-size: 3.9rem;
        line-height: 1
    }

    .display-sm-3.cc-align-center.cc-46-margin-bottom.xmas-cinema {
        font-size: 2.7rem
    }

    .spacer-1-5rem-2 {
        display: block
    }

    .spacer-1-5rem-2.cc-small-on-mobile {
        height: .5rem
    }

    .ds-container-3,.ds-container-3.cc-full-tb {
        width: 90%
    }

    .text-box-2-2.cc-52ch {
        width: 100%
    }

    .new-navbar {
        padding-left: 0;
        padding-right: 0
    }

    .ai-presets-container {
        grid-column-gap: 3rem;
        max-width: none
    }

    .moving-slide-ai {
        min-height: 70vh;
        padding-bottom: 0
    }

    .slider-ai {
        height: 460vw;
        margin-top: 0;
        overflow: visible
    }

    ._2nd-fold-wrap {
        padding-top: 6rem
    }

    ._2nd-fold-wrap.cc-center {
        margin-bottom: 4rem;
        padding-top: 8rem
    }

    .social-proof-grid.cc-flex {
        flex-flow: wrap
    }

    .social-proof-cell {
        align-items: center
    }

    .star-div,.star-div.cc-17-px {
        width: 17px
    }

    .star-div.cc-15px {
        width: 15px
    }

    .social-proof-seperator {
        width: 1.5px
    }

    .card_component {
        width: 15rem;
        height: 19rem
    }

    .car-back-text {
        font-size: 1.3rem
    }

    .card_side.is-back {
        transform: rotateX(0)rotateY(180deg)rotate(0)
    }

    .card-img {
        position: relative
    }

    .back-text-wrap {
        width: 15rem;
        height: 15rem
    }

    .slider-container {
        margin-bottom: 3rem
    }

    .slider-ai-side-scroll {
        margin-top: 0;
        overflow: visible
    }

    .image-wrap-4 {
        width: 100%
    }

    .image-wrap-4.cc-85 {
        width: 100%;
        display: block
    }

    .ds-image-wrap-3.cc-grey-neutral {
        width: 100%
    }

    .ds-image-wrap-3.cc-grey-neutral.cc-60 {
        width: 90%
    }

    .social-proof-seperator-2 {
        width: 1.5px
    }

    .source-img-wrap-2 {
        max-width: 58%;
        margin-bottom: 12vw
    }

    .source-img-wrap-2.cc-yearbook {
        max-width: 50%
    }

    .line-3.cc-flip-2 {
        width: 25vw;
        bottom: -22vw;
        left: auto;
        right: -20%
    }

    .img-slider-height-2 {
        height: 200vh;
        position: relative;
        overflow: visible
    }

    .img-slider-height-2.cc-400vh {
        height: 400vh
    }

    .img-slider-mask-2 {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin-top: 12vw;
        display: flex
    }

    .img-slider-sticky-2 {
        min-height: 80vh;
        padding-top: 8rem;
        top: 0;
        overflow: hidden
    }

    .img-slider-moving-2 {
        padding-left: 4vw;
        overflow: visible
    }

    .source-img-2.cc-source {
        border-radius: .5rem;
        width: 48vw
    }

    .source-img-2.cc-in-slider {
        flex: none;
        width: 48vw;
        padding: 1vw
    }

    .source-img-wrapper {
        margin-right: .8rem
    }

    .slider-vid {
        width: 28%;
        padding-top: 49%
    }

    .item-label-3 {
        white-space: normal
    }

    .ds-embed-video-wrap {
        justify-content: center;
        align-items: stretch;
        margin-left: auto;
        margin-right: auto;
        display: flex
    }

    .spacer-2rem-5 {
        width: 100%;
        height: 2rem
    }

    .button-pll-aiavatar-mobile.a-cta.show-only-on-mobile {
        display: flex
    }

    .display-lg-3 {
        font-size: 2.4rem
    }

    .aquaman-logo-wrap {
        width: 16rem;
        margin-left: auto;
        margin-right: auto
    }

    .button-pl-ai-avatar {
        padding: .8rem 1.2rem
    }

    .button-pl-ai-avatar.outline,.button-pl-ai-avatar.outline.display-none {
        display: none
    }

    .ds-section-4 {
        width: 100vw;
        margin-left: 0;
        padding-left: 1rem;
        padding-right: 1rem;
        overflow: hidden
    }

    .ds-section-4.cc-black-bg {
        padding: 0 1rem
    }

    .par-lg-5.cc-center {
        font-size: 1.2rem
    }

    .ds-video-wrap-4._3d-device-frame.cc-55 {
        width: 85%
    }

    .display-md-4 {
        font-size: 2.5rem
    }

    .display-md-4.cc-center-2 {
        align-self: center
    }

    .spacer-2rem-7.cc-1rem-on-mobile {
        height: 1rem
    }

    .splide {
        padding-bottom: 3rem
    }

    .splide.slider1 {
        padding-bottom: 0
    }

    .splide.slider2 {
        width: 100%;
        padding-bottom: 0;
        position: relative
    }

    .splide__slide {
        width: 100%;
        padding: 0
    }

    .cms-feature {
        margin-bottom: 1rem
    }

    .all-features {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        grid-template-columns: 1fr;
        grid-auto-flow: row
    }

    .all-features-base {
        width: 100%;
        margin-top: 0
    }

    .ds-section-features {
        padding-left: 1rem;
        padding-right: 1rem;
        overflow: visible
    }

    .feature-headline {
        font-size: 1.6rem;
        line-height: 1.1
    }

    .feature-thumbnail {
        width: 100%;
        max-width: none
    }

    .mobile-menu {
        display: block
    }

    .hamburger-trigger-1 {
        left: 80%
    }

    .mobile-links-list {
        margin-top: 0
    }

    .mobile-menu-level-1 {
        z-index: 9999;
        background-color: var(--black);
        width: 100%;
        margin-left: auto;
        display: none;
        position: absolute;
        inset: 0% 0% 0% auto;
        overflow: visible
    }

    .menu-wrapper {
        flex-direction: column;
        height: 100vh;
        margin-left: 0;
        margin-right: 0;
        padding: 6rem 3.5rem 10rem 2.5rem;
        display: flex;
        position: relative;
        top: 5%;
        overflow: visible
    }

    .menu-wrapper.level-2-menu {
        justify-content: flex-start;
        padding-top: 2rem
    }

    .mega-menu {
        margin-bottom: 0;
        position: fixed
    }

    .section-link {
        height: 100%
    }

    .section-header-2 {
        height: auto;
        padding-left: 0;
        font-size: 1.6rem
    }

    .section-header-2:hover {
        color: #fff
    }

    .mobile-menu-level-2 {
        z-index: 20;
        background-color: #49343400;
        margin-left: auto;
        display: flex;
        position: relative
    }

    .mobile-menu-level-2.mobile-menu-open {
        z-index: 20;
        aspect-ratio: auto;
        background-color: var(--black);
        background-image: none;
        height: auto;
        display: none;
        overflow: auto
    }

    .mobile-menu-level-2.mobile-menu-open.cc-ai-tools,.mobile-menu-level-2.mobile-menu-open.cc-editing-tools {
        display: none
    }

    .mobile-menu-level-2.mobile-menu-open.cc-create {
        display: flex
    }

    .desktop-menu {
        z-index: 99;
        opacity: 1;
        padding-left: 1.5rem
    }

    .back-wrapper-trigger {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 2rem;
        height: 2rem;
        margin-bottom: 1px;
        display: flex;
        left: -2.8rem
    }

    .main-link-wrapper {
        border-top-style: none
    }

    .main-link-wrapper.cc-first {
        padding-bottom: 0
    }

    .main-link-wrapper.cc-hide {
        display: flex
    }

    .link-to-section-trigger {
        width: 1.7rem;
        height: 1.7rem
    }

    .logo-link-base-2 {
        position: relative
    }

    .mobile-menu-item {
        color: #636367;
        cursor: pointer
    }

    .mobile-menu-item.cc-main-link {
        margin-top: 3rem;
        margin-bottom: 1.5rem
    }

    .logo-ft-2 {
        z-index: -10;
        width: 10rem;
        position: relative
    }

    .section-header-wrapper {
        color: #fff;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        height: auto;
        margin-bottom: 0;
        margin-left: 0;
        line-height: 1.3px
    }

    .section-header-wrapper:hover {
        color: #fff
    }

    .mobile-text-menu-wrapper {
        width: 100%;
        min-width: 50%;
        text-decoration: none
    }

    .mobile-menu-text {
        color: var(--white);
        font-size: 1.3rem
    }

    .mobile-menu-text:hover {
        opacity: 1;
        color: var(--white)
    }

    .white-arrow {
        height: auto;
        position: relative
    }

    .nav-link-wrapper-mobile {
        cursor: pointer;
        align-items: center;
        margin-bottom: 1.5rem;
        font-size: 1.125rem
    }

    .offer-marqee-mobile.cc-gradient {
        position: relative;
        top: 1rem
    }

    .special-links {
        border-bottom: 1px solid #414141;
        padding-bottom: 1.5rem
    }

    .back-wrapper-trigger-2 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 2rem;
        height: 2rem;
        margin-bottom: 1px;
        display: flex;
        left: -2.8rem
    }

    .cc-65 {
        width: 90%
    }

    .cc-1-on-mobile {
        height: 1rem
    }

    .xmas-hero-header-wrapper-main {
        overflow: visible
    }

    .xmas-star-hero-wrapper {
        top: -19%;
        left: 7%
    }

    .xmas-star-hero-wrapper._01 {
        width: 22px;
        left: 7%
    }

    .xmas-star-hero-wrapper._02 {
        width: 18px;
        top: 49%;
        left: 89%
    }

    .xmas-star-hero-wrapper._03 {
        width: 18px;
        top: -117%;
        left: 17%
    }

    .hero-width-xmax {
        max-width: 330px
    }

    .hero-width-xmax._90.cc-center.margin-top {
        margin-bottom: 20px;
        padding-top: 40px
    }

    .hero-width-xmax._90.cc-center.margin-top.xmas-bg-1 {
        margin-top: 0%;
        margin-bottom: 0;
        padding-top: 7.5rem
    }

    .display-md-xmas {
        font-size: 2.2rem
    }

    .display-md-xmas.cc-center-on-mobile.cc-xmas {
        width: auto;
        min-width: 22rem;
        font-size: 4.375rem;
        line-height: .9
    }

    .display-md-xmas.cc-center-on-mobile.cc-xmas.cc-first-header-xmas {
        margin-bottom: .3rem;
        font-size: 2.875rem;
        line-height: .7
    }

    .env-wrapper-child {
        z-index: 800;
        height: 80vh;
        padding-top: 0;
        top: 5%;
        overflow: hidden
    }

    .xmas-envelop-container {
        justify-content: center;
        align-items: flex-start;
        height: auto;
        padding-top: 0;
        position: relative;
        top: -73px;
        bottom: 0;
        overflow: visible
    }

    .env-level-3 {
        width: 600px;
        padding-top: 40px;
        display: block;
        bottom: -5%
    }

    .env-level-1 {
        object-fit: cover;
        width: 250px;
        height: 350px;
        top: auto;
        bottom: -355px;
        left: auto
    }

    .env-level-1.poster {
        width: 275px;
        max-width: none;
        height: 343.7px;
        max-height: none;
        bottom: -42%
    }

    .env-level-1.video {
        width: 275px;
        height: 343.7px;
        bottom: -42%
    }

    .xmas-envelop-parent {
        height: 200vh;
        margin-bottom: 100px;
        padding-top: 0;
        top: 0;
        bottom: 0
    }

    .xmas-envelop-parent.xmas {
        top: -49.3vh
    }

    .env-wrapper-parent {
        height: 80vh;
        padding-top: 0;
        top: 5%;
        overflow: hidden
    }

    .env-wrapper-parent.main {
        z-index: 700;
        height: 100vh;
        margin-top: 0;
        padding-top: 0;
        top: 1%;
        overflow: visible
    }

    .env-level-2 {
        width: 600px;
        padding-top: 100px;
        padding-left: 0;
        display: block;
        bottom: -5%;
        overflow: hidden
    }

    .envelop-sticky {
        border-radius: 1px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        height: 80vh;
        padding-top: 0;
        top: 0
    }

    .envelop-sticky.xmas-bg-1 {
        height: 100vh;
        padding-top: 100px;
        overflow: visible
    }

    .envelop-sticky.xmas-bg-1.cc-0rem {
        height: 100vh;
        padding-top: 3rem
    }

    .xmas-star-how-to-wrapper {
        width: 23px;
        display: block;
        left: 13%
    }

    .xmas-star-how-to-wrapper.right {
        display: block
    }

    .xmas-star-how-to-wrapper._2 {
        width: 18px
    }

    .xmas-star-howto-wrapper-copy {
        top: 80%;
        left: 6%
    }

    .xmas-star-howto-wrapper-copy._02 {
        top: 88%;
        left: 25%
    }

    .xmas-star-howto-wrapper-copy._01 {
        top: 73%;
        left: 17%
    }

    .grid-cell-3 {
        width: 100%;
        font-size: 1em;
        line-height: 1em
    }

    .footer-bottom-2 {
        padding: 1.125rem 1.25rem 2.5rem
    }

    .footer-right-side {
        margin-top: 0
    }

    .footer-right-side.flex-horizontal {
        justify-content: flex-start;
        margin-top: 0;
        margin-bottom: 0
    }

    .lr-logo-footer-wrapper.bottom {
        margin-right: .3rem
    }

    .social-badge-wrapper.cc-last {
        margin-right: 0
    }

    .footer-arrow-wrapper {
        width: 12px;
        height: 7px
    }

    .footer-bottom-link {
        text-align: left;
        margin-bottom: 0;
        margin-right: 0;
        font-size: .85rem;
        font-weight: 400;
        line-height: 15px
    }

    .footer-bottom-link.cc-margin {
        margin: 0
    }

    .link-header-wrapper {
        cursor: pointer;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
        display: flex;
        overflow: hidden
    }

    .link-header-wrapper.cc-last {
        align-items: center
    }

    .appstore-link {
        width: auto;
        max-width: 15.625rem;
        max-height: 2.1875rem
    }

    .footer-link-3 {
        margin-bottom: 20px;
        font-size: 1rem
    }

    .footer-link-3.cc-last {
        margin-bottom: 5px
    }

    .footer-column-name-3 {
        padding-top: 1.25rem;
        padding-bottom: .25rem
    }

    .social-links-container {
        justify-content: space-around
    }

    .footer-top {
        padding-top: 4rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .footer-links-header {
        margin-bottom: 1.5rem;
        font-size: 1rem
    }

    .footer-links-header.cc-dd {
        margin-bottom: 0
    }

    .social-container {
        flex-direction: column-reverse;
        max-width: 16.25rem;
        margin-bottom: 3.5rem
    }

    .lr-footer-description-p-2 {
        font-size: 1rem;
        line-height: 20px
    }

    .footer-left-side {
        margin-top: 0
    }

    .footer-links-container {
        flex-direction: column;
        margin-bottom: 2.875rem
    }

    .footer-links-list {
        height: 0;
        margin-bottom: 0
    }

    .stores-badges-wrapper-2 {
        flex-flow: wrap;
        justify-content: flex-start
    }

    .stores-badges-wrapper-2.cc-last {
        margin-bottom: 0
    }

    .googleplay-link {
        max-width: none;
        margin-right: 0
    }

    .footer-bottom-links-container {
        grid-column-gap: .9rem;
        grid-row-gap: .9rem;
        flex-wrap: wrap;
        place-content: stretch flex-start;
        margin-bottom: 2rem
    }

    .footer-bottom-links-container._36max {
        grid-column-gap: .85rem;
        grid-row-gap: .85rem
    }

    .footer-link-item.cc-last {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .text-span-15 {
        line-height: .9
    }

    .par-lg-8 {
        font-size: 1.3rem;
        line-height: 1.2
    }

    .par-lg-8.cc-center-text {
        text-align: center;
        font-size: 1.4rem
    }

    .spacer-2rem-14.cc-mobile {
        height: 1rem
    }

    .ds-section-12 {
        padding-left: 1rem;
        padding-right: 1rem;
        overflow: hidden
    }

    .ds-section-12.xmas-bg-1.cc-xmas {
        margin-top: -39.5rem
    }

    .par-md-13.line-height-1-5 {
        line-height: 1.3
    }

    .par-md-13.line-height-1-5.xmas {
        max-width: 26ch;
        margin-bottom: 10px
    }

    .ds-container-14 {
        width: 90%
    }

    .ds-grid-8 {
        grid-column-gap: 2.5rem;
        grid-row-gap: 2.5rem;
        align-items: center
    }

    .text-span-17 {
        margin-left: 2.5rem
    }

    .ds-section-13 {
        padding-left: 1rem;
        padding-right: 1rem;
        overflow: hidden
    }

    .grid-base-7 {
        width: 100%
    }

    .grid-base-7.cc-hp-procuct.cc-inner-page {
        grid-column-gap: 4em;
        grid-row-gap: 4em;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
        justify-content: stretch
    }

    .ds-video-wrap-9.cc-grey-neutral {
        width: 100%
    }

    .ds-video-wrap-9.cc-grey-neutral.cc-60 {
        width: 80%
    }

    .feature-row-text-w-5 {
        flex-wrap: nowrap
    }

    .ds-container-15 {
        width: 90%
    }

    .button-pl-navbar1,.button-pl-navbar2 {
        padding: .8rem 1.2rem
    }

    .ds-image-wrap-4.cc-85 {
        width: 100%
    }

    .ds-container-18 {
        width: 100%;
        max-width: none
    }

    .ds-container-18._66-rem {
        width: 100%
    }

    .main-blur-11.cc-2nd-section-ver1 {
        opacity: 1;
        filter: blur(60px);
        width: 90%;
        padding-top: 90%;
        top: 49%;
        left: -17%
    }

    .label-md-caps-4 {
        align-self: center
    }

    .contact-info {
        text-align: left;
        width: 100%
    }

    .contact-link {
        font-size: 1.2rem
    }

    .ds-section-14 {
        padding-left: 1rem;
        padding-right: 1rem;
        overflow: hidden
    }

    .ds-section-14.cc-contct-page-section {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .spacer-8rem-2.cu-lp-header-spacer {
        height: 4rem
    }

    .spacer-8rem-2.cu-lp-header-spacer.cc-2-rem-on-mobile {
        height: 2rem
    }

    .contact-card {
        grid-row-gap: 3.5rem;
        flex-direction: column;
        padding: 1rem
    }

    .contact-card.cc-flex.cc-horizontal {
        grid-column-gap: 3.5rem;
        grid-row-gap: 3.5rem;
        flex-direction: column;
        padding: 1rem
    }

    ._3-cards-div {
        grid-row-gap: 1rem;
        width: 100%
    }

    .form-field {
        height: 2.4rem
    }

    .form-field.cc-email-field {
        height: 2.8rem
    }

    .form-field.cc-message-field {
        min-height: 9rem
    }

    .form-field.cc-name-field {
        height: 2.8rem
    }

    .form-dd {
        z-index: 0
    }

    .form-dd-toggle {
        justify-content: flex-start;
        height: 2.8rem;
        margin-bottom: 0
    }

    .upload-file-btn.ft-contact-form {
        margin-bottom: 1.6rem
    }

    .submit-btn {
        font-size: 1.2rem
    }

    .par-xs-2.cc-gray-text.cc-0-7rem-margin {
        font-size: .8rem
    }

    .form-header-wrapper {
        margin-right: 0
    }

    .captcha-wrapper {
        justify-content: flex-start;
        align-items: center;
        display: flex
    }

    .social-media-item-wrapper {
        width: 2.25rem
    }

    .social-media-container {
        height: 17.5rem
    }

    .follow-us-h2 {
        font-size: 1.5rem
    }

    .contact-elipse {
        width: 101%
    }

    .contact-elipse.cc-top-left {
        width: 65%
    }

    .form-3 {
        width: 100%
    }

    .footer-links-wrapper-3 {
        margin-bottom: 0;
        margin-right: 0
    }

    .footer-links-wrapper-3.cc-last {
        margin-bottom: 1.25rem
    }

    .footer-links-wrapper-3.cc-secound {
        border-bottom: 1px solid #d0d1d34d;
        padding-bottom: 0
    }

    .footer-links-wrapper-3.cc-first {
        border-bottom: 1px solid #d0d1d34d;
        margin-bottom: 0;
        margin-right: 0;
        padding-bottom: 0
    }

    .copy-text-3 {
        white-space: nowrap;
        word-break: normal;
        overflow-wrap: normal;
        line-height: 140%;
        position: relative;
        top: -1px
    }

    .splide__arrows {
        padding-right: 2rem
    }

    .splide__arrow.splide__arrow--next {
        margin-top: 2rem;
        margin-left: 0;
        margin-right: 0
    }

    .splide__arrow.splide__arrow--prev {
        margin-top: 2rem
    }

    .cms-feature-thumbnail {
        width: 100%;
        max-width: none
    }

    .cms-feature-thumbnail.cc-cover {
        aspect-ratio: 1;
        object-fit: cover
    }

    .cms-feature-item-wrap {
        overflow-wrap: normal;
        flex: 0;
        width: auto;
        margin-bottom: 0;
        position: static
    }

    .cms-feature-img-wrap {
        width: auto
    }

    .carousel-title-retouch-photo-with-ai {
        padding-left: 0;
        padding-right: 1rem
    }

    .ds-flex.cc-lp-ai-photo {
        flex-direction: column;
        justify-content: center;
        height: 850px;
        top: -201px;
        overflow: visible
    }

    .ds-flex.cc-center-mobile {
        justify-content: flex-start;
        align-items: center
    }

    .social-proof-seperator-3 {
        width: 1.5px
    }

    .corner-pl {
        left: -20%
    }

    .ds-grid-inner-links {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        justify-items: center;
        margin-left: auto;
        margin-right: auto;
        overflow: visible
    }

    .seprator-div.cc-black-text {
        font-size: 1.1rem;
        line-height: 1.3;
        display: block
    }

    .blog-inner-page-hero-wrap {
        justify-items: start
    }

    .post-category-name {
        font-size: .9rem
    }

    .post-category-name.cc-always-center {
        margin-left: auto;
        margin-right: auto
    }

    .post-category-name.cc-purple {
        font-size: .9rem
    }

    .post-date {
        font-size: 1rem
    }

    .post-date.right-margin {
        font-size: .9rem
    }

    .author-img {
        margin-right: 1rem
    }

    .author-img.cc-no-margin {
        margin-right: 0
    }

    .author-img.cc-no-margin {
        width: 2rem;
        height: 2rem;
        margin-right: 0
    }

    .author-img.cc-no-margin.cc-11rem {
        width: 6rem
    }

    .author-img-wrapper {
        width: 8rem
    }

    .author-img-wrapper.cc-2-5rem {
        width: 2.5rem;
        margin-right: .25rem
    }

    .author-img-wrapper.cc-11rem {
        margin-right: 1rem
    }

    .blog-inner-page-hero-text-box {
        align-items: flex-start;
        width: 90%
    }

    .post-details-wrapper {
        grid-column-gap: 0rem;
        grid-row-gap: 0rem;
        flex-flow: row;
        align-items: center
    }

    .post-date-wrap.cc-left-margin {
        flex-flow: column wrap;
        align-items: flex-start;
        margin-left: .5rem
    }

    .post-date-wrap.cc-no-margins {
        flex-flow: wrap;
        align-items: flex-start
    }

    .social-sticky-wrapper {
        justify-content: center;
        padding-right: 0;
        display: flex
    }

    .blog-social-media-wrapper {
        width: 100%;
        margin-top: 2rem;
        margin-left: auto;
        margin-right: auto
    }

    .ds-new-rich-text h1 {
        font-size: 2rem
    }

    .ds-new-rich-text h3 {
        font-size: 1.6rem
    }

    .ds-new-rich-text blockquote {
        margin-left: 1rem;
        font-size: 1.4rem;
        line-height: 1.2
    }

    .table-of-content {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .blog-author-wrap {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .blog-3columns-list {
        grid-column-gap: 1.5rem;
        grid-row-gap: 2.5rem;
        grid-template-columns: 1fr
    }

    .blog-3columns-wrapper {
        width: 100%;
        overflow: auto
    }

    .button-pl-minimal-arrow {
        font-size: 1.1rem
    }

    .cc-100-blog {
        width: 100%;
        max-width: none;
        margin-right: 0;
        padding-left: 0
    }

    .post-author-new-2 {
        font-size: 1rem
    }

    .blog-item-content-wrap {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .list-4 {
        grid-template-columns: 1fr
    }

    .par-sm-9 {
        font-size: 1.2rem;
        line-height: 1.2
    }

    .facetune-icon1 {
        width: 3rem
    }

    .glass-icons-wrap-blog-banner {
        top: 18%;
        right: 1.5%
    }

    .blogpost-page-banner-content-wrapper {
        flex-direction: column
    }

    .glass-bg-circle {
        padding: .7rem
    }

    .breadcrump-base {
        line-height: 1.6
    }

    .breadcrump-base.cc-current {
        line-height: 1.2
    }

    .cta-banner-content-wrap {
        width: 90%
    }

    .cta-banner-content-wrap.cc-vert {
        margin-left: auto;
        margin-right: auto
    }

    .cta-banner-shape {
        width: 12rem
    }

    .cta-banner-shape.cc-right2.cc-opacity-0 {
        opacity: 0
    }

    .cta-banner-shape.cc-footer-banner.cc-opacity-0 {
        opacity: 0
    }

    .cta-banner-shape.cc-right2 {
        right: 0
    }

    .cta-banner-shape.cc-footer-banner {
        left: 0
    }

    .cta-banner-bg,.cta-banner-bg.footer-banner {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .headline-lg-10 {
        font-size: 1.6rem
    }

    .more-categiries-wrap {
        flex-flow: column wrap
    }

    .categories-list {
        flex-wrap: wrap
    }

    .blog-date-divider {
        font-size: .9rem
    }

    .collection-list-wrapper-2 {
        flex-flow: column wrap;
        align-items: flex-start
    }

    .related-articles-ttl {
        flex-direction: row;
        max-width: none;
        padding-top: .2rem;
        padding-left: 1rem
    }

    .blog-3columns-wrap {
        padding-left: 0;
        padding-right: 0
    }

    .blog-featured-item-wrap {
        grid-template-columns: 1fr 1fr 1fr
    }

    .featured-item-collection {
        margin-bottom: 1rem
    }

    .featured-item-main-wrap {
        width: 100%;
        overflow: visible
    }

    .most-popular-big-content {
        grid-row-gap: 0px;
        grid-template-columns: 1fr
    }

    .blog-featured-item {
        margin-bottom: 0;
        overflow: hidden
    }

    .featured-item-content-wrap {
        width: auto;
        padding: 1.5rem 1rem 1rem
    }

    .featured-item-content-wrap.cc-top {
        padding: 1.5rem 1rem 4rem
    }

    .slider-nav2 {
        inset: auto 0% 2%
    }

    .toc-link {
        margin-bottom: auto
    }

    .toc-list {
        padding-left: 20px
    }

    .ft-4icons {
        padding-top: .5rem;
        display: block
    }

    .ft-4icons.cc-on-banner {
        display: block
    }

    .blog-author-wrap-2 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .blog-author-wrap-2.about-pl {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        grid-template-columns: 1fr;
        margin-top: 3rem;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .lobby-page-tab {
        width: 9.5rem
    }

    .lobby-page-tabs-wrap {
        width: 100%
    }

    .lobby-page-tab-text {
        font-size: 1.1rem
    }

    .lobby-page-wrapper {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .hero-text-ai-photo-editor {
        opacity: 1;
        position: absolute;
        top: 42%
    }

    .hero-text-ai-photo-editor.cc-margin {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .card-img-back {
        position: relative
    }

    .lp-photo-editor-text-wrapper {
        max-width: 19rem
    }

    .lp-photo-editor-text-wrapper.cc-on-mobile-25-max-char {
        max-width: 25rem
    }

    .lp-photo-ai-editor-images-wrapper {
        display: flex;
        position: relative;
        top: auto
    }

    .lp-photo-ai-editor-photo-wrapper.cc-zi-10.cc-02 {
        top: 723px;
        right: 596px
    }

    .lp-photo-ai-editor-photo-wrapper.cc-zi-10.cc-04 {
        top: 679px;
        left: 595px
    }

    .lp-photo-ai-editor-photo-wrapper.cc-01 {
        right: 554px
    }

    .lp-photo-ai-editor-photo-wrapper.cc-05 {
        top: 415px;
        left: 574px
    }

    .lp-photo-ai-editor-photo-wrapper.cc-08 {
        top: 597px;
        right: 577px
    }

    .ai-photo-edior-hero-image.cc-big {
        width: 130px;
        height: 130px
    }

    .ai-photo-edior-hero-image.cc-small {
        width: 90px;
        height: 90px
    }

    .height-wrapper {
        height: 120vh;
        overflow: hidden
    }

    .height-wrapper.cc-lp {
        align-items: center;
        height: auto
    }

    .height-wrapper.cc-lp.cc-ai-gen-lp-gradient {
        background-image: linear-gradient(165deg,#180056,#000 75%)
    }

    .sticky-div-lp {
        justify-content: flex-start;
        align-items: center;
        padding-right: 0
    }

    .h2-wrapper {
        max-width: none
    }

    .h2-wrapper.cc-148ch {
        max-width: 148ch
    }

    .lp-photo-editor-bg-video {
        width: 320px;
        height: 320px
    }

    .video-description-wrapper {
        z-index: 10;
        height: 25vh;
        padding-top: 5rem;
        position: relative
    }

    .video-description-wrapper._01 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 2rem;
        display: flex
    }

    .video-description-wrapper._02 {
        opacity: 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 25vh;
        padding-top: 4rem;
        display: flex
    }

    .video-description-wrapper._03,.video-description-wrapper._04 {
        opacity: 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 4rem;
        display: flex
    }

    .video-description-wrapper._05 {
        opacity: 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 25vh;
        padding-top: 2rem;
        display: flex
    }

    .video-description-wrapper._06 {
        opacity: 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 0;
        display: flex
    }

    .top-sticky {
        flex-flow: row;
        padding-bottom: 2rem;
        display: flex
    }

    .bottom-sticky {
        z-index: 10;
        padding-top: 0;
        top: 0%;
        bottom: 0%
    }

    .lp-ai-photo-editor-video-tablet {
        border: 2px solid var(--color-001);
        border-radius: 12px;
        width: 250px;
        height: 250px
    }

    .lp-ai-photo-editor-video-tablet._01 {
        border-width: 2px;
        border-radius: 12px;
        justify-content: center;
        align-items: center;
        width: 320px;
        height: 320px;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        display: block
    }

    .lp-ai-photo-editor-video-tablet._02,.lp-ai-photo-editor-video-tablet._03,.lp-ai-photo-editor-video-tablet._04,.lp-ai-photo-editor-video-tablet._05,.lp-ai-photo-editor-video-tablet._06 {
        width: 320px;
        height: 320px
    }

    .cc-100-blog-home {
        width: 100%;
        max-width: none
    }

    .blog-big-category-name-wrap {
        flex-direction: row;
        max-width: none;
        padding-top: .2rem;
        padding-left: 1rem
    }

    .blog-big-category-name-wrap.cc-most-popular {
        padding-top: .6rem
    }

    .author-img-wrap {
        width: 8rem
    }

    .author-img-wrap.cc-11rem {
        margin-right: 1rem
    }

    .ds-container-19 {
        width: 90%
    }

    .ds-container-19.cc-78.cc-blog-author-hero-wrap {
        width: 90%;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .spacer-0-5rem-2 {
        display: block
    }

    .ds-container-20 {
        width: 90%
    }

    .ds-container-20.cc-100 {
        width: 100%;
        max-width: none
    }

    .ds-container-20.cc-78rem.cc-images-banner {
        height: 25rem
    }

    .ds-container-20.cc-78rem.cc-images-banner.cc-blog {
        height: 24rem
    }

    .home-new-hero-text-box.cc-affiliate-page {
        max-width: none
    }

    .social-proof-cell-2 {
        flex-flow: wrap;
        align-items: center
    }

    .social-proof-text-7.cc-white {
        white-space: nowrap
    }

    .social-proof-seperator-4 {
        width: 1.5px
    }

    .affilite-subheader {
        margin-top: 2rem;
        margin-bottom: 1rem;
        font-size: 18px
    }

    .affilite-subheader.cc-white {
        letter-spacing: -.025em
    }

    .star-div-2,.star-div-3 {
        width: 19px
    }

    .perk-item {
        max-width: none
    }

    .ds-flex-container {
        width: 100%
    }

    .ds-flex-container.cc-nogap.cc-how-does {
        justify-content: flex-start;
        align-items: center
    }

    .how-does-number {
        width: 50px
    }

    .carosle-header-wrapper {
        padding-left: 0
    }

    .carousel-headline-sub.cc-right-margin {
        padding-right: 2rem
    }

    .carousel-headline-sub.cc-right-margin.cc-nopadding {
        padding-right: 0
    }

    .display-sm-6 {
        font-size: 2.2rem
    }

    .affiliate-carousle-item-description {
        max-width: 74%
    }

    .carousel-item-header {
        padding-bottom: 5px;
        padding-left: 20px
    }

    .carousle-black-overly {
        height: 100%
    }

    .cms-affiiate-feature-img-wrap {
        width: auto
    }

    .button-pl-affiliate {
        align-self: center
    }

    .button-pl-affiliate.cc-slider {
        margin-top: 1.5rem
    }

    .button-pl-affiliate.cc-how-does {
        margin-top: 3rem
    }

    .spacer-7rem.cc-hide-on-mobile {
        display: none
    }

    .par-sm-14 {
        line-height: 1.2
    }

    .text-span-19 {
        font-size: .9rem
    }

    .banner-outline-big-text {
        letter-spacing: -.01rem;
        -webkit-text-stroke-width: .8px;
        font-size: 2.2rem
    }

    .banner-outline-big-text.cc-15 {
        font-size: 2.8rem
    }

    .banner-outline-big-text.cc-70 {
        -webkit-text-stroke-width: .8px;
        width: 100%
    }

    .banner-text-wrap2 {
        width: auto
    }

    .new-social-proof-shape._1 {
        top: -18%;
        left: -32%
    }

    .new-social-proof-shape._3 {
        display: none;
        top: -11%;
        right: -41%
    }

    .spacer-3rem-2 {
        display: block
    }

    .spacer-3rem-2.cc-2-on-mobile {
        height: 2rem
    }

    .banner-shape._1 {
        top: -18%;
        left: -32%
    }

    .marquee-text {
        font-size: 3rem
    }

    .star-symbol {
        margin-left: 1.5rem;
        margin-right: 1.5rem
    }

    .banner-text-wrap-100 {
        width: auto
    }

    .img-parent-one-2 {
        width: 6rem;
        top: 0%
    }

    .img-parent-one-2.cc-v2 {
        width: 5rem
    }

    .img-parent-two-2 {
        width: 6rem;
        left: 0%
    }

    .img-parent-two-2.cc-v2 {
        width: 5rem
    }

    .img-parent-three-3 {
        width: 6rem;
        bottom: 0%;
        right: 0%
    }

    .img-parent-three-3.cc-v2 {
        width: 5rem
    }

    .img-parent-four-3 {
        width: 6rem
    }

    .img-parent-four-3.cc-v2 {
        width: 5rem
    }

    ._3-green {
        display: none;
        top: -11%;
        right: -41%
    }

    .space-bg-desktop {
        display: none
    }

    .space-banner-text-wrap {
        width: 90%;
        margin-bottom: 4rem
    }

    .space-banner-global-wrap {
        height: 32rem
    }

    .space-bg-mobile {
        width: 100%;
        display: block
    }

    .ai-avatar-cards-wrapper {
        grid-column-gap: 12rem;
        grid-row-gap: 12rem;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .lp-ai-avatar-card-img {
        width: 100%;
        height: 100%
    }

    .lp-ai-avatar-card-img-wrapper {
        aspect-ratio: 3/2;
        width: 100%;
        height: 100%
    }

    .sticky-lp-cards-section {
        width: 100vw;
        height: 500vh;
        margin-top: 0;
        margin-left: 0;
        padding: 0
    }

    .sticky-cards-ai-photo-editor-v4 {
        width: 100vw;
        height: 600vh;
        margin-top: -100px;
        margin-left: 0;
        padding: 0
    }

    .mobile-menu-collection-list {
        margin-top: 3rem
    }

    .mother-days-text-wrapper {
        grid-column-gap: 0rem;
        grid-row-gap: 0rem;
        flex-flow: wrap
    }

    .md-banner-header {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 1.8rem
    }

    .md-banner-img.left {
        width: 70%
    }

    .md-img-banner-wrapper {
        top: 3.125rem
    }

    .mothers-day-banner {
        width: 100vw;
        margin-left: 0;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .mothers-day-banner.cc-mother-days-bg {
        width: auto
    }

    .md-banner-tablet {
        padding-left: 1.5rem
    }

    .md-tablet-text-top {
        text-align: left
    }

    .image-61 {
        object-fit: cover
    }

    .feature-text-wrapper {
        max-width: 100%
    }

    .feature-benefits-container {
        align-items: flex-start;
        width: 90%;
        margin-left: 1rem
    }

    .feature-benefits-icon {
        width: 1.6rem
    }

    .one-feature-benefit {
        grid-column-gap: 1.25rem;
        grid-row-gap: 1.25rem;
        grid-template-rows: auto;
        grid-template-columns: .75fr 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        width: 100%;
        display: grid
    }

    .feature-icon-wapper {
        border-color: #313138;
        width: 3.7rem;
        height: 3.7rem
    }

    .feature-benefits-text {
        font-size: 1.3rem
    }

    .seo-benefits-cta-banner {
        border-radius: .5rem
    }

    .seo-benefits-cta-banner-text {
        padding: 2.5rem 1.5rem 2.8rem
    }

    .seo-benefits-cta-banner-image {
        background-position: 0 -10px;
        background-repeat: repeat;
        background-size: cover;
        height: 7rem
    }

    .seo-benefits-cta-banner-list {
        grid-column-gap: .6rem;
        grid-row-gap: .6rem
    }

    .seo-benefits-cta-banner-list-item {
        justify-content: flex-start;
        align-items: flex-start
    }

    .seo-benefits-cta-banner-v-icon {
        padding-top: 4px
    }

    .lp-benefits-cta-banner {
        border-radius: .5rem;
        margin-top: 10rem;
        margin-bottom: 4rem;
        padding: 0
    }

    .lp-benefits-cta-banner-v-icon {
        padding-top: 4px
    }

    .lp-benefits-cta-banner-text {
        padding: 2.5rem 1.5rem 2.8rem
    }

    .lp-benefits-cta-banner-photo {
        background-image: url(https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/6656db6a143766fd32584c9d_lp-cta-banner-image-mobile.webp);
        background-position: 0 -7px;
        background-repeat: repeat;
        background-size: cover;
        background-attachment: scroll;
        height: 7rem
    }

    .button-pl-text-arrow {
        padding-right: 0;
        font-size: 1.1rem
    }

    .side-banner-text-wrap {
        width: auto
    }

    .banner-headline {
        font-size: 1.6rem
    }

    .side-banner-sticky-wrap {
        justify-content: center;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
        display: flex
    }

    .blog-side-banner {
        padding-left: 1rem;
        padding-right: 1rem;
        overflow: hidden
    }

    .headline-lg-11 {
        font-size: 1.6rem
    }

    .blog-cta-banner-text {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .blog-cta-banner-images {
        padding: 2rem 1rem;
        overflow: hidden
    }

    .blog-text-banner-wrap {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem
    }

    .banner-img._4 {
        width: 5rem
    }

    .banner-img._4.cc-blog {
        width: 5.5rem
    }

    .banner-img._2 {
        z-index: 5;
        width: 4rem
    }

    .banner-img._2.cc-blog {
        width: 5.5rem
    }

    .banner-img._1 {
        width: 5rem
    }

    .banner-img._1.cc-blog {
        width: 5.5rem
    }

    .banner-img._3 {
        order: 1;
        width: 4rem;
        display: block
    }

    .blog-cta-banner-simple {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .label-sm-6 {
        line-height: 1.4
    }

    .par-sm-15 {
        line-height: 1.2
    }

    .headline-lg-12 {
        font-size: 1.6rem
    }

    .div-block-106 {
        justify-content: space-between;
        align-items: center
    }

    .honey-icon {
        width: 6rem;
        margin-left: .5rem;
        padding-left: .5rem;
        padding-right: .5rem
    }

    .display-md-5 {
        font-size: 2.4rem
    }

    .button-ft {
        align-self: center
    }

    .button-ft.a-cta {
        align-self: auto
    }

    .header-asset {
        width: 100%;
        max-width: none;
        height: 100%
    }

    .header_component {
        grid-template-columns: 1fr
    }

    .spacer-2rem-20.cc-hide-on-moblie-only {
        display: none
    }

    .section_header {
        padding-top: 11rem
    }

    .section_header.cc-pl-black {
        padding-top: 8rem
    }

    .spacer-1-5rem-5 {
        display: block
    }

    .spacer-1-5rem-5.cc-1-on-mobile {
        height: 1rem
    }

    .inner-page-feature-name-wrap {
        text-align: center
    }

    .header_asset-wrapper {
        padding: 0
    }

    .padding-global {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .display-sm-7 {
        font-size: 2.2rem
    }

    .features_content {
        justify-content: center;
        align-items: flex-start
    }

    .device-image {
        width: 90%
    }

    .features_component {
        grid-column-gap: 2.5rem;
        grid-row-gap: 2.5rem;
        align-items: center
    }

    .features_wrapper {
        margin-bottom: 8rem
    }

    .how-to-list-item-5.cc-first-item {
        justify-content: flex-start
    }

    .feature-row-text-w-6 {
        flex-wrap: nowrap
    }

    .display-sm-8 {
        font-size: 2.2rem
    }

    .ds-grid-9 {
        grid-column-gap: 2.5rem;
        grid-row-gap: 2.5rem;
        align-items: center
    }

    .how-to-asset {
        width: 100%;
        max-width: none;
        height: 100%
    }

    .how-to-asset.is-video.ratio-device-9-16.cc-device-stroke {
        width: 90%;
        max-width: none
    }

    .how-to-asset.is-img.ratio-device-9-16.cc-device-stroke {
        width: 90%;
        max-width: none;
        height: auto
    }

    .section_how-to {
        padding-top: 5rem;
        padding-bottom: 8rem
    }

    .section_features {
        width: 100vw;
        margin-left: 0;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .section_features.ip-hero {
        padding-top: 1rem;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .section_features.ip-hero.a-location-header {
        overflow: hidden
    }

    .section_features.ip-hero.cc-lp-ai-photo-editor {
        height: auto;
        position: relative;
        overflow: visible
    }

    .section_features.ip-hero.cc-lp-ai-photo-editor.cc-nobg {
        justify-content: center;
        align-items: stretch;
        height: auto
    }

    .section_features.ip-social.footer-no-padding {
        padding-left: 0;
        padding-right: 0
    }

    .section_features.cc-black-bg {
        padding: 0 1rem
    }

    .section_features.cc-black-bg.a-location-header {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .section_features.cc-black-bg.cc-400vh {
        height: 600vh
    }

    .section_features.cc-black-bg.cc-400vh.cc-linear {
        margin-top: -100px;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0
    }

    .section_features.cc-white-bg {
        overflow: visible
    }

    .section_features.cc-aquaman-bg {
        background-position: 0 0,50%;
        padding: 0 1rem
    }

    .section_features.cc-contact-page {
        padding-left: 0;
        padding-right: 0
    }

    .section_features.cc-light-purple.cc-no-padding {
        padding-left: 1rem;
        padding-right: 0
    }

    .section_features.cc-light-purple.cc-ai-image-generator {
        padding-bottom: 6rem
    }

    .section_features.cc-blog-post-hero {
        padding-bottom: 3rem
    }

    .section_features.cc-no-padding,.section_features.cc-no-padding-on-mobile {
        padding-left: 0;
        padding-right: 0
    }

    .section_features.cc-no-padding-blog {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        overflow: visible
    }

    .section_features.cc-no-padding-blog.cc-1rem-padding {
        padding-left: 0;
        padding-right: 0
    }

    .section_features.cc-purple-bg {
        padding: 0 1rem
    }

    .section_features.cc-authhor-page-hero {
        padding-bottom: 3rem
    }

    .section_features.cc-affiliate-page {
        height: 90vh
    }

    .section_features.cc-nopadding {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .section_features.cc-nopadding.cc-purple-linear {
        margin-left: 0
    }

    .section_features.cc-black-purple-4k-generate-bg {
        padding: 0 1rem
    }

    .main-blur-12.cc-2nd-section-ver1 {
        opacity: 1;
        filter: blur(60px);
        width: 90%;
        padding-top: 90%;
        top: 49%;
        left: -17%
    }

    .par-lg-10 {
        margin-right: 0
    }

    .how-to-list-item-6.cc-first-item {
        justify-content: flex-start
    }

    .feature-row-text-w-7 {
        flex-wrap: nowrap
    }

    .features_wrapper-2 {
        margin-bottom: 8rem
    }

    .ds-container-21 {
        width: 100%;
        max-width: none
    }

    .ds-container-21._66-rem {
        width: 100%
    }

    .section_how-to-2 {
        padding-top: 5rem;
        padding-bottom: 8rem
    }

    .section_features-2 {
        width: 100vw;
        margin-left: 0;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .display-md-6 {
        font-size: 2.4rem
    }

    .spacer-1-5rem-6 {
        display: block
    }

    .spacer-1-5rem-6.cc-1-on-mobile {
        height: 1rem
    }

    .ds-section-15 {
        width: 100vw;
        margin-left: 0;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .ds-container-22 {
        width: 100%;
        max-width: none
    }

    .ds-container-22.cc-hidden-overflow {
        width: auto;
        margin-left: auto;
        margin-right: auto
    }

    .display-xs-2 {
        font-size: 2rem
    }

    .display-xs-2.cc-black-text.cc-center.cc-22ch {
        max-width: none
    }

    .btn-left {
        padding-top: 1rem
    }

    .steps-line {
        height: 4.9rem
    }

    .ds-section-16 {
        padding-left: 1rem;
        padding-right: 1rem;
        overflow: hidden
    }

    .steps-wrap {
        margin-right: 1rem
    }

    .steps-benefits-container {
        align-items: flex-start;
        width: 90%;
        margin-left: 0
    }

    .headline-lg-13 {
        font-size: 1.6rem
    }

    .headline-lg-13.cc-feature-benefits-text {
        font-size: 1.3rem
    }

    .steps-line-2 {
        height: 4.9rem
    }

    .steps-ttl {
        font-size: 1.7rem
    }
}

#w-node-ca277adb-ad0d-0b11-8839-aa0309adb042-f758782b {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-ca277adb-ad0d-0b11-8839-aa0309adb043-f758782b {
    justify-self: start
}

#w-node-ca277adb-ad0d-0b11-8839-aa0309adb045-f758782b,#w-node-ca277adb-ad0d-0b11-8839-aa0309adb04c-f758782b {
    grid-area: span 2/span 1/span 2/span 1
}

#w-node-_0f9c3736-c592-b034-8b5e-92efe8cc3a6f-f758782b {
    grid-area: span 1/span 2/span 1/span 2
}

#w-node-ca277adb-ad0d-0b11-8839-aa0309adb051-f758782b,#w-node-ca277adb-ad0d-0b11-8839-aa0309adb056-f758782b {
    place-self: center
}

#w-node-ca277adb-ad0d-0b11-8839-aa0309adb058-f758782b {
    place-self: auto
}

#w-node-ca277adb-ad0d-0b11-8839-aa0309adb059-f758782b {
    justify-self: start
}

#w-node-ca277adb-ad0d-0b11-8839-aa0309adb05b-f758782b {
    grid-area: span 3/span 1/span 3/span 1
}

#w-node-ca277adb-ad0d-0b11-8839-aa0309adb062-f758782b {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-ca277adb-ad0d-0b11-8839-aa0309adb067-f758782b {
    grid-area: span 3/span 1/span 3/span 1
}

#w-node-ca277adb-ad0d-0b11-8839-aa0309adb06a-f758782b {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_8f5045e0-eb1c-38b3-18a7-1ce9d7196c77-f758782b {
    grid-area: span 1/span 2/span 1/span 2;
    place-self: auto
}

#w-node-ec798b5a-5ac7-715f-fee2-1f1abca7c135-f758782b {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-ec798b5a-5ac7-715f-fee2-1f1abca7c136-f758782b {
    justify-self: start
}

#w-node-ec798b5a-5ac7-715f-fee2-1f1abca7c138-f758782b,#w-node-ec798b5a-5ac7-715f-fee2-1f1abca7c13f-f758782b {
    grid-area: span 2/span 1/span 2/span 1
}

#w-node-_40dba505-ad93-fbb2-d4de-81fb69a9b585-f758782b {
    grid-area: span 1/span 2/span 1/span 2
}

#w-node-ec798b5a-5ac7-715f-fee2-1f1abca7c144-f758782b,#w-node-ec798b5a-5ac7-715f-fee2-1f1abca7c149-f758782b {
    place-self: center
}

#w-node-ec798b5a-5ac7-715f-fee2-1f1abca7c14b-f758782b {
    place-self: auto
}

#w-node-ec798b5a-5ac7-715f-fee2-1f1abca7c14c-f758782b {
    justify-self: start
}

#w-node-ec798b5a-5ac7-715f-fee2-1f1abca7c14e-f758782b {
    grid-area: span 2/span 1/span 2/span 1
}

#w-node-ec798b5a-5ac7-715f-fee2-1f1abca7c154-f758782b {
    grid-area: span 3/span 1/span 3/span 1
}

#w-node-f66c7cb2-8aaf-bc7c-1a28-5f7076de5e0a-f129bf67 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-ec9d101b-99f0-f13a-5f2a-d2ef1308a5ad-1308a5ab,#w-node-ec9d101b-99f0-f13a-5f2a-d2ef1308a5b5-1308a5ab,#w-node-ec9d101b-99f0-f13a-5f2a-d2ef1308a5bd-1308a5ab {
    place-self: center
}

#w-node-_4c0a69a8-6ebf-176b-b5fd-3fc92235a858-f758789c {
    grid-area: 1/1/2/2
}

#w-node-ce9e0677-19d8-1fcd-8d22-dfe59ed9ff76-d5c8e43e,#w-node-ce9e0677-19d8-1fcd-8d22-dfe59ed9ff7c-d5c8e43e,#w-node-ce9e0677-19d8-1fcd-8d22-dfe59ed9ff82-d5c8e43e {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_01d54a16-5753-ab3c-de93-213c88587282-8858727e {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-_01d54a16-5753-ab3c-de93-213c88587295-8858727e {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-_75575d52-3bcb-887f-2376-be9635e5433e-35e54336 {
    justify-self: center
}

#w-node-_75575d52-3bcb-887f-2376-be9635e54341-35e54336,#w-node-_75575d52-3bcb-887f-2376-be9635e54343-35e54336 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_46765df2-54f6-a355-e6b0-b84c38f0c91f-38f0c907 {
    justify-self: center
}

#w-node-_00b40c16-ce05-f79e-a34b-4415475ae7ad-c00e2fdd,#w-node-_00b40c16-ce05-f79e-a34b-4415475ae7b3-c00e2fdd,#w-node-_00b40c16-ce05-f79e-a34b-4415475ae7bb-c00e2fdd {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-d1e5b80d-5ef7-5430-5a6e-2db7e3e68a42-c00e2fdd,#w-node-_3a924679-cb43-ea54-7367-4cf806a472ac-f75878e0 {
    grid-area: 1/1/2/2
}

#w-node-_10b531f2-159a-10f7-835d-71dd7041d751-f75878fb {
    justify-self: center
}

#w-node-_1af5bf9c-37a8-3ca8-4f38-cefb837c7c0e-f75878fb {
    grid-area: 1/1/2/2
}

#w-node-_32e9b1c6-f856-28ed-b0e2-d77390a07b44-f75878fb,#w-node-_32e9b1c6-f856-28ed-b0e2-d77390a07b4a-f75878fb,#w-node-_32e9b1c6-f856-28ed-b0e2-d77390a07b52-f75878fb {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_603cf9ff-2acf-c996-92bb-5201e3ebd163-f75878fc,#w-node-fe4b4fcc-0810-e5b4-a182-8dc4d97a900e-f75878fd,#w-node-fe4b4fcc-0810-e5b4-a182-8dc4d97a900e-f75878fe {
    grid-area: 1/1/2/2
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e7d-f758791c {
    place-self: center
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36f07-f758791c,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36f07-f7587938,#w-node-fe4b4fcc-0810-e5b4-a182-8dc4d97a900e-f7587939,#w-node-ac053d38-0772-58fd-a823-9c06524188e7-f758793a {
    grid-area: 1/1/2/2
}

#w-node-_52437f64-fcab-785c-44c9-456b01b960d9-f758793b {
    place-self: stretch stretch
}

#w-node-_66754f41-d0ac-8f31-5832-e06af9a735ed-f758793d {
    place-self: center
}

#w-node-_1ac20e3f-9ffa-7cb7-a750-e3f6a7fd1c0a-f758793d {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-_1ac20e3f-9ffa-7cb7-a750-e3f6a7fd1c0c-f758793d {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-_1ac20e3f-9ffa-7cb7-a750-e3f6a7fd1c16-f758793d {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e86-f758793d {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e95-f758793d,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9b-f758793d {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9f-f758793d {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eaa-f758793d {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_14fc8d28-1d36-d4da-b49f-de44562337b7-f758793d {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-_14fc8d28-1d36-d4da-b49f-de44562337c0-f758793d {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-_10af0b04-9d05-ab73-7053-7803e4612f02-f758793d {
    place-self: stretch stretch
}

#w-node-a648082d-2cbb-5b62-53ef-d84dfe8ca0c6-f758793d {
    justify-self: center
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36ec4-f758793d {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_8298cae0-0484-41f1-0180-d16adf4c2aff-f758793d,#w-node-a0334612-dfbf-9ad1-5383-1c594adca6b6-f758795a {
    grid-area: 1/1/2/2
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e7d-f7587970 {
    place-self: center
}

#w-node-_82db47f6-9dba-bc79-aa86-9dbbee9eaa65-f7587970,#w-node-_2a5407fe-76f3-aa9e-c6a4-ca9cc7de24a7-f7587971,#w-node-fe4b4fcc-0810-e5b4-a182-8dc4d97a900e-db309a74,#w-node-fe4b4fcc-0810-e5b4-a182-8dc4d97a900e-f7587972,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36f07-f7587973,#w-node-fe4b4fcc-0810-e5b4-a182-8dc4d97a900e-f7587979 {
    grid-area: 1/1/2/2
}

#w-node-afaddb09-0e94-bcb9-9aa1-d58f62215115-f758797a {
    place-self: center
}

#w-node-eb1e8d68-0be6-4cb0-f1e0-c6823c2ca45b-f758797a {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: end
}

#image-result.w-node-b9f27a92-e201-a4f8-f8f7-f9eb6a0a3ad9-f758797a {
    grid-area: span 2/span 1/span 2/span 1
}

#w-node-_5d3c9660-14db-3521-9987-cc0702cc6b5a-f758797a {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: start
}

#w-node-_7ecbab81-68eb-7b9a-5793-82d5f893965f-f758797a,#w-node-_70fd07d5-e38c-5c72-56a1-dcbdf1030b6c-f758797c {
    grid-area: 1/1/2/2
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e86-f758797e {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e95-f758797e {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-_02d1b8a2-7520-818d-ddd1-9ff5822b5087-f758797e {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-db8d6573-6036-5c83-74c7-4ac08521ba6d-f758797e {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-db8d6573-6036-5c83-74c7-4ac08521ba70-f758797e,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eac-f758797e {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eb6-f758797e {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eaa-f758797e {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9b-f758797e {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9f-f758797e,#w-node-_1ddb5c8e-6537-8e0a-fbee-a06296cb0276-f758797e {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-_1ddb5c8e-6537-8e0a-fbee-a06296cb0280-f758797e {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-_1ddb5c8e-6537-8e0a-fbee-a06296cb0282-f758797e {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_66394244-9c9a-b85f-a16e-35ed0a99c71e-f758797e {
    grid-area: 1/1/2/2
}

#w-node-e75301e3-4584-bbce-9939-00a79de17daf-f7587980 {
    grid-area: span 1/span 3/span 1/span 3;
    place-self: stretch stretch
}

#w-node-e75301e3-4584-bbce-9939-00a79de17db4-f7587980 {
    place-self: center start
}

#w-node-e75301e3-4584-bbce-9939-00a79de17dc6-f7587980 {
    grid-area: span 1/span 3/span 1/span 3;
    place-self: stretch stretch
}

#w-node-e75301e3-4584-bbce-9939-00a79de17dcb-f7587980 {
    place-self: center start
}

#w-node-e75301e3-4584-bbce-9939-00a79de17ddd-f7587980 {
    grid-area: span 1/span 3/span 1/span 3;
    place-self: stretch stretch
}

#w-node-e75301e3-4584-bbce-9939-00a79de17de2-f7587980 {
    place-self: center start
}

#w-node-e75301e3-4584-bbce-9939-00a79de17df8-f7587980 {
    place-self: stretch stretch
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e7d-f7587983 {
    place-self: center
}

#w-node-ce2b1563-febf-edf8-f585-0b75d2650cf3-f7587983 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_7ca4cbcc-5867-1dc7-35b5-5d341cb08d96-f7587983,#w-node-_99d529e7-7d9e-94fd-88dc-9f96f78988b3-f75879b8,#w-node-a287ac3b-f8e2-9116-f789-de62d361a4e7-f75879b9 {
    grid-area: 1/1/2/2
}

#w-node-_79a56b08-042a-16df-c38f-2a58e89c45b0-f75879bd {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_79a56b08-042a-16df-c38f-2a58e89c45b6-f75879bd {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: end
}

#w-node-_79a56b08-042a-16df-c38f-2a58e89c45c6-f75879bd {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_79a56b08-042a-16df-c38f-2a58e89c45cc-f75879bd {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: end
}

#w-node-_79a56b08-042a-16df-c38f-2a58e89c45bb-f75879bd {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_79a56b08-042a-16df-c38f-2a58e89c45c1-f75879bd {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: end
}

#w-node-c0ff6179-8ec7-f3fc-c181-204ad72fabe9-f75879bf {
    grid-area: 1/1/2/2
}

#w-node-_1d83ff4d-4dc9-5c3b-4f54-b02b79ae9690-f75879c0,#w-node-d6d9e270-eaea-293d-56af-1b9fb8a1522a-f75879c0 {
    place-self: stretch stretch
}

#w-node-_27cc4784-7345-4f3c-b522-01fa72bdc1ce-f75879c1 {
    place-self: center start
}

#w-node-_27cc4784-7345-4f3c-b522-01fa72bdc1e9-f75879c1 {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: auto end
}

#w-node-d70b2691-5052-1ba9-6d22-73de5fb0af19-f75879c1 {
    align-self: start
}

#w-node-d70b2691-5052-1ba9-6d22-73de5fb0af1d-f75879c1 {
    place-self: start
}

#w-node-d70b2691-5052-1ba9-6d22-73de5fb0af1e-f75879c1 {
    align-self: start
}

#w-node-_7645469b-905e-1e35-c31e-98c4ea077bac-f75879c1 {
    place-self: end center
}

#w-node-_1834179a-0457-92af-0e76-11300757d20e-f75879c1 {
    align-self: start
}

#w-node-b947d3ea-b5aa-d34b-c4d3-0f91cca9d3b3-f75879c1 {
    place-self: center
}

#w-node-e78a7550-dbfa-b6b0-6368-2da8137650da-f75879c2 {
    place-self: stretch stretch
}

#w-node-_25ac51ae-c7c5-a27e-3c21-4a84e2710610-f75879d9,#w-node-fe4b4fcc-0810-e5b4-a182-8dc4d97a900e-ae205521 {
    grid-area: 1/1/2/2
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e7d-f7587a25 {
    place-self: center
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9b-f7587a25 {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9f-f7587a25 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eaa-f7587a25 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e86-f7587a25 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e95-f7587a25 {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36ec1-f7587a25 {
    justify-self: center
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36ec4-f7587a25 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_796f01bc-5213-fe01-d298-eff5fe9c2655-f7587a25 {
    grid-area: 1/1/2/2
}

#w-node-_39def430-12b7-6a36-d169-5f8801fd2713-f7587a25,#w-node-_39def430-12b7-6a36-d169-5f8801fd2719-f7587a25,#w-node-_39def430-12b7-6a36-d169-5f8801fd2721-f7587a25 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-fe4b4fcc-0810-e5b4-a182-8dc4d97a900e-f7587a5b {
    grid-area: 1/1/2/2
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e7d-f7587a5f {
    place-self: center
}

#w-node-ce2b1563-febf-edf8-f585-0b75d2650cf3-f7587a5f {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-a897ac43-507f-85d0-708a-3f5a145d954d-f7587a5f {
    grid-area: 1/1/2/2
}

#w-node-_52437f64-fcab-785c-44c9-456b01b960d9-f7587a60 {
    place-self: stretch stretch
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e7d-f7587a61 {
    place-self: center
}

#w-node-_5d1c9588-4dba-e2fb-ec75-29dafaf97090-f7587a61 {
    grid-area: 1/1/2/2
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e7d-f7587a77 {
    place-self: center
}

#w-node-bc595f5b-79d5-9eea-3c04-53ad19f838db-f7587a77 {
    grid-area: 1/1/2/2
}

#w-node-fd1cbe29-24e3-1d0b-2aac-315a21826017-f7587a7b {
    order: 9999
}

#w-node-fd1cbe29-24e3-1d0b-2aac-315a21826033-f7587a7b {
    place-self: center
}

#w-node-_94b78b39-3820-05bf-945b-bb7e2e880b9e-f7587a7b {
    order: 9999
}

#w-node-_6bbb8a37-7e71-4357-58a5-d9bcbf5ea9e7-f7587a7c {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: center
}

#w-node-_083ba506-9293-1543-87d9-c414c53df908-f7587a7c,#w-node-ee537dec-3fa9-ebf9-48e8-434f11396254-f7587a7c,#w-node-dbaa428c-c6a8-6617-d71e-f4c8ce8f19f9-f7587a7c {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-dbaa428c-c6a8-6617-d71e-f4c8ce8f19fc-f7587a7c {
    justify-self: end
}

#w-node-dbaa428c-c6a8-6617-d71e-f4c8ce8f1a05-f7587a7c,#w-node-dbaa428c-c6a8-6617-d71e-f4c8ce8f19fe-f7587a7c {
    grid-area: span 2/span 1/span 2/span 1
}

#w-node-_303ab24b-c9fb-ec89-0361-1b961e1a9bf7-f7587a7c {
    place-self: center
}

#w-node-a5d19728-9742-cf62-54f8-08fbbb095e40-f7587a96 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-ac65a9c3-7f3c-4ab8-c886-9f0da8571462-f7587a96 {
    justify-self: center
}

#w-node-dfd4ae5d-8d28-4d1f-e37a-83b56f7dbf2a-f7587a96 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: center
}

#w-node-eb1e8d68-0be6-4cb0-f1e0-c6823c2ca45b-f7587a96 {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: end
}

#image-result.w-node-b9f27a92-e201-a4f8-f8f7-f9eb6a0a3ad9-f7587a96 {
    grid-area: span 2/span 1/span 2/span 1
}

#w-node-_5d3c9660-14db-3521-9987-cc0702cc6b5a-f7587a96 {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: start
}

#w-node-_9ecdf064-7f5f-c177-da95-63107401221a-f7587a96 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_9ecdf064-7f5f-c177-da95-63107401221b-f7587a96 {
    justify-self: start
}

#w-node-_9ecdf064-7f5f-c177-da95-63107401221d-f7587a96,#w-node-_9ecdf064-7f5f-c177-da95-631074012224-f7587a96 {
    grid-area: span 2/span 1/span 2/span 1
}

#w-node-_9511a127-ae54-b649-d4e6-71c471a8a05a-f7587a96 {
    place-self: center
}

#w-node-_11e88dbb-fcab-d69c-f06b-834dd11eae9a-26f6c414 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_9fc69aa2-d05a-9c1f-331b-294922e029ed-f7587a97 {
    place-self: center
}

#w-node-_76e95bf9-64be-2ceb-4a72-ba5f27f9333c-f7587a97 {
    justify-self: center
}

#w-node-_048badec-f907-adc3-3ca6-610c3bed502b-f7587a97 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-_048badec-f907-adc3-3ca6-610c3bed502c-f7587a97 {
    justify-self: end
}

#w-node-bfb8ba11-ff80-c17f-fb45-e46bc9a7242e-f7587a9c {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_0319d27c-1196-40d9-b2ea-ce9c6488b6ac-f7587a9c {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: end
}

#w-node-_1c328413-6e1c-588f-b2ff-175c490ecfb0-f7587a9c {
    grid-area: span 2/span 1/span 2/span 1;
    place-self: center
}

#w-node-_0319d27c-1196-40d9-b2ea-ce9c6488b6b9-f7587a9c {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: start
}

#w-node-dbaa428c-c6a8-6617-d71e-f4c8ce8f19f9-f7587a9c {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-dbaa428c-c6a8-6617-d71e-f4c8ce8f19fc-f7587a9c {
    justify-self: end
}

#w-node-dbaa428c-c6a8-6617-d71e-f4c8ce8f1a05-f7587a9c,#w-node-dbaa428c-c6a8-6617-d71e-f4c8ce8f19fe-f7587a9c {
    grid-area: span 2/span 1/span 2/span 1
}

#w-node-e2294f7c-ee23-1ca1-278c-244ca6b11e8c-f7587a9c {
    justify-self: center
}

#w-node-f52f42be-1262-9412-f86a-bde8815de035-f7587ab6 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-f52f42be-1262-9412-f86a-bde8815de044-f7587ab6 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: end
}

#w-node-f52f42be-1262-9412-f86a-bde8815de048-f7587ab6,#w-node-f52f42be-1262-9412-f86a-bde8815de04b-f7587ab6 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-f52f42be-1262-9412-f86a-bde8815de052-f7587ab6,#w-node-_4d1d63fa-6678-ac9e-5b33-cff47963c2ee-f7587ab6 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-d48215c3-7d55-c78b-e01f-02fe1876348b-f7587ad0 {
    place-self: center
}

#w-node-_0f29d39a-f708-824f-6eae-18bdcf2b2107-f7587ad0 {
    justify-self: center
}

#w-node-_0f29d39a-f708-824f-6eae-18bdcf2b2109-f7587ad0 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-_0f29d39a-f708-824f-6eae-18bdcf2b210a-f7587ad0 {
    justify-self: end
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e7d-f7587ad3 {
    place-self: center
}

#w-node-_0780c94b-4cdc-ba1e-5aa2-7ceb3df73801-f7587ad3 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-_0780c94b-4cdc-ba1e-5aa2-7ceb3df73810-f7587ad3 {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-_0780c94b-4cdc-ba1e-5aa2-7ceb3df73812-f7587ad3 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9b-f7587ad3 {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9f-f7587ad3,#w-node-_19e14bde-6883-7eb9-9e61-183695d8794c-f7587ad3 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-_19e14bde-6883-7eb9-9e61-183695d87956-f7587ad3 {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-_19e14bde-6883-7eb9-9e61-183695d87958-f7587ad3 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e95-f7587ad3 {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e86-f7587ad3,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eac-f7587ad3 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eb6-f7587ad3 {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eaa-f7587ad3 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36ec1-f7587ad3 {
    justify-self: center
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36ec4-f7587ad3 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_14b4b684-55ef-ab61-e851-9728edbdcb07-f7587ad3 {
    grid-area: 1/1/2/2
}

#w-node-_85440a76-1251-adb9-9d23-8bbb99178048-f7587ad9,#w-node-_85440a76-1251-adb9-9d23-8bbb9917804b-f7587ad9,#w-node-_51f0d441-737e-4082-7a21-d12680664601-f7587ad9,#w-node-d865243a-cae0-3b41-d9a7-f80c8c80eb90-f7587ad9,#w-node-af85b17a-031d-9452-308c-eaadb0d51b89-f7587ad9 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_6bbb8a37-7e71-4357-58a5-d9bcbf5ea9e7-f7587adb {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: end
}

#w-node-_6bbb8a37-7e71-4357-58a5-d9bcbf5ea9ec-f7587adb {
    grid-area: span 2/span 1/span 2/span 1
}

#w-node-c03efbd2-2fe7-7d96-8b35-c9229169d665-f7587adb {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: start
}

#w-node-_8cbaf862-1c08-70c8-0b78-3b9db502fd1c-f7587adb {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: end
}

#w-node-_8cbaf862-1c08-70c8-0b78-3b9db502fd24-f7587adb {
    grid-area: span 2/span 1/span 2/span 1
}

#file-download-wrap.w-node-a34315e6-1219-a2df-2461-d33bcab24bde-f7587adb {
    align-self: start
}

#w-node-dbaa428c-c6a8-6617-d71e-f4c8ce8f19f9-f7587adb {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-dbaa428c-c6a8-6617-d71e-f4c8ce8f19fc-f7587adb {
    justify-self: end
}

#w-node-dbaa428c-c6a8-6617-d71e-f4c8ce8f19fe-f7587adb,#w-node-dbaa428c-c6a8-6617-d71e-f4c8ce8f1a05-f7587adb {
    grid-area: span 2/span 1/span 2/span 1
}

#w-node-d79efa2c-e940-1643-54af-9f40de06f2c6-f7587adb {
    place-self: center
}

#w-node-b709a516-2548-eae3-2118-f2dbe0d12092-f7587adb {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-b709a516-2548-eae3-2118-f2dbe0d12093-f7587adb {
    justify-self: center
}

#w-node-_0874c793-a130-f7c1-5824-8cdbd71c072d-f7587adb {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_9cc780da-fea4-2711-4c04-b707343be3ee-f7587adb {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: end
}

#w-node-_405a4a2d-29fa-a8b1-cd62-950a92717f6a-f7587adb {
    grid-area: span 2/span 1/span 2/span 1
}

#w-node-_9cc780da-fea4-2711-4c04-b707343be3f4-f7587adb {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: start
}

#w-node-_9cc780da-fea4-2711-4c04-b707343be3f7-f7587adb {
    grid-area: 3/2/4/3
}

#w-node-b7656812-eb2d-d3c2-a24b-779980581f64-f7587adb {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: end
}

#w-node-b7656812-eb2d-d3c2-a24b-779980581f69-f7587adb {
    grid-area: span 2/span 1/span 2/span 1
}

#w-node-b7656812-eb2d-d3c2-a24b-779980581f6a-f7587adb {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: start
}

#w-node-_6bbb8a37-7e71-4357-58a5-d9bcbf5ea9e7-f7587af1 {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: end
}

#w-node-_6bbb8a37-7e71-4357-58a5-d9bcbf5ea9ec-f7587af1 {
    grid-area: span 2/span 1/span 2/span 1
}

#w-node-a0ea83a9-b63e-3d93-e08c-3824766612e1-f7587af1 {
    grid-area: span 1/span 1/span 1/span 1
}

#file-upload-wrap.w-node-_6bbb8a37-7e71-4357-58a5-d9bcbf5ea9f4-f7587af1,#file-download-wrap.w-node-c03efbd2-2fe7-7d96-8b35-c9229169d665-f7587af1 {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: start
}

#w-node-dbaa428c-c6a8-6617-d71e-f4c8ce8f19f9-f7587af1 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-dbaa428c-c6a8-6617-d71e-f4c8ce8f19fc-f7587af1 {
    justify-self: end
}

#w-node-dbaa428c-c6a8-6617-d71e-f4c8ce8f19fe-f7587af1,#w-node-dbaa428c-c6a8-6617-d71e-f4c8ce8f1a05-f7587af1 {
    grid-area: span 2/span 1/span 2/span 1
}

#w-node-_14282950-fbd0-77fe-1356-374ae1f75831-f7587af1 {
    place-self: center
}

#w-node-b709a516-2548-eae3-2118-f2dbe0d12092-f7587af1 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-b709a516-2548-eae3-2118-f2dbe0d12093-f7587af1 {
    justify-self: center
}

#w-node-_0874c793-a130-f7c1-5824-8cdbd71c072d-f7587af1 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_9cc780da-fea4-2711-4c04-b707343be3ee-f7587af1 {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: end
}

#w-node-_405a4a2d-29fa-a8b1-cd62-950a92717f6a-f7587af1 {
    grid-area: span 2/span 1/span 2/span 1
}

#w-node-_9cc780da-fea4-2711-4c04-b707343be3f4-f7587af1 {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: start
}

#w-node-_9cc780da-fea4-2711-4c04-b707343be3f7-f7587af1 {
    grid-area: 3/2/4/3
}

#w-node-b7656812-eb2d-d3c2-a24b-779980581f64-f7587af1 {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: end
}

#w-node-_08921b9b-dfb8-224f-0b2f-f11bf8ef05cf-f7587af1 {
    grid-area: span 2/span 1/span 2/span 1
}

#w-node-b7656812-eb2d-d3c2-a24b-779980581f6a-f7587af1 {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: start
}

#w-node-_8e0fd587-7040-f5d5-32e1-91fca911c879-f7587af3 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_8e0fd587-7040-f5d5-32e1-91fca911c87c-f7587af3 {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: end
}

#w-node-_8e0fd587-7040-f5d5-32e1-91fca911c883-f7587af3 {
    grid-area: span 2/span 1/span 2/span 1;
    justify-self: center
}

#w-node-_5a02c16b-64cf-d88c-b961-81dc5ef36bd8-f7587af3 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_8e0fd587-7040-f5d5-32e1-91fca911c885-f7587af3 {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: start
}

#w-node-dbaa428c-c6a8-6617-d71e-f4c8ce8f19f9-f7587af3 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-dbaa428c-c6a8-6617-d71e-f4c8ce8f19fc-f7587af3 {
    justify-self: end
}

#w-node-dbaa428c-c6a8-6617-d71e-f4c8ce8f1a05-f7587af3,#w-node-dbaa428c-c6a8-6617-d71e-f4c8ce8f19fe-f7587af3 {
    grid-area: span 2/span 1/span 2/span 1
}

#w-node-c540dc1a-cc0a-befb-9a53-376e0ddf2950-f7587af3 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: center
}

#w-node-_1edb8f58-3f4e-2bba-7681-7ce85bcdb179-f7587af4 {
    grid-area: span 2/span 1/span 2/span 1;
    align-self: center
}

#w-node-_1edb8f58-3f4e-2bba-7681-7ce85bcdb17a-f7587af4 {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: center
}

#w-node-a17211c9-b6f6-bef8-41f3-0119da470098-f7587af4 {
    grid-area: span 2/span 1/span 2/span 1;
    justify-self: end
}

#w-node-_710bc603-a78d-b1ed-fcbd-6732343de223-f7587af4,#w-node-adb121da-3688-319e-7066-5cdb5507949d-f7587af4,#w-node-_8d4e7e94-5a02-88fb-3315-ba5ac765a94f-f7587af4 {
    place-self: center
}

#w-node-_73c73a0c-46ad-f97b-e611-d418598275cf-f7587af4 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: end
}

#w-node-_8067471c-b5fc-8c2d-8e64-dc8b1098ad98-1098ad96 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_8067471c-b5fc-8c2d-8e64-dc8b1098ad9d-1098ad96 {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: auto
}

#w-node-_8067471c-b5fc-8c2d-8e64-dc8b1098ada2-1098ad96 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-eb1e8d68-0be6-4cb0-f1e0-c6823c2ca45b-f7587b0c {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: end
}

#image-result.w-node-b9f27a92-e201-a4f8-f8f7-f9eb6a0a3ad9-f7587b0c {
    grid-area: span 2/span 1/span 2/span 1
}

#w-node-_5d3c9660-14db-3521-9987-cc0702cc6b5a-f7587b0c {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: start
}

#w-node-_25eb4254-2bd9-c2c0-e8c2-ca2bf2f18af7-f2f18af2 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_25eb4254-2bd9-c2c0-e8c2-ca2bf2f18af8-f2f18af2 {
    justify-self: start
}

#w-node-_25eb4254-2bd9-c2c0-e8c2-ca2bf2f18afa-f2f18af2,#w-node-_25eb4254-2bd9-c2c0-e8c2-ca2bf2f18b01-f2f18af2 {
    grid-area: span 2/span 1/span 2/span 1
}

#w-node-_25eb4254-2bd9-c2c0-e8c2-ca2bf2f18b06-f2f18af2,#w-node-fa819cb3-1707-4f70-ef38-c6669ca83e83-f2f18af2 {
    place-self: center
}

#w-node-_25eb4254-2bd9-c2c0-e8c2-ca2bf2f18b0c-f2f18af2 {
    place-self: auto
}

#w-node-_25eb4254-2bd9-c2c0-e8c2-ca2bf2f18b0d-f2f18af2 {
    justify-self: start
}

#w-node-_25eb4254-2bd9-c2c0-e8c2-ca2bf2f18b0f-f2f18af2 {
    grid-area: span 3/span 1/span 3/span 1
}

#w-node-_25eb4254-2bd9-c2c0-e8c2-ca2bf2f18b16-f2f18af2 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_25eb4254-2bd9-c2c0-e8c2-ca2bf2f18b1a-f2f18af2 {
    grid-area: span 3/span 1/span 3/span 1
}

#w-node-_25eb4254-2bd9-c2c0-e8c2-ca2bf2f18b1d-f2f18af2 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e7d-f7587b14 {
    place-self: center
}

#w-node-abc4fc7b-0465-8531-985a-a0cf9db0df2e-f7587b14,#w-node-_65c6f8ee-6e61-495c-2fa4-ef7e2697a942-f7587b16,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36f07-f7587b18 {
    grid-area: 1/1/2/2
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e7d-f7587b1d {
    place-self: center
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e86-f7587b1d {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e95-f7587b1d {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-_02d1b8a2-7520-818d-ddd1-9ff5822b5087-f7587b1d {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9b-f7587b1d {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9f-f7587b1d,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eac-f7587b1d {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eb6-f7587b1d {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eaa-f7587b1d {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36ec1-f7587b1d {
    justify-self: center
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36ec4-f7587b1d {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-fe4b4fcc-0810-e5b4-a182-8dc4d97a900e-f7587b1d {
    grid-area: 1/1/2/2
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e7d-f7587b34 {
    place-self: center
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e86-f7587b34 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e95-f7587b34 {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-_02d1b8a2-7520-818d-ddd1-9ff5822b5087-f7587b34 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-db8d6573-6036-5c83-74c7-4ac08521ba6d-f7587b34 {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-db8d6573-6036-5c83-74c7-4ac08521ba70-f7587b34,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eac-f7587b34 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eb6-f7587b34 {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eaa-f7587b34 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9b-f7587b34 {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9f-f7587b34,#w-node-_1ddb5c8e-6537-8e0a-fbee-a06296cb0276-f7587b34 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-_1ddb5c8e-6537-8e0a-fbee-a06296cb0280-f7587b34 {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-_1ddb5c8e-6537-8e0a-fbee-a06296cb0282-f7587b34 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_22401720-8fe1-4816-579a-5c0f1f87881d-f7587b34 {
    justify-self: center
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36ec4-f7587b34 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-c0ff6179-8ec7-f3fc-c181-204ad72fabe9-f7587b34 {
    grid-area: 1/1/2/2
}

#w-node-_79c36c88-7602-c269-6c3f-08a08ba73ca8-f7587b6d {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: center
}

#w-node-_79c36c88-7602-c269-6c3f-08a08ba73cbf-f7587b6d {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: end
}

#w-node-bd308ff6-938f-eb40-26c9-8c8b53c99617-53c99607,#w-node-bd308ff6-938f-eb40-26c9-8c8b53c9961c-53c99607,#w-node-bd308ff6-938f-eb40-26c9-8c8b53c99621-53c99607,#w-node-_42582ef2-f939-c0ac-06c1-d370d12ef99d-f7587b6f,#w-node-_42582ef2-f939-c0ac-06c1-d370d12ef9ea-f7587b6f,#w-node-_62d98e1a-9ba3-f304-9b66-26c058fab6a2-f7587b6f {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_66754f41-d0ac-8f31-5832-e06af9a735ed-f7587b70 {
    place-self: center
}

#w-node-_1ac20e3f-9ffa-7cb7-a750-e3f6a7fd1c0a-f7587b70 {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-_1ac20e3f-9ffa-7cb7-a750-e3f6a7fd1c0c-f7587b70 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-_1ac20e3f-9ffa-7cb7-a750-e3f6a7fd1c16-f7587b70 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e86-f7587b70 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e95-f7587b70,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9b-f7587b70 {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9f-f7587b70 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eaa-f7587b70 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_14fc8d28-1d36-d4da-b49f-de44562337b7-f7587b70 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-_14fc8d28-1d36-d4da-b49f-de44562337c0-f7587b70 {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-_52437f64-fcab-785c-44c9-456b01b960d9-f7587b70,#w-node-_10af0b04-9d05-ab73-7053-7803e4612f02-f7587b70 {
    place-self: stretch stretch
}

#w-node-a648082d-2cbb-5b62-53ef-d84dfe8ca0c6-f7587b70 {
    justify-self: center
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36ec4-f7587b70 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_8298cae0-0484-41f1-0180-d16adf4c2aff-f7587b70 {
    grid-area: 1/1/2/2
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e7d-f7587b72 {
    place-self: center
}

#w-node-_4c0a69a8-6ebf-176b-b5fd-3fc92235a858-f7587b72 {
    grid-area: 1/1/2/2
}

#w-node-ba875cb4-fe4e-b5e0-e10c-eb60ddd72ecb-fffa8fcd,#w-node-ba875cb4-fe4e-b5e0-e10c-eb60ddd72ecf-fffa8fcd,#w-node-ba875cb4-fe4e-b5e0-e10c-eb60ddd72ed0-fffa8fcd {
    align-self: start
}

#w-node-c1a6200a-29f0-c499-4e47-3ac3b8b78776-b8b7873e,#w-node-_97c92d8e-25ea-5e6b-766b-dd0547287fb8-47287f80,#w-node-_9db6c681-0645-d8e1-7cae-79873bc3f173-3bc3f16c,#w-node-ccfd7d65-ddd5-cfde-76d6-2b0f37f8e947-37f8e940,#w-node-_02efb478-8a9b-d9b6-d92d-e771586720d6-586720d2 {
    place-self: end center
}

#w-node-fe4b4fcc-0810-e5b4-a182-8dc4d97a900e-fe5060a9,#w-node-fe4b4fcc-0810-e5b4-a182-8dc4d97a900e-b616b6ca {
    grid-area: 1/1/2/2
}

#w-node-_9fc69aa2-d05a-9c1f-331b-294922e029ed-1ac56adb {
    place-self: center
}

#w-node-_99598286-061a-0450-9330-c902241658b4-1ac56adb {
    justify-self: center
}

#w-node-_99598286-061a-0450-9330-c902241658b7-1ac56adb {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-eb1e8d68-0be6-4cb0-f1e0-c6823c2ca45b-296f5e5b {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: end
}

#image-result.w-node-b9f27a92-e201-a4f8-f8f7-f9eb6a0a3ad9-296f5e5b {
    grid-area: span 2/span 1/span 2/span 1
}

#w-node-_5d3c9660-14db-3521-9987-cc0702cc6b5a-296f5e5b {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: start
}

#w-node-_7ecbab81-68eb-7b9a-5793-82d5f893965f-296f5e5b {
    grid-area: 1/1/2/2
}

#w-node-_72246b56-d49d-415e-8d7a-34556e1d5004-a35c2ea2 {
    place-self: center
}

#w-node-_99598286-061a-0450-9330-c902241658b4-a35c2ea2 {
    justify-self: center
}

#w-node-_99598286-061a-0450-9330-c902241658b7-a35c2ea2 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_95cc0094-48dc-8385-3b4a-4de6c2e72b84-628bff5d {
    justify-self: center
}

#w-node-_95cc0094-48dc-8385-3b4a-4de6c2e72b85-628bff5d {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: center
}

#w-node-_54bf919d-b0b4-1b11-6ff8-960830df5256-628bff5d {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-_3fe515aa-2e07-1e22-9731-3690ead37cea-628bff5d {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-_3fe515aa-2e07-1e22-9731-3690ead37cec-628bff5d,#w-node-_1cb52a33-9938-af88-46a5-2346c4ea2c02-628bff5d {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-_1cb52a33-9938-af88-46a5-2346c4ea2c0d-628bff5d,#w-node-_3fbd4c4b-761f-b345-59fb-2ad9dbb5f022-628bff5d {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-_3fbd4c4b-761f-b345-59fb-2ad9dbb5f024-628bff5d {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-_628d842a-f42a-f81a-ae5b-185028e216fc-628bff5d {
    place-self: start center
}

#w-node-_628d842a-f42a-f81a-ae5b-185028e216ff-628bff5d,#w-node-a46799ff-f981-326f-ca2d-89bc5e54588b-69aee0c9,#w-node-ee7aebb0-da2f-08c6-6f8b-7096602fb502-69aee0c9 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-fe4b4fcc-0810-e5b4-a182-8dc4d97a900e-79fe9cbb {
    grid-area: 1/1/2/2
}

#w-node-_81ef7d0a-627c-3092-7823-98660db129e0-53aea9ce {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-_81ef7d0a-627c-3092-7823-98660db129f3-53aea9ce {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-fe4b4fcc-0810-e5b4-a182-8dc4d97a900e-53aea9ce,#w-node-fe4b4fcc-0810-e5b4-a182-8dc4d97a900e-c006d4d0,#w-node-fe4b4fcc-0810-e5b4-a182-8dc4d97a900e-c279c92e,#w-node-fe4b4fcc-0810-e5b4-a182-8dc4d97a900e-7f638b2c {
    grid-area: 1/1/2/2
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e7d-196ae4f6 {
    place-self: center
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e86-196ae4f6 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e95-196ae4f6 {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-_02d1b8a2-7520-818d-ddd1-9ff5822b5087-196ae4f6 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9b-196ae4f6 {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9f-196ae4f6,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eac-196ae4f6 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eb6-196ae4f6 {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eaa-196ae4f6 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36ec1-196ae4f6 {
    justify-self: center
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36ec4-196ae4f6 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-fe4b4fcc-0810-e5b4-a182-8dc4d97a900e-196ae4f6 {
    grid-area: 1/1/2/2
}

#w-node-f0f97043-a8b0-942a-ea7f-98b1e74683a6-196ae4f6 {
    place-self: center
}

#w-node-_0d323664-3758-746b-77a8-32d8dfc9fcbe-196ae4f6 {
    justify-self: center
}

#w-node-_0d323664-3758-746b-77a8-32d8dfc9fcc0-196ae4f6 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-_0d323664-3758-746b-77a8-32d8dfc9fcc1-196ae4f6 {
    justify-self: end
}

#w-node-d1e52daa-c5d3-bc59-ca93-3b21a163be4c-0827a1d0 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-d1e52daa-c5d3-bc59-ca93-3b21a163be59-0827a1d0 {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-_7ecbab81-68eb-7b9a-5793-82d5f893965f-0827a1d0 {
    grid-area: 1/1/2/2
}

#w-node-eb1e8d68-0be6-4cb0-f1e0-c6823c2ca45b-a0bfa008 {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: end
}

#image-result.w-node-b9f27a92-e201-a4f8-f8f7-f9eb6a0a3ad9-a0bfa008 {
    grid-area: span 2/span 1/span 2/span 1
}

#w-node-_5d3c9660-14db-3521-9987-cc0702cc6b5a-a0bfa008 {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: start
}

#w-node-f13919bc-afd7-46bb-1558-ee539523341b-a0bfa008 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-f13919bc-afd7-46bb-1558-ee5395233428-a0bfa008 {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-_7ecbab81-68eb-7b9a-5793-82d5f893965f-a0bfa008,#w-node-fe4b4fcc-0810-e5b4-a182-8dc4d97a900e-40315e37 {
    grid-area: 1/1/2/2
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e86-1606b8e4 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e95-1606b8e4,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9b-1606b8e4 {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9f-1606b8e4 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-_02d1b8a2-7520-818d-ddd1-9ff5822b5087-1606b8e4 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eac-1606b8e4 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-e8be93a2-903c-8262-7c24-da2ebc56a6fc-1606b8e4,#w-node-ce4b6e8a-e4f0-bb2e-b597-5219f1780462-1606b8e4 {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-dad2c0ef-d02d-0ddb-3874-ddc47691f8cc-1606b8e4,#w-node-d2211d95-630c-0609-16a0-3ab416219413-1606b8e4 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-_6c7c3dd2-a22c-adab-5225-333286393681-1606b8e4,#w-node-_399e8ed3-6566-8c66-7113-9c829f19ea67-1606b8e4 {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-_01a8324f-74d1-34cc-cf71-645a9e405dda-1606b8e4 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-fe4b4fcc-0810-e5b4-a182-8dc4d97a900e-1606b8e4 {
    grid-area: 1/1/2/2
}

#w-node-_94b78b39-3820-05bf-945b-bb7e2e880b9e-a498c6ec {
    order: 9999
}

#w-node-fe4b4fcc-0810-e5b4-a182-8dc4d97a900e-8da380f2 {
    grid-area: 1/1/2/2
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e86-bd4e42dc {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e95-bd4e42dc,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9b-bd4e42dc {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9f-bd4e42dc,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eac-bd4e42dc {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eb6-bd4e42dc {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-_74c89f9f-cb7b-7308-222d-b48b5d9f5cad-bd4e42dc {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_477d40db-0140-64c8-1af8-f2a0b834e3a7-bd4e42dc {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-_477d40db-0140-64c8-1af8-f2a0b834e3aa-bd4e42dc,#w-node-_2fdc90aa-61ad-88e1-e055-9264299aa431-bd4e42dc {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-_2fdc90aa-61ad-88e1-e055-9264299aa438-bd4e42dc,#w-node-_4a46e218-dcbc-4772-f9f7-6dde42d9f45a-bd4e42dc {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-_4a46e218-dcbc-4772-f9f7-6dde42d9f45d-bd4e42dc {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-_7da7b1ed-597a-da47-31cc-5c6922a85afd-bd4e42dc {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_74a16163-52d5-aa7a-634f-7da3f0c527c3-bd4e42dc {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-_74a16163-52d5-aa7a-634f-7da3f0c527ca-bd4e42dc {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-e9618274-59ef-1148-b106-1ec4bb7ca839-bd4e42dc {
    justify-self: center
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36ec4-bd4e42dc {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-fe4b4fcc-0810-e5b4-a182-8dc4d97a900e-bd4e42dc {
    grid-area: 1/1/2/2
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e7d-dfa168ad {
    place-self: center
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e86-dfa168ad {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-_88b7bc79-2625-0617-a579-60ffdb19a021-dfa168ad {
    justify-self: auto
}

#w-node-_02d1b8a2-7520-818d-ddd1-9ff5822b5087-dfa168ad {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9b-dfa168ad {
    grid-area: span 1/span 1/span 1/span 1;
    place-self: center
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9f-dfa168ad,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eac-dfa168ad {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-_602b7b4e-5cd8-ab84-6618-1a2c420cae9b-dfa168ad {
    justify-self: auto
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eaa-dfa168ad {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36ec1-dfa168ad {
    justify-self: center
}

#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36ec4-dfa168ad {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_1af5bf9c-37a8-3ca8-4f38-cefb837c7c0e-dfa168ad {
    grid-area: 1/1/2/2
}

#w-node-_32e9b1c6-f856-28ed-b0e2-d77390a07b44-dfa168ad,#w-node-_32e9b1c6-f856-28ed-b0e2-d77390a07b4a-dfa168ad,#w-node-_32e9b1c6-f856-28ed-b0e2-d77390a07b52-dfa168ad {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-fe4b4fcc-0810-e5b4-a182-8dc4d97a900e-0c568ab0,#w-node-fe4b4fcc-0810-e5b4-a182-8dc4d97a900e-8179b90f,#w-node-fe4b4fcc-0810-e5b4-a182-8dc4d97a900e-b7ea761e,#w-node-fe4b4fcc-0810-e5b4-a182-8dc4d97a900e-8abf9b33,#w-node-fe4b4fcc-0810-e5b4-a182-8dc4d97a900e-70eba279,#w-node-fe4b4fcc-0810-e5b4-a182-8dc4d97a900e-9db0858e,#w-node-fe4b4fcc-0810-e5b4-a182-8dc4d97a900e-a2060290 {
    grid-area: 1/1/2/2
}

@media screen and (min-width: 1920px) {
    #w-node-_8f5045e0-eb1c-38b3-18a7-1ce9d7196c77-f758782b {
        place-self:auto center
    }

    #w-node-d79efa2c-e940-1643-54af-9f40de06f2c6-f7587adb {
        place-self: center
    }
}

@media screen and (max-width: 991px) {
    #w-node-ca277adb-ad0d-0b11-8839-aa0309adb051-f758782b,#w-node-ec798b5a-5ac7-715f-fee2-1f1abca7c144-f758782b {
        grid-area:1/1/2/2
    }

    #w-node-ec9d101b-99f0-f13a-5f2a-d2ef1308a5ad-1308a5ab,#w-node-ec9d101b-99f0-f13a-5f2a-d2ef1308a5b2-1308a5ab {
        align-self: start
    }

    #w-node-ec9d101b-99f0-f13a-5f2a-d2ef1308a5b5-1308a5ab {
        align-self: auto
    }

    #w-node-ec9d101b-99f0-f13a-5f2a-d2ef1308a5ba-1308a5ab {
        place-self: auto
    }

    #w-node-ec9d101b-99f0-f13a-5f2a-d2ef1308a5bd-1308a5ab {
        align-self: auto
    }

    #w-node-ec9d101b-99f0-f13a-5f2a-d2ef1308a5c2-1308a5ab {
        place-self: auto
    }

    #w-node-_01d54a16-5753-ab3c-de93-213c88587282-8858727e,#w-node-_01d54a16-5753-ab3c-de93-213c88587295-8858727e {
        justify-self: center
    }

    #w-node-_5c739f92-9815-9909-3d08-9802b4906543-b490653c,#w-node-f4bb2933-c446-9227-7851-a17bb625a1aa-b625a19e {
        grid-area: 2/1/3/2
    }

    #w-node-_46765df2-54f6-a355-e6b0-b84c38f0c90b-38f0c907,#w-node-_10b531f2-159a-10f7-835d-71dd7041d73b-f75878fb {
        grid-area: 1/1/2/2;
        justify-self: center
    }

    #w-node-_1ac20e3f-9ffa-7cb7-a750-e3f6a7fd1c0a-f758793d {
        justify-self: center
    }

    #w-node-_1ac20e3f-9ffa-7cb7-a750-e3f6a7fd1c0c-f758793d {
        grid-area: 1/1/2/2;
        justify-self: center
    }

    #w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e86-f758793d,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e95-f758793d,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9b-f758793d {
        justify-self: center
    }

    #w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9f-f758793d {
        grid-area: 1/1/2/2;
        justify-self: center
    }

    #w-node-_14fc8d28-1d36-d4da-b49f-de44562337b7-f758793d,#w-node-_14fc8d28-1d36-d4da-b49f-de44562337c0-f758793d,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e86-f758797e,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e95-f758797e,#w-node-db8d6573-6036-5c83-74c7-4ac08521ba6d-f758797e {
        justify-self: center
    }

    #w-node-db8d6573-6036-5c83-74c7-4ac08521ba70-f758797e {
        grid-area: 1/1/2/2;
        justify-self: center
    }

    #w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eac-f758797e,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eb6-f758797e,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9b-f758797e {
        justify-self: center
    }

    #w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9f-f758797e {
        grid-area: 1/1/2/2;
        justify-self: center
    }

    #w-node-_1ddb5c8e-6537-8e0a-fbee-a06296cb0276-f758797e,#w-node-_1ddb5c8e-6537-8e0a-fbee-a06296cb0280-f758797e {
        justify-self: center
    }

    #w-node-e75301e3-4584-bbce-9939-00a79de17db4-f7587980,#w-node-e75301e3-4584-bbce-9939-00a79de17dcb-f7587980,#w-node-e75301e3-4584-bbce-9939-00a79de17de2-f7587980 {
        justify-self: start
    }

    #w-node-_27cc4784-7345-4f3c-b522-01fa72bdc1ce-f75879c1 {
        justify-self: center
    }

    #w-node-_27cc4784-7345-4f3c-b522-01fa72bdc1e9-f75879c1 {
        grid-area: 1/1/2/2
    }

    #w-node-d70b2691-5052-1ba9-6d22-73de5fb0af19-f75879c1,#w-node-_1834179a-0457-92af-0e76-11300757d20e-f75879c1 {
        place-self: start
    }

    #w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9b-f7587a25 {
        justify-self: center
    }

    #w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9f-f7587a25 {
        grid-area: 1/1/2/2;
        justify-self: center
    }

    #w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e86-f7587a25,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e95-f7587a25 {
        justify-self: center
    }

    #w-node-_303ab24b-c9fb-ec89-0361-1b961e1a9bf7-f7587a7c {
        grid-area: 1/1/2/2
    }

    #w-node-ac65a9c3-7f3c-4ab8-c886-9f0da8571462-f7587a96 {
        justify-self: end
    }

    #w-node-_1c328413-6e1c-588f-b2ff-175c490ecfb0-f7587a9c {
        grid-area: span 1/span 1/span 1/span 1;
        justify-self: center
    }

    #w-node-_0319d27c-1196-40d9-b2ea-ce9c6488b6b9-f7587a9c {
        grid-area: 2/1/3/2;
        place-self: start center
    }

    #w-node-f52f42be-1262-9412-f86a-bde8815de035-f7587ab6,#w-node-f52f42be-1262-9412-f86a-bde8815de044-f7587ab6,#w-node-f52f42be-1262-9412-f86a-bde8815de048-f7587ab6 {
        justify-self: center
    }

    #w-node-f52f42be-1262-9412-f86a-bde8815de04b-f7587ab6 {
        grid-area: 1/1/2/2;
        justify-self: center
    }

    #w-node-_0780c94b-4cdc-ba1e-5aa2-7ceb3df73801-f7587ad3,#w-node-_0780c94b-4cdc-ba1e-5aa2-7ceb3df73810-f7587ad3,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9b-f7587ad3 {
        justify-self: center
    }

    #w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9f-f7587ad3 {
        grid-area: 1/1/2/2;
        justify-self: center
    }

    #w-node-_19e14bde-6883-7eb9-9e61-183695d8794c-f7587ad3,#w-node-_19e14bde-6883-7eb9-9e61-183695d87956-f7587ad3,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e95-f7587ad3,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e86-f7587ad3,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eac-f7587ad3,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eb6-f7587ad3 {
        justify-self: center
    }

    #w-node-_85440a76-1251-adb9-9d23-8bbb99178045-f7587ad9,#w-node-_9582ff3e-bcd7-9886-a23f-2b653fb5ab69-f7587ad9,#w-node-_85440a76-1251-adb9-9d23-8bbb9917804e-f7587ad9,#w-node-_85440a76-1251-adb9-9d23-8bbb99178057-f7587ad9,#w-node-_85440a76-1251-adb9-9d23-8bbb99178060-f7587ad9,#w-node-_85440a76-1251-adb9-9d23-8bbb99178066-f7587ad9,#w-node-_798654c1-fc4f-b63d-6bd0-699f91dc3964-f7587ad9,#w-node-d4fbbc0a-7f00-3804-da98-3f9eee98cfc8-f7587ad9,#w-node-_7d29fe42-0d34-7cb5-a385-244325d0fff3-f7587ad9 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_85440a76-1251-adb9-9d23-8bbb99178097-f7587ad9 {
        align-self: start
    }

    #w-node-_85440a76-1251-adb9-9d23-8bbb9917809a-f7587ad9 {
        align-self: auto
    }

    #w-node-_85440a76-1251-adb9-9d23-8bbb9917809f-f7587ad9 {
        place-self: auto
    }

    #w-node-_85440a76-1251-adb9-9d23-8bbb991780a2-f7587ad9 {
        align-self: auto
    }

    #w-node-_85440a76-1251-adb9-9d23-8bbb991780a7-f7587ad9 {
        place-self: auto
    }

    #w-node-af85b17a-031d-9452-308c-eaadb0d51b89-f7587ad9 {
        align-self: end
    }

    #w-node-_6bbb8a37-7e71-4357-58a5-d9bcbf5ea9ec-f7587adb {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-c03efbd2-2fe7-7d96-8b35-c9229169d665-f7587adb {
        grid-area: 2/1/3/2;
        place-self: start center
    }

    #w-node-d79efa2c-e940-1643-54af-9f40de06f2c6-f7587adb {
        grid-area: 1/1/2/2
    }

    #w-node-b709a516-2548-eae3-2118-f2dbe0d12092-f7587adb {
        place-self: end center
    }

    #w-node-_9cc780da-fea4-2711-4c04-b707343be3f4-f7587adb {
        grid-area: 2/1/3/2;
        place-self: start center
    }

    #w-node-_9cc780da-fea4-2711-4c04-b707343be3f7-f7587adb {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-b7656812-eb2d-d3c2-a24b-779980581f69-f7587adb {
        grid-area: 3/1/5/2
    }

    #w-node-b7656812-eb2d-d3c2-a24b-779980581f6a-f7587adb,#file-upload-wrap.w-node-_6bbb8a37-7e71-4357-58a5-d9bcbf5ea9f4-f7587af1 {
        justify-self: center
    }

    #file-download-wrap.w-node-c03efbd2-2fe7-7d96-8b35-c9229169d665-f7587af1 {
        grid-area: span 1/span 1/span 1/span 1;
        place-self: start center
    }

    #w-node-_14282950-fbd0-77fe-1356-374ae1f75831-f7587af1 {
        grid-area: 1/1/2/2
    }

    #w-node-b709a516-2548-eae3-2118-f2dbe0d12092-f7587af1 {
        place-self: end center
    }

    #w-node-_9cc780da-fea4-2711-4c04-b707343be3f4-f7587af1 {
        grid-area: 2/1/3/2;
        place-self: start center
    }

    #w-node-_9cc780da-fea4-2711-4c04-b707343be3f7-f7587af1 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-b7656812-eb2d-d3c2-a24b-779980581f6a-f7587af1 {
        grid-area: 2/1/3/2;
        justify-self: center
    }

    #w-node-_8e0fd587-7040-f5d5-32e1-91fca911c883-f7587af3 {
        grid-area: span 1/span 1/span 1/span 1;
        justify-self: center
    }

    #w-node-_8e0fd587-7040-f5d5-32e1-91fca911c885-f7587af3 {
        grid-area: 2/1/3/2;
        place-self: start center
    }

    #w-node-_1edb8f58-3f4e-2bba-7681-7ce85bcdb179-f7587af4 {
        grid-area: span 1/span 1/span 1/span 1;
        align-self: center
    }

    #w-node-a17211c9-b6f6-bef8-41f3-0119da470098-f7587af4 {
        grid-area: span 1/span 1/span 1/span 1;
        justify-self: center
    }

    #w-node-_710bc603-a78d-b1ed-fcbd-6732343de223-f7587af4 {
        grid-area: 2/1/3/2;
        place-self: center
    }

    #w-node-_73c73a0c-46ad-f97b-e611-d418598275cf-f7587af4 {
        grid-area: span 1/span 1/span 1/span 1;
        justify-self: center
    }

    #w-node-_25eb4254-2bd9-c2c0-e8c2-ca2bf2f18b06-f2f18af2 {
        grid-area: 1/1/2/2
    }

    #w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e86-f7587b1d,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e95-f7587b1d,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9b-f7587b1d {
        justify-self: center
    }

    #w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9f-f7587b1d {
        grid-area: 1/1/2/2;
        justify-self: center
    }

    #w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eac-f7587b1d,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eb6-f7587b1d,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e86-f7587b34,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e95-f7587b34,#w-node-db8d6573-6036-5c83-74c7-4ac08521ba6d-f7587b34 {
        justify-self: center
    }

    #w-node-db8d6573-6036-5c83-74c7-4ac08521ba70-f7587b34 {
        grid-area: 1/1/2/2;
        justify-self: center
    }

    #w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eac-f7587b34,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eb6-f7587b34,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9b-f7587b34 {
        justify-self: center
    }

    #w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9f-f7587b34 {
        grid-area: 1/1/2/2;
        justify-self: center
    }

    #w-node-_1ddb5c8e-6537-8e0a-fbee-a06296cb0276-f7587b34,#w-node-_1ddb5c8e-6537-8e0a-fbee-a06296cb0280-f7587b34 {
        justify-self: center
    }

    #w-node-_79c36c88-7602-c269-6c3f-08a08ba73ca8-f7587b6d {
        grid-area: span 1/span 2/span 1/span 2;
        place-self: center
    }

    #w-node-_79c36c88-7602-c269-6c3f-08a08ba73cbf-f7587b6d {
        grid-area: span 1/span 2/span 1/span 2;
        justify-self: center
    }

    #w-node-_1ac20e3f-9ffa-7cb7-a750-e3f6a7fd1c0a-f7587b70 {
        justify-self: center
    }

    #w-node-_1ac20e3f-9ffa-7cb7-a750-e3f6a7fd1c0c-f7587b70 {
        grid-area: 1/1/2/2;
        justify-self: center
    }

    #w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e86-f7587b70,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e95-f7587b70,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9b-f7587b70 {
        justify-self: center
    }

    #w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9f-f7587b70 {
        grid-area: 1/1/2/2;
        justify-self: center
    }

    #w-node-_14fc8d28-1d36-d4da-b49f-de44562337b7-f7587b70,#w-node-_14fc8d28-1d36-d4da-b49f-de44562337c0-f7587b70 {
        justify-self: center
    }

    #w-node-ba875cb4-fe4e-b5e0-e10c-eb60ddd72ecb-fffa8fcd {
        place-self: start
    }

    #w-node-_54bf919d-b0b4-1b11-6ff8-960830df5256-628bff5d,#w-node-_3fe515aa-2e07-1e22-9731-3690ead37cea-628bff5d {
        justify-self: center
    }

    #w-node-_3fe515aa-2e07-1e22-9731-3690ead37cec-628bff5d {
        grid-area: 1/1/2/2;
        justify-self: center
    }

    #w-node-_1cb52a33-9938-af88-46a5-2346c4ea2c02-628bff5d,#w-node-_1cb52a33-9938-af88-46a5-2346c4ea2c0d-628bff5d,#w-node-_3fbd4c4b-761f-b345-59fb-2ad9dbb5f022-628bff5d {
        justify-self: center
    }

    #w-node-_3fbd4c4b-761f-b345-59fb-2ad9dbb5f024-628bff5d {
        grid-area: 1/1/2/2;
        justify-self: center
    }

    #w-node-_81ef7d0a-627c-3092-7823-98660db129e0-53aea9ce,#w-node-_81ef7d0a-627c-3092-7823-98660db129f3-53aea9ce,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e86-196ae4f6,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e95-196ae4f6,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9b-196ae4f6 {
        justify-self: center
    }

    #w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9f-196ae4f6 {
        grid-area: 1/1/2/2;
        justify-self: center
    }

    #w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eac-196ae4f6,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eb6-196ae4f6,#w-node-d1e52daa-c5d3-bc59-ca93-3b21a163be4c-0827a1d0,#w-node-d1e52daa-c5d3-bc59-ca93-3b21a163be59-0827a1d0,#w-node-f13919bc-afd7-46bb-1558-ee539523341b-a0bfa008,#w-node-f13919bc-afd7-46bb-1558-ee5395233428-a0bfa008,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e86-1606b8e4,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e95-1606b8e4,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9b-1606b8e4 {
        justify-self: center
    }

    #w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9f-1606b8e4 {
        grid-area: 1/1/2/2;
        justify-self: center
    }

    #w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eac-1606b8e4,#w-node-e8be93a2-903c-8262-7c24-da2ebc56a6fc-1606b8e4,#w-node-ce4b6e8a-e4f0-bb2e-b597-5219f1780462-1606b8e4 {
        justify-self: center
    }

    #w-node-dad2c0ef-d02d-0ddb-3874-ddc47691f8cc-1606b8e4 {
        grid-area: 1/1/2/2;
        justify-self: center
    }

    #w-node-d2211d95-630c-0609-16a0-3ab416219413-1606b8e4,#w-node-_6c7c3dd2-a22c-adab-5225-333286393681-1606b8e4,#w-node-_399e8ed3-6566-8c66-7113-9c829f19ea67-1606b8e4 {
        justify-self: center
    }

    #w-node-_01a8324f-74d1-34cc-cf71-645a9e405dda-1606b8e4 {
        grid-area: 1/1/2/2;
        justify-self: center
    }

    #w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e86-bd4e42dc,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e95-bd4e42dc,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9b-bd4e42dc {
        justify-self: center
    }

    #w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9f-bd4e42dc {
        grid-area: 1/1/2/2;
        justify-self: center
    }

    #w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eac-bd4e42dc,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eb6-bd4e42dc,#w-node-_477d40db-0140-64c8-1af8-f2a0b834e3a7-bd4e42dc {
        justify-self: center
    }

    #w-node-_477d40db-0140-64c8-1af8-f2a0b834e3aa-bd4e42dc {
        grid-area: 1/1/2/2;
        justify-self: center
    }

    #w-node-_2fdc90aa-61ad-88e1-e055-9264299aa431-bd4e42dc,#w-node-_2fdc90aa-61ad-88e1-e055-9264299aa438-bd4e42dc,#w-node-_4a46e218-dcbc-4772-f9f7-6dde42d9f45a-bd4e42dc {
        justify-self: center
    }

    #w-node-_4a46e218-dcbc-4772-f9f7-6dde42d9f45d-bd4e42dc {
        grid-area: 1/1/2/2;
        justify-self: center
    }

    #w-node-_74a16163-52d5-aa7a-634f-7da3f0c527c3-bd4e42dc,#w-node-_74a16163-52d5-aa7a-634f-7da3f0c527ca-bd4e42dc,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e86-dfa168ad,#w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9b-dfa168ad {
        justify-self: center
    }

    #w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e9f-dfa168ad {
        grid-area: 1/1/2/2;
        justify-self: center
    }

    #w-node-d3a56a8b-1e71-a8aa-8208-c14102f36eac-dfa168ad {
        justify-self: center
    }
}

@media screen and (max-width: 767px) {
    #w-node-ca277adb-ad0d-0b11-8839-aa0309adb043-f758782b {
        justify-self:start
    }

    #w-node-ca277adb-ad0d-0b11-8839-aa0309adb051-f758782b,#w-node-ca277adb-ad0d-0b11-8839-aa0309adb056-f758782b {
        grid-area: 1/1/2/2;
        justify-self: center
    }

    #w-node-ca277adb-ad0d-0b11-8839-aa0309adb058-f758782b {
        grid-area: 2/1/3/2;
        justify-self: start
    }

    #w-node-ca277adb-ad0d-0b11-8839-aa0309adb059-f758782b,#w-node-ec798b5a-5ac7-715f-fee2-1f1abca7c136-f758782b {
        justify-self: start
    }

    #w-node-ec798b5a-5ac7-715f-fee2-1f1abca7c144-f758782b,#w-node-ec798b5a-5ac7-715f-fee2-1f1abca7c149-f758782b {
        grid-area: 1/1/2/2;
        justify-self: center
    }

    #w-node-ec798b5a-5ac7-715f-fee2-1f1abca7c14b-f758782b {
        grid-area: 2/1/3/2;
        justify-self: start
    }

    #w-node-ec798b5a-5ac7-715f-fee2-1f1abca7c14c-f758782b {
        justify-self: start
    }

    #w-node-ec9d101b-99f0-f13a-5f2a-d2ef1308a5ad-1308a5ab {
        align-self: auto
    }

    #w-node-ec9d101b-99f0-f13a-5f2a-d2ef1308a5b2-1308a5ab {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-ce9e0677-19d8-1fcd-8d22-dfe59ed9ff76-d5c8e43e,#w-node-ce9e0677-19d8-1fcd-8d22-dfe59ed9ff7c-d5c8e43e,#w-node-ce9e0677-19d8-1fcd-8d22-dfe59ed9ff82-d5c8e43e {
        grid-area: span 1/span 3/span 1/span 3
    }

    #w-node-_75575d52-3bcb-887f-2376-be9635e54341-35e54336 {
        grid-area: span 1/span 1/span 1/span 1;
        justify-self: auto
    }

    #w-node-_5c739f92-9815-9909-3d08-9802b4906543-b490653c,#w-node-f4bb2933-c446-9227-7851-a17bb625a1aa-b625a19e {
        order: -9999
    }

    #w-node-_00b40c16-ce05-f79e-a34b-4415475ae7ad-c00e2fdd,#w-node-_00b40c16-ce05-f79e-a34b-4415475ae7b3-c00e2fdd,#w-node-_00b40c16-ce05-f79e-a34b-4415475ae7bb-c00e2fdd,#w-node-_32e9b1c6-f856-28ed-b0e2-d77390a07b44-f75878fb,#w-node-_32e9b1c6-f856-28ed-b0e2-d77390a07b4a-f75878fb,#w-node-_32e9b1c6-f856-28ed-b0e2-d77390a07b52-f75878fb {
        grid-area: span 1/span 3/span 1/span 3
    }

    #w-node-eb1e8d68-0be6-4cb0-f1e0-c6823c2ca45b-f758797a {
        grid-area: span 1/span 1/span 1/span 1;
        align-self: end
    }

    #image-result.w-node-b9f27a92-e201-a4f8-f8f7-f9eb6a0a3ad9-f758797a {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-d70b2691-5052-1ba9-6d22-73de5fb0af19-f75879c1 {
        place-self: start center
    }

    #w-node-d70b2691-5052-1ba9-6d22-73de5fb0af1c-f75879c1 {
        grid-area: 1/1/2/2
    }

    #w-node-_1834179a-0457-92af-0e76-11300757d20e-f75879c1 {
        align-self: start
    }

    #w-node-_39def430-12b7-6a36-d169-5f8801fd2713-f7587a25,#w-node-_39def430-12b7-6a36-d169-5f8801fd2719-f7587a25,#w-node-_39def430-12b7-6a36-d169-5f8801fd2721-f7587a25 {
        grid-area: span 1/span 3/span 1/span 3
    }

    #w-node-fd1cbe29-24e3-1d0b-2aac-315a21826017-f7587a7b,#w-node-_94b78b39-3820-05bf-945b-bb7e2e880b9e-f7587a7b {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_6bbb8a37-7e71-4357-58a5-d9bcbf5ea9e7-f7587a7c {
        grid-area: span 1/span 1/span 1/span 1;
        align-self: end
    }

    #w-node-dbaa428c-c6a8-6617-d71e-f4c8ce8f19fc-f7587a7c {
        justify-self: start
    }

    #w-node-_303ab24b-c9fb-ec89-0361-1b961e1a9bf7-f7587a7c {
        grid-area: 1/1/2/2;
        justify-self: center
    }

    #w-node-ac65a9c3-7f3c-4ab8-c886-9f0da8571462-f7587a96 {
        justify-self: center
    }

    #w-node-eb1e8d68-0be6-4cb0-f1e0-c6823c2ca45b-f7587a96 {
        grid-area: span 1/span 1/span 1/span 1;
        align-self: end
    }

    #image-result.w-node-b9f27a92-e201-a4f8-f8f7-f9eb6a0a3ad9-f7587a96 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_9ecdf064-7f5f-c177-da95-63107401221b-f7587a96 {
        justify-self: start
    }

    #w-node-_9511a127-ae54-b649-d4e6-71c471a8a05a-f7587a96 {
        grid-area: 1/1/2/2;
        justify-self: start
    }

    #w-node-_048badec-f907-adc3-3ca6-610c3bed502c-f7587a97 {
        justify-self: start
    }

    #w-node-_0319d27c-1196-40d9-b2ea-ce9c6488b6ac-f7587a9c {
        grid-area: span 1/span 2/span 1/span 2;
        align-self: end
    }

    #w-node-_1c328413-6e1c-588f-b2ff-175c490ecfb0-f7587a9c {
        grid-area: span 1/span 2/span 1/span 2;
        justify-self: center
    }

    #w-node-_0319d27c-1196-40d9-b2ea-ce9c6488b6b9-f7587a9c {
        grid-area: 2/1/3/3;
        place-self: start center
    }

    #w-node-dbaa428c-c6a8-6617-d71e-f4c8ce8f19fc-f7587a9c {
        justify-self: start
    }

    #w-node-_4d1d63fa-6678-ac9e-5b33-cff47963c2ee-f7587ab6 {
        grid-area: span 1/span 1/span 1/span 1;
        justify-self: auto
    }

    #w-node-_0f29d39a-f708-824f-6eae-18bdcf2b210a-f7587ad0 {
        justify-self: start
    }

    #w-node-_85440a76-1251-adb9-9d23-8bbb99178092-f7587ad9 {
        align-self: auto
    }

    #w-node-_85440a76-1251-adb9-9d23-8bbb99178097-f7587ad9 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_6bbb8a37-7e71-4357-58a5-d9bcbf5ea9e7-f7587adb,#w-node-_8cbaf862-1c08-70c8-0b78-3b9db502fd1c-f7587adb {
        grid-area: span 1/span 1/span 1/span 1;
        align-self: end
    }

    #w-node-dbaa428c-c6a8-6617-d71e-f4c8ce8f19fc-f7587adb {
        justify-self: start
    }

    #w-node-d79efa2c-e940-1643-54af-9f40de06f2c6-f7587adb {
        grid-area: 1/1/2/2;
        justify-self: center
    }

    #w-node-_9cc780da-fea4-2711-4c04-b707343be3ee-f7587adb,#w-node-b7656812-eb2d-d3c2-a24b-779980581f64-f7587adb,#w-node-_6bbb8a37-7e71-4357-58a5-d9bcbf5ea9e7-f7587af1 {
        grid-area: span 1/span 1/span 1/span 1;
        align-self: end
    }

    #w-node-dbaa428c-c6a8-6617-d71e-f4c8ce8f19fc-f7587af1 {
        justify-self: start
    }

    #w-node-_14282950-fbd0-77fe-1356-374ae1f75831-f7587af1 {
        grid-area: 1/1/2/2;
        justify-self: center
    }

    #w-node-_9cc780da-fea4-2711-4c04-b707343be3ee-f7587af1,#w-node-b7656812-eb2d-d3c2-a24b-779980581f64-f7587af1 {
        grid-area: span 1/span 1/span 1/span 1;
        align-self: end
    }

    #w-node-_8e0fd587-7040-f5d5-32e1-91fca911c87c-f7587af3 {
        grid-area: span 1/span 2/span 1/span 2;
        align-self: end
    }

    #w-node-_8e0fd587-7040-f5d5-32e1-91fca911c883-f7587af3 {
        grid-area: span 1/span 2/span 1/span 2;
        justify-self: center
    }

    #w-node-_8e0fd587-7040-f5d5-32e1-91fca911c885-f7587af3 {
        grid-area: 2/1/3/3;
        place-self: start center
    }

    #w-node-dbaa428c-c6a8-6617-d71e-f4c8ce8f19fc-f7587af3 {
        justify-self: start
    }

    #w-node-_1edb8f58-3f4e-2bba-7681-7ce85bcdb179-f7587af4 {
        grid-area: span 1/span 2/span 1/span 2;
        align-self: center
    }

    #w-node-a17211c9-b6f6-bef8-41f3-0119da470098-f7587af4 {
        grid-area: span 1/span 2/span 1/span 2;
        justify-self: center
    }

    #w-node-_8d4e7e94-5a02-88fb-3315-ba5ac765a94f-f7587af4 {
        grid-area: span 1/span 1/span 1/span 1;
        place-self: center
    }

    #w-node-_73c73a0c-46ad-f97b-e611-d418598275cf-f7587af4 {
        grid-area: span 1/span 1/span 1/span 1;
        justify-self: center
    }

    #w-node-_8067471c-b5fc-8c2d-8e64-dc8b1098ad98-1098ad96,#w-node-_8067471c-b5fc-8c2d-8e64-dc8b1098ad9d-1098ad96,#w-node-_8067471c-b5fc-8c2d-8e64-dc8b1098ada2-1098ad96 {
        grid-area: span 1/span 3/span 1/span 3
    }

    #w-node-eb1e8d68-0be6-4cb0-f1e0-c6823c2ca45b-f7587b0c {
        grid-area: span 1/span 1/span 1/span 1;
        align-self: end
    }

    #image-result.w-node-b9f27a92-e201-a4f8-f8f7-f9eb6a0a3ad9-f7587b0c {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_25eb4254-2bd9-c2c0-e8c2-ca2bf2f18af8-f2f18af2 {
        justify-self: start
    }

    #w-node-_25eb4254-2bd9-c2c0-e8c2-ca2bf2f18b06-f2f18af2,#w-node-fa819cb3-1707-4f70-ef38-c6669ca83e83-f2f18af2 {
        grid-area: 1/1/2/2;
        justify-self: center
    }

    #w-node-_25eb4254-2bd9-c2c0-e8c2-ca2bf2f18b0c-f2f18af2 {
        grid-area: 2/1/3/2;
        justify-self: start
    }

    #w-node-_25eb4254-2bd9-c2c0-e8c2-ca2bf2f18b0d-f2f18af2 {
        justify-self: start
    }

    #w-node-_79c36c88-7602-c269-6c3f-08a08ba73ca8-f7587b6d {
        grid-area: span 1/span 2/span 1/span 2;
        align-self: center
    }

    #w-node-_79c36c88-7602-c269-6c3f-08a08ba73cbf-f7587b6d {
        grid-area: span 1/span 2/span 1/span 2;
        justify-self: center
    }

    #w-node-bd308ff6-938f-eb40-26c9-8c8b53c99617-53c99607,#w-node-bd308ff6-938f-eb40-26c9-8c8b53c9961c-53c99607,#w-node-bd308ff6-938f-eb40-26c9-8c8b53c99621-53c99607 {
        grid-area: span 1/span 3/span 1/span 3
    }

    #w-node-ba875cb4-fe4e-b5e0-e10c-eb60ddd72ecb-fffa8fcd {
        align-self: start
    }

    #w-node-_56472f92-cdfb-2886-6135-a203f71262c8-fffa8fcd {
        grid-area: 1/1/2/2
    }

    #w-node-eb1e8d68-0be6-4cb0-f1e0-c6823c2ca45b-296f5e5b {
        grid-area: span 1/span 1/span 1/span 1;
        align-self: end
    }

    #image-result.w-node-b9f27a92-e201-a4f8-f8f7-f9eb6a0a3ad9-296f5e5b {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_0d323664-3758-746b-77a8-32d8dfc9fcc1-196ae4f6 {
        justify-self: start
    }

    #w-node-eb1e8d68-0be6-4cb0-f1e0-c6823c2ca45b-a0bfa008 {
        grid-area: span 1/span 1/span 1/span 1;
        align-self: end
    }

    #image-result.w-node-b9f27a92-e201-a4f8-f8f7-f9eb6a0a3ad9-a0bfa008,#w-node-_94b78b39-3820-05bf-945b-bb7e2e880b9e-a498c6ec {
        grid-area: span 1/span 1/span 1/span 1
    }

    #w-node-_32e9b1c6-f856-28ed-b0e2-d77390a07b44-dfa168ad,#w-node-_32e9b1c6-f856-28ed-b0e2-d77390a07b4a-dfa168ad,#w-node-_32e9b1c6-f856-28ed-b0e2-d77390a07b52-dfa168ad {
        grid-area: span 1/span 3/span 1/span 3
    }
}

@media screen and (max-width: 479px) {
    #w-node-ca277adb-ad0d-0b11-8839-aa0309adb051-f758782b,#w-node-ca277adb-ad0d-0b11-8839-aa0309adb056-f758782b {
        justify-self:center
    }

    #w-node-ca277adb-ad0d-0b11-8839-aa0309adb058-f758782b {
        grid-area: 2/1/3/2;
        place-self: auto center
    }

    #w-node-ca277adb-ad0d-0b11-8839-aa0309adb060-f758782b {
        grid-area: span 1/span 1/span 1/span 1;
        place-self: auto start
    }

    #w-node-ca277adb-ad0d-0b11-8839-aa0309adb062-f758782b {
        place-self: auto center
    }

    #w-node-ec798b5a-5ac7-715f-fee2-1f1abca7c144-f758782b,#w-node-ec798b5a-5ac7-715f-fee2-1f1abca7c149-f758782b,#w-node-ec798b5a-5ac7-715f-fee2-1f1abca7c14b-f758782b {
        justify-self: center
    }

    #w-node-_75575d52-3bcb-887f-2376-be9635e54341-35e54336 {
        grid-area: span 1/span 1/span 1/span 1;
        justify-self: auto
    }

    #w-node-_3f51a054-df42-7efc-17f0-f3e328cce8fd-28cce8ea,#w-node-_3f51a054-df42-7efc-17f0-f3e328cce903-28cce8ea,#w-node-_3f51a054-df42-7efc-17f0-f3e328cce909-28cce8ea {
        grid-area: span 1/span 3/span 1/span 3
    }

    #w-node-_52437f64-fcab-785c-44c9-456b01b960d9-f758793b,#w-node-_10af0b04-9d05-ab73-7053-7803e4612f02-f758793d,#w-node-_52437f64-fcab-785c-44c9-456b01b960d9-f7587a60 {
        grid-area: span 1/span 1/span 1/span 1;
        place-self: stretch stretch
    }

    #w-node-fd1cbe29-24e3-1d0b-2aac-315a21826017-f7587a7b,#w-node-_94b78b39-3820-05bf-945b-bb7e2e880b9e-f7587a7b {
        grid-column: span 1/span 1
    }

    #w-node-_6bbb8a37-7e71-4357-58a5-d9bcbf5ea9e7-f7587a7c {
        grid-area: span 1/span 1/span 1/span 1;
        align-self: end
    }

    #w-node-_303ab24b-c9fb-ec89-0361-1b961e1a9bf7-f7587a7c,#w-node-_9511a127-ae54-b649-d4e6-71c471a8a05a-f7587a96 {
        justify-self: center
    }

    #w-node-_048badec-f907-adc3-3ca6-610c3bed502b-f7587a97 {
        grid-area: span 1/span 1/span 1/span 1;
        justify-self: start
    }

    #w-node-_0319d27c-1196-40d9-b2ea-ce9c6488b6ac-f7587a9c {
        grid-area: span 1/span 2/span 1/span 2;
        align-self: end
    }

    #w-node-_1c328413-6e1c-588f-b2ff-175c490ecfb0-f7587a9c {
        align-self: start
    }

    #w-node-_0319d27c-1196-40d9-b2ea-ce9c6488b6b9-f7587a9c {
        grid-area: 2/1/3/3;
        place-self: start center
    }

    #w-node-e2294f7c-ee23-1ca1-278c-244ca6b11e8c-f7587a9c {
        justify-self: center
    }

    #w-node-_4d1d63fa-6678-ac9e-5b33-cff47963c2ee-f7587ab6 {
        grid-area: span 1/span 1/span 1/span 1;
        justify-self: auto
    }

    #w-node-_0f29d39a-f708-824f-6eae-18bdcf2b2109-f7587ad0 {
        grid-area: span 1/span 1/span 1/span 1;
        justify-self: start
    }

    #w-node-d3a56a8b-1e71-a8aa-8208-c14102f36e95-f7587ad3 {
        grid-area: 2/1/3/2
    }

    #w-node-_6bbb8a37-7e71-4357-58a5-d9bcbf5ea9e7-f7587adb,#w-node-_8cbaf862-1c08-70c8-0b78-3b9db502fd1c-f7587adb {
        grid-area: span 1/span 1/span 1/span 1;
        align-self: end
    }

    #w-node-d79efa2c-e940-1643-54af-9f40de06f2c6-f7587adb {
        justify-self: center
    }

    #w-node-_9cc780da-fea4-2711-4c04-b707343be3ee-f7587adb,#w-node-b7656812-eb2d-d3c2-a24b-779980581f64-f7587adb {
        grid-area: span 1/span 1/span 1/span 1;
        align-self: end
    }

    #w-node-b7656812-eb2d-d3c2-a24b-779980581f69-f7587adb {
        grid-area: 3/1/5/2
    }

    #w-node-_6bbb8a37-7e71-4357-58a5-d9bcbf5ea9e7-f7587af1 {
        grid-area: span 1/span 1/span 1/span 1;
        align-self: end
    }

    #w-node-_14282950-fbd0-77fe-1356-374ae1f75831-f7587af1 {
        justify-self: center
    }

    #w-node-_9cc780da-fea4-2711-4c04-b707343be3ee-f7587af1,#w-node-b7656812-eb2d-d3c2-a24b-779980581f64-f7587af1 {
        grid-area: span 1/span 1/span 1/span 1;
        align-self: end
    }

    #w-node-_8e0fd587-7040-f5d5-32e1-91fca911c87c-f7587af3 {
        grid-area: span 1/span 2/span 1/span 2;
        align-self: end
    }

    #w-node-_8e0fd587-7040-f5d5-32e1-91fca911c883-f7587af3 {
        align-self: start
    }

    #w-node-_8e0fd587-7040-f5d5-32e1-91fca911c885-f7587af3 {
        grid-area: 2/1/3/3;
        place-self: start center
    }

    #w-node-_1edb8f58-3f4e-2bba-7681-7ce85bcdb179-f7587af4 {
        justify-self: center
    }

    #w-node-a17211c9-b6f6-bef8-41f3-0119da470098-f7587af4 {
        grid-area: span 1/span 2/span 1/span 2;
        justify-self: center
    }

    #w-node-_710bc603-a78d-b1ed-fcbd-6732343de223-f7587af4 {
        grid-area: 2/1/3/2
    }

    #w-node-_73c73a0c-46ad-f97b-e611-d418598275cf-f7587af4 {
        align-self: start
    }

    #w-node-eb1e8d68-0be6-4cb0-f1e0-c6823c2ca45b-f7587b0c {
        place-self: center
    }

    #w-node-_25eb4254-2bd9-c2c0-e8c2-ca2bf2f18b06-f2f18af2,#w-node-fa819cb3-1707-4f70-ef38-c6669ca83e83-f2f18af2 {
        justify-self: center
    }

    #w-node-_25eb4254-2bd9-c2c0-e8c2-ca2bf2f18b0c-f2f18af2 {
        grid-area: 2/1/3/2;
        place-self: auto center
    }

    #w-node-_25eb4254-2bd9-c2c0-e8c2-ca2bf2f18b14-f2f18af2 {
        grid-area: span 1/span 1/span 1/span 1;
        place-self: auto start
    }

    #w-node-_25eb4254-2bd9-c2c0-e8c2-ca2bf2f18b16-f2f18af2 {
        place-self: auto center
    }

    #w-node-_52437f64-fcab-785c-44c9-456b01b960d9-f7587b70,#w-node-_10af0b04-9d05-ab73-7053-7803e4612f02-f7587b70 {
        grid-area: span 1/span 1/span 1/span 1;
        place-self: stretch stretch
    }

    #w-node-_95cc0094-48dc-8385-3b4a-4de6c2e72b84-628bff5d {
        order: 9999
    }

    #w-node-_3fe515aa-2e07-1e22-9731-3690ead37cec-628bff5d {
        align-self: auto
    }

    #w-node-a46799ff-f981-326f-ca2d-89bc5e545890-69aee0c9,#w-node-a46799ff-f981-326f-ca2d-89bc5e545897-69aee0c9,#w-node-a46799ff-f981-326f-ca2d-89bc5e54589e-69aee0c9,#w-node-ee7aebb0-da2f-08c6-6f8b-7096602fb507-69aee0c9,#w-node-ee7aebb0-da2f-08c6-6f8b-7096602fb50e-69aee0c9,#w-node-ee7aebb0-da2f-08c6-6f8b-7096602fb515-69aee0c9 {
        grid-area: span 1/span 3/span 1/span 3
    }

    #w-node-_0d323664-3758-746b-77a8-32d8dfc9fcc0-196ae4f6 {
        grid-area: span 1/span 1/span 1/span 1;
        justify-self: start
    }

    #w-node-_94b78b39-3820-05bf-945b-bb7e2e880b9e-a498c6ec {
        grid-column: span 1/span 1
    }
}

@font-face {
    font-family: 'Brown';
    src: url('https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/62d4fe08a64f26d3c6fee313_BrownLLWeb-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brown-Italic';
    src: url('https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/62d4fe082d4f7bb8a9760f94_BrownLLWeb-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Brown';
    src: url('https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/62d4fe0834f182b911ae8b32_BrownLLWeb-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brown';
    src: url('https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/62d4fe0834078bc78b50109c_BrownLLWeb-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brown';
    src: url('https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/62d4fe083504f1344328f07a_BrownLLWeb-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vesterbro';
    src: url('https://cdn.prod.website-files.com/62b48d9033eee452dce0e967/633aad7ac320519d2e36f9ad_Vesterbro-ExtraboldItalic_2101689341.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}





.cardd {
  position: absolute;
  height: 350px;
  width: 100%;
  max-width: 850px;
  margin: auto;
  background-color: #ffffff;
  border-radius: 25px;
  box-shadow: 10px 0 50px rgba(0, 0, 0, 0.5);
}

.card .inner_part {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 30px;
  height: 350px;
  position: absolute;
}

#slideImg:checked ~ .inner_part {
  padding: 0;
  transition: .1s ease-in;
}

.inner_part .img {
  height: 260px;
  width: 260px;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 20px;
  box-shadow: 0 10px 50px rgba(0,0,0,0.2);
}

#slideImg:checked ~ .inner_part .img {
 height: 350px;
 width: 850px;
 z-index: 99;
 transition: .3s .2s ease-in;
}

.img img {
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  transition: .6s;
}

#slide_1:checked ~ .inner_part .img_1,
#slide_2:checked ~ .inner_part .img_2,
#slide_3:checked ~ .inner_part .img_3 {
  opacity: 1;
  transition-delay: .2s;
}

.content {
  padding: 0 20px 0 35px;
  width: 530px;
  margin-left: 5%;
  opacity: 0;
  transition: .6s; 
}


section .content {
  
  opacity: 1!important;
}



#slideImg:checked ~ .inner_part .content {
  display: none;
}

#slide_1:checked ~ .inner_part .content_1,
#slide_2:checked ~ .inner_part .content_2,
#slide_3:checked ~ .inner_part .content_3 {
  opacity: 1;
  margin-left: 0;
  z-index: 100;
  transition-delay: .3s;
}

.content .title {
  font-size: 30px;
  font-weight: 700;
  color: #0d0925;
  margin: 0 0 20px 0;
}

.content .text {
  font-size: 19px;
  color: #4e4a67;
  margin: 0 auto 30px auto;
  line-height: 1.5em;
  text-align: justify;
}

.content button {
  padding: 15px 20px;
  border: none;
  font-size: 16px;
  color: #fff0e6;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 50px;
  cursor: pointer;
  outline: none;
  background: #000000;
  float: right;
}

.content button:hover {
  background: #cecece;
  color: #000000;
}

.slider {
  position: absolute;
  bottom: 25px;
  left: 55%;
  transform: translateX(-50%);
  z-index: 1;
}

#slideImg:checked ~ .slider {
  display: none;
}

.slider .slide {
  position: relative;
  height: 10px;
  width: 50px;
  background: #d9d9d9;
  border-radius: 5px;
  display: inline-flex;
  margin: 0 3px;
  cursor: pointer;
}


.slider .slide:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: -100%;
  background: #000000;;
  border-radius: 10px;
  transform: scaleX(0);
  transition: transform .6s;
  transform-origin: left;
}

#slide_1:checked ~ .slider .slide_1:before,
#slide_2:checked ~ .slider .slide_2:before,
#slide_3:checked ~ .slider .slide_3:before {
  transform: scaleX(1);
  width: 100%;
}

input {
  display: none;
}



















.cloneable {
  padding: var(--container-padding);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  font-size: 1.1vw;
}

.overlay {
  z-index: 2;
  background-image: linear-gradient(90deg, #353cf7 5%, #0000);
  justify-content: flex-start;
  align-items: center;
  width: 37.5em;
  height: 100%;
  padding-left: 12em;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.overlay-inner {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 28.125em;
  display: flex;
}

.overlay-count-row {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-family: PP Neue Corp, Impact, sans-serif;
  font-size: 5.625em;
  font-weight: 700;
  display: flex;
}

.count-column {
  height: 1em;
  overflow: hidden;
}

.count-heading {
  width: 2ch;
  font-size: 1em;
  line-height: 1;
  margin: 0px;
}

.count-row-divider {
  background-color: var(--color-light);
  width: 2px;
  height: .75em;
  transform: rotate(15deg);
}

.overlay-nav-row {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.button {
  background-color: #0000;
  color: #fff;
  border: 1px solid #fff3;
  border-radius: .4em;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  padding: 0;
  display: flex;
  position: relative;
}

.button-arrow {
  flex: none;
  width: 1em;
  height: .75em;
}

.button-arrow.next {
  transform: rotate(180deg);
}

.button-overlay {
  z-index: 2;
  position: absolute;
  inset: -1px;
}

.overlay-corner {
  border-top: 1px solid var(--color-light);
  border-left: 1px solid var(--color-light);
  border-top-left-radius: .4em;
  width: 1em;
  height: 1em;
}

.overlay-corner.top-right {
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(90deg);
}

.overlay-corner.bottom-left {
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(-90deg);
}

.overlay-corner.bottom-right {
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(180deg);
}

.button, .button-overlay{ transition: transform 0.475s var(--cubic-default), opacity 0.475s var(--cubic-default)}

.button:hover .button-overlay{ transform: scale(1.4); }
.overlay-nav-row:hover:has(.button:hover) .button{ opacity: 0.4; }
.button:hover{ transform: scale(0.85); opacity: 1 !important; }

.main {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider-list {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.slider-slide {
  flex: none;
  width: 42.5em;
  height: 28em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  transition: opacity .4s;
  position: relative;
}

[data-slider="slide"]{ opacity: 0.2; }
[data-slider="slide"].active { opacity: 1; } 
[data-slider="slide"].active .slide-caption{ transition-delay:0.3s;} 

.slide-inner {
  border-radius: .5em;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

img{
  width:100%;
  height:100;
  object-fit: cover;
}

.slide-caption {
  z-index: 2;
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  background-color: #353cf7;
  color: var(--color-dark);
  white-space: nowrap;
  border-radius: .25em;
  justify-content: flex-start;
  align-items: center;
  padding: .4em .75em .4em .5em;
  display: flex;
  position: absolute;
  top: 1.25em;
  left: 1.25em;
  overflow: hidden;
}

.caption-dot {
  background-color: var(--color-dark);
  border-radius: 10em;
  flex: none;
  width: .5em;
  height: .5em;
}

.caption {
  font-size: .75em;
  font-family: arial;
  margin: 0px;
}

.slide-caption{ transition: transform 0.525s var(--cubic-default), opacity 0.525s var(--cubic-default); transition-delay:0s; }

html:not(.wf-design-mode) .slide-caption{ opacity: 0; transform:translate(-25%, 0px) }
html:not(.wf-design-mode) [data-slider="slide"].active .slide-caption{ opacity: 1; transform:translate(0%, 0px) }


@font-face {
  font-family: 'PP Neue Corp';
  src: url('https://cdn.prod.website-files.com/6717aac16c9ea22eeef1e79e/6717de2d56e40b921572d2d9_PPNeueCorp-TightUltrabold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}















.cloneable {
  padding: var(--container-padding);
  justify-content: center;
  align-items: center;
  min-height: 130vh;
  display: flex;
  position: relative;
  margin-top: -240px;
  margin-bottom: 180px;
}


.parallax__fade {
  --color-dark-rgb: 0, 0, 0;
	background: linear-gradient(to top, rgba(var(--color-dark-rgb), 1) 0%, rgba(var(--color-dark-rgb), 0.738) 19%, rgba(var(--color-dark-rgb), 0.541) 34%, rgba(var(--color-dark-rgb), 0.382) 47%, rgba(var(--color-dark-rgb), 0.278) 56.5%, rgba(var(--color-dark-rgb), 0.194) 65%, rgba(var(--color-dark-rgb), 0.126) 73%, rgba(var(--color-dark-rgb), 0.075) 80.2%, rgba(var(--color-dark-rgb), 0.042) 86.1%, rgba(var(--color-dark-rgb), 0.021) 91%, rgba(var(--color-dark-rgb), 0.008) 95.2%, rgba(var(--color-dark-rgb), 0.002) 98.2%, transparent 100%);
}

.osmo-icon-svg {
  width: 8em;
  position: relative;
}

.parallax__header {
  z-index: 2;
  padding: var(--section-padding) var(--container-padding);
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.parallax {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.parallax__content {
  padding: var(--section-padding) var(--container-padding);
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.cover {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.parallax__visuals {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 120%;
  position: absolute;
  top: 0;
  left: 0;
}

.parallax__placeholder {
  z-index: 0;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.parallax__layers {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.cover-copy {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.parallax__fade {
  z-index: 30;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.parallax__black-line-overflow {
  z-index: 20;
  background-color: var(--color-black);
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.parallax__title {
  pointer-events: auto;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: .1em;
  margin-right: .075em;
  font-family: PP Neue Corp Wide, sans-serif;
  font-size: 11vw;
  font-weight: 800;
  line-height: 1;
  position: relative;
}

.parallax__radial-gradient {
  z-index: 10;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, var(--color-black));
  opacity: .5;
  pointer-events: none;
  mix-blend-mode: multiply;
  position: fixed;
  inset: 0;
}

.parallax__layer-title {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.parallax__layer-img {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 117.5%;
  position: absolute;
  top: -17.5%;
  left: 0;
}

.parallax__layer-img.is-third {
  top: -20%;
}

@font-face {
  font-family: 'PP Neue Corp Wide';
  src: url('https://cdn.prod.website-files.com/671752cd4027f01b1b8f1c7f/6717e399d30a606fed425914_PPNeueCorp-WideUltrabold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}





















.mainBigTitle{
	font-size: 5rem!important;
    font-weight: 700!important;
	font-weight: 800!important;
    margin: 11px 0 9px;
    letter-spacing: .3px!important;
    color: #7d9dd6!important;
    font-family: "Gilroy ExtraBold", sans-serif!important;
	}

/* HORIZONTAL SCROLL*/

.container {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-height: 10vh;
    background-color: transparent;
    max-width: 100%;
    width: 100%;
    padding-bottom: 60px;
    padding-top: 0px;
    padding-left: 0rem!important;
    padding-right: 0rem!important;
}
.container::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}
.hs__wrapper .hs__arrows {
    text-align: right;
	display:inline-block!important;
	margin-top:0rem;
	padding-left:20rem!important;
}

.hs__arrows2 {margin-top:2rem!important;}

.hs__wrapper .hs__arrows2 {
    text-align: right;
	display:inline-block!important;
	padding-top:4rem!important;
	
}
.arrow{
	background:#305db7;
	padding:20px;
	border-radius:5px;
}
.arrow-next{margin-left:5px;}
.arrow-prev{color:black!important;}

.hs__wrapper{
    padding-top;2rem;
}

.hs__wrapper2{
    padding-top;2rem;
}


.hs__arrows .arrow::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    content: "";
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTUgOSI+Cgk8cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNNy44NjcgOC41NzRsLTcuMjItNy4yMi43MDctLjcwOEw3Ljg2NyA3LjE2IDE0LjA1Ljk4bC43MDYuNzA3Ii8+Cjwvc3ZnPgo=");
        background-size: auto;
    background-size: contain;
    -webkit-filter: brightness(5);
    filter: brightness(5);
    width: 18px;
    height: 12px;
    cursor: pointer;
}

.hs__arrows2 .arrow::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    content: "";
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTUgOSI+Cgk8cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNNy44NjcgOC41NzRsLTcuMjItNy4yMi43MDctLjcwOEw3Ljg2NyA3LjE2IDE0LjA1Ljk4bC43MDYuNzA3Ii8+Cjwvc3ZnPgo=");
        background-size: auto;
    background-size: contain;
    -webkit-filter: brightness(5);
    filter: brightness(5);
    width: 18px;
    height: 12px;
    cursor: pointer;
}

ul, ol {
    padding: 0;
    list-style-position: inside;
    letter-spacing: .2px;
}

.hs {
    display: flex;
    overflow-x: hidden;
    justify-content: space-between;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    margin: 0 -20px;
	padding-top:3rem;
	padding-bottom:1rem;
}


.hs2 {
    display: flex;
    overflow-x: scroll;
    justify-content: space-between;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    margin: 0 -60px;
	padding-top:3rem;
	padding-bottom:1rem;
}


.hs__arrows .arrow.arrow-next::before {

    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);

}

.hs__arrows2 .arrow.arrow-next::before {

    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);

}



.hs__item:first-child {
    margin-left: calc(10px * 2);
}
.hs__item {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(120% / 4 - (10px * 2) - (20px / 4));
    margin: 20px;
    margin-left: 620px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hs__item2 {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(100% / 4 - (10px * 1) - (10px / 2));
    margin: 20px;
        margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	box-shadow: 0 0 35px rgba(24, 22, 16, 0.125) !important;
}

.hs__item2:first-child {
    margin-left: calc(10px * 2);
}

.hs__item2 {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(120% / 4 - (10px * 2) - (20px / 4));
    margin: 20px;
    margin-left: 120px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	box-shadow: 0 0 35px rgba(24, 22, 16, 0.125) !important;
}


.hs__item__image__wrapper {
    position: relative;
    width: 180%!important;
    height: 0;
    padding-bottom: 100%;
    border-radius: 10px !important;
    overflow: hidden !important;
	background:#6f78e7!important;
}

.hs__item__image__wrapper img:hover{opacity:0.7!important;transition-duration:0.5s;transition-delay:0.5s;}

.hs__item__image__wrapper2 {
    position: relative;
    width: 127%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 5px !important;
    overflow: hidden !important;
}

.hs__item__image__wrapper a {
    padding-left: 0px;
}

.hs__item__image {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
img {
    border: 0;
}

.hs__item__description {
    z-index: 1;
    align-self: flex-start;
    margin: 10px -40px;
    position: absolute;
    bottom: 2rem !important;
    left: 2rem;
    font-size: 3rem;
}

.hs__item__title {
    font-family: "Gilroy ExtraBold", sans-serif;
  font-style: normal;
  font-weight: normal;
    text-align: left;
    font-size: 4rem !important;
    text-transform: uppercase !important;
}

.hs__item__subtitle {
    color: black;
    display: block;
    padding-left: 2rem !important;
    margin-left: 2rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
	font-family: "Gilroy ExtraBold", sans-serif;
  font-style: normal;
  font-weight: normal;
    text-align: left;
    font-size: 2.2rem !important;
    text-transform: uppercase !important;
}


.hs__arrows .arrow.arrow-prev::before {

    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 10px;

}
.hs__arrows2 .arrow.arrow-prev::before {

    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 10px;

}
.arrow.disabled{background:black!important;}
.hs__arrows .arrow.disabled::before {

    -webkit-filter: brightness(2);
    filter: brightness(2);

}
.hs__arrows .arrow::before {

    content: '';
    display: inline-block;
    vertical-align: middle;
    content: "";
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTUgOSI+Cgk8cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNNy44NjcgOC41NzRsLTcuMjItNy4yMi43MDctLjcwOEw3Ljg2NyA3LjE2IDE0LjA1Ljk4bC43MDYuNzA3Ii8+Cjwvc3ZnPgo=");
        background-size: auto;
    background-size: contain;
    -webkit-filter: brightness(5);
    filter: brightness(5);
    width: 18px;
    height: 12px;
    cursor: pointer;

}




.clear {
  clear: both;
}
img {
  max-width: 100%;
  border: 0px;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
a:focus,
a:active,
a:visited,
a:hover {
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #e73700;
}
h2 {
  margin-bottom: 48px;
  padding-bottom: 16px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
}
h3 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 36px;
}
button {
  outline: none !important;
}
/******* Common Element CSS End *********/

/* -------- title style ------- */
.line-title {
  position: relative;
  width: 400px;
}
.line-title::before,
.line-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 2px;
}
.line-title::before {
  width: 100%;
  background: #f2f2f2;
}
.line-title::after {
  width: 32px;
  background: #e73700;
}

/******* Middle section CSS Start ******/
/* -------- Landing page ------- */
.game-section {
}
.game-section .owl-stage {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
}
.game-section .item {
  margin: 0 15px 60px;
  width: 320px;
  height: 400px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: #343434 no-repeat center center / cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.game-section .item.active {
  width: 500px;
  box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}
.game-section .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.game-section .item-desc {
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 54px));
  -webkit-transform: translateY(calc(100% - 54px));
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.game-section .item.active .item-desc {
  transform: none;
  -webkit-transform: none;
}
.game-section .item-desc p {
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}
.game-section .item.active .item-desc p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.game-section .owl-theme.custom-carousel .owl-dots {
  margin-top: -20px;
  position: relative;
  z-index: 5;
}
/******** Middle section CSS End *******/

/***** responsive css Start ******/

@media (min-width: 992px) and (max-width: 1199px) {
  h2 {
    margin-bottom: 32px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }

  /* -------- Landing page ------- */
  .game-section {
    padding: 50px 30px;
  }
  .game-section .item {
    margin: 0 12px 60px;
    width: 260px;
    height: 360px;
  }
  .game-section .item.active {
    width: 400px;
  }
  .game-section .item-desc {
    transform: translateY(calc(100% - 46px));
    -webkit-transform: translateY(calc(100% - 46px));
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    margin-bottom: 32px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }
  .line-title {
    width: 330px;
  }

  /* -------- Landing page ------- */
  .game-section {
    padding: 50px 30px 40px;
  }
  .game-section .item {
    margin: 0 12px 60px;
    width: 240px;
    height: 330px;
  }
  .game-section .item.active {
    width: 360px;
  }
  .game-section .item-desc {
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  h2 {
    margin-bottom: 20px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 19px;
    line-height: 24px;
  }
  .line-title {
    width: 250px;
  }

  /* -------- Landing page ------- */
  .game-section {
    padding: 30px 15px 20px;
  }
  .game-section .item {
    margin: 0 10px 40px;
    width: 200px;
    height: 280px;
  }
  .game-section .item.active {
    width: 270px;
    box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
  }
  .game-section .item-desc {
    padding: 0 14px 5px;
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}





/* GRID LINES */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
}

html, body {
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  background-color: white;
  color: #000;
  line-height: 1.6;
  position: relative;
  font-family: sans-serif;
	
}

.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
  z-index:8000;
}

.line {
  position: absolute;
  width: 1px;
  height: 650%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  -webkit-animation: drop 7s 0s infinite;
          animation: drop 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
          animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.line:nth-child(1) {
  margin-left: -25%;
}
.line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.line:nth-child(3) {
  margin-left: -12.5%;
}
.line:nth-child(4) {
  margin-left: -50%;
}
.line:nth-child(5) {
  margin-left: 25%;
}
.line:nth-child(6) {
  margin-left: 50%;
}
.line:nth-child(7) {
  margin-left: -37.5%;
}
.line:nth-child(8) {
  margin-left: 37.5%;
}
.line:nth-child(8) {
  margin-left: 12.5%;
}
.line:nth-child(9) {
  margin-left: 37.5%;
}
.line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

@-webkit-keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

@keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

:root {
  --scroller-size: 500vw;
}

.scroller-container {
  overflow: hidden;
  margin-top:100px;
  margin-bottom:100px;
}
.scroller {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: var(--scroller-size);
  -webkit-animation: icon-scroller 60s linear 0s normal infinite;
          animation: icon-scroller 60s linear 0s normal infinite;
  will-change: transform;
}
.scroller-img {
  max-width: 1050px;
  max-height: 110px;
	padding:1rem;
}

@-webkit-keyframes icon-scroller {
  100% {
    transform: translateX(calc(var(--scroller-size)*-0.5));
  }
}

@keyframes icon-scroller {
  100% {
    transform: translateX(calc(var(--scroller-size)*-0.5));
  }
}

@media (max-width: 1200px) {
  :root {
    --scroller-size: 800vw;
  }
}
@media (max-width: 800px) {
  :root {
    --scroller-size: 1000vw;
  }
  .scroller-img {
    max-width: 130px;
    max-height: 30px;
  }
}
@media (max-width: 500px) {
  :root {
    --scroller-size: 1400vw;
  }
}





/* HEADER */

.cd-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100000000000;
	padding-left:17rem;
	padding-right:17rem;
}

.header-wrapper {
    position: relative;
    width: calc(100% - 100px);
    margin-left: 50px;
}

.menu-icon {
    height: 30px;
    width: 30px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: block;
}



body article {
    width: 100%;
}

body article header .upper-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

body article header .lower-header {
    padding-left: 10rem!important;
    padding-right: 10rem!important;
}

body article header .lower-headertwo {
    padding-top: 50px;
    margin-left: 0rem;
	    font-family: "Gilroy ExtraBold", sans-serif;
}

body article header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 550px;
    padding: 50px;
    border-radius: 10px;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
	z-index:3;
	margin: 80px auto 0px auto!important;
    width: 100%!important;
}


/* LOGO */

.logo-wrap {
    position: absolute;
    display: block;
    left: 0;
    top: 25px;
    cursor: pointer;
    width: 90%;
}

.logo-wrap a span {
    color: #7d9dd6;
}

.logo-wrap a {
    cursor: pointer;
    font-weight: normal;
    font-size: 30px!important;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #232323;
    transition: all 0.3s ease-out;
	text-decoration:none!important;
	font-family: 'Khula', sans-serif!important;
	font-weight:900!important;
}








/* NAVIGATION */


.nav-but-wrap{ 
	position: relative;
	display: inline-block;
	float: right;
	padding-left: 15px;
	padding-top: 15px;
	margin-top: 13px;
	margin-bottom: 13px;
	transition : all 0.3s ease-out;
}
.menu-icon {
	height: 30px;
	width: 30px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	display: block;
}
.menu-icon__line {
	height: 2px;
	width: 30px;
	display: block;
	background-color: #232323;
	margin-bottom: 7px;
	cursor: pointer;
	-webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
	transition: background-color .5s ease, -webkit-transform .2s ease;
	transition: transform .2s ease, background-color .5s ease;
	transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}
.menu-icon__line-left {
	width: 16.5px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.menu-icon__line-right {
	width: 16.5px;
	float: right;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
	width: 30px;
}
.nav {
	position: fixed;
	z-index: 98;
}
.nav:before, .nav:after {
	content: "";
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: #f1eeff;
	border-bottom-left-radius: 200%;
	z-index: -1;
	-webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
	transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
	transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
	transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
	-webkit-transform: translateX(100%) translateY(-100%);
          transform: translateX(100%) translateY(-100%);
}
.nav:after {
	background: #3c4496;
	-webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.nav:before {
	-webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.nav__content {
	position: fixed;
	visibility: hidden;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
	width: 100%;
	text-align: center;
}
.nav__list {
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 2;
}
.nav__list-item {
	position: relative;
	display: block;
	-webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
	opacity: 0;
	text-align: center;
	color: #232323;
	overflow: hidden; 
	font-family: "Gilroy ExtraBold", sans-serif;
    font-style: normal;
    font-weight: normal;
	font-size: 8vh;
	line-height: 1.15;
	letter-spacing: 3px;
	-webkit-transform: translate(100px, 0%);
    transform: translate(100px, 0%);
	-webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
	transition: opacity .2s ease, -webkit-transform .3s ease;
	transition: opacity .2s ease, transform .3s ease;
	transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
	margin-top: 0;
	margin-bottom: 0;
}
.nav__list-item a{ 
	position: relative;
	text-decoration: none;
	color: #fff;
	overflow: hidden; 
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: 900;
	z-index: 2;
	display: inline-block;
	text-transform: uppercase;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.nav__list-item a:after{ 
	position: absolute;
	content: '';
	top: 50%;
	margin-top: -2px;
	left: 50%;
	width: 0;
	height: 0;
	opacity: 0;
	background-color: #8167a9;
	z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.nav__list-item a:hover:after{ 
	height: 4px;
	opacity: 1;
	left: 0;
	width: 100%;
}
.nav__list-item a:hover{
	color: #232323;
}
.nav__list-item.active-nav a{
	color: black;
}
.nav__list-item.active-nav a:after{ 
	height: 4px;
	opacity: 1;
	left: 0;
	width: 100%;
}
body.nav-active .nav__content {
	visibility: visible;
}
body.nav-active .menu-icon__line {
	background-color: #232323;
	-webkit-transform: translate(0px, 0px) rotate(-45deg);
          transform: translate(0px, 0px) rotate(-45deg);
}
body.nav-active .menu-icon__line-left {
	width: 15px;
	-webkit-transform: translate(2px, 4px) rotate(45deg);
          transform: translate(2px, 4px) rotate(45deg);
}
body.nav-active .menu-icon__line-right {
	width: 15px;
	float: right;
	-webkit-transform: translate(-3px, -3.5px) rotate(45deg);
          transform: translate(-3px, -3.5px) rotate(45deg);
}
body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {
	width: 15px;
}
body.nav-active .nav {
	visibility: visible;
}
body.nav-active .nav:before, body.nav-active .nav:after {
	-webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
	border-radius: 0;
}
body.nav-active .nav:after {
	-webkit-transition-delay: .1s;
          transition-delay: .1s;
	height:220vh;
}
body.nav-active .nav:before {
	-webkit-transition-delay: 0s;
          transition-delay: 0s;
}
body.nav-active .nav__list-item {
	opacity: 1;
	-webkit-transform: translateX(0%);
    transform: translateX(0%);
	-webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, transform .3s ease, color .3s ease;
	transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}
body.nav-active .nav__list-item:nth-child(0) {
	-webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
body.nav-active .nav__list-item:nth-child(1) {
	-webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
body.nav-active .nav__list-item:nth-child(2) {
	-webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
body.nav-active .nav__list-item:nth-child(3) {
	-webkit-transition-delay: 1s;
          transition-delay: 1s;
}
body.nav-active .nav__list-item:nth-child(4) {
	-webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
body.nav-active .nav__list-item:nth-child(5) {
	-webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
body.nav-active .nav__list-item:nth-child(6) {
	-webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
body.nav-active .nav__list-item:nth-child(7) {
	-webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
body.nav-active .nav__list-item:nth-child(8) {
	-webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
body.nav-active .nav__list-item:nth-child(9) {
	-webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
body.nav-active .nav__list-item:nth-child(10) {
	-webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.switch-wrap {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
    transform: translateY(-50%);
	width: 100%;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear; 
	margin: 0 auto;
	text-align: center;
}
.switch-wrap h1 {
	font-weight: 900;
	font-size: 46px;
	line-height: 1;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
@media screen and (max-width: 580px){
  .switch-wrap h1 {
    font-size: 32px;
  }
}

body .summary3 {
    padding-top: 2rem;
}
.switch-wrap p {
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1;
	color: #8167a9;
	text-align: center;
	margin-top: 15px;
}
.switch-wrap p span {
	position: relative;
}
.switch-wrap p span:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #fff;
	left: 0;
	bottom: -4px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.switch-wrap p span:nth-child(2):before {
	opacity: 0;
}
#switch,
#circle {
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 
#switch {
	width: 60px;
	height: 8px;
	margin: 0 auto;
	text-align: center;
	border: 2px solid #000;
	border-radius: 27px;
	background: #8167a9;
	position: relative;
	display: inline-block;
}
#circle {
	position: absolute;
	top: -11px;
	left: -13px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	background: #fff;
}
.switched {
	border-color: #8167a9 !important;
	background: #000 !important;
}
.switched #circle {
	left: 43px;
	background: #000;
}

.secondaryNavContainer {
	width:100%;
	margin:0px auto 0px auto;
	padding-left:18rem!important;
	padding-right:18rem!important;
	padding-top:12rem!important;
	padding-bottom:12rem!important;
}

.secondaryNavContainer a{
    display:inline-block!important;
	 text-align: center;
    font-size: 30px !important;
    line-height: 2rem !important;
    letter-spacing: 0.05em;
    font-family: "Gilroy ExtraBold", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: white;
	padding: 1.7rem;
}

.secondaryNav a{
    display:inline-block!important;
    
}


/* BODY INTRO PAGE */

.intro-wrapper {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 0;
    transform-origin: left center;
    overflow: hidden!important;
    opacity: 1;
    height: 95vh;
	background: #6610f2;
}


/* LAYOUT */
.body--container {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
    height: 150vh;
    background-color: #6772e5;
    margin-top: 60rem;
}


main {
    width: 100%;
    display: block!important;
	position:relative;
}

body .main-article {
    width: 100%;
    margin-top: 50px;
    padding-bottom: 50px;
    line-height: 1.75;
	padding-left:20rem!important;
	padding-right:20rem!important;
}
.containerMenuAbout {
    border-radius: 25px;
    padding-left: 15rem;
    padding-right: 15rem;
    background-color: transparent;
    color: #ffffff;
    height: 520px;
}

.row {
    
    margin: 0px auto 0px auto;
    position: relative;
    z-index: 3;
    width: 100%;
}
.justify-content-center {

	width:100%!important;
}

body .summary {
    width: 100%;
    display: ;
    justify-content: space-between;
    margin-top: 50px;
    padding: 30px 13rem;
    border-radius: 16px;
    background: transparent!important;
	font-family: "Gilroy ExtraBold", sans-serif;
	padding-top:0rem;
	padding-left: 20rem!important;
    padding-right: 20rem!important;
	
}

body .summary2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
	font-size: 1.6em;
	font-family: "Khula";
	padding-top:0rem;
	
}

body .summary3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
	font-size: 2.5em;
	font-family: 'Open Sans', sans-serif;	
	padding-top:0rem;
	color:#232323!important;
	
}
p.subIntro {
    margin-bottom: 20px;
	margin-top: 40px;
    color: #232323;
    font-size: 1.6em;
font-family: 'Khula', sans-serif;
}
.vimeo img{width:120%!important;}


/* VIDEO */

.container div:last-of-type {
    margin-bottom: 0;
}
.container div {
    margin-bottom: 4rem;
    display: block;
}
.video-section {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-radius: 0px;
}

.container div:last-of-type {
    margin-bottom: 0;
}
.container div {
    margin-bottom: 4rem;
    display: block;
}
.video-section {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.45);
}

.container div:last-of-type {
    margin-bottom: 0;
}
.container div {
    margin-bottom: 4rem;
    display: block;
}
.video-section {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.45);
}

figure.vimeo a:before, figure.youtube a:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -5px;
    display: block;
    cursor: url(http://www.ivang-design.com/svg-load/play.png) 30 30,pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
figure.vimeo a:before, figure.youtube a:before {
    border-left: 8px solid #212121;
}

figure.vimeo a:after, figure.youtube a:after {
    content: "";
    width: 60px;
    height: 60px;
    background: purple;
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.15);
    cursor: url(http://www.ivang-design.com/svg-load/play.png) 30 30,pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%;
	padding:0rem!important;
	margin:0rem!important;
}

.video-wrapper video{
	top: 0;
    left: 0;
    width: 100%!important;
    height: 100%;
	padding:13rem!important;
	margin:0rem!important;
	}

.video-wrapper, figure.vimeo, figure.youtube {
    margin: 0;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
}

/* TYPOGRAPHY */
/* H1 */
.gallery-title{
    text-align: center;
    font-size: 8rem !important;
    line-height: 7rem !important;
	color:black;
    margin-top: 16rem!important;
	margin-bottom: 2rem!important;
	color: #232323;
    padding-bottom: 0rem;
	font-family: "Gilroy ExtraBold", sans-serif;
    font-style: normal;
    font-weight: normal;
}

body .main-article p {
    margin-bottom: 20px;
    color: #232323;
    font-size: 1.6em;
font-family: 'Khula', sans-serif;

}

body article header .lower-header .title {
    margin: 20px 0;
    font-size: 6rem;
    font-weight: bold;
    opacity: 1;
    color: black;
    line-height: 5rem;
}

body article header .upper-header .mini-title {
    font-size: 2.825rem;
    font-weight: bold;
    letter-spacing: 0.4rem;
    text-transform: uppercase;
    opacity: 0.9;
    color: black;
	font-family: "Gilroy ExtraBold", sans-serif;

}

body article header .lower-header .title {
    margin: 20px 0;
    font-size: 3rem;
    font-weight: bold;
    opacity: 1;
    color: black;
    line-height: 5rem;
}

body .summary .summary-item .item-title {
    color: #232323;
	font-size: 1.4rem!important;
	font-weight: 900;
}

body .item-text {
    font-size: 1.2rem;
}
h5 {
    font-size: 1.4rem;
    font-weight: 300;
    margin: 11px 0 9px;
    letter-spacing: .3px;
    color: #7d9dd6;
}
.item-data {
    color: #6772e5!important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Gilroy ExtraBold", sans-serif;
    font-style: normal;
    font-weight: 700;
}

/* H5 */

#titleprojectaltcentered {
    font-size: 43px;
    font-family: "Gilroy ExtraBold", sans-serif;
    font-style: normal;
    font-weight: normal;
    margin-top: 40rem;
    font-size: 68px;
    line-height: 1.3;
    color: #3c4496;
    text-shadow: 0 1px 2px rgba(23, 26, 79, 0.2);
    text-align: center;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    width: 100%;
    position: absolute;
    text-decoration: none;
    z-index: 6!important;
}

.gallery-subtitle {
    text-align: center;
    font-size: 30px !important;
    line-height: 2rem !important;
	padding-top: -3rem!important;
	margin:0px auto 0px auto!important;
    width: 70%!important;
    padding-left: 0rem!important;
	letter-spacing: 0.05em;
    font-family: "Gilroy ExtraBold", sans-serif;
    font-style: normal;
    font-weight: normal;
	color:white;
}


.expertise22 {
    padding-top: 0rem;
    color: #d1d0ff;
    font-family: "Gilroy ExtraBold", sans-serif;
    font-size: 53px;
    letter-spacing: -.9px;
    line-height: 1.44;
    padding-left: 17rem !important;
    padding-right: 17rem !important;
    padding-bottom: 13rem !important;
    text-align: center !important;
    margin-top: 40px;
}


.main-article h5 {
    font-size: 2.4rem!important;
	font-weight: 900;
    margin: 11px 0 9px;
    letter-spacing: .3px;
    color: #7d9dd6;
	font-family: 'Khula', sans-serif;
}


.checkbox-alizarin:checked ~ .box.alizarin p {
    padding-right: 3rem;
    font-size: 2.2rem!important;
    line-height: 2rem;
    font-family: "Gilroy ExtraBold", sans-serif;
}

.paragraphBoxOne {
    position: absolute;
    padding-top: 8rem;
    font-size: 0.8rem;
    line-height: 1rem;
    color: #6772e5!important;
}

.checkbox-alizarin:checked ~ .box.alizarin .ptwo {
    padding-right: 3rem;
    font-size: 1.8rem!important;
    line-height: 2.3rem;
    font-family: "Gilroy ExtraBold", sans-serif;
}
.checkbox-alizarin:checked ~ .box.alizarin p {
    padding-right: 3rem;
    font-size: 2.2rem!important;
    line-height: 2rem;
    font-family: "Gilroy ExtraBold", sans-serif;
}
.paragraphBoxOne {
    position: absolute;
    padding-top: 8rem;
    font-size: 0.8rem;
    line-height: 1rem;
    color: #6772e5!important;
}

.checkbox-all:checked ~ .box.alizarin, .checkbox-all:checked ~ .box.wisteria, .checkbox-all:checked ~ .box.emerland, .checkbox-all:checked ~ .box.belizehole, .checkbox-all:checked ~ .box.sunflower, .checkbox-alizarin:checked ~ .box.alizarin, .checkbox-wisteria:checked ~ .box.wisteria, .checkbox-emerland:checked ~ .box.emerland, .checkbox-belizehole:checked ~ .box.belizehole, .checkbox-sunflower:checked ~ .box.sunflower {
    opacity: 1;
    min-height: 340px;
    min-width: calc(33% - 28px);
    padding: 0 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px!important;
    visibility: visible;
    transform: scale(1);
    border-width: 3px;
}
.checkbox-all:checked ~ .box.alizarin, .checkbox-alizarin:checked ~ .box.alizarin {
    border: 0px;
	text-align:center;
    min-height: 680px!important;
    min-width: calc(32% - 25px)!important;
    padding: 0 10px!important;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    visibility: visible;
    transform: scale(1);
    border-width: 1px;
    padding: 3rem!important;
}
.box.alizarin, .box.wisteria, .box.emerland, .box.belizehole, .box.sunflower {
    opacity: 0;
    transform: scale(0);
    padding: 0;
    margin: 0;
    visibility: hidden;
    border-width: 0;
}
.box.alizarin {
    border: 3px solid #e74c3c;
}
.box.alizarin, .box.wisteria, .box.emerland, .box.belizehole, .box.sunflower {
    opacity: 0;
    transform: scale(0);
    padding: 0;
    margin: 0;
    visibility: hidden;
    border-radius: 0rem;
}
.box.alizarin {
    border: none;
    box-shadow: none;
    border: 1px solid rgba(0,0,0,.125);
}
.box {
    border-radius: 4px;
    box-shadow: 6px 7px 28px 0 rgba(16, 16, 16, 0.7);
    -webkit-transition: all 0.2s linear;
    transition: all 0.3s linear;
}
.box {
    border-radius: 0.5rem;
    -webkit-transition: all 0.2s linear;
    transition: all 0.3s linear;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}


.sectionapp5 {
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 0px;
    background: #6772e5;
}

.text {
    font-family: "Gilroy ExtraBold", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-weight: 700;
    width: 60%;
    text-align: center;
    font-size: 63px;
    z-index: 3;
    color: white;
    padding-top: 35rem!important;
}



.site-footer h6 {
    color: #3366cc;
    font-size: 26px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px;
    font-family: "Gilroy ExtraBold", sans-serif;
    font-style: normal;
    font-weight: normal;
    text-align: right;
}

.site-footer p {
    margin-top: 30px;
    font-family: "Gilroy ExtraBold", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 2rem;
    line-height: 3rem;
}

.site-footer a {
    color: #737373!important;
    font-family: "Gilroy ExtraBold", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-weight: 600 !important;
	font-size: 2rem;
    line-height: 3rem;
}

/* IMAGES */

.main-article img {
    margin:0rem auto 0px auto!important;
}

.VideoImageThumb {
    width: 100%!important;
    background-size: cover;
	padding-left:18rem!important;
	padding-right:18rem!important;
	padding-top:12rem!important;

}

.bubble-wrap {
    overflow: hidden;
    height: 600px;
    position: relative!important;
    padding-left: 0rem!important;
    padding-right: 0rem!important;
    margin-top: 0rem!important;
}


.zoom-element {
  width: calc(100% - 10vw);
  height: calc(100% - 10vw);
  display: flex;
  font-size: 100px;
  position: relative!important;
  top: 5vw;
  left: 5vw;
  align-items: center;
  justify-content: center;
  transform: scale(0.1);
  opacity: 0;
  border: 5px solid white;
	color:#232323!important;
}







.bubbles {
  position: relative;
  background: salmon;
}

.bubble {
  position: absolute;
  width: 152px;
  height: 152px;
  border-radius: 50%;
  box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.1),
    0 3px 10px rgba(0, 0, 0, 0.1);
  background-image: url('../img/logosSoftwares.png');
  background-size: 1076px 1076px;
}

.logo1 { background-position:   0      0; }
.logo2 { background-position:  -154px  0; }
.logo3 { background-position:  -308px  0; }
.logo4 { background-position:  -462px  0; }
.logo5 { background-position:  -616px  0; }
.logo6 { background-position:  -770px  0; }
.logo7 { background-position:  -924px  0; }
.logo8 { background-position:   0     -154px; }
.logo9 { background-position:  -154px -154px; }
.logo10 { background-position: -308px -154px; }
.logo11 { background-position: -462px -154px; }
.logo12 { background-position: -616px -154px; }
.logo13 { background-position: -770px -154px; }
.logo14 { background-position: -924px -154px; }
.logo15 { background-position:  0     -308px; }
.logo16 { background-position: -154px -308px; }
.logo17 { background-position: -308px -308px; }
.logo18 { background-position: -462px -308px; }
.logo19 { background-position: -616px -308px; }
.logo20 { background-position: -770px -308px; }
.logo21 { background-position: -924px -308px; }
.logo22 { background-position:  0     -462px; }
.logo23 { background-position: -154px -462px; }
.logo24 { background-position: -308px -462px; }
.logo25 { background-position: -462px -462px; }
.logo26 { background-position: -616px -462px; }
.logo27 { background-position: -770px -462px; }
.logo28 { background-position: -924px -462px; }
.logo29 { background-position:  0     -616px; }
.logo30 { background-position: -154px -616px; }
.logo31 { background-position: -308px -616px; }
.logo32 { background-position: -462px -616px; }
.logo33 { background-position: -616px -616px; }









/*____________________________ SCROLL MAGIC  ______________________________*/


#reveal1 {
         opacity: 1;
         -webkit-transform: scale(0.9);
         -moz-transform: scale(0.9);
         -ms-transform: scale(0.9);
         -o-transform: scale(0.9);
         transform: scale(0.9);
         -webkit-transition: all 1s ease-in-out;
         -moz-transition: all 1s ease-in-out;
         -ms-transition: all 1s ease-in-out;
         -o-transition: all 1s ease-in-out;
         transition: all 1s ease-in-out;
		 margin-top: 9rem;
		 overflow:hidden;
         }
#reveal1.visible {
         opacity: 0;
         -webkit-transform: none;
         -moz-transform: none;
         -ms-transform: none;
         -o-transform: none;
         transform: none;
	     box-shadow: 0 30px 30px -25px rgba(65, 51, 183, 0.25);
     }
      


#reveal11 {
         opacity: 0;
         -webkit-transform: scale(0.9);
         -moz-transform: scale(0.9);
         -ms-transform: scale(0.9);
         -o-transform: scale(0.9);
         transform: scale(0.9);
         -webkit-transition: all 1s ease-in-out;
         -moz-transition: all 1s ease-in-out;
         -ms-transition: all 1s ease-in-out;
         -o-transition: all 1s ease-in-out;
         transition: all 1s ease-in-out;
	margin-top: 9rem;
	overflow:hidden;
         }
#reveal11.visible {
         opacity: 1;
         -webkit-transform: none;
         -moz-transform: none;
         -ms-transform: none;
         -o-transform: none;
         transform: none;
     }


#reveal111 {
         opacity: 0;
         -webkit-transform: scale(0.9);
         -moz-transform: scale(0.9);
         -ms-transform: scale(0.9);
         -o-transform: scale(0.9);
         transform: scale(0.9);
         -webkit-transition: all 1s ease-in-out;
         -moz-transition: all 1s ease-in-out;
         -ms-transition: all 1s ease-in-out;
         -o-transition: all 1s ease-in-out;
         transition: all 1s ease-in-out;
	overflow:hidden;
         }
#reveal111.visible {
         opacity: 1;
         -webkit-transform: none;
         -moz-transform: none;
         -ms-transform: none;
         -o-transform: none;
         transform: none;
     }



#reveal1111 {
         opacity: 0;
         -webkit-transform: scale(0.9);
         -moz-transform: scale(0.9);
         -ms-transform: scale(0.9);
         -o-transform: scale(0.9);
         transform: scale(0.9);
         -webkit-transition: all 1s ease-in-out;
         -moz-transition: all 1s ease-in-out;
         -ms-transition: all 1s ease-in-out;
         -o-transition: all 1s ease-in-out;
         transition: all 1s ease-in-out;
	overflow:hidden;
         }
#reveal1111.visible {
         opacity: 1;
         -webkit-transform: none;
         -moz-transform: none;
         -ms-transform: none;
         -o-transform: none;
         transform: none;
     }


      

#reveal2 {
        opacity: 0;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
	margin-top: 9rem;
    }

#reveal2.visible {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }


#reveal22 {
        opacity: 0;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
	    margin-top: 3rem;
	    overflow:hidden;
    }

#reveal22.visible {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

#reveal3 {
            opacity: 0;
            -webkit-transform: scale(0.9);
            -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
            -o-transform: scale(0.9);
            transform: scale(0.9);
            -webkit-transition: all 1s ease-in-out;
            -moz-transition: all 1s ease-in-out;
            -ms-transition: all 1s ease-in-out;
            -o-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
	margin-top: 9rem;
	overflow:hidden;
        }

#reveal3.visible {
	        box-shadow: 0 30px 30px -25px rgba(65, 51, 183, 0.25);
            opacity: 1;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
        }

#reveal33 {
            opacity: 0;
            -webkit-transform: scale(0.9);
            -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
            -o-transform: scale(0.9);
            transform: scale(0.9);
            -webkit-transition: all 1s ease-in-out;
            -moz-transition: all 1s ease-in-out;
            -ms-transition: all 1s ease-in-out;
            -o-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
		    margin-top: 0rem;
	        overflow:visible;
        }

#reveal33.visible {
            opacity: 1;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
        }

#reveal4 {
            opacity: 0;
            -webkit-transform: scale(0.9);
            -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
            -o-transform: scale(0.9);
            transform: scale(0.9);
            -webkit-transition: all 1s ease-in-out;
            -moz-transition: all 1s ease-in-out;
            -ms-transition: all 1s ease-in-out;
            -o-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
			overflow-x:hidden!important;
			margin-top: 9rem;
			overflow:hidden;
        }

#reveal4.visible {
            opacity: 1;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
	        box-shadow: 0 30px 30px -25px rgba(65, 51, 183, 0.25);
        }


#reveal44 {
            opacity: 0;
            -webkit-transform: scale(0.9);
            -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
            -o-transform: scale(0.9);
            transform: scale(0.9);
            -webkit-transition: all 1s ease-in-out;
            -moz-transition: all 1s ease-in-out;
            -ms-transition: all 1s ease-in-out;
            -o-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
			overflow-x:hidden!important;
	margin-top: 9rem;
	overflow:hidden;
        }

#reveal44.visible {
            opacity: 1;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
        }



#reveal5 {
            opacity: 0;
            -webkit-transform: scale(0.9);
            -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
            -o-transform: scale(0.9);
            transform: scale(0.9);
            -webkit-transition: all 1s ease-in-out;
            -moz-transition: all 1s ease-in-out;
            -ms-transition: all 1s ease-in-out;
            -o-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
	margin-top: 9rem;
	overflow:hidden;
            }
            #reveal5.visible {
            opacity: 1;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
				
            }

#reveal6 {
         opacity: 0;
         -webkit-transform: scale(0.9);
         -moz-transform: scale(0.9);
         -ms-transform: scale(0.9);
         -o-transform: scale(0.9);
         transform: scale(0.9);
         -webkit-transition: all 1s ease-in-out;
         -moz-transition: all 1s ease-in-out;
         -ms-transition: all 1s ease-in-out;
         -o-transition: all 1s ease-in-out;
         transition: all 1s ease-in-out;
	margin-top: 9rem;
	overflow:hidden;
         }
         #reveal6.visible {
         opacity: 1;
         -webkit-transform: none;
         -moz-transform: none;
         -ms-transform: none;
         -o-transform: none;
         transform: none;
			 
         }

#reveal8 {
         opacity: 0;
         -webkit-transform: scale(0.9);
         -moz-transform: scale(0.9);
         -ms-transform: scale(0.9);
         -o-transform: scale(0.9);
         transform: scale(0.9);
         -webkit-transition: all 1s ease-in-out;
         -moz-transition: all 1s ease-in-out;
         -ms-transition: all 1s ease-in-out;
         -o-transition: all 1s ease-in-out;
         transition: all 1s ease-in-out;
	overflow:hidden;
         }
         #reveal8.visible {
         opacity: 1;
         -webkit-transform: none;
         -moz-transform: none;
         -ms-transform: none;
         -o-transform: none;
         transform: none;
         }

#reveal11 {
         opacity: 0;
         -webkit-transform: scale(0.9);
         -moz-transform: scale(0.9);
         -ms-transform: scale(0.9);
         -o-transform: scale(0.9);
         transform: scale(0.9);
         -webkit-transition: all 1s ease-in-out;
         -moz-transition: all 1s ease-in-out;
         -ms-transition: all 1s ease-in-out;
         -o-transition: all 1s ease-in-out;
         transition: all 1s ease-in-out;
	overflow:hidden;
         }
         #reveal11.visible {
         opacity: 1;
         -webkit-transform: none;
         -moz-transform: none;
         -ms-transform: none;
         -o-transform: none;
         transform: none;
         }







@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);

    *, 
    *::before,
    *::after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    }

    * {
        padding: 0;
        margin: 0;
        list-style: none;
        line-height: 1em;
    }

   

 


    .palete {
        border-radius: 5px;
        background-color: transparent;
        -webkit-box-shadow: 0px 3px 0px 0px rgba(226, 228, 231, 0.75);
        -moz-box-shadow:    0px 3px 0px 0px rgba(226, 228, 231, 0.75);
        box-shadow:         0px 3px 0px 0px rgba(226, 228, 231, 0.75);
    }



    .palete-color {
      position: relative;
    }


    .palete-color,
    .palete-color__square {
        height: 50px;
    }


    .secondaryPalette .palete-color__square {
        width: 100%;
        float: left;
    }


    .palete-color__square {
        width: 50%;
        width: 50%;
        float: left;
    }

	.palete-color__square2 {
        width: 30%!important;
        float: left;
    }
   

    .palete-color__lighten {
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
    }
    
    .palete-color__darken {
        float: right;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
    }
   
    .palete-color__content {
        padding: 10px;
        color: #a9abab;
    }
    .palete-color__name {
        font-size: 12px;
        font-weight: medium;
        text-transform: uppercase;
        color: #444545;margin-top:0rem;margin-bottom:0rem;
    }
    .palete-color__code {
        font-size: 11px;
        line-height: .8em;
        text-transform: uppercase;
		display:inline-block!important;
		position:relative;
    }

    /* ############
       STYLES
       ############ */
    
    /* Round */
    .palete--round {
      border-radius: 50%;
      text-align: center;
    }
    .palete--round .palete-color {
      height: 50%;
    }
    .palete--round .palete-color__square {
      height: 100%;
    }
    .palete--round .palete-color__lighten {
      border-top-left-radius: 100%;
    }
    .palete--round .palete-color__square.palete-color__lighten:hover {
      -webkit-border-radius: 1000px 1000px 0 0;
      -moz-border-radius: 1000px 1000px 0 0;
      border-radius: 1000px 1000px 0 0;
      /* Border-radius Greater or equal to width*/
    }
    .palete--round .palete-color__darken {
      border-top-right-radius: 100%;
    }
    .palete--round .palete-color__square.palete-color__darken:hover {
      -webkit-border-radius: 1000px 1000px 0 0;
      -moz-border-radius: 1000px 1000px 0 0;
      border-radius: 1000px 1000px 0 0;
      /* Border-radius Greater or equal to width*/
    }

    /* Square */
    .palete--square {} /* must set a height */
    .palete--square .palete-color {
      height: 50%;
    }
    .palete--square .palete-color__square {
      height: 100%;
    }
    .palete--square .palete-color__content {
      padding-top: 18px;
    }
    .palete--square .palete-color__code {
      line-height: 1.4;
    }
    .palete--square .palete-color__code:last-child {
      display: block;
    }

.list-palete2 {
  width: 100%;
  float: left;
	margin-bottom:4rem;
}

 .list-palete2 > .palete{
  width: 5%;
  margin: 2.5%;
  margin-left: 2.5%;
  float: left;

}

.list-palete {
  width: 100%;
  float: left;
	margin-bottom:4rem;
}
.list-palete > .palete {
    width: 20%;
    margin: 2.5%;
    float: left;
}

.list-palete > .palete--round,
.list-palete > .palete--square{
  height: 153px;
}

.list-palete2 > .palete--round,
.list-palete2 > .palete--square{
  height: 103px;
}


/*
 Examples
 */
.examples { 
  float: left;
  width: 340px;
  margin: 0 20px;
}

.example {
  margin: 40px auto;
}

.example--rectangle {
  width: 200px;
}

.example--round {
  width: 200px;
  height: 200px;
}

.example--square {
  width: 200px;
  height: 200px;
}




    /* ###########
       THEME
       ########### */

    /* 
     * Trace orange  
     */
    .palete-color--traceblue > .palete-color__lighten {
        background-color: #477AB0;
    }
    .palete-color--traceblue > .palete-color__darken {
        background-color: #477AB0;
    }


/* 
     * Trace blue  
     */
    .palete-color--traceorange > .palete-color__lighten {
        background-color: #dd782a;
    }
    .palete-color--traceorange > .palete-color__darken {
        background-color: #d45c00;
    }


    /* 
     * Trace red  
     */
    .palete-color--tracered > .palete-color__lighten {
        background-color: #C1533D;
    }
    .palete-color--tracered > .palete-color__darken {
        background-color: #C1533D;
    }

  
    /* 
     * Trace red  
     */
    .palete-color--tracegreen > .palete-color__lighten {
        background-color: #01662b;
    }
    .palete-color--tracegreen > .palete-color__darken {
        background-color: #01662b;
    }

  


  

    /* 
     * Pale flesh  
     */
    .palete-color--paleflesh > .palete-color__lighten {
        background-color: #f7d7cc;
    }
    .palete-color--paleflesh > .palete-color__darken {
        background-color: #e3c0b4;
    }

    /* 
     * flesh  
     */
    .palete-color--flesh > .palete-color__lighten {
        background-color: #d8ab9e;
    }
    .palete-color--flesh > .palete-color__darken {
        background-color: #d79885;
    }
    
    /* 
     * suntan  
     */
    .palete-color--suntan > .palete-color__lighten {
        background-color: #bfa59f;
    }
    .palete-color--suntan > .palete-color__darken {
        background-color: #bb9288;
    }
    


     /* 
     * Grapefruit  
     */
    .palete-color--grapefruit > .palete-color__lighten {
        background-color: #ed5565;
    }
    .palete-color--grapefruit > .palete-color__darken {
        background-color: #da4453;
    }

    /* 
     * Bittersweet  
     */
    .palete-color--amokred > .palete-color__lighten {
        background-color: #fc6e51;
    }
    .palete-color--amokred > .palete-color__darken {
        background-color: #e9573f;
    }


     /* 
     * Amok yellow  
     */
    .palete-color--turquoise > .palete-color__lighten {
        background-color: #619bb3;
    }
    .palete-color--turquoise > .palete-color__darken {
        background-color: #3b6c81;
    }

    
    /* 
     * Amok red  
     */
    .palete-color--amokyellow > .palete-color__lighten {
        background-color: #fff200;
    }
    .palete-color--amokyellow > .palete-color__darken {
        background-color: #fffba8;
    }


    /* 
     * Amok orange  
     */
    .palete-color--amokorange > .palete-color__lighten {
        background-color: #f99b1c;
    }
    .palete-color--amokorange > .palete-color__darken {
        background-color: #c17713;
    }


	/* 
     * Amok orange  
     */
    .palete-color--violet > .palete-color__lighten {
        background-color: #d677db;
    }
    .palete-color--violet > .palete-color__darken {
        background-color: #be4dc4;
    }






    /* 
     * Bittersweet  
     */
    .palete-color--bittersweet > .palete-color__lighten {
        background-color: #fc6e51;
    }
    .palete-color--bittersweet > .palete-color__darken {
        background-color: #e9573f;
    }


    /* 
     * Sunflower  
     */
    .palete-color--sunflower > .palete-color__lighten {
        background-color: #ffce54;
    }
    .palete-color--sunflower > .palete-color__darken {
        background-color: #fcbb42;
    }

    /* 
     * Grass  
     */
    .palete-color--grass > .palete-color__lighten {
        background-color: #a0d468;
    }
    .palete-color--grass > .palete-color__darken {
        background-color: #8cc152;
    }

    /* 
     * Mint  
     */
    .palete-color--mint > .palete-color__lighten {
        background-color: #48cfad;
    }
    .palete-color--mint > .palete-color__darken {
        background-color: #37bc9b;
    }

    /* 
     * Pale Yellow  
     */
    .palete-color--paleYellow > .palete-color__lighten {
        background-color: #e3e3be;
    }
    .palete-color--paleYellow > .palete-color__darken {
        background-color: #ffffe7;
    }

    /* 
     * Ocre  
     */
    .palete-color--gold > .palete-color__lighten {
        background-color: #f0b75e;
    }
    .palete-color--gold > .palete-color__darken {
        background-color: #dba552;
    }

    /* 
     * Deep Brown  
     */
    .palete-color--deepBrown > .palete-color__lighten {
        background-color: #3d2307;
    }
    .palete-color--deepBrown > .palete-color__darken {
        background-color: #2a1804;
    }


/* 
     * nbared  
     */
    .palete-color--nbared > .palete-color__lighten {
        background-color: #ed3b02;
    }
    .palete-color--nbared > .palete-color__darken {
        background-color: #be360a;
    }

/* 
     * nbablue 
     */
    .palete-color--nbablue > .palete-color__lighten {
        background-color: #1d54ef;
    }
    .palete-color--nbablue > .palete-color__darken {
        background-color: #1442c1;
    }

    

/* 


/* 
     * nbared  
     */
    .palete-color--playersReds > .palete-color__lighten {
        background-color: #eb7d84;
    }
    .palete-color--playersReds > .palete-color__darken {
        background-color: #982b1c;
    }

/* 
     * nbablue 
     */
    .palete-color--playersYellow > .palete-color__lighten {
        background-color: #f7c870;
    }
    .palete-color--playersYellow > .palete-color__darken {
        background-color: #fae5cf;
    }

    

/* 


/* 
     * nbaFlesh 
     */
    .palete-color--playersFlesh > .palete-color__lighten {
        background-color: #d3481a;
    }
    .palete-color--playersFlesh > .palete-color__darken {
        background-color: #ff9849;
    }

/* 


     * Aqua  
     */
    .palete-color--rayred > .palete-color__lighten {
        background-color: #fb1212;
    }
    .palete-color--rayred > .palete-color__darken {
        background-color: #fb1212;
    }

  
    .palete-color--rayblue > .palete-color__lighten {
        background-color: #0000a4;
    }
    .palete-color--rayblue > .palete-color__darken {
        background-color: #0000a4;
    }
    

    .palete-color--rayyellow > .palete-color__lighten {
        background-color: #fdc00f;
    }
    .palete-color--rayyellow > .palete-color__darken {
        background-color: #fdc00f;
    }
    

/* 


     * Aqua  
     */
    .palete-color--raygreen > .palete-color__lighten {
        background-color: #4a5c29;
    }
    .palete-color--raygreen > .palete-color__darken {
        background-color: #1c2d46;
    }


/* 
     * w2green  
     */
    .palete-color--w2green > .palete-color__lighten {
        background-color: #c5cc2e;
    }
    .palete-color--w2green > .palete-color__darken {
        background-color: #a8ae1f;
    }

/* 
     * ec corp  
     */
    .palete-color--corp > .palete-color__lighten {
        background-color: #003399;
    }
    .palete-color--corp > .palete-color__darken {
        background-color: #003399;
    }

/* 
	 * ec corp  
     */
    .palete-color--corpYellow > .palete-color__lighten {
        background-color: #ffed00;
    }
    .palete-color--corpYellow > .palete-color__darken {
        background-color: #ffed00;
    }

/*
	* ec corp  
     */
    .palete-color--corpLightGrey > .palete-color__lighten {
        background-color: #c5c6c8;
    }
    .palete-color--corpLightGrey > .palete-color__darken {
        background-color: #c5c6c8;
    }


/*
	* ec corp  
     */
    .palete-color--corpDeepGrey > .palete-color__lighten {
        background-color: #646567;
    }
    .palete-color--corpDeepGrey > .palete-color__darken {
        background-color: #646567;
    }



/* 
     * EC blue  
     */
    .palete-color--myIC > .palete-color__lighten {
        background-color: #163d68;
    }
    .palete-color--myIC > .palete-color__darken {
        background-color: #102d4d;
    }


/* 
     * EC blue  
     */
    .palete-color--myIC2 > .palete-color__lighten {
        background-color: #7293a6;
    }
    .palete-color--myIC2 > .palete-color__darken {
        background-color: #35637d;
    }


/* 
     * EC blue  
     */
    .palete-color--myIC3 > .palete-color__lighten {
        background-color: #d6dfe4;
    }
    .palete-color--myIC3 > .palete-color__darken {
        background-color: #98bbcf;
    }




    

    /* 
     * w2g 
     */
    .palete-color--w2g > .palete-color__lighten {
        background-color: #1e5382;
    }
    .palete-color--w2g > .palete-color__darken {
        background-color: #123b5f;
    }

/* 
     * darkBlue  
     */
    .palete-color--darkBlue > .palete-color__lighten {
        background-color: #132033;
    }
    .palete-color--darkBlue > .palete-color__darken {
        background-color: #1b2637;
    }

/* 
     * cyan  
     */
    .palete-color--cyan > .palete-color__lighten {
        background-color: #32bdf5;
    }
    .palete-color--cyan > .palete-color__darken {
        background-color: #1b81aa;
    }

/* 
     * Ocre  
     */
    .palete-color--ocre > .palete-color__lighten {
        background-color: #b18f46;
    }
    .palete-color--ocre > .palete-color__darken {
        background-color: #997a38;
    }

/* 
     * Black  
     */
    .palete-color--black > .palete-color__lighten {
        background-color: #070707;
    }
    .palete-color--black > .palete-color__darken {
        background-color: #232323;
    }

    /* 
     * Yellow  
     */
    .palete-color--yellow > .palete-color__lighten {
        background-color: #dab92b;
    }
    .palete-color--yellow > .palete-color__darken {
        background-color: #c0a324;
    }

    /* 
     * Purple  
     */
    .palete-color--purple > .palete-color__lighten {
        background-color: #864388;
    }
    .palete-color--purple > .palete-color__darken {
        background-color: #623064;
    }
   
    /* 
     * Purple  
     */
    .palete-color--green > .palete-color__lighten {
        background-color: #4aa370;
    }
    .palete-color--green > .palete-color__darken {
        background-color: #348155;
    }
    
    /* 
     * Purple  
     */
    .palete-color--yellow2 > .palete-color__lighten {
        background-color: #ffea00;
    }
    .palete-color--yellow2 > .palete-color__darken {
        background-color: #348155;
    }

/* 
     * Symposium Blue  
     */
    .palete-color--symposiumblue > .palete-color__lighten {
        background-color: #2d7cbf;
    }
    .palete-color--symposiumblue > .palete-color__darken {
        background-color: #2066a1;
    }




    /* 
     * White  
     */
    .palete-color--white > .palete-color__lighten {
        background-color: #E9E7E7;
    }
    .palete-color--white > .palete-color__darken {
        background-color: #B4B4B4;
    }


    /* 
     * Cyan Blue  
     */
    .palete-color--cyanBlue > .palete-color__lighten {
        background-color: #43a5df;
    }
    .palete-color--cyanBlue > .palete-color__darken {
        background-color: #3696cf;
    }

    
    /* 
     * Deep Blue  
     */
    .palete-color--deepBlue > .palete-color__lighten {
        background-color: #3276b7;
    }
    .palete-color--deepBlue > .palete-color__darken {
        background-color: #2c669d;
    }

    

    /* 
     * Blue Jeans 
     */
    .palete-color--blue-jeans > .palete-color__lighten {
        background-color: #5d9cec;
    }
    .palete-color--blue-jeans > .palete-color__darken {
        background-color: #4a89dc;
    }

    /* 
     * Lavender  
     */
    .palete-color--lavender > .palete-color__lighten {
        background-color: #ac92ec;
    }
    .palete-color--lavender > .palete-color__darken {
        background-color: #967adc;
    }

    /* 
     * Pink Rose  
     */
    .palete-color--pink-rose > .palete-color__lighten {
        background-color: #ec87c0;
    }
    .palete-color--pink-rose > .palete-color__darken {
        background-color: #d770ad;
    }

    /* 
     * Light Gray  
     */
    .palete-color--light-gray > .palete-color__lighten {
        background-color: #f5f7fa;
    }
    .palete-color--light-gray > .palete-color__darken {
        background-color: #e6e9ed;
    }

    /* 
     * Medium Gray  
     */
    .palete-color--medium-gray > .palete-color__lighten {
        background-color: #ccd1d9;
    }
    .palete-color--medium-gray > .palete-color__darken {
        background-color: #aab2bd;
    }

    /* 
     * Dark Gray  
     */
    .palete-color--dark-gray > .palete-color__lighten {
        background-color: #656d78;
    }
    .palete-color--dark-gray > .palete-color__darken {
        background-color: #434a54;
    }



    .palete-color--peugeotblue > .palete-color__lighten {
        background-color: #219dee;
    }
    .palete-color--peugeotblue > .palete-color__darken {
        background-color: #219dee;
    }
    

     .palete-color--peugeotdark > .palete-color__lighten {
        background-color: #132033;
    }
    .palete-color--peugeotdark > .palete-color__darken {
        background-color: #132033;
    }


    .palete-color--council > .palete-color__lighten {
        background-color: #224191;
    }
    .palete-color--council > .palete-color__darken {
        background-color: #224191;
    }

    .palete-color--council > .palete-color__lighten {
        background-color: #224191;
    }
    .palete-color--councildark > .palete-color__darken {
        background-color: #224191;
    }

    .palete-color--instantPayYellow > .palete-color__lighten {
        background-color: #fdf4ce;
    }
    .palete-color--instantPayYellow > .palete-color__darken {
        background-color: #fdf4ce;
    }
    
    .palete-color--instantPayBlue > .palete-color__lighten {
        background-color: #cad8ec;
    }
    .palete-color--instantPayBlue > .palete-color__darken {
        background-color: #cad8ec;
    }



.products {
    display: flex;
    align-items: center;
    width: 150px;
	color:#232323;
}

.products2 {
    display: flex;
    align-items: center;
    width: 60px;
}



/* ADOBE */

.content-section ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: space-around;
    background-color: var(--content-bg);
    padding-left: 0;
    margin: 0;
    border-radius: 14px;
    border: 1px solid var(--theme-bg-color);
    cursor: pointer;
}

.content-section ul li {
    list-style: none;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    font-size: 16px;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    transition: 0.3s;
}

.content-section ul svg {
    width: 28px;
    border-radius: 6px;
    margin-right: 16px;
    flex-shrink: 0;
}

.status {
    margin-left: auto;
    width: 140px;
    font-size: 15px;
    position: relative;
	color:#232323;
}

.status-circle.green {
    background-color: #3bf083;
}
.status-circle {
    width: 6px;
    height: 6px;
    background-color: #396df0;
    position: absolute;
    border-radius: 50%;
    top: 4px;
    left: -20px;
}


.button-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 187px;
    margin-left: auto;
}


.status-button.open {
    background: none;
    color: var(--button-inactive);
    border: 1px solid var(--button-inactive);
}
.status-button {
    font-size: 15px;
    margin-top: 0;
    padding: 6px 24px;
}
.content-button {
    background-color: #3a6df0;
    border: none;
    padding: 8px 26px;
    color: #fff;
    border-radius: 20px;
    margin-top: 16px;
    cursor: pointer;
    transition: 0.3s;
    white-space: nowrap;
}
[type=submit], [type=reset], button, html [type=button] {
    -webkit-appearance: button;
}
button, select {
    text-transform: none;
}


.content-wrapper {
    display: flex;
    flex-direction: column;
    color: var(--theme-color);
    padding: 20px 40px;
    height: 100%;
    overflow: auto;
    background-color: var(--theme-bg-color);
}
section#icons {
  top: 20%;
  left: 0%;
  width: 100%;
  position: relative;
  margin-left: 0px;
}

div.icon {
  float: left;
  width: 65px;
  height: 65px;
  margin: 5px;
  display: block;
  background: #969696;
  font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
  font-size: 42.5px;
  font-weight: bold;
	 border-radius:1.2rem;
}
div.icon:after {
  top: 0px;
  color: rgba(255, 255, 255, 0.9);
  width: 65px;
  height: 65px;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding-top: 18.05556px;
  text-shadow: 32px 32px 0px #646464, 31px 31px 0px #646464, 30px 30px 0px #646464, 29px 29px 0px #646464, 28px 28px 0px #646464, 27px 27px 0px #646464, 26px 26px 0px #646464, 25px 25px 0px #646464, 24px 24px 0px #646464, 23px 23px 0px #646464, 22px 22px 0px #646464, 21px 21px 0px #646464, 20px 20px 0px #646464, 19px 19px 0px #646464, 18px 18px 0px #646464, 17px 17px 0px #646464, 16px 16px 0px #646464, 15px 15px 0px #646464, 14px 14px 0px #646464, 13px 13px 0px #646464, 12px 12px 0px #646464, 11px 11px 0px #646464, 10px 10px 0px #646464, 9px 9px 0px #646464, 8px 8px 0px #646464, 7px 7px 0px #646464, 6px 6px 0px #646464, 5px 5px 0px #646464, 4px 4px 0px #646464, 3px 3px 0px #646464, 2px 2px 0px #646464, 1px 1px 0px #646464;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	border-radius:1.2rem;
}
div.icon.ps {
  background: #26a9e0;
}
div.icon.ps:after {
  content: "Ps";
  text-shadow: 32px 32px 0px #1b7aa1, 31px 31px 0px #1b7aa1, 30px 30px 0px #1b7aa1, 29px 29px 0px #1b7aa1, 28px 28px 0px #1b7aa1, 27px 27px 0px #1b7aa1, 26px 26px 0px #1b7aa1, 25px 25px 0px #1b7aa1, 24px 24px 0px #1b7aa1, 23px 23px 0px #1b7aa1, 22px 22px 0px #1b7aa1, 21px 21px 0px #1b7aa1, 20px 20px 0px #1b7aa1, 19px 19px 0px #1b7aa1, 18px 18px 0px #1b7aa1, 17px 17px 0px #1b7aa1, 16px 16px 0px #1b7aa1, 15px 15px 0px #1b7aa1, 14px 14px 0px #1b7aa1, 13px 13px 0px #1b7aa1, 12px 12px 0px #1b7aa1, 11px 11px 0px #1b7aa1, 10px 10px 0px #1b7aa1, 9px 9px 0px #1b7aa1, 8px 8px 0px #1b7aa1, 7px 7px 0px #1b7aa1, 6px 6px 0px #1b7aa1, 5px 5px 0px #1b7aa1, 4px 4px 0px #1b7aa1, 3px 3px 0px #1b7aa1, 2px 2px 0px #1b7aa1, 1px 1px 0px #1b7aa1;
}
div.icon.ai {
  background: #f68f3b;
}
div.icon.ai:after {
  content: "Ai";
  text-shadow: 32px 32px 0px #aa6429, 31px 31px 0px #aa6429, 30px 30px 0px #aa6429, 29px 29px 0px #aa6429, 28px 28px 0px #aa6429, 27px 27px 0px #aa6429, 26px 26px 0px #aa6429, 25px 25px 0px #aa6429, 24px 24px 0px #aa6429, 23px 23px 0px #aa6429, 22px 22px 0px #aa6429, 21px 21px 0px #aa6429, 20px 20px 0px #aa6429, 19px 19px 0px #aa6429, 18px 18px 0px #aa6429, 17px 17px 0px #aa6429, 16px 16px 0px #aa6429, 15px 15px 0px #aa6429, 14px 14px 0px #aa6429, 13px 13px 0px #aa6429, 12px 12px 0px #aa6429, 11px 11px 0px #aa6429, 10px 10px 0px #aa6429, 9px 9px 0px #aa6429, 8px 8px 0px #aa6429, 7px 7px 0px #aa6429, 6px 6px 0px #aa6429, 5px 5px 0px #aa6429, 4px 4px 0px #aa6429, 3px 3px 0px #aa6429, 2px 2px 0px #aa6429, 1px 1px 0px #aa6429;
}
div.icon.id {
  background: #f4867b;
}
div.icon.id:after {
  content: "Id";
  text-shadow: 32px 32px 0px #ba5258, 31px 31px 0px #ba5258, 30px 30px 0px #ba5258, 29px 29px 0px #ba5258, 28px 28px 0px #ba5258, 27px 27px 0px #ba5258, 26px 26px 0px #ba5258, 25px 25px 0px #ba5258, 24px 24px 0px #ba5258, 23px 23px 0px #ba5258, 22px 22px 0px #ba5258, 21px 21px 0px #ba5258, 20px 20px 0px #ba5258, 19px 19px 0px #ba5258, 18px 18px 0px #ba5258, 17px 17px 0px #ba5258, 16px 16px 0px #ba5258, 15px 15px 0px #ba5258, 14px 14px 0px #ba5258, 13px 13px 0px #ba5258, 12px 12px 0px #ba5258, 11px 11px 0px #ba5258, 10px 10px 0px #ba5258, 9px 9px 0px #ba5258, 8px 8px 0px #ba5258, 7px 7px 0px #ba5258, 6px 6px 0px #ba5258, 5px 5px 0px #ba5258, 4px 4px 0px #ba5258, 3px 3px 0px #ba5258, 2px 2px 0px #ba5258, 1px 1px 0px #ba5258;
}
div.icon.dw {
  background: #97cb6f;
}
div.icon.dw:after {
  content: "Dw";
  text-shadow: 32px 32px 0px #538054, 31px 31px 0px #538054, 30px 30px 0px #538054, 29px 29px 0px #538054, 28px 28px 0px #538054, 27px 27px 0px #538054, 26px 26px 0px #538054, 25px 25px 0px #538054, 24px 24px 0px #538054, 23px 23px 0px #538054, 22px 22px 0px #538054, 21px 21px 0px #538054, 20px 20px 0px #538054, 19px 19px 0px #538054, 18px 18px 0px #538054, 17px 17px 0px #538054, 16px 16px 0px #538054, 15px 15px 0px #538054, 14px 14px 0px #538054, 13px 13px 0px #538054, 12px 12px 0px #538054, 11px 11px 0px #538054, 10px 10px 0px #538054, 9px 9px 0px #538054, 8px 8px 0px #538054, 7px 7px 0px #538054, 6px 6px 0px #538054, 5px 5px 0px #538054, 4px 4px 0px #538054, 3px 3px 0px #538054, 2px 2px 0px #538054, 1px 1px 0px #538054;
}
div.icon.pr {
  background: #9d5da0;
}
div.icon.pr:after {
  content: "Pr";
  text-shadow: 32px 32px 0px #6c416e, 31px 31px 0px #6c416e, 30px 30px 0px #6c416e, 29px 29px 0px #6c416e, 28px 28px 0px #6c416e, 27px 27px 0px #6c416e, 26px 26px 0px #6c416e, 25px 25px 0px #6c416e, 24px 24px 0px #6c416e, 23px 23px 0px #6c416e, 22px 22px 0px #6c416e, 21px 21px 0px #6c416e, 20px 20px 0px #6c416e, 19px 19px 0px #6c416e, 18px 18px 0px #6c416e, 17px 17px 0px #6c416e, 16px 16px 0px #6c416e, 15px 15px 0px #6c416e, 14px 14px 0px #6c416e, 13px 13px 0px #6c416e, 12px 12px 0px #6c416e, 11px 11px 0px #6c416e, 10px 10px 0px #6c416e, 9px 9px 0px #6c416e, 8px 8px 0px #6c416e, 7px 7px 0px #6c416e, 6px 6px 0px #6c416e, 5px 5px 0px #6c416e, 4px 4px 0px #6c416e, 3px 3px 0px #6c416e, 2px 2px 0px #6c416e, 1px 1px 0px #6c416e;
}
div.icon.ae {
  background: #d3a4ff;
}
div.icon.ae:after {
  content: "Ae";
  text-shadow: 32px 32px 0px #af69ff, 31px 31px 0px #af69ff, 30px 30px 0px #af69ff, 29px 29px 0px #af69ff, 28px 28px 0px #af69ff, 27px 27px 0px #af69ff, 26px 26px 0px #af69ff, 25px 25px 0px #af69ff, 24px 24px 0px #af69ff, 23px 23px 0px #af69ff, 22px 22px 0px #af69ff, 21px 21px 0px #af69ff, 20px 20px 0px #af69ff, 19px 19px 0px #af69ff, 18px 18px 0px #af69ff, 17px 17px 0px #af69ff, 16px 16px 0px #af69ff, 15px 15px 0px #af69ff, 14px 14px 0px #af69ff, 13px 13px 0px #af69ff, 12px 12px 0px #af69ff, 11px 11px 0px #af69ff, 10px 10px 0px #af69ff, 9px 9px 0px #af69ff, 8px 8px 0px #af69ff, 7px 7px 0px #af69ff, 6px 6px 0px #af69ff, 5px 5px 0px #af69ff, 4px 4px 0px #af69ff, 3px 3px 0px #af69ff, 2px 2px 0px #af69ff, 1px 1px 0px #af69ff;
}
div.icon.fw {
  background: #fae274;
}
div.icon.fw:after {
  content: "Fw";
  text-shadow: 32px 32px 0px #c8b55d, 31px 31px 0px #c8b55d, 30px 30px 0px #c8b55d, 29px 29px 0px #c8b55d, 28px 28px 0px #c8b55d, 27px 27px 0px #c8b55d, 26px 26px 0px #c8b55d, 25px 25px 0px #c8b55d, 24px 24px 0px #c8b55d, 23px 23px 0px #c8b55d, 22px 22px 0px #c8b55d, 21px 21px 0px #c8b55d, 20px 20px 0px #c8b55d, 19px 19px 0px #c8b55d, 18px 18px 0px #c8b55d, 17px 17px 0px #c8b55d, 16px 16px 0px #c8b55d, 15px 15px 0px #c8b55d, 14px 14px 0px #c8b55d, 13px 13px 0px #c8b55d, 12px 12px 0px #c8b55d, 11px 11px 0px #c8b55d, 10px 10px 0px #c8b55d, 9px 9px 0px #c8b55d, 8px 8px 0px #c8b55d, 7px 7px 0px #c8b55d, 6px 6px 0px #c8b55d, 5px 5px 0px #c8b55d, 4px 4px 0px #c8b55d, 3px 3px 0px #c8b55d, 2px 2px 0px #c8b55d, 1px 1px 0px #c8b55d;
}








/* FOOTER */

.site-footer {
    background-color: #fff;
    padding-left: 9rem;
    padding-right: 15rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
}

.upper-header{
	margin-top:10rem;
	padding-left: 20rem;
	padding-right: 20rem;
}

.lower-header{
	padding-left: 20rem;
	padding-right: 20rem;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
   
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}








.job-cards {
  padding-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -webkit-animation: slideY 0.6s both;
  animation: slideY 0.6s both;
	padding-left: 26rem;
	padding-right: 26rem;
}
@media screen and (max-width: 1212px) {
  .job-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 930px) {
  .job-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.job-card {
  padding: 20px 16px;
  background-color: var(--header-bg-color);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.2s;
    font-family: 'Larsseit', sans-serif;

}
.job-card:hover {
  transform: scale(1.02);
}
.job-card svg {
  width: 46px;
  padding: 10px;
  border-radius: 8px;
}
.job-card-title {
  font-weight: 600;
  margin-top: 16px;
  font-size: 24px;
}
.job-card-subtitle {
  color: var(--subtitle-color);
  font-size: 19px;
  margin-top: 14px;
  margin-bottom: 14px;
  line-height: 1.6em;
}
.job-card-header {
  display: flex;
  align-items: flex-start;
}

.overview-card:hover {
  background: #2b2ecf;
  transition: none;
  transform: scale(1);
}
.overview-card:hover svg {
  box-shadow: none;
}
.overview-card:hover .job-overview-buttons .search-buttons.time-button,
.overview-card:hover .job-overview-buttons .search-buttons.level-button {
  background-color: #575ad8;
  color: #fff;
}
.overview-card:hover .job-card-title,
.overview-card:hover .job-stat {
  color: #fff;
}
.overview-card:hover .job-card-subtitle,
.overview-card:hover .job-day {
  color: #dedede;
}
.overview-card:hover .overview-wrapper .heart {
  color: #fff;
  border-color: #fff;
}
.overview-card:hover .overview-wrapper .heart:hover {
  fill: red;
  stroke: red;
  transform: scale(1.1);
}

.detail-button {
  background-color: #e1ebfb!important;
  color: var(--active-color);
  font-size: 11px;
  font-weight: 500;
  padding: 6px 8px;
  border-radius: 4px!important;
  border:none;
}
.detail-button + .detail-button {
  margin-left: 4px;
	margin-top: 14px;
	margin-bottom: 14px;
}

.job-card-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 4px;
  border:none!important;
}

.card-buttons,
.card-buttons-msg {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  cursor: pointer;
	border:none!important;
}

.card-buttons {
  margin-right: 12px;
}
.card-buttons-msg {
  background-color: #0162ff;
  color: white;
}

.menu-dot {
  background-color: #0162ff;
  box-shadow: -6px 0 0 0 var(--placeholder-color), 6px 0 0 0 var(--placeholder-color);
  width: 4px;
  height: 4px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  margin-left: auto;
  margin-right: 8px;
}

.header-shadow {
  box-shadow: 0 4px 20px rgba(88, 99, 148, 0.17);
  z-index: 1;
}





.container, .container-lg, .container-md, .container-sm, .container-xl {
max-width: 100%!important;
}




body footer .footer{padding-left: 11rem!important;padding-right: 11rem!important;}





ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

:root {
  --color-primary: rgb(82, 34, 208);
  --color-primary-dark: rgb(52, 04, 178);
  --color-primary-light: #ded6f1;
  --color-primary-code: 82, 34, 208;
  --color-primary-dark-code: 52, 04, 178;
  --color-secondary: #dd9742;
  --color-text: #181629;
  --font-size-display: 3.815rem;
  --font-size-display-mob: 3.515rem;
  --font-size-h1: 3.052rem;
  --font-size-h1-mob: 2.8rem;
  --font-size-h2: 2.441rem;
  --font-size-h2-mob: 2rem;
  --font-size-h3: 1.563rem;
  --font-size-body-larger: 1.3rem;
  --font-family-heading: "poppins", "segoe ui", "gill  sans mt", sans-serif;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  html {
    font-size: 13px;
  }
}

body {
  font-family: "poppins", "quicksand", sans-serif;
  color: #181629;
}

.container {
  width: 100%;
  margin: auto;
  max-width: 1150px;
}
@media screen and (max-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}

.navbar {
  width: 100%;
  background: rgba(255, 255, 255, 0.77);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: fixed;
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  -moz-backdrop-filter: blur(1rem);
  box-shadow: 0 0.8rem 1.5rem rgba(var(--color-primary-dark-code), 0.1);
  height: 65px;
  z-index: 1000;
}

@media screen and (max-width: 767px) {
  .navbar {
    height: auto;
  }
  .navbar .nav {
    flex-flow: column;
    align-items: stretch;
    padding-right: 4px;
  }
  .navbar .nav .nav__brand__container {
    flex: 65px;
    align-items: center;
  }
  .navbar .nav .nav__brand__container .nav__opener {
    display: flex;
  }
  .navbar .nav .nav__list {
    max-height: 0;
    width: 99%;
    margin-left: 1%;
    overflow-y: hidden;
    flex-flow: column;
    align-items: stretch;
    background: rgba(255, 255, 255, 0.45);
    border-radius: 4px;
    list-style-type: none;
  }
  .navbar .nav .nav__list li {
    border-top: 1px solid rgba(220, 140, 255, 0.2);
    display: flex;
    align-items: center;
  }
  .navbar .nav .nav__link {
    padding-left: 0;
    padding: 1.5rem 2rem;
    width: 100%;
    font-size: var(--font-size-body-larger);
  }
  .navbar .nav .nav__link .active {
    background: rgba(var(--color-primary-dark-code));
  }
  .navbar.open .nav__list {
    max-height: 300px;
    margin-bottom: 4px;
  }
  .navbar.open .nav__opener .bar {
    margin-right: 0.5rem;
  }
  .navbar.open .nav__opener .bar:nth-child(1) {
    transform: rotate(-45deg);
    transform-origin: top right;
  }
  .navbar.open .nav__opener .bar:nth-child(2) {
    align-self: center;
    width: 0;
  }
  .navbar.open .nav__opener .bar:nth-child(3) {
    transform: rotate(45deg);
    transform-origin: bottom right;
  }
}
.section {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.underline {
  position: relative;
  margin-bottom: 5rem;
}
.underline:after {
  content: "";
  width: 5rem;
  height: 0.25rem;
  position: absolute;
  bottom: -2rem;
  background: var(--color-secondary);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-family-heading);
  font-weight: 400;
}
.nav__brand__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
.nav__brand {
  font-size: var(--font-size-h3);
  font-family: "poppins", "segoe ui", "gill  sans mt", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.nav__brand a {
  color: var(--color-primary);
}
.nav__list {
  height: 100%;
  align-items: center;
  transition: 0.2s ease-in-out;
}
.nav__list li {
  height: 100%;
}
.nav__link {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  height: 100%;
  color: #303030;
  display: flex;
  align-items: center;
  font-size: var(--font-size-body-larger);
}
.nav__link:hover {
  color: var(--color-primary);
}
.nav__link.active {
  font-weight: 600;
}
.nav__opener {
  align-self: center;
  align-items: flex-end;
  flex-flow: column nowrap;
  justify-content: space-around;
  border-radius: 4px;
  margin: 4px;
  height: 2.5rem;
  padding: 0.8rem 1.2rem;
  cursor: pointer;
  transition: 0.3s ease-out;
  display: none;
}
.nav__opener .bar {
  width: 2.5rem;
  height: 3px;
  background: var(--color-primary);
  border-radius: 8px;
  display: inline-block;
  transition: inherit;
}
.nav__opener .bar:nth-child(2) {
  width: 1.5rem;
  align-self: flex-end;
}

h2 {
  font-size: var(--font-size-h1);
  font-weight: 600;
  line-height: 1.1;
}




@media screen and (max-width: 480px) {
  h2 {
    font-size: var(--font-size-h1-mob);
  }
	
	body .main-article {
    padding-left: 4rem!important;
    padding-right: 4rem!important;
	}
}

.btn {
  padding: 1.2rem 2rem;
  box-shadow: 0 1rem 2rem rgba(var(--color-primary-dark-code), 0.15), 0 1rem 1rem rgba(var(--color-primary-dark-code), 0.05);
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.3 ease-in-out;
  min-height: 57px;
  box-sizing: border-box;
  font-size: 1.2rem;
}
.btn img {
  margin-right: 0.75rem;
}
.btn:hover {
  box-shadow: 0 0.5rem 0.8rem rgba(var(--color-primary-code), 0.15);
  transform: scale(0.985);
}
.btn--primary {
  background: var(--color-primary);
  color: #fff;
}
.btn--primary:hover img {
  animation: zoom 0.4s ease-in-out;
}
.btn--secondary {
  background: #fff;
  color: var(--color-primary);
}
.btn--secondary:hover img {
  animation: shake 0.4s ease-in-out;
}
.header {
  background-image: linear-gradient(90deg, rgba(228, 219, 255, 0.7) 55%, rgba(228, 219, 255, 0.25)), url("https://github.com/AmmDuncan/portfolio/blob/master/Frame%202.png?raw=true");
  background-size: cover;
  padding-bottom: 25vh;
  background-position: left middle;
  transition: 0.5 ease-in-out;
}



@media screen and (max-width: 576px) {
  .header {
    background-position: center;
    background-image: linear-gradient(50deg, rgba(228, 219, 255, 0.9) 55%, rgba(228, 219, 255, 0.5)), url("https://github.com/AmmDuncan/portfolio/blob/master/Frame%202.png?raw=true");
  }
}

.hero .content {
  max-width: 600px;
  padding-top: 20vh;
}
.hero .content h3 {
  font-size: var(--font-size-body-larger);
  font-size: var(--font-size-h3);
  font-weight: 400;
  margin: 1rem 0;
}
.hero .content h1 {
	    font-family: "Gilroy ExtraBold", sans-serif!important;
  font-size: var(--font-size-display);
  font-family: var(--font-family-heading);
  animation: bounce-in 0.5s ease-out forwards;
  font-weight: bold;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.1;
}
.hero .content h1.go {
  animation: slide-down-out 0.5s ease-in-out forwards;
}
.hero .content h1 .highlight {
  display: inline-block;
  position: relative;
  color: var(--color-primary);
}



@media screen and (max-width: 1400px) {
  .hero .content h1 {
    font-size: var(--font-size-display);
  }
}



@media screen and (max-width: 480px) {
  .hero .content h1 {
    font-size: var(--font-size-h1);
  }
}
.hero .content p {
  transition: 0.5 ease-in;
  margin-bottom: 2rem;
  line-height: 1.6;
  max-width: 500px;
  font-size: var(--font-size-body-larger);
}
.hero .content .ctas {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.hero .content .ctas .btn--primary {
  margin-right: 0.7rem;
}


@media screen and (max-width: 480px) {
  .hero .content .ctas {
    width: 100%;
    flex-flow: column;
    align-items: stretch;
  }
  .hero .content .ctas .btn--primary {
    margin-bottom: 1rem;
    margin-right: 0;
  }
}

.seperator {
  height: 0.5rem;
}

.what-i-do {
  background: #fff;
}
.what-i-do__content h2 {
  text-align: center;
  font-family: "poppins", "segoe ui", "gill  sans mt", sans-serif;
}
.what-i-do__content h2:after {
  left: 50%;
  transform: translateX(-50%);
}
.what-i-do__content .child {
  display: flex;
  margin-bottom: 6rem;
}
.what-i-do__content .child .text {
  line-height: 1.6;
  font-size: var(--font-size-body-larger);
  display: flex;
  flex-flow: column;
  justify-content: center;
  flex: 1 1 38.2%;
  color: rgba(24, 22, 41, 0.85);
}
.what-i-do__content .child .text p {
  font-size: var(--font-size-body-larger);
}
.what-i-do__content .child .text h3 {
  font-size: var(--font-size-h2-mob);
  text-transform: capitalize;
  margin-bottom: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
  font-family: var(--font-family-heading);
  color: rgba(24, 22, 41, 0.95);
}
.what-i-do__content .child .img {
  flex: 1 1 61.8%;
  display: flex;
  align-items: center;
}
.what-i-do__content .child .img img {
  width: 80%;
  margin: 0 10%;
}



@media screen and (max-width: 767px) {
  .what-i-do__content .child {
    flex-flow: column;
    max-width: 560px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .what-i-do__content .child .img {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}
.what-i-do__content .dynamic-sites .child {
  display: flex;
}
.what-i-do__content .dynamic-sites .child .text {
  order: 1;
}
.what-i-do__content .dynamic-sites .child .img {
  order: -1;
}




@media screen and (max-width: 767px) {
  .what-i-do__content .dynamic-sites .child .text {
    order: 1;
  }
  .what-i-do__content .dynamic-sites .child .img {
    order: 2;
  }
}

@keyframes shake {
  10% {
    transform: rotate(15deg);
  }
  30% {
    transform: rotate(-30deg);
  }
  50% {
    transform: rotate(30deg);
  }
  70% {
    transform: rotate(-15deg);
  }
  90% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(-15deg);
  }
}
@keyframes zoom {
  20% {
    transform: scale(1.3);
  }
  40% {
    transform: scale(1.1);
  }
  70% {
    transform: scale(1.5);
  }
  60% {
    transform: scale(1);
  }
}
@keyframes bounce-in {
  0% {
    transform: translateY(-2.5rem);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-down-out {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  70% {
    transform: translateY(3.5rem);
    opacity: 0;
  }
}
.choose-me {
  position: relative;
}
.choose-me__content h2 {
  text-align: center;
  font-family: var(--font-family-heading);
}
@media screen and (max-width: 920px) {
  .choose-me__content h2 {
    color: white;
  }
}
.choose-me__content h2:after {
  left: 50%;
  transform: translateX(-50%);
}
.choose-me__content .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  column-gap: 2rem;
  max-width: 1144px;
  margin: auto;
  position: relative;
  padding-bottom: 4rem;
}
.choose-me__content .cards .card {
  display: grid;
  grid-template-rows: 5rem 1fr 3.5fr;
  row-gap: 1rem;
  min-height: 4rem;
  box-shadow: 0 1.5rem 2.5rem -0.5rem rgba(30, 5, 70, 0.3);
  padding: 2rem 2.5rem;
  background: var(--color-primary);
  border-radius: 4px;
  color: #fff;
  font-weight: 300;
  transition: ease-out 0.2s;
}
.choose-me__content .cards .card:nth-of-type(2) .img img {
  height: 75%;
}
.choose-me__content .cards .card .img {
  flex: 0 1 304px;
  margin-bottom: 2rem;
  height: 4rem;
  display: flex;
  align-items: flex-end;
}
.choose-me__content .cards .card .img img {
  height: 100%;
}
.choose-me__content .cards .card .img lord-icon {
  width: 96px;
  height: 96px;
  align-self: center;
  margin-left: -1rem;
}
.choose-me__content .cards .card h3 {
  font-family: var(--font-family-heading);
  font-size: var(--font-size-h3);
  font-weight: 500;
  align-items: center;
  display: flex;
  line-height: 1.2;
}
.choose-me__content .cards .card p {
  flex: 1 1 40%;
  font-size: var(--font-size-body-larger);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
}
.choose-me__content .cards .card:hover {
  transform: translateY(-0.25rem) scale(1.02);
}
@media screen and (max-width: 920px) {
  .choose-me__content .cards {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    row-gap: 1rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.choose-me:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  left: 0;
  background: var(--color-primary-dark);
  z-index: -1;
}
@media screen and (max-width: 920px) {
  .choose-me:before {
    height: 100%;
  }
}
.choose-me:after {
  background-image: url("https://github.com/AmmDuncan/portfolio/blob/master/Group%206.png?raw=true");
  content: "";
  position: absolute;
  width: 100%;
  height: 12.5vw;
  bottom: -8.5vw;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.work {
  margin-top: 8vw;
}
.work__content {
  display: flex;
}
.work__content h2 {
  font-family: var(--font-family-heading);
}
.work__content h2:after {
  left: 0;
}
.work__content p {
  font-size: var(--font-size-body-larger);
  line-height: 1.6;
}
.work__content .text {
  flex: 1 0 38.2%;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
.work__content .text p {
  padding-right: 1rem;
  color: rgba(24, 22, 41, 0.85);
  line-height: 1.618;
}
.work__content .text .cta {
  margin-top: 3rem;
}
.work__content .img {
  flex: 2 0 61.8%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.work__content .img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .work__content {
    flex-flow: column;
    max-width: 580px;
    width: 90%;
  }
}












/* RESPONSIVITY */


@media only screen and (max-width: 1800px){
	
	 .palete--square .palete-color {
    height: 40%;
	}
	
	.hs__item {
    flex-grow: 1;
    flex-shrink: 0;
	flex-basis: calc(130% / 4 - (10px * 2) - (20px / 4));}
	
	.hs__item {    margin-left: 500px;}
	
	}
	

@media only screen and (max-width: 1625px){
	body article header  {
    padding-left: 15rem!important;
    padding-right: 15rem!important;
	margin-left: 15rem!important;
    margin-right: 15rem!important;
	} 
	
	.cd-header {
    padding-left: 12rem;
    padding-right: 12rem;
	} 
	
	.upper-header {
    margin-top: 10rem;
    padding-left: 15rem;
    padding-right: 15rem;
	} 
	
	.lower-header {
    margin-top: 10rem;
    padding-left: 15rem;
    padding-right: 15rem;
	}
	
	
	body article header{
    padding-left: 0rem!important;
		margin-left: 0rem!important;
	}
	
	.summary {
    margin-top: 10rem;
    padding-left: 15rem;
    padding-right: 15rem;
	}
	
	body .main-article {
    margin-top: 0rem;
    padding-left: 15rem!important;
    padding-right: 15rem!important;
	}
	
	body .summary {
    margin-top: 10rem;
    padding-left: 15rem!important;
    padding-right: 15rem!important;
	}
	
	.hs__wrapper .hs__arrows {
    text-align: right;
    display: inline-block!important;
    margin-top: 0rem;
    padding-left: 15rem!important;
	}
	.products {    
	font-size: 1em!important;
	}
	
	.status {    
	font-size: 1em!important;
	}
	
	.status-button{  
	font-size: 1em!important;
	}
	
	body .testimonials {
    margin-top: 5rem;
    padding-left: 15rem!important;
    padding-right: 15rem!important;
	}
	
	body .mapContainer {
    margin-top: 5rem;
    padding-left: 15rem!important;
    padding-right: 15rem!important;
	}
	
}






@media only screen and (max-width: 1550px){
	
	.palete--square .palete-color {
    height: 30%;
	}
	
	
	body .testimonials {
    margin-top: 5rem;
    padding-left: 15rem!important;
    padding-right: 15rem!important;
	}
	
	.profile-image{display:block!important;width:100%!important;height:400px;}
	.profile-info{display:block!important;width:100%!important;}
	.container {display: block!important;flex-direction: row;align-items: stretch;width: 100%;margin:0px auto 0px auto!important;}
	.profile-info h1 {font-size: 3rem;font-weight: 800;margin: 0.7rem;position: relative;animation-fill-mode: both;color: #232323;}
	.profile-info {margin-top: 30px!important;padding: 8% 8% 2% 8%;position: relative;}
	h1.first-name {animation: titleEffect 1s cubic-bezier(0,0.2,0.4,1);top: -5px;left: -5px!important;position:relative!important;}
	
	.slider-list {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    position: relative;
	scale: 2;
	}
	
	.overlay-inner{scale: 1;}
	.overlay{scale: 1;}
}






@media only screen and (max-width: 1100px){
	
	 body .summary {
    display: block!important;
	width:100%!important;
	}
	
	.summary-item {
	padding-top:1rem!important;
	padding-bottom:1rem!important;	
	}
	
	.hs__item {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(140% / 3 - (0px * 1) - (20px / 3));
	}
	
	body .testimonials {
    margin-top: 5rem;
    padding-left: 5rem!important;
    padding-right: 5rem!important;
	}
	
	
	.category {
	padding-left: 4rem!important;
    padding-right: 4rem!important;
	}
}





@media only screen and (max-width: 850px){
	
	body article header  {
    padding-left: 5rem!important;
    padding-right: 5rem!important;
	margin-left: 5rem!important;
    margin-right: 5rem!important;
	} 
	
	.cd-header {
    padding-left: 2rem;
    padding-right: 2rem;
	} 
	
	.upper-header {
    margin-top: 10rem;
    padding-left: 5rem;
    padding-right: 5rem;
	} 
	
	.lower-header {
    margin-top: 5rem;
    padding-left: 5rem;
    padding-right: 5rem;
	}
	
	.summary {
    margin-top: 5rem;
    padding-left: 5rem;
    padding-right: 5rem;
	}
	
	body .main-article {
    margin-top: 5rem;
    padding-left: 5rem!important;
    padding-right: 5rem!important;
	}
	
	body .summary {
    margin-top: 5rem;
    padding-left: 5rem!important;
    padding-right: 5rem!important;
	}
	
	body .testimonials {
    margin-top: 5rem;
    padding-left: 5rem!important;
    padding-right: 2rem!important;
	}
	
	.hs__wrapper .hs__arrows {
    text-align: right;
    display: inline-block!important;
    margin-top: 0rem;
    padding-left: 5rem!important;
	}
	
	.hs__item {
	flex-basis: calc(140% / 3 - (0px * 2) - (0px / 3))!important;
    margin-left: 380px;
	}
	
	.profile {
    max-height: 750px;
    max-width: 80%;
	margin: 0px auto 0px auto!important;
	}
	
}


@media only screen and (max-width: 650px){
	
	.cloneable {
	  padding: var(--container-padding);
	  justify-content: center;
	  align-items: center;
	  min-height: 50vh;
	  display: flex;
	  position: relative;
	  margin-top: -180px;
	  margin-bottom: 180px;
	}
	.mainBigTitle {
    font-size: 4rem!important;
	}
	
	body .summary3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 2em;
	font-family: 'Khula', sans-serif;
	color:black!important;
	}
	
	item-title{
	justify-content: space-between;
    font-size: 2em!important;
	font-family: 'Khula', sans-serif;
	}
	
	body .summary .summary-item {
	justify-content: space-between;
    font-size: 3em!important;
	font-family: 'Khula', sans-serif;
	}
	
	.profile-image{display:block!important;width:100%!important;height:300px;}
	h1.first-name {position:relative!important;    left: -5px!important;}
	.container{text-align:center!important;}
	body .profile-info p{text-align:center!important;}
	body .fab{text-align:center!important;align-items: center!important;}
	body .media-icons a {text-align:center!important;align-items: center!important;}
	body .social-media-icons a{text-align:center!important;justify-content: space-evenly!important;align-items: center!important;}
	body .social-media-icons {text-align:center!important;justify-content: space-evenly!important;align-items: center!important;}
	.profile-image {height: 300px!important;width: calc(100% - 90px);}
	footer p {
    text-align: left;
    flex-basis: 0;
    margin-bottom: 20px;
    font-size: 12px;
	}
	
	.nav__list-item {
   
    
    font-size: 5vh;
    line-height: 1.45;
   
}
}


@media only screen and (max-width: 480px){
	
	.par-md.cc-center-on-mobile {
        text-align: center!important;
    }
	
	.middletitle{
	padding-left:4rem!important;
	padding-right:4rem!important;
	}
    
	body .main-article {
	padding-left:4rem!important;
	padding-right:4rem!important;
	}
	
	.hs__item {
    flex-basis: calc(130% / 2 - (0px * 2) - (0px / 2))!important;
    margin-left: 220px;
	}
	
	.status-button {
    font-size: 1.2em;
	font-family: 'Khula', sans-serif;
    margin-top: 1rem;
    padding: 11px 24px;
	}
	
	
	body.nav-active .nav:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
	}
	
	.nav__list {
    display: block;
    height: 100%;
    align-items: center;
    transition: 0.2s ease-in-out;
	}
	
	
	body.nav-active .nav:after {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	height: 200vh;
	}
	
	
	body footer .footer{padding-left: 4rem!important;padding-right: 11rem!important;}
    
	.hs {
    width: 90%!important;
	overflow:hidden!important;
	}
	
	.productvideo {
	display:none!important;
	}
	
	.main-article h5 {
    line-height: 3rem;
	font-family: 'Khula', sans-serif!important;
	font-weight: 900;}
	
	.button-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start!important;
    width: 187px;
    margin-left: auto;
	}
	
	#footer p {
	color:white!important;
	}
	
	.sub-footer {
    background-color: #142136;
    text-align: left;
    color: var(--gray);
    padding: 1rem 0;
    padding-left: 2rem;
	}
	
	.footer {
    display: block;
    padding: 3rem;
	}
	
	.content-section ul li {
    list-style: none;
    padding: 10px 0px;
    display: flex;
    align-items: center;
    font-size: 16px;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    transition: 0.3s;
	}
	
	.status-circle {
    width: 6px;
    height: 6px;
    background-color: #396df0;
    position: absolute;
    border-radius: 50%;
    top: 9px;
    left: -20px;
	}
	
	.scroller-img {
    max-width: 330px;
	max-height: 130px;
    /* max-height: 30px; */
}
	
	.products {
    display: flex;
    align-items: center;
    width: 150px;
    margin-bottom: 1rem;
}
	
	.cd-header {
    FONT-WEIGHT: 200;
    padding-left: 2rem;
    padding-right: 0rem;
}
	.mainBigTitle {
    font-size: 3rem!important;
	}
	
	body .summary3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 1.8em;
	}
	
	
	 .palete--square .palete-color {
    height: 30%;
	}
	
	.content-section ul li {
	display:block!important;
	}
	
	.hs__item {
	flex-basis: calc(160% / 3 - (0px * 2) - (0px / 3))!important;
    margin-left: 220px;
	}
	
	.container {
    
    display:none!important;
    max-width: 160%;
    width: 160%;
    margin-left:-7rem!important;
	}
	
	body .mapContainer {
    margin-top: 5rem;
    padding-left: 20rem!important;
    padding-right: 20rem!important;
	}


	.button-wrapper{
	margin-left:0px!important
	}
	
	.status {
    margin-left: 1.6rem;
    width: 140px;
    font-size: 15px;
    position: relative;
	}
	
	.profile {
    max-height: 840px!important;
	}
	
	.profile-image{display:block!important;width:100%!important;height:100px;}
	
	.profile-image {
    height: 300px!important;
    width: calc(100% - 90px);
	}
	
	body section.container{
	display:block!important;	
	margin-left:0px!important;
	}
	
	section p {
    font-size: 23px;
	padding-left: 0rem;
    padding-right: 0rem;
	}
	
	h1.first-name {
	padding-left: 2rem;
    padding-right: 2rem;
	top: 5px;
	}
	
	
}


	@media only screen and (max-width: 380px){

		.palete--square .palete-color {
		height: 30%;
		}

	}
	




	body .mapContainer {
    margin-top: 5rem;
    padding-left: 20rem!important;
    padding-right: 20rem!important;
	}


	a,
    a:hover,
    a:focus,
    a:active {
    text-decoration: none;
    outline: none;
    }
        
    a,
    a:active,
    a:focus {
    color: #6f6f6f;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    }
        
    ul {
    margin: 0;
    padding: 0;
    list-style: none;
    }

    img {
    max-width: 100%;
    height: auto;
	}

    section {
    padding: 60px 0;
    }

	.testimonials {
    padding-left:20rem;
	padding-right:20rem;
	margin-top: 0rem;
	}

	.testimonials .heading {
    margin-bottom: 60px;
	}

	.testimonials .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #313e4b;
    margin-bottom: 20px;
		font-family: 'Khula', sans-serif;
	}

	.testimonials .heading h2 span {
    font-weight: 300;
    color: #02a2c4;
    margin: 0;
	}

	.testimonials .heading p {
    font-size: 1.6em;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
	}

	.testimonials .box {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 40px;
    border-radius: 15px;
    margin-bottom: 40px;
    transition: all 0.4s ease-in-out;
	min-height: 750px;
	}

	.testimonials .box h3 {
    font-size: 1.4em;
    font-weight: 500;
    color: #313e4b;
	font-family: 'Khula', sans-serif;
	}

	.testimonials .box:hover {
	transform: translateY(-10px);
	}

	.testimonials .box h3 span {
    font-size: 1.2em!important;
    color: #02a2c4;
    margin-left: 0px;
	line-height:2rem!important;
	font-family: 'Khula', sans-serif;
	}

	.testimonials .box p {
	margin-bottom: 20px;
    color: #232323;
    font-size: 1.4em;
    font-family: 'Khula', sans-serif!important;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-right: 20px;
    font-weight:300!important;
	text-rendering: optimizeLegibility!important;
	line-height:1.3!important;
	}

	.testimonials .box .image img {
    width: 70px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    display: inline-block;
	margin-bottom:2rem!important;
	}
	.testimonials .box .icon {
    border: 1px solid #eee;
    color: #777777;
    width: 35px!important;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
	}

	.testimonials .box .icon:hover {
    color: #ffffff;
    border: 1px solid #02a2c4;
    background: #02a2c4;
	}
	





:root {
  --color: #3c3163;
  --transition-time: 0.5s;
}

* {
  box-sizing: border-box;
}


a {
  color: inherit;
}

.cards-wrapper {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 0rem;
  padding-right: 0rem;
  margin: 0 auto;
  width: 100%!important;
}

.card {
  font-family: "Gilroy ExtraBold", sans-serif!important;
  --bg-filter-opacity: 0.5;
  background-image: linear-gradient(rgba(0,0,0,var(--bg-filter-opacity)),rgba(0,0,0,var(--bg-filter-opacity))), var(--bg-img);
  height: 20em;
  width: 15em;
  font-size: 1.5em;
  color: white;
  border-radius: 1em!important;
  padding: 1em;
  /*margin: 2em;*/
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  transition: all, var(--transition-time);
  position: relative;
  overflow: hidden;
  border: 10px solid #ccc!important;
  text-decoration: none;
}

.card:hover {
  transform: rotate(0);
}



.card h1 {
  margin: 0;
  font-size: 1.5em;
	font-weight:900;
  line-height: 1.2em;
  font-family: "Gilroy ExtraBold", sans-serif!important;
  padding-top:8rem!important
}

.card p {
  font-family: "Gilroy ExtraBold", sans-serif!important;
  font-size: 0.75em;
  font-family: 'Open Sans';
  margin-top: 0.5em;
  line-height: 2em;
}

.card .tags {
  display: flex;
}

.card .tags .tag {
  font-size: 0.75em;
  background: rgba(255,255,255,0.5);
  border-radius: 0.3rem;
  padding: 0 0.5em;
  margin-right: 0.5em;
  line-height: 1.5em;
  transition: all, var(--transition-time);
}

.card:hover .tags .tag {
  background: var(--color);
  color: white;
}

.card .date {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75em;
  padding: 1em;
  line-height: 1em;
  opacity: .8;
}

.card:before, .card:after {
  content: '';
  transform: scale(0);
  transform-origin: top left;
  border-radius: 50%;
  position: absolute;
  left: -50%;
  top: -50%;
  z-index: -5;
  transition: all, var(--transition-time);
  transition-timing-function: ease-in-out;
}

.card:before {
  background: #ddd;
  width: 250%;
  height: 250%;
}

.card:after {
  background: white;
  width: 200%;
  height: 200%;
}

.card:hover {
  color: var(--color);
}

.card:hover:before, .card:hover:after {
  transform: scale(1);
}

.card-grid-space .num {
  font-size: 3em;
  margin-bottom: 1.2rem;
  margin-left: 1rem;
}

.info {
  font-size: 1.2em;
  display: flex;
  padding: 1em 3em;
  height: 3em;
}

.info img {
  height: 3em;
  margin-right: 0.5em;
}

.info h1 {
  font-size: 1em;
  font-weight: normal;
}






/*FOOTER*/
.footer{
background-color:var(--dark);
width:100%;
display:flex;
align-items:top;
padding:5rem 0;
}

.footer section{
padding:1rem 2rem;
width:100%;
vertical-align:top;
}

.footer section h3{
color:var(--white);
}

.footer section a{
color:var(--gray);
display:flex;
align-items:center;
white-space:nowrap;
margin:15px 0;
}

.footer section a:hover{
color:var(--white);
}

.footer section:nth-child(2) a:before,.footer section:nth-child(3) a:before{
content:"";
font-family:"FontAwesome";
margin-right:5px;
color:var(--white);
}

.footer section a span{
margin:0 10px;
}

.sub-footer{
background-color:#142136;
text-align:Center;
color:var(--gray);
padding:1rem 0;
}

.mapContainer{
	padding-left:27rem!important;
	padding-right:27rem!important;
}

}


@media (max-width:2000px){
.hero h1 {
    font: bold 70px "Open Sans", sans-serif;
    margin-bottom: 15px;
    color: #353cf7;
    padding-left: 23rem;
    padding-right: 23rem;
    font-family: "Gilroy ExtraBold", sans-serif!important;
    font-weight: 300;
}
}





@media screen and (min-device-width: 1400px) and (max-device-width:2000px) { 
    .hero h1 {
		font: bold 70px "Open Sans", sans-serif;
		margin-bottom: 15px;
		color: #353cf7;
		padding-left: 15rem;
		padding-right: 15rem;
		font-family: "Gilroy ExtraBold", sans-serif!important;
		font-weight: 300;
	}
}


@media (max-width:1600px){
	.summary-item {
    width: 90%!important;
    display: block!important;
	}
}


@media (max-width:1500px){
	.profile-image {
		margin-left: 0rem;
	}
}


@media (max-width:1400px){
	.hero h1 {
		font: bold 60px "Open Sans", sans-serif;
		margin-bottom: 15px;
		color: #353cf7;
		padding-left: 15rem;
		padding-right: 15rem;
		font-family: "Gilroy ExtraBold", sans-serif!important;
		font-weight: 300;
	}

	.hero h1 {
		font: bold 50px "Open Sans", sans-serif;
		margin-bottom: 15px;
		color: #353cf7;
		padding-left: 15rem;
		padding-right: 15rem;
		font-family: "Gilroy ExtraBold", sans-serif!important;
		font-weight: 300;
	}
	.hero h3 {
		font: normal 27px "Open Sans", sans-serif;
		margin-bottom: 40px;
		color: #232323;
		padding-left: 23rem;
		padding-right: 23rem;
	}
}


@media (max-width:1200px){
	.hero h1 {
		font: bold 50px "Open Sans", sans-serif;
		margin-bottom: 15px;
		color: #353cf7;
		padding-left: 22rem;
		padding-right: 22rem;
		font-family: "Gilroy ExtraBold", sans-serif!important;
		font-weight: 300;
	}
	.hero h3 {
		font: normal 27px "Open Sans", sans-serif;
		margin-bottom: 40px;
		color: #232323;
		padding-left: 23rem;
		padding-right: 23rem;
	}
}






@media (max-width:1000px){
	.hero h1 {
    font: bold 50px "Open Sans", sans-serif;
    margin-bottom: 15px;
    color: #353cf7;
    padding-left: 22rem;
    padding-right: 22rem;
    font-family: "Gilroy ExtraBold", sans-serif!important;
    font-weight: 300;
	}
	.mapContainer{
	padding-left: 12rem!important;
    padding-right: 12rem!important;
	}
	
	.main-article {
    padding-left: 10rem;
    padding-right: 10rem;
	}
	.scroller-img {
    max-width: 280px;
    max-height: 280px;
	}
}



@media (max-width:1020px){
	.mapContainer{
		padding-left: 12rem!important;
		padding-right: 12rem!important;
	}
	.hero h1 {
		font: bold 50px "Open Sans", sans-serif;
		margin-bottom: 15px;
		color: #353cf7;
		padding-top: 13rem;
		padding-left: 12rem;
		padding-right: 12rem;
		font-family: "Gilroy ExtraBold", sans-serif!important;
		font-weight: 300;
	}
	.hero h3 {
		font: normal 27px "Open Sans", sans-serif;
		margin-bottom: 40px;
		color: #232323;
		padding-left: 13rem;
		padding-right: 13rem;
	}
	.footer{
		display:block;
	}
	.footer section{
		padding:1rem 1rem;
	}
	.footer section:nth-child(2), .footer section:nth-child(3){
		width:49%;
		display:inline-block;
	}
	
	.hero .background-image {
    top: 0%;
    left: -50%;
    width: 150%;
    height: 100%;
}
}



/* MEDIA QUERIES */
@media screen and (max-width: 1285px) {
  .cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }
	
		.hero .background-image {
    top: 0%;
    left: -50%;
    width: 200%;
    height: 100%;
}
}



@media screen and (max-width: 900px) {
  	.cards-wrapper {
    	grid-template-columns: 1fr;
  	}
  	.info {
    	justify-content: center;
 	 }
  	.card-grid-space .num {
    /margin-left: 0;
    /text-align: center;
  	}
	.hero h1 {
		margin-bottom: 15px;
    	color: #353cf7;
		padding-top: 13rem;
    	padding-left: 6rem;
    	padding-right: 6rem;
    	font-weight: 900;
	}
	.hero h3 {
		font-family: 'Khula', sans-serif!important;
    	margin-bottom: 40px;
    	color: #232323;
    	padding-left: 6rem;
    	padding-right: 6rem;
		font-size:2rem!important;
	}
	
	.profile-image {
    	animation: loadProfileImage 1s ease-in-out 0.5s;
    	animation-fill-mode: both;
    	position: relative;
    	border-radius: 10px;
    	box-shadow: 0 25px 45px -20px rgba(53, 60, 247, 0.55), inset 0 0px 120px rgba(55, 13, 1, 0.75);
    	width: 30%;
    	flex: none;
    	background-image: url(../img/MeParis2.png);
    	background-size: cover;
    	background-position: center;
    	margin-left: 0rem;
	}
	
	 .scroller-container {
    	overflow: hidden;
		width:90%!important;
  	}
	
	.hero .background-image {
    top: 0%;
    left: -50%;
    width: 200%;
    height: 100%;
}
}



@media screen and (max-width: 500px) {
  .cards-wrapper {
    padding: 4rem 2rem;
  }
  .card {
    max-width: calc(100vw - 4rem);
  }
  .hero h1 {
   	padding-top: 4rem;
    padding-left: 3rem;
    padding-right: 3rem;
    font-family: 'Khula', sans-serif!important;
    margin-bottom: 15px;
    color: #353cf7;
    font-weight: 900;
	font-size: 2.7rem!important;
	      line-height: 1.3!important;
  }
  .scroller-container {
    overflow: hidden;
	width:90%!important;
  }
  .main-article{
    overflow: hidden;
	width:100%!important;
  }
  .hero{
    overflow: hidden;
	width:100%!important;
  }
	
  .profile-image {
    animation: loadProfileImage 1s ease-in-out 0.5s;
    animation-fill-mode: both;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 25px 45px -20px rgba(53, 60, 247, 0.55), inset 0 0px 120px rgba(55, 13, 1, 0.75);
    width: 30%;
    flex: none;
    background-image: url(../img/MeParis2.png);
    background-size: cover;
    background-position: center;
    margin-left: 0rem!important; 
  }
	
  .cloneable{
    overflow: hidden;
	width:100%!important;
  }
	
	.spacer-16rem cc-8-on-mobile{
		overflow: hidden;
		width:100%!important;
  }
	
	.profile{
		overflow: hidden;
		width:100%!important;
    }
	.overlay{
		overflow: hidden;
		width:80%!important;
    }
	.main{
		overflow: hidden;
		width:100%!important;
    }
	
	.slider-wrap{
		overflow: hidden;
		width:100%!important;
    }
	
	.scroller-container{
		overflow: hidden;
		width:100%!important;
 	}
	
	.scroller{
		width:100%!important;
  	}
	.hero h3 {
    font-family: 'Khula', sans-serif!important;
    margin-bottom: 40px;
    color: #232323;
    padding-left: 6rem;
    padding-right: 6rem;
    font-size: 1.7rem!important;
}
	section .content {
    margin-left: 0px!important;
    padding-left: 0rem;
    padding-right: 0rem;
}
		.testimonials .box p  {
    margin-left: 0px!important;
    padding-left: 0rem;
    padding-right: 0rem;
}
	img {
    max-width: 120%!important;
}
	.social-media-icons {
    width: 100%!important;
}
	.hs__item:first-child {
    margin-left: calc(-45px * 2);
}
	h1.first-name {
    top: -55px!important;
}
	body article header {
    padding-left: 0rem!important;
    padding-right: 5rem!important;
    margin-left: 0rem!important;
    margin-right: 5rem!important;
}
	.profile {
   
    max-width: 100%!important;
    padding-left: 2rem!important;
    padding-right: 2rem!important;
}
	
	[data-slider="slide"] {
    	opacity: 0.8;
	}
	.heroheading {
		font-family: 'Khula', sans-serif;
		line-height: 1.1em;
		font-weight: 900;
		letter-spacing: -0.04em;
		margin: auto;
		margin-bottom: 18px;
		font-size: 2.6rem!important;
		position: relative;
	}
	
	.hero .background-image {
 
    top: -13%;
    left: -50%;
    width: 480%;
    height: 100%;
 
}
body article .reduceleft .reduceright {
    padding-left: 3rem!important;
    padding-right: 3rem!important;
}
	
	body article .reduceright img {
    padding-left: 3.3rem!important;
}
	
	.highlighted{
		padding-left: 3rem!important;
		text-align:center!important;
		padding-left: 3rem!important;
		
}
	
	body article .reduceright {
    padding-left: 4rem!important;
    padding-right: 4rem!important;

}
	body article .reduceleft {
    padding-left: 4rem!important;
    padding-right: 4rem!important;

}
	body article .reduceleft img {
    padding-right: 3.3rem!important;
}
	body .mapContainer {
    padding-left: 4rem!important;
    padding-right: 4rem!important;
}
	section .content {
    margin-left:0px!important;
}
	
	.logo-wrap a {
    line-height: 20px;
    }
	
	.hs__item {
    flex-basis: calc(180% / 3 - (0px * 2) - (10px / 3))!important;
}
	
}

@media screen and (max-width: 450px) {
	.logo-wrap a {
    cursor: pointer;
    font-weight: normal;
    font-size: 20px!important;
		}
  .scroller-container {
    overflow: hidden;
	width:100%!important;
  }
  .info {
    display: block;
    text-align: center;
  }
	#map{
	padding-left:0rem!important;
	padding-right:0rem!important;
}
  .info h1 {
    margin: 0;
 *