/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i");
@import url("https://fonts.googleapis.com/css?family=Cabin");

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
  * Remove default margin.
  */

body {
  margin: 0;
}

/* HTML5 display definitions
    ========================================================================== */
/**
  * Correct `block` display not defined for any HTML5 element in IE 8/9.
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox.
  * Correct `block` display not defined for `main` in IE 11.
  */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
  * 1. Correct `inline-block` display not defined in IE 8/9.
  * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
  */

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

/**
  * Prevent modern browsers from displaying `audio` without controls.
  * Remove excess height in iOS 5 devices.
  */

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

/**
  * Address `[hidden]` styling not present in IE 8/9/10.
  * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
  */

[hidden],
template {
  display: none;
}

/* Links
    ========================================================================== */
/**
  * Remove the gray background color from active links in IE 10.
  */

a {
  background-color: transparent;
}

/**
  * Improve readability of focused elements when they are also in an
  * active/hover state.
  */

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

/* Text-level semantics
    ========================================================================== */
/**
  * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
  */

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

/**
  * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
  */

b,
strong {
  font-weight: bold;
}

/**
  * Address styling not present in Safari and Chrome.
  */

dfn {
  font-style: italic;
}

/**
  * Address variable `h1` font-size and margin within `section` and `article`
  * contexts in Firefox 4+, Safari, and Chrome.
  */

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

/**
  * Address styling not present in IE 8/9.
  */

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

/**
  * Address inconsistent and variable font size in all browsers.
  */

small {
  font-size: 80%;
}

/**
  * Prevent `sub` and `sup` affecting `line-height` in all browsers.
  */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
    ========================================================================== */
/**
  * Remove border when inside `a` element in IE 8/9/10.
  */

img {
  border: 0;
}

/**
  * Correct overflow not hidden in IE 9/10/11.
  */

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

/* Grouping content
    ========================================================================== */
/**
  * Address margin not present in IE 8/9 and Safari.
  */

figure {
  margin: 1em 40px;
}

/**
  * Address differences between Firefox and other browsers.
  */

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

/**
  * Contain overflow in all browsers.
  */

pre {
  overflow: auto;
}

/**
  * Address odd `em`-unit font size rendering in all browsers.
  */

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

/* Forms
    ========================================================================== */
/**
  * Known limitation: by default, Chrome and Safari on OS X allow very limited
  * styling of `select`, unless a `border` property is set.
  */
/**
  * 1. Correct color not being inherited.
  *    Known issue: affects color of disabled elements.
  * 2. Correct font properties not being inherited.
  * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
  */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
  * Address `overflow` set to `hidden` in IE 8/9/10/11.
  */

button {
  overflow: visible;
}

/**
  * Address inconsistent `text-transform` inheritance for `button` and `select`.
  * All other form control elements do not inherit `text-transform` values.
  * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
  * Correct `select` style inheritance in Firefox.
  */

button,
select {
  text-transform: none;
}

/**
  * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
  *    and `video` controls.
  * 2. Correct inability to style clickable `input` types in iOS.
  * 3. Improve usability and consistency of cursor style between image-type
  *    `input` and others.
  */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
  * Re-set default cursor for disabled elements.
  */

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

/**
  * Remove inner padding and border in Firefox 4+.
  */

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

/**
  * Address Firefox 4+ setting `line-height` on `input` using `!important` in
  * the UA stylesheet.
  */

input {
  line-height: normal;
}

/**
  * It's recommended that you don't attempt to style these elements.
  * Firefox's implementation doesn't respect box-sizing, padding, or width.
  *
  * 1. Address box sizing set to `content-box` in IE 8/9/10.
  * 2. Remove excess padding in IE 8/9/10.
  */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
  * Fix the cursor style for Chrome's increment/decrement buttons. For certain
  * `font-size` values of the `input`, it causes the cursor style of the
  * decrement button to change from `default` to `text`.
  */

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

/**
  * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
  * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
  */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
  * Remove inner padding and search cancel button in Safari and Chrome on OS X.
  * Safari (but not Chrome) clips the cancel button when the search input has
  * padding (and `textfield` appearance).
  */

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

/**
  * Define consistent border, margin, and padding.
  */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
  * 1. Correct `color` not being inherited in IE 8/9/10/11.
  * 2. Remove padding so people aren't caught out if they zero out fieldsets.
  */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
  * Remove default vertical scrollbar in IE 8/9/10/11.
  */

textarea {
  overflow: auto;
}

/**
  * Don't inherit the `font-weight` (applied by a rule above).
  * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
  */

optgroup {
  font-weight: bold;
}

/* Tables
    ========================================================================== */
/**
  * Remove most spacing between table cells.
  */

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

td,
th {
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

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

h1 {
  font-size: 2em;
}

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

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

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

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

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: \201c \201d \2018 \2019;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

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

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

body,
figure {
  margin: 0;
}

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

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* {
  box-sizing: border-box;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes slideInFromUp {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(100%);
  }
}

@font-face {
  font-family: "Savoy";
  src: url("../fonts/Savoy-Roman-webfont.woff") format("woff"),
    url("../fonts/Savoy-Roman-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "savoybold";
  src: url("../fonts/Savoy-Bold-webfont.woff") format("woff"),
    url("../fonts/Savoy-Bold-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "savoyitalic";
  src: url("../fonts/Savoy-Italic-webfont.woff") format("woff"),
    url("../fonts/Savoy-Italic-webfont.ttf") format("truetype");
}

/*================ Mixins ================*/
/*============================================================================
   Prefix mixin for generating vendor prefixes.
   Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss
 
   Usage:
     // Input:
     .element {
       @include prefix(transform, scale(1), ms webkit spec);
     }
 
     // Output:
     .element {
       -ms-transform: scale(1);
       -webkit-transform: scale(1);
       transform: scale(1);
     }
 ==============================================================================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/

.grid {
  font-size: 0;
  margin-left: -20px;
}

.grid > * {
  padding-left: 20px;
  text-align: left;
  vertical-align: top;
  display: inline-block;
  font-size: 17px;
}

.grid--middle > * {
  vertical-align: middle;
}

.grid--bottom > * {
  vertical-align: bottom;
}

.grid--center {
  text-align: center;
}

.grid--full {
  margin-left: 0;
}

.grid--full > * {
  padding-left: 0;
  padding-right: 0;
}

.grid--narrow {
  margin-left: -6.66667px;
}

.grid--narrow > * {
  padding-left: 6.66667px;
  padding-right: 6.66667px;
}

.grid--rev {
  direction: rtl;
}

.grid--rev > * {
  direction: ltr;
}

.grid-1of1 {
  width: 100%;
}

.grid-1of2 {
  width: 50%;
}

.grid-1of3 {
  width: 33.33333%;
}

.grid-1of4 {
  width: 25%;
}

html,
body {
  color: #444444;
  font-size: 17px;
}

.blue {
  color: #627eff;
}

.purple {
  color: #cb8eff;
}

.green {
  color: #5ecebf;
}

.light-grey {
  color: #c9c9c9;
}

h1:first-child {
  margin-top: -8px;
}

p:first-child {
  margin-top: 0;
}

h3:first-child {
  margin-top: 0;
}

.double-input {
  display: flex;
  flex-direction: row;
}

.double-input .input-container {
  flex-grow: 1;
  margin: 0;
}

.double-input .input-wrapper {
  width: auto;
}

.input-wrapper:first-child {
  margin-top: 40px;
}

h1,
h2,
.h1,
.h2,
.pricing-output {
  font-family: "savoybold", "Lora", serif;
  font-weight: normal;
}

h1,
.h1 {
  font-size: 42px;
  letter-spacing: 0.5px;
}

h2,
.h2 {
  font-size: 32px;
  letter-spacing: 1px;
}

h3,
.h3,
.pricing-range--output,
.over50K {
  font-size: 14px;
}

h3,
.h3,
ol,
ul,
nav,
.pricing-range--output,
.over50K {
  font-family: "p22-underground", "Cabin", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}

ol,
ul {
  font-size: 12px;
}

a,
a:visited,
a:active {
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #444444;
}

a.u-italic,
a.u-italic:visited,
a.u-italic:active {
  color: #444444;
}

a.u-italic:hover,
a.u-italic:focus,
a.u-italic:visited:hover,
a.u-italic:visited:focus,
a.u-italic:active:hover,
a.u-italic:active:focus {
  color: #cb8eff;
}

.login a.u-italic,
.login a.u-italic:visited,
.login a.u-italic:active {
  color: #627eff;
}

.login a.u-italic:hover,
.login a.u-italic:focus,
.login a.u-italic:visited:hover,
.login a.u-italic:visited:focus,
.login a.u-italic:active:hover,
.login a.u-italic:active:focus {
  color: #cb8eff;
}

nav a,
nav a:visited,
nav a:active {
  display: inline-block;
  position: relative;
  margin: 0 30px;
}

nav a.button,
nav a:visited.button,
nav a:active.button {
  margin-right: 0;
}

nav a.button:after,
nav a:visited.button:after,
nav a:active.button:after {
  bottom: 0;
}

nav a:after,
nav a:visited:after,
nav a:active:after {
  position: absolute;
  bottom: -10px;
  content: "";
  display: block;
  height: 1px;
  width: 0;
  background-color: transparent;
  transition: width 0.3s ease, background-color 0.3s ease;
}

nav a:hover:after,
nav a:focus:after,
nav a:visited:hover:after,
nav a:visited:focus:after,
nav a:active:hover:after,
nav a:active:focus:after {
  width: 100%;
  background-color: #444444;
}

nav a.button:hover:after,
nav a.button:focus:after,
nav a.button:visited:hover:after,
nav a.button:visited:focus:after,
nav a.button:active:hover:after,
nav a.button:active:focus:after {
  background-color: transparent;
}

p,
.p {
  font-family: "Savoy", "Lora", serif;
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 0.5px;
}

p a,
p a:active,
p a:visited,
.p a,
.p a:active,
.p a:visited {
  color: #5ecebf;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

p a:hover,
p a:focus,
.p a:hover,
.p a:focus {
  color: #cb8eff;
}

label,
.form-error--text,
.label,
button,
.button,
nav,
.nav,
input,
textarea,
select {
  font-family: "p22-underground", "Cabin", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

label,
.form-error--text,
.label,
input,
textarea,
select {
  font-size: 14px;
  letter-spacing: 1px;
}

button,
.button,
nav,
.nav {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-decoration: none;
  color: #444444;
}

.button--default {
  background-color: #faf8f5;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.button--default:hover,
.button--default:focus {
  background-color: #c9c9c9;
  color: #faf8f5;
}

.button--cta {
  background-color: white;
  color: #444444;
  box-shadow: inset 0 0 0 1px #c9c9c9;
  position: relative;
  vertical-align: middle;
}

.button--cta.button--dark {
  background-color: #444444;
  color: white;
  box-shadow: none;
  border: none;
}

.button--cta.button--dark:hover,
.button--cta.button--dark:focus {
  background-color: #444444;
  color: white;
}

.button--cta.button--cta.button--dark:after {
  position: absolute;
  bottom: 15px;
  left: 30px;
  content: "";
  display: block;
  height: 1px;
  width: 0;
  background-color: transparent;
  transition: width 0.3s ease, background-color 0.3s ease;
}

.button--cta.button--cta.button--dark:hover:after,
.button--cta.button--cta.button--dark:focus:after {
  width: calc(100% - 60px);
  background-color: white;
}

.button--cta:hover,
.button--cta:focus {
  background-color: white;
  color: #444444;
}

.button--cta::before,
.button--cta::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

a.contact-links {
  font-family: "savoybold", "Lora", serif;
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 40px;
  display: block;
  color: #444444;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

a.contact-links:hover,
a.contact-links:focus {
  color: #cb8eff;
}

.draw {
  transition: color 0.15s;
}

.draw::before,
.draw::after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
}

.draw::before {
  top: 0;
  left: 0;
}

.draw::after {
  bottom: 0;
  right: 0;
}

.draw:hover,
.draw:active,
.draw:focus {
  color: #444444;
}

.draw:hover::before,
.draw:hover::after,
.draw:focus::before,
.draw:focus::after,
.draw:active::before,
.draw:active::after {
  width: 100%;
  height: 100%;
}

.draw:focus::before,
.draw:hover::before,
.draw:active::before {
  border-top-color: #444444;
  border-right-color: #444444;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}

.draw:focus::after,
.draw:hover::after,
.draw:active::after {
  border-bottom-color: #444444;
  border-left-color: #444444;
  transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s,
    height 0.15s ease-out 0.45s;
}

.combo > .combo-first {
  width: 0;
  white-space: nowrap;
}

.combo > .combo-last {
  width: 100%;
}

.combo-first,
.combo-last {
  display: table-cell;
  vertical-align: top;
}

.combo--rev > .combo-first {
  width: 100%;
  white-space: normal;
  padding-right: 0;
}

.combo--rev > .combo-last {
  width: 0;
  white-space: nowrap;
  padding-left: 20px;
}

.combo--middle > .combo-first,
.combo--middle > .combo-last {
  vertical-align: middle;
}

.combo--full > .combo-first,
.combo--full > .combo-last {
  padding-left: 0;
  padding-right: 0;
}

.container {
  -ms-flex: 1;
  flex: 1;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  border-bottom: 1px solid transparent;
}

.container--inner {
  -ms-flex: 1;
  flex: 1;
  margin-top: 200px;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-bottom: 1px solid transparent;
}

.container--inner.smaller-top-margin {
  margin-top: 125px;
}

.container--inner.small-top-margin {
  margin-top: 100px;
}

header {
  position: fixed;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 1280px;
  height: 100px;
  width: 100%;
  z-index: 9999;
}

.header-container {
  height: 100px;
  position: relative;
  display: flex;
}

.header-container .combo--middle {
  margin: auto;
}

.header-container .combo-last {
  text-align: right;
}

.jump-target:before {
  content: "";
  display: block;
  height: 150px;
  /* fixed header height*/
  margin: -150px 0 0;
  /* negative fixed header height */
}

footer {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

footer .footer {
  margin: auto;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

nav.footer span.footer-copy {
  text-align: center;
}

footer .footer a:last-child {
  margin-right: 0;
}

nav.footer a,
nav.footer a:visited,
nav.footer a:active,
nav.footer span {
  margin: 0 30px;
  white-space: nowrap;
  font-family: "p22-underground", "Cabin", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 2.08;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

header .combo-last nav.footer {
  display: none;
}

.menu-burger {
  width: 30px;
  height: 20px;
  padding: 1px;
  position: fixed;
  top: 20px;
  right: 20px;
  left: auto;
  cursor: pointer;
}

.menu-line {
  background-color: #4a4a4a;
  height: 1.5px;
  width: 25px;
  position: absolute;
  left: 3px;
}

.menu-line--top {
  top: 3px;
}

.menu-line--middle {
  top: 11px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-line--bottom {
  top: 19px;
}

.slide-out {
  right: 0;
}

.to-x-middle {
  transform: translateX(-10px);
}

body {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

body.within-iframe {
  background-color: #fff;
}

.padding {
  padding: 115px 100px 0;
}

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-header {
  min-width: 215px;
  text-align: right;
}

.flex-content {
  margin-left: 60px;
  width: 100%;
}

.index h2 {
  margin-bottom: 0;
}

.index h3 {
  margin-top: 10px;
}

.soloText {
  max-width: 515px;
}

/*============================================================================
   Form scaffolding
     - Selectors setup for you to style form elements how you want
     - Focus, error, and disabled states are set to be extended
 ==============================================================================*/

input,
textarea,
select {
  border-bottom: 1px solid #c9c9c9;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  padding: 15px 0;
  max-width: 100%;
  display: inline-block;
}

input:invalid,
textarea:invalid,
select:invalid {
  box-shadow: none;
}

input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
  background-color: white;
  border-color: #c9c9c9;
  color: #c9c9c9;
}

input[type="text"][disabled],
textarea[type="text"][disabled],
select[type="text"][disabled] {
  color: #c9c9c9;
  cursor: not-allowed;
}

.form-error--border {
  border-bottom: 1px solid #c92539;
}

.form-disabled--border {
  border-bottom: 1px solid #c9c9c9;
}

.form-error--text {
  font-size: 12px;
  color: #c92539;
  padding: 10px 0 0 0;
}

textarea {
  min-height: 100px;
}

button,
.button {
  padding: 18px 30px;
}

/*================ Custom select style ================*/

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url("../icons/chevron.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  text-indent: 0.01px;
  text-overflow: "";
  cursor: pointer;
  /*================ Hide the svg arrow in IE9 ================*/
}

.ie9 select {
  padding-right: 10px;
  background-image: none;
}

select::-ms-expand {
  display: none;
}

/*================ Error styles ================*/

input,
select,
textarea {
  letter-spacing: 1px;
  line-height: 1.35;
  width: 100%;
  outline: none;
}

input.input-error,
select.input-error,
textarea.input-error {
  border-color: #c92539;
  background-color: #c92539;
  color: #c92539;
}

/*= input focus effects css
 =========================== */

.label-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.inputLabel {
  font-size: 14px;
}

.inputLabel--small {
  font-size: 12px;
}

.inputLabel--error {
  color: #c92539;
}

:focus {
  outline: none;
}

.input-wrapper,
.input-wrapper--noAnimate {
  width: 510px;
  margin: 0;
}

.input-container {
  margin: 40px 0 0 0;
}

.input-wrapper {
  position: relative;
}

.input-wrapper--noAnimate {
  position: static;
}

.input-checkboxSubmitGroup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.label-transition {
  border: 0;
  padding: 20px 0;
  border-bottom: 1px solid #c9c9c9;
  background-color: transparent;
  font-family: "Savoy", "Lora", serif;
  text-transform: none;
  font-size: 17px;
}

.label-transition ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #444444;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.label-transition--small {
  position: absolute;
  left: 0;
  top: -15px;
}

.label-transition:focus ~ .focus-border,
.has-content.label-transition ~ .focus-border {
  width: 100%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.label-transition ~ label,
.label-transition ~ .form-error--text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 15px;
  font-weight: 400;
  color: #444444;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 1px;
}

.label-transition:focus ~ label,
.label-transition:focus ~ .form-error--text,
.has-content.label-transition ~ label,
.has-content.label-transition ~ .form-error--text {
  top: -16px;
  font-size: 12px;
  pointer-events: none;
  font-weight: 400;
  color: #c9c9c9;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 1px;
}

.form-notice {
  text-align: center;
  text-transform: uppercase;
  font-family: p22-underground, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;

}
.form-notice.form-notice--highlight {
  display: inline-block;
  background: rgba(70,131,244,.1);
  padding: 35px 40px 35px;
  margin-bottom: 2em;

}

.form-notices {
  text-align: center;
  max-width: 100%;
}

@media only screen and (min-width:1025px) {
  .form-notices {
    max-width: 510px;
  }

  .login p:first-child {
      margin: 0;
  }
}

.form-notice a,
.form-notice a:hover,
.form-notice a:visited, 
.form-notice a:active {
  color: #222;
  border-bottom: 1px solid #222;
  padding-bottom: 3px;
}

.has-content--border {
  border-bottom: 1px solid #c9c9c9;
}

.toggle-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}

.toggle-icon.fa {
  display: inline-block;
  font-size: 1.5rem;
}

.icon-eye--open {
  background-image: url("../icons/visible.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.icon-eye--closed {
  background-image: url("../icons/hidden.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

label.inputCheckbox,
.inputCheckbox.form-error--text {
  text-transform: capitalize;
  font-family: "savoyitalic", "Lora";
  font-size: 17px;
  letter-spacing: 0.5px;
  display: inline-block;
}

label.inputCheckbox input[type="checkbox"],
.inputCheckbox.form-error--text input[type="checkbox"] {
  margin-right: 25px;
}

input[type="checkbox"] {
  display: inline-block;
  width: auto;
  /* Custom checkbox */
}

input[type="checkbox"]:before,
input[type="checkbox"]:after {
  position: relative;
  display: inline-block;
  content: "";
  background-color: white;
}

input[type="checkbox"]:before {
  border: 1px solid #c9c9c9;
  width: 20px;
  height: 20px;
  margin-top: -7px;
}

input[type="checkbox"]:after {
  width: 14px;
  height: 14px;
  left: 3px;
  top: -25px;
  border: 1px solid white;
}

input[type="checkbox"]:checked:after {
  background-color: white;
}

input[type="checkbox"]:disabled:after {
  -webkit-filter: opacity(0.4);
}

input[type="checkbox"]:not(:disabled):checked:hover:after,
input[type="checkbox"]:not(:disabled):checked:focus:after {
  background-color: transparent;
}

input[type="checkbox"]:not(:disabled):hover:after,
input[type="checkbox"]:not(:disabled):focus:after {
  background-color: transparent;
}

input[type="checkbox"]:not(:disabled):hover:before,
input[type="checkbox"]:not(:disabled):focus:before {
  border-color: #444444;
}

input[type="checkbox"]:checked:after,
input[type="checkbox"]:not(:disabled):checked:hover:after,
input[type="checkbox"]:not(:disabled):checked:focus:after {
  background-image: url("../icons/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

input[type="submit"] {
  width: auto;
  border-bottom: 0px solid transparent;
  color: #444444;
}

input[type="range"] {
  -webkit-appearance: none;
  height: 1px;
  background: #c9c9c9;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 0.5px 0;
}

@keyframes wiggle {
  from {
    transform: translateY(10px);
  }

  to {
    transform: translateY(0px);
  }
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  position: relative;
  border: 1.5px solid #444444;
  background: #444444;
  z-index: 3;
  cursor: pointer;
}

ul,
ol {
  margin: 22px 0;
  line-height: 2.33;
  padding: 0 0 0 25px;
}

.cstImage {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.cstImage:after {
  display: block;
  padding-top: 60%;
  content: "";
}

.cstImage-labelBg {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 70px;
  width: 70px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 4px;
  display: -ms-flexbox;
  display: flex;
}

.cstImage-labelLogo {
  max-width: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.75;
}

.cstImage-labelLogo img {
  max-width: 100%;
}

.hero {
  display: -ms-flexbox;
  display: flex;
  margin-top: -50px;
}

.hero-textGroup,
.hero-imageGroup {
  width: 49%;
}

.hero-textGroup {
  -ms-flex-item-align: end;
  align-self: flex-end;
  transform: translateY(-10%);
}

.hero-textGroup.hero-textAgency {
  transform: translateY(5%);
  align-self: center;
}

.hero-textGroup .hero-textGroup--arrow {
  height: 13px;
}

.hero-textGroup .h1 {
  margin-bottom: 20px;
}

.hero-textGroup .p {
  max-width: 450px;
}

.hero-textGroup .hero-cta {
  padding: 50px 25px 50px 0;
}
.hero-text.hero-text--inline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hero-text.hero-text--inline .inline-link{
  font-size: 15px;
  font-family:'Savoy','Lora', serif;
  font-weight: 500;
  color: #222;
  line-height: 1.5;
  margin-left: 10px;
  cursor: pointer;
}

.hero-textGroup .part {
  position: relative;
  display: block;
}

.hero-textGroup .stripe,
.hero-textGroup .stripe-blind {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  transition: transform 0.1s ease-out;
  transform-origin: right;
}

.hero-textGroup .hero-cta .stripe-blind,
.hero-textGroup .hero-notice .stripe-blind {
  z-index: 1;
}

.hero-textGroup .stripe.stripe--translated, 
.hero-textGroup .stripe-blind.stripe--translated{
  transform: scaleX(0);
}

.hero-imageGroup {
  display: -ms-flexbox;
  display: flex;
}

.hero-imageGroup .hero-col--a,
.hero-imageGroup .hero-col--b {
  width: 50%;
}

.hero-imageGroup .hero-col--a > *,
.hero-imageGroup .hero-col--b > * {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-imageGroup .hero-col--a {
  transform: translateX(-8%);
}

.hero-imageGroup .hero-col--a .a1,
.hero-imageGroup .hero-col--a .a2 {
  width: 120%;
}

.hero-imageGroup .hero-col--a .a1 {
  transform: translateY(20%) translateX(-17%);
}

.hero-imageGroup .hero-col--a .a1.cstImage:after {
  padding-top: 57.5%;
}

.hero-imageGroup .hero-col--a .a2 {
  margin-left: auto;
  width: 65%;
  transform: translateY(20%);
}

.hero-imageGroup .hero-col--a .a2.cstImage:after {
  padding-top: 150%;
}

.hero-imageGroup .hero-col--b .b1 {
  width: 130%;
}

.hero-imageGroup .hero-col--b .b1.cstImage:after {
  padding-top: 125%;
}

.hero-imageGroup .hero-col--b .b2 {
  width: 90%;
  transform: translateY(10%);
}

.hero-imageGroup .hero-col--b .b2.cstImage:after {
  padding-top: 100%;
}

.hero-imageContainer {
  max-width: 60%;
  padding: 1em;
}

.hero-image img {
  max-width: 300px;
}

.hero-imageCarousel {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  height: 540px;
  width: 60%;
  position: relative;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.hero-imageCarousel.hero-imageCarousel--loaded {
  opacity: 1;
}
.hero-image {
  position: relative;
  grid-area: 1/1;
  transform: perspective(600px) translate3d(135px, 0, 0);
  transition: all 0.4s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  filter: drop-shadow(8px 8px 5px #666);
  transform-origin: right;
}
.hero-image.hero-image--active {
  z-index: 11;
}
.hero-image.hero-image--prev {
  transform: perspective(600px) translate3d(300px,-100px, -250px);
  z-index: 9;
}
.hero-image.hero-image--next {
  transform: perspective(600px) translate3d(-250px, 50px, -250px);
  z-index: 10;
}

.hero-text > a#hero-cta:hover > .arrow-animation,
.hero-text > a#hero-cta:focus > .arrow-animation {
  animation-name: slideInFromUp;
  /* the name of the animation we defined above */
}

.hero-notice {
  position: relative;
  display: inline-block;
  padding: 2px;
  padding-right: 2em;
  padding-left: 15px;
  margin-bottom: 5em;
  margin-left: -4em;
  color: rgb(70, 131, 244);
  font-size: 13px;
  font-weight: 400;
  font-family: canada-type-gibson, sans-serif;
  background-color: rgb(70 131 244/.2);
  background: linear-gradient(90deg,  rgb(255, 255, 255) 0,  rgb(255, 255, 255) 85px,  rgba(218, 230, 253, 1) 80%);
  border-radius: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hero-notice.hero-notice--tu {
  background: #212a36;
  color: #FFF;
  padding-left: 4px;
  overflow: hidden;
}

.hero-notice a,
.hero-notice a:hover,
.hero-notice a:focus {
  color: rgb(70, 131, 244);
}

.hero-notice span {
  font-weight: 500;
  position: relative;
  margin-right: 16px;
}

.hero-notice span:after {
  content: "•";
  position: absolute;
  right: -12px;
  top: 1px;
}

.hero-notice:after {
  content: "";
  height: 10px;
  width: 10px;
  background-size: cover;
  background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0" y="0" viewBox="0 0 15 15"><polyline stroke-width="2px" stroke="rgb(70,131,244)" fill="none" points="0,0 7.5,7.5 0,15"></polyline></svg>');
  position: absolute;
  right: 6px;
  top: calc(50% - 5px);
  transition: transform 0.3s;
}

.hero-notice:hover:after {
  transform: translateX(3px);
  animation-duration: 0.5s;
  animation-name: animateArrow;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.hero-notice__content {
  color: rgb(70, 131, 244);
  display: flex;
  align-items: center;
}

.hero-notice.hero-notice--tu .hero-notice__content {
  color: #FFF;
}

.hero-notice .hero-notice__pile {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  padding-right: 0.5em;
}

.hero-notice .hero-notice__pile li {
  height: 34px;
  width: 34px;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  margin-left: -14px;
  border: 3px solid rgb(255, 255, 255);
}
.hero-notice .hero-notice__pile li img {
  max-width: 100%;
}

.hero-notice__icon {
  height: 32px;
  width: 32px;
  margin-right: 0.5em;
  padding: 2px;
}

.hero-notice__icon img {
  max-width: 100%;
}

.hero-notice.hero-notice--tu::after {
  display: none;
}
@keyframes animateArrow {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(3px);
  }
}

.trustedBy {
  padding: 45px 60px 35px;
}

.trustedBy p {
  margin-bottom: 30px;
}

.trustedBy-logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.trustedBy-logos.trustedBy-agencies {
  justify-content: space-between;
}

.trustedBy-logos .trustedBy-logo {
  width: calc(100% / 5);
  height: 36px;
  padding-right: 50px;
  margin-bottom: 40px;
  display: -ms-flexbox;
  display: flex;
}

.trustedBy-logos.trustedBy-agencies .trustedBy-logo {
  width: auto;
  max-width: calc(100% / 6);
  padding-right: 0;
}

.trustedBy-logos.trustedBy-agencies .trustedBy-logo:first-child {
  padding-left: 0;
}

.trustedBy-logos.trustedBy-agencies .trustedBy-logo:nth-child(6n) {
  padding-right: 0;
}

.trustedBy-logos .trustedBy-logo img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  opacity: 0.5;
}

.featuresPreview-images,
.featuresPreview-text {
  width: 50%;
}

.featuresPreviewFlex-images {
  display: flex;
  justify-content: flex-start;
  width: 50%;
}
.featuresPreviewFlex-picture,
.featuresPreviewFlex-video {
  display: flex;
  justify-content: center;
  width: 50%;
}
.flex-column-reverse .featuresPreviewFlex-images {
  justify-content: flex-end;
}

.featuresPreview-images--hero {
  text-align: center;
  width: 60%;
}

.featuresPreview--a {
  width: 75%;
  margin-bottom: 22px;
}

.featuresPreview--a:after {
  display: block;
  content: "";
  padding-top: 83%;
}

.featuresPreview--b {
  width: 40%;
  margin-left: auto;
  transform: translateX(-20%);
}

.featuresPreview--b:after {
  display: block;
  content: "";
  padding-top: 100%;
}

.featuresPreview-text--ab {
  transform: translateY(20%);
}

.featuresPreview--c {
  width: 80%;
  margin-left: auto;
  transform: translateY(-10%);
}

.featuresPreview--c:after {
  display: block;
  content: "";
  padding-top: 125%;
}

.featuresPreview-textGroup {
  max-width: 500px;
}

.featuresPreview--a,
.featuresPreview--b,
.featuresPreview--c {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.featuresPreview--flex {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 65vh;
  max-width: 80%;
}

.featuresPreview--phone {
  aspect-ratio: 309/650;
  height: 600px;
  box-shadow: 12px 16px 17px 0 #0006;
  overflow: hidden;
  border: 7px solid #111;
  border-radius: 34px / 30px;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featuresPreview--flex img {
  max-height: 100%;
  max-width: 100%;
}

.featuresPreview--flex video {
  max-height: 120%;
  max-width: 100%;
}

.featuresPreview--tiktok {
  display: grid;
  grid-template-columns: 1fr 1fr 0.5fr;
  grid-gap: 8px;
  list-style: none;
  margin: auto;
  padding: 0;
  position: relative;
  min-width: 400px;
}

.featuresPreview--tiktok:before {
  content: "";
  position: absolute;
  border: 8px solid #000000;
  opacity: 0.75;
  aspect-ratio: 309 / 650;
  top: -30px;
  bottom: -30px;
  right: -8px;
  z-index: 0;
  border-radius: 8px;
}

.featuresPreview--tiktok li {
  display: flex;
  background: #000;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 309 / 650;
  z-index: 1;
}

.featuresPreview--tiktok .screen.screen--tiktok {
  display: flex;
  align-items: center;
  justify-content: center;
}
.featuresPreview--tiktok .screen.screen--tiktok img {
  width: 50%;
}

.featuresPreview--tiktok .screen.screen--video video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.featuresPreview--tiktok .screen.screen--photo {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  aspect-ratio: 154 / 650;
}

.featuresPreview--tiktok .screen.screen--photo img {
  max-width: 200%;
  height: 100%;
  object-fit: cover;
}

.featuresPreview--tiktok-reels {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 6px;
  list-style: none;
  margin: auto;
  padding: 0;
  position: relative;
}

.featuresPreview--tiktok-reels__background {
  content: "";
  position: absolute;
  border: 8px solid #000000;
  opacity: 0.75;
  top: -50px;
  bottom: -50px;
  aspect-ratio: 309 / 650;
  z-index: 0;
  border-radius: 8px;
}

.featuresPreview--tiktok-reels li {
  display: flex;
  background: #000;
  border-radius: 6px;
  overflow: hidden;
  z-index: 1;
  align-items: center;
  justify-content: center;
  aspect-ratio: 309 / 650;
}

.featuresPreview--tiktok-reels li img {
  z-index: 1;
  max-width: 50%;
}

.featuresPreview--tiktok-reels .screen.screen--reels {
  position: relative;
  background-image: linear-gradient(322.44deg, #F3425F 4.69%, #d300c5 48.96%, #763EE6 92.19%);
} 

.featuresPreview--tiktok-reels .screen.screen--reels:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: radial-gradient(ellipse 120% 113% at center 90%, #FB7C22 14%, transparent 58%);
}

.caseStudies {
  padding-bottom: 60px;
}

.caseStudies-carousel {
  margin-bottom: 130px;
  margin-top: 55px;
}

.carousel-count {
  position: absolute;
  bottom: -80px;
  margin-left: 49%;
}

.carousel-slide {
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
}

.carousel-slide--stats,
.carousel-slide--companyInfo,
.carousel-slide--companyImage {
  display: -ms-flexbox;
  display: flex;
}

.carousel-slide--stats {
  -ms-flex-direction: column;
  flex-direction: column;
}

.carousel-slide--stats .carousel-slide--stat {
  margin-bottom: 10px;
  width: 220px;
  height: 50%;
  min-height: 200px;
  background-color: #faf8f5;
  display: -ms-flexbox;
  display: flex;
}

.carousel-slide--stats .carousel-slide--stat:last-child {
  margin-bottom: 0;
}

.carousel-slide--stats .carousel-slide--stat .carousel-slide--statTextgroup {
  display: inline-block;
  margin: auto;
}

.carousel-slide--companyInfo {
  width: 470px;
  padding: 0 30px;
  -ms-flex-direction: column;
  flex-direction: column;
}

.carousel-slide--companyInfo .carousel--logo {
  height: 48px;
  margin: 0 0 20px 0;

  width: auto;
}

.carousel-slide--companyInfo .carousel--logoImg img {
  max-width: 100%;
  max-height: 100%;
}

.carousel-slide--companyImage {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 33.333%;
  max-width: 350px;
}

.slick-arrow {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute !important;
  bottom: -80px;
}

.slick-prev {
  left: 30%;
}

.slick-next {
  right: 30%;
}

.platformSupport {
  display: table;
}

.platformSupport .platformSupport-heading,
.platformSupport .platformSupport-platforms {
  display: table-cell;
  vertical-align: middle;
}

.platformSupport .platformSupport-heading h3,
.platformSupport .platformSupport-platforms h3 {
  margin: 0;
}

.platformSupport .platformSupport-heading {
  width: 127px;
}

.platformSupport .platformSupport-platforms {
  padding-left: 36px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.platformSupport .platformSupport-platforms span {
  display: inline-block;
  max-height: 38px;
  margin-right: 55px;
}

.platformSupport .platformSupport-platforms span:last-child {
  margin-right: 0;
}

.platformSupport .platformSupport-platforms img {
  display: block;
  max-height: inherit;
  max-width: inherit;
  margin: 0 auto;
}

.pricing-range--contentContainer {
  max-width: 500px;
  position: relative;
}

.pricing-range--content {
  padding: 40px;
  text-align: center;
}

.pricing-range--slider {
  position: relative;
  width: 100%;
  height: 50px;
}

.pricing-range--slider input[type="range"] {
  margin: auto;
}

.pricing-range--output {
  opacity: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  text-align: center;
}

.u-opacity1 {
  opacity: 1;
}

.u-opacity0 {
  opacity: 0;
}

.pricing-recommendation {
  margin: 25px 0 0 0;
  opacity: 0;
  display: none;
}

.pricing-recommendation--open {
  display: block;
  opacity: 1;
  animation: slideDown 0.5s;
}

@keyframes slideDown {
  from {
    opacity: 0.25;
  }

  to {
    opacity: 1;
  }
}

.pricing-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  /* flex-wrap: wrap; */
  width: 100%;
  margin-top: 25px;
}

.pricing-package {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 340px;
  padding: 20px;
  position: relative;
}

.pricing-package .button {
  display: block;
  width: 100%;
  padding: 18px;
  text-align: center;
  margin-top: auto;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

.pricing-package .details {
  min-height: 280px;
}

.pricing-package--core,
.pricing-package--community,
.pricing-package--complete,
.pricing-package--complete-plus {
  transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #ececec;
  border-right: none;
}

.pricing-package--complete-plus, 
.pricing-package:nth-child(3) {
  border-right: 1px solid #ececec;
}

.pricing-package--coreHighlighted {
  border: 1px solid rgba(94, 206, 191, 0.4);
}

.pricing-package--communityHighlighted {
  border: 1px solid rgba(203, 142, 255, 0.4);
}

.pricing-package--completeHighlighted {
  border: 1px solid rgba(98, 126, 255, 0.4);
}

.pricing-package--enterprise {
  border: 1px solid transparent; 
  padding: 40px 20px 20px; 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  max-width: 300px;
  background: #f8f8f8;
  margin-left: 30px;
}

.pricing-package--enterprise .button--cta {
  font-size: 14px;
  line-height: 1;
}

.pricing-package .details li {
  font-family: "Savoy", "Lora", serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

.details ul li ul {
  margin: 0.5em 0;
  padding-left: 1.5em;
}

.pricing-package .details p:first-child {
  font-family: "p22-underground", "Cabin", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.plan-name__detail {
  margin: 0.5em 0 0;
  line-height: 1.3;
  font-style: italic;
  color: #666;
  font-size: 15px;
}

.pricing-highlight {
  font-family: "p22-underground", "Cabin", sans-serif;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: -33px;
  left: 0;
  margin: 0 16px;
  width: calc(100% - 32px);
  text-align: center;
  color: #4683f4;
  font-weight: 400;
  background-color: rgb(70 131 244 / 0.2);
  padding: 9px;
  /* border-top-left-radius: 6px;
  border-top-right-radius: 6px; */
}

.pricing-highlight.pricing-highlight--alternative {
  color: rgb(203, 142, 255);
  background-color: rgb(203, 142, 255 , 0.2);
}

.pricing-package .djstripe-subscribe {
  margin-top: auto;
}

.price {
  display: table;
  margin-bottom: 30px;
  width: 50%;
}

.price > * {
  display: table-cell;
  vertical-align: middle;
}

.price .h1 {
  padding-right: 20px;
}

.pricing-letsChat > * {
  margin: 0;
}

.slide-me {
  margin: 30px 0 0 0;
  text-align: center;
}

.flex--features {
  display: -ms-flexbox;
  display: flex;
}

.flex--features .flex--column:first-child {
  margin-top: 160px;
}

.flex--features .flex--column:last-child {
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: -130px;
}

.features-image img {
  max-width: 100%;
}

.polaroid--slim {
  width: 80%;
}

.polaroid--full {
  width: 95%;
}

.polaroid {
  background: #faf8f5;
  padding: 25px;
}

.polaroid-space-below-100 {
  margin-bottom: 100px;
}

.polaroid-space-below-200 {
  margin-bottom: 200px;
}

.polaroid-space-below-300 {
  margin-bottom: 300px;
}

.polaroid-space-below-400 {
  margin-bottom: 400px;
}

.polaroid-space-below-500 {
  margin-bottom: 500px;
}

.learnMore > a:hover > .arrow-animation,
.learnMore > a:focus > .arrow-animation {
  animation-name: slideInFromLeft;
  /* the name of the animation we defined above */
}

.u-hide {
  display: none;
}

.u-show {
  display: block;
}

.u-show--palm {
  display: none;
}

.u-position--relative {
  position: relative !important;
}

.u-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.u-margin--center {
  margin-left: auto;
  margin-right: auto;
}

.u-right {
  text-align: right;
}

.u-italic {
  font-family: "savoyitalic", "Lora";
}

.u-opacity1 {
  opacity: 1;
}

.u-opacity0 {
  opacity: 0;
}

.rotate-180 {
  transform: rotate(180deg);
}

.rotate-90 {
  transform: rotate(90deg);
}

.line-mini {
  height: 1px;
  margin: 27px 0;
  width: 50px;
  background-color: #c9c9c9;
}

.black-line {
  height: 1px;
  background-color: #444444;
  width: 64px;
  margin: 55px auto;
}

.anchor-padding {
  padding-top: 200px;
}

.margin-top {
  margin-top: 100px;
}

.margin-bottom {
  margin-bottom: 100px;
}

.margin-bottom--medium {
  margin-bottom: 80px;
}

.u-inline {
  display: inline;
}

.margin-right {
  margin-right: 20px;
}

.margin-left {
  margin-left: 20px;
}

.u-middle {
  vertical-align: middle;
}

.bg--cream {
  background: #faf8f5;
}

.flex--center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.flex--top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex--column {
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -ms-flex-direction: column;
  flex-direction: column;
}

.arrow-animation {
  animation-duration: 0.7s;
  /* the duration of the animation */
  animation-timing-function: linear;
  /* how the animation will behave */
  animation-delay: 0s;
  /* how long to delay the animation from starting */
  animation-iteration-count: infinite;
  /* how many times the animation will play */
}

.sg-container {
  display: table;
  vertical-align: top;
}

.sg-nav,
.sg-content {
  display: table-cell;
  vertical-align: top;
}

.sg-nav {
  width: 25%;
  background-color: rgba(222, 222, 222, 0.5);
}

.sg-content {
  padding: 20px;
}

.sg-content--wrapper {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

sg-code,
code {
  white-space: pre;
  font-size: 16px;
  padding: 15px;
  display: block;
  margin: 20px 0;
  background-color: #dcdcdc;
  color: black;
  overflow: auto;
  vertical-align: middle;
  border-radius: 3px;
  font-family: monospace;
}

sg-example {
  display: block;
  padding: 25px;
  padding-top: 35px;
  margin: 35px 0;
  margin-top: 20px;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

sg-example:before {
  content: "example";
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #bbbbbb;
  font-size: 10px;
  padding: 5px 10px;
}

sg-section {
  display: block;
  margin-bottom: 100px;
}

sg-swatch {
  display: inline-block;
  width: 200px;
  font-size: 14px;
  font-family: "Lora";
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  font-weight: bold;
  margin: 0 15px 15px 0;
  padding: 8px;
  position: relative;
  border-top-width: 120px;
  border-top-style: solid;
  border-radius: 3px;
  vertical-align: top;
}

sg-h1,
.sg-h1 {
  font-size: 42px;
  padding-bottom: 10px;
}

sg-h2,
.sg-h2 {
  font-size: 36px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bbbbbb;
}

sg-h3,
.sg-h3 {
  font-size: 24px;
}

sg-h4,
.sg-h4 {
  font-size: 20px;
}

sg-p,
.sg-p {
  font-size: 16px;
  font-family: "Lora";
  position: relative;
  cursor: default;
  display: block;
  margin: 16px 0;
  line-height: 1.7;
  text-decoration: none;
  color: black !important;
}

sg-h1,
sg-h2,
sg-h3,
sg-h4,
sg-h5,
sg-h6,
.sg-h1,
.sg-h2,
.sg-h3,
.sg-h4,
.sg-h5,
.sg-h6 {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: black !important;
  position: relative;
  cursor: default;
  display: block;
  text-decoration: none;
}

sg-h1,
sg-h2,
.sg-h1,
.sg-h2 {
  margin: 60px 0 40px;
}

sg-h3,
sg-h4,
sg-h5,
sg-h6,
.sg-h3,
.sg-h4,
.sg-h5,
.sg-h6 {
  margin: 20px 0;
}

.slick-arrow {
  cursor: pointer;
}

@keyframes slideUpFadeIn {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    transform: initial;
    opacity: 1;
  }
}

.flex--column.features--right {
  animation: slideUpFadeIn 1s forwards;
}

.flex--column.features--left {
  animation: slideUpFadeIn 1s forwards;
  transform: translateY(50px);
  opacity: 0;
  animation-delay: 0.5s;
}

.featuresList .cstImage {
  background-size: contain;
}

.featuresList .featuresPreview--a {
  width: 80%;
}

.featuresList .featuresPreview--c {
  transform: initial;
}

.featuresList .margin-bottom {
  margin-bottom: 0;
}

.featuresList .flex--top {
  align-items: center;
  justify-content: center;
}

.featuresList .featuresPreview-text--ab {
  transform: initial;
}

.featuresList .featuresPreview--c:after,
.featuresList .featuresPreview--a:after {
  padding-top: 100%;
}

.featuresList .featuresPreview {
  margin-bottom: 100px;
}

.featuresList .featuresPreview.featuresPreview--hero {
  width: 95vw;
  margin-left: calc((-95vw - -1060px) / 2);
}

body.modal--open {
  overflow: hidden;
}

.meeting-modal {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px 0;
  z-index: 9999;
  background: rgbA(0,0,0,0.4);
  opacity: 0;
}

.meeting-modal--visible {
  display: block;
  opacity: 1;
  animation: showModal 0.3s ease-in;
}

.meeting-modal--visible .meetings-iframe-container {
  animation: lowerForm 0.6s ease-out;
}

.meeting-modal--close-button {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: 30px;
}

.footer-cta {
  margin: 100px 0;
  background-color: #faf8f5;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 2em 0;
}

.footer-cta h3 {
  font-family: "savoybold", "Lora", serif;
  font-weight: normal;
  font-size: 42px;
  margin-bottom: 0;
  text-transform: none;
}
.footer-cta p {
  margin-bottom: 42px;
}

span.icon__phrase {
  font-weight: bold;
}
span.icon__phrase img {
  height: 1em;
  vertical-align: sub;
}

@keyframes showModal {
  0% {

    opacity: 0;
    display: block;
  }

  100% {
    transform: initial;
    opacity: 1;
    display: block;
  }
}

@keyframes lowerForm {
  0% {
    transform: translateY(30px);
  }

  100% {
    transform: initial;
  }
}

@media (min-width: 1025px) {
  .double-input {
    max-width: 510px;
  }

  .meeting-modal--close-button {
    right: 30px;
    top: 30px;
  }

  .meeting-modal {
    padding: 100px;
  }
}

@media (min-width: 769px) {
    .recaptcha-row {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}

@media (max-width:768px) {
    .double-input {
        display: block;
    }

    form#register {
        display: block;
    }

    .sign-up-button {
        margin: 20px 0 0 auto;
        display: block;
        width: 100% !important;
    }
}

.sign-up-button, .log-in-button {
    color: #fff !important;
    background: #6366F1;
    border-radius: 10px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
}

.sign-up-button:hover, .log-in-button:hover {
    background-color: #4144EF;
}

@media (max-height: 500px) {
  nav.header {
    padding-top: 10px;
  }

  nav.header a {
    line-height: 1.4;
  }

  header .combo-last nav.footer {
    padding-top: 20px;
  }

  header .combo-last nav.footer a {
    line-height: 2;
  }
}
@media (max-width: 600px) {
  .sg-content {
    padding: 10px;
  }

  footer .footer {
    flex-direction: column;
  }
}
@media (max-width: 690px) {
  .grid-1of1--palm {
    width: 100%;
  }

  .grid-1of2--palm {
    width: 50%;
  }

  h1,
  .h1 {
    font-size: 30px;
  }

  h2,
  .h2 {
    font-size: 22px;
  }

  h3,
  .h3 {
    font-family: "p22-underground", "Cabin", sans-serif;
    font-size: 14px;
  }

  p,
  .p {
    font-family: "Savoy", "Lora", serif;
    font-size: 15px;
  }

  nav.header {
    position: fixed;
    left: 0;
    right: 0;
    padding-top: 60px;
    min-height: 100vh;
    background-color: white;
    transform: translateX(120%);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    /* border-left: none;
    box-shadow: none; */
  }

  .combo--stack--palm {
    display: block;
  }

  .combo--stack--palm .combo-first,
  .combo--stack--palm .combo-last {
    display: block;
    width: auto;
    padding: 0;
  }

  .container {
    padding: 0 20px;
    margin: 65px auto 0;
    width: 100%;
  }

  .container--inner {
    padding: 0 20px;
    margin-top: 100px;
    width: 100%;
  }

  .container--inner.smaller-top-margin {
    margin-top: 100px;
  }

  header {
    height: 65px;
    padding: 0 20px;
  }

  .logo {
    width: 120px;
  }

  /* footer {
    display: none;
  } */

  .padding {
    padding: 40px 0 0;
    width: 100%;
  }

  .flex {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-header {
    width: 100%;
    min-width: none;
    text-align: left;
  }

  .flex-content {
    margin-left: 0;
  }

  .input-checkboxSubmitGroup {
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }

  .hero {
    margin-top: 0;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-textGroup,
  .hero-imageGroup {
    width: 100%;
  }

  .hero-textGroup {
    margin: 14px 0 40px;
  }

  .hero-textGroup .hero-cta {
    padding: 30px 0 0 0;
  }

  .hero-imageGroup .hero-col--a {
    transform: translateX(-7%);
  }

  .hero-imageGroup .hero-col--a .a1 {
    transform: translateY(30%) translateX(0%);
  }

  .trustedBy {
    padding: 20px 30px;
  }

  .trustedBy-logos .trustedBy-logo {
    width: calc(100% / 3);
    height: 40px;
    padding-right: 15px;
    margin-bottom: 15px;
  }

  .trustedBy-logos.trustedBy-agencies .trustedBy-logo {
    max-width: calc(100% / 3);
    padding: 0 7.5px;
  }

  .trustedBy-logos .trustedBy-logo:nth-child(n + 7) {
    display: none;
  }

  .featuresPreview-images,
  .featuresPreview-text,
  .featuresPreview-imagesFlex {
    width: 100%;
  }

  .featuresPreview--a {
    margin-bottom: 0;
  }

  .featuresPreview--a:after {
    padding-top: 60%;
  }

  .featuresPreview--b {
    display: none;
  }

  .featuresPreview-text--ab {
    transform: translateY(0%);
  }

  .featuresPreview--c {
    margin-left: 0;
    transform: translateY(0%);
  }

  .featuresPreview--c:after {
    padding-top: 60%;
  }

  .featuresPreview-textGroup {
    margin: 60px 0;
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
  }

  #home-features2 > div.featuresPreview-text > div {
    margin-bottom: 0;
  }

  .featuresPreview--a,
  .featuresPreview--b,
  .featuresPreview--c {
    width: 100%;
  }

  .caseStudies-carousel {
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .carousel-count {
    margin-left: 47%;
    bottom: -40px;
  }

  .carousel-slide {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .carousel-slide--stats {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-bottom: 20px;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .carousel-slide--stats .carousel-slide--stat {
    width: 48%;
    height: auto;
    min-height: auto;
    display: inline-block;
    padding: 26px 0;
    margin-bottom: 0;
  }

  .carousel-slide--stats
    .carousel-slide--stat
    .carousel-slide--statTextgroup
    .h3 {
    font-size: 12px;
  }

  .carousel-slide--companyInfo {
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    padding: 0;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .carousel-slide--companyInfo .carousel--logo {
    height: 40px;
  }

  .carousel-slide--companyImage {
    -ms-flex-order: 1;
    order: 1;
    display: block;
    width: 100%;
    max-width: none;
    margin-bottom: 10px;
  }

  .carousel-slide--companyImage:after {
    padding-top: 56.25%;
    display: block;
    content: "";
  }

  .slick-arrow {
    bottom: -40px;
  }

  .platformSupport {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .platformSupport .platformSupport-platforms {
    padding-left: 0;
  }

  .platformSupport .platformSupport-platforms span {
    margin-right: 0;
    width: 25%;
    margin-bottom: 25px;
  }

  .pricing-range--content {
    margin-top: 50px;
    text-align: left;
    padding: 35px 25px 70px;
  }

  .pricing-range--slider input[type="range"] {
    margin: auto 0;
  }

  .pricing-package {
    padding: 20px;
    width: 100%;
    border-right: 1px solid #ececec;
  }

  .pricing-package .button {
    min-height: auto;
    padding: 18px 20px;
  }

  .pricing-package .details {
    min-height: auto;
  }

  .flex--features {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex--features .flex--column {
    width: 100%;
  }

  .flex--features .flex--column:first-child,
  .flex--features .flex--column:last-child {
    margin-top: 40px;
  }

  .polaroid {
    width: 100%;
  }

  .polaroid-space-below-100 {
    margin-bottom: 70px;
  }

  .polaroid-space-below-200 {
    margin-bottom: 70px;
  }

  .polaroid-space-below-300 {
    margin-bottom: 70px;
  }

  .polaroid-space-below-400 {
    margin-bottom: 70px;
  }

  .polaroid-space-below-500 {
    margin-bottom: 70px;
  }

  .learnMore .arrow-animation {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }

  .u-hide--palm {
    display: none;
  }

  .u-center--palm {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .u-left--palm {
    text-align: left !important;
    margin-left: 0;
    margin-right: 0;
  }

  .u-center--palm {
    text-align: center !important;
  }

  .margin-top {
    margin-top: 60px;
  }

  .margin-bottom {
    margin-bottom: 60px;
  }

  .margin-bottom--medium {
    margin-bottom: 40px;
  }

  .marginBottom-small--palm {
    margin-bottom: 20px;
  }

  .u-block--palm {
    display: block;
  }

  .margin-right {
    margin-right: 10px;
  }

  .margin-none--palm {
    margin: 0;
  }

  .flex--center {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex--top {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 690px) {
  .featuresPreview--a,
  .featuresPreview--b,
  .featuresPreview--c {
    margin: auto;
    width: 80%;
  }
  .hero-imageGroup .hero-col--a .a1 {
    width: 100%;
  }
  .featuresPreviewFlex-picture,
  .featuresPreviewFlex-video {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .grid-1of1--portable {
    width: 100%;
  }

  .grid-1of2--portable {
    width: 50%;
  }

  .grid-1of3--portable {
    width: 33.33333%;
  }

  .draw.nav-button--mobile {
    padding: 0;
  }

  .draw.nav-button--mobile:focus::after,
  .draw.nav-button--mobile:focus::before,
  .draw.nav-button--mobile:hover::after,
  .draw.nav-button--mobile:hover::before,
  .draw.nav-button--mobile:active::after,
  .draw.nav-button--mobile:active::before {
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
  }

  .combo--stack--portable {
    display: block;
  }

  .combo--stack--portable .combo-first,
  .combo--stack--portable .combo-last {
    display: block;
    width: auto;
    padding: 0;
  }

  .container {
    padding: 0 32px;
  }

  .container--inner {
    padding: 0 32px;
    margin-top: 120px;
  }

  .container--inner.smaller-top-margin {
    margin-top: 60px;
  }

  header .button--cta {
    padding: 15px;
  }

  label.inputCheckbox,
  .inputCheckbox.form-error--text {
    font-size: 15px;
  }

  .hero-imageGroup .hero-col--a {
    transform: translateX(-10%);
  }
  .hero-imageGroup .hero-col--a .a2 {
    transform: translateY(25%);
  }

  .hero-imageGroup .hero-col--b .b2 {
    transform: translateY(10%);
  }

  .trustedBy-logos .trustedBy-logo {
    height: 25px;
    padding-right: 30px;
    margin-bottom: 20px;
  }

  .trustedBy-logos.trustedBy-agencies .trustedBy-logo {
    padding: 0 15px;
  }

  .carousel-slide--stats .carousel-slide--stat {
    width: 140px;
  }

  .carousel-slide--companyInfo {
    padding: 0 18px;
  }

  .u-hide--portableDown {
    opacity: 0;
  }

  .margin-top {
    margin-top: 80px;
  }

  .margin-bottom {
    margin-bottom: 80px;
  }

  .margin-bottom--medium {
    margin-bottom: 60px;
  }
  .hero-text.hero-text--inline {
    flex-direction: column;
  }
  .hero-text.hero-text--inline .inline-link {
    margin-top: 10px;
    margin-left: 0;
  }
}
@media (max-width: 785px) {
  .logo {
    width: 145px;
  }
}
@media (max-width: 800px) {
  .platformSupport .platformSupport-platforms span {
    width: 6%;
    margin-bottom: 25px;
    margin-right: 40px;
  }
}
@media (max-width: 900px) {
  .platformSupport .platformSupport-heading,
  .platformSupport .platformSupport-platforms {
    display: -ms-flexbox;
    display: flex;
  }

  .platformSupport .platformSupport-heading {
    width: 100%;
    margin-bottom: 30px;
  }

  .platformSupport .platformSupport-heading h3 {
    margin-left: auto;
    margin-right: auto;
  }

  .platformSupport .platformSupport-platforms span {
    width: auto;
    margin-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  h1:first-child {
    margin-top: 0px;
  }

  p:first-child {
    margin-top: 15px;
  }

  .input-wrapper:first-child {
    margin-top: 40px;
  }

  nav a:after,
  nav a:visited:after,
  nav a:active:after {
    display: none;
  }

  h1,
  .h1 {
    font-size: 30px;
  }

  h2,
  .h2 {
    font-size: 26px;
  }

  h3,
  .h3 {
    font-family: "p22-underground", "Cabin", sans-serif;
    font-size: 14px;
  }

  p,
  .p {
    font-family: "Savoy", "Lora", serif;
    font-size: 16px;
  }

  nav a,
  nav a:visited,
  nav a:active {
    margin-right: 37px;
  }

  .padding {
    padding: 60px 0 0;
  }

  .flex-content {
    margin-left: 30px;
  }

  .soloText {
    max-width: 410px;
  }

  .input-wrapper,
  .input-wrapper--noAnimate {
    width: 100%;
  }

  .cstImage-labelBg {
    padding: 4px;
  }

  .hero {
    margin-top: 0;
  }

  .hero-textGroup {
    transform: translateY(0%);
  }

  .pricing-range--content {
    margin-top: 45px;
  }

  .pricing-group {
    flex-wrap: wrap;
  }

  .pricing-package {
    margin-bottom: 20px;
  }

  .pricing-package--enterprise {
    margin-left: 0;
  }

  .pricing-package .button {
    padding: 13px 20px;
  }

  .flex--features .flex--column:last-child {
    margin-top: -10%;
  }
  .featuresPreview--tiktok {
    min-width: 200px;
    grid-gap: 5px 
  }
}
@media (max-width: 1220px) {
  .featuresList .featuresPreview.featuresPreview--hero {
    width: auto;
    margin: auto;
  }
  .featuresPreview-images--hero {
    text-align: left;
    width: 50%;
  }
  .hero-imageGroup .hero-col--b .b1 {
    width: 100%;
  }
}
@media (min-width: 691px) and (max-width: 1300px) {
  nav.header {
    right: 0;
    top: 0;
    padding-top: 100px;
    max-width: 690px;
    border-left: 1px solid #ccc;
    box-shadow: -2px 0 2px rgba(0, 0, 0, 0.2);
  }
  .hero-notice {
    position: absolute;
    top: -3.5em;
    max-width: 320px;
  }
}
@media (max-width: 1300px) {
  .button--cta.nav-button--mobile {
    box-shadow: none;
  }

  nav.header {
    position: fixed;
    right: 0;
    padding-top: 100px;
    height: 100vh;
    max-width: 690px;
    background-color: white;
    transform: translateX(120%);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: auto;
  }

  nav.header a {
    opacity: 0;
    font-family: "savoybold", "Lora";
    font-size: 30px;
    display: block;
    margin-right: 0;
    line-height: 1.77;
    text-transform: lowercase;
    cursor: pointer;
  }

  nav.header a:hover,
  nav.header a:focus,
  nav.header a:visited:hover,
  nav.header a:visited:focus,
  nav.header a:active:hover,
  nav.header a:active:focus {
    color: rgba(68, 68, 68, 0.7);
  }

  nav.header a:after,
  nav.header a:visited:after,
  nav.header a:active:after {
    bottom: -1px;
  }

  nav.header a:hover:after,
  nav.header a:focus:after,
  nav.header a:visited:hover:after,
  nav.header a:visited:focus:after,
  nav.header a:active:hover:after,
  nav.header a:active:focus:after {
    background-color: transparent;
  }

  nav.header a,
  nav.header a.button {
    padding: 0 30px;
  }

  nav.footer a,
  nav.footer a:visited,
  nav.footer a:active,
  nav.footer span {
    margin: 0 20px 10px;
  }

  .draw::before,
  .draw::after {
    display: none;
  }

  .container {
    padding: 0 40px;
  }

  .container--inner {
    padding: 0 40px;
    margin-top: 150px;
  }

  .container--inner.smaller-top-margin {
    margin-top: 75px;
  }

  .hero-notice {
    margin-left: -20px;
    margin-bottom: 2em;
  }

  header {
    padding: 0 40px;
  }

  .header-container .combo--middle {
    position: static;
    transform: none;
  }

  .header-container .combo-last {
    height: 0;
  }

  .header-container .combo,
  .header-container .combo-last {
    display: block;
    text-align: left;
  }

  .header-container .combo-first {
    height: 65px;
  }

  .show-nav--mobile {
    transform: translateX(0%) !important;
  }

  .opaque-bg {
    background-color: white;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .nav-links--fadeIn {
    opacity: 1 !important;
    transition: all 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  }

  header .combo-last nav.footer {
    display: block;
    padding-top: 66px;
  }

  /* .hero-textGroup.hero-textAgency {
    transform: translateY(0%);
  } */

  .u-show--palm {
    display: block;
  }
}

.footer__navigation {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.footer__navigation h3 {
  font-family: "Savoy", "Lora", serif;
  font-size: 26px;
  line-height: 1;
  font-weight: normal;
  text-transform: none;
}

.footer__navigation ul {
  list-style: none;
  padding: 0
}

.footer__navigation ul a { 
  font-family: "Savoy", "Lora", serif;
  font-size: 16px;
  line-height: 2;
  text-transform: none;
  margin: 0;
}

.footer__navigation a:after,
.footer__navigation a:visited:after,
.footer__navigation a:active:after {
  display: none;
}

.footer__platform-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  gap: 24px;
  max-width: 500px;
}

.footer__platform-logos span {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__platform-logos span img {
  max-width: 100%;
}

.footer__branding {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding: 2.5em 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 2em;
}

.footer__branding .footer__logo {
  display: flex;
  align-items: center;
}

.footer__subfooter {
  display: flex;
  flex-direction: column;
  padding: 1.5em 0;
  gap: 1.5em;
}

.footer__subfooter a,
.footer__subfooter .footer-copy {
  font-family: "Savoy", "Lora", serif;
  font-size: 16px;
  line-height: 1;
}

.footer-copy {
  justify-self: flex-end;
  align-self: center;
}

.footer__networks {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  gap: 1.25em;
}

@media screen and (min-width: 690px){
  .footer__navigation {
    flex-direction: row;
    gap: 80px;
  }
  .footer__branding {
    justify-content: space-between;
    flex-direction: row;
  }
  .footer__networks {
    flex-direction: row;
  }
  
  .footer__subfooter {
    flex-direction: row;
  }
  .footer-copy {
    margin-left: auto;
    margin-right: 0;
  }
}

@media screen and (min-width: 1080px) {
  .footer__navigation {
    gap: 80px;
  }
  .footer__platform-logos {
    grid-template-columns: repeat(8, 1fr);
  }
  .footer__navigation ul a { 
    white-space: nowrap;
  }
}