@charset "UTF-8";
/* =Imports
============================================================================== */
@font-face {
  font-family: "Mona Sans";
  src: url("../fonts/Mona-Sans.woff2") format("woff2 supports variations"), url("../fonts/Mona-Sans.woff2") format("woff2-variations");
  font-weight: 400 500 700;
  font-stretch: 100% 125%;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* =Variables
============================================================================== */
/* Colors
-------------------------------------------------------------------------- */
/* Structure
-------------------------------------------------------------------------- */
/* Typography
-------------------------------------------------------------------------- */
/* Breakpoints (useful for media queries)
-------------------------------------------------------------------------- */
/* =Mixins
============================================================================== */
/* Layout
-------------------------------------------------------------------------- */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.vertical-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* Component Styles
-------------------------------------------------------------------------- */
/* =Global
============================================================================== */
/* Structure
-------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  color: #272727;
  font-family: "Mona Sans", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  background: #ffffff;
}
body.no-scroll {
  overflow: hidden;
}
body.no-scroll #header {
  z-index: 1;
}

.row {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row.row-no-padding {
  padding: 0;
}

[class^=col-] {
  width: 100%;
  min-height: 1px;
  margin-right: 5%;
  float: left;
  box-sizing: border-box;
}
[class^=col-]:last-child {
  margin-right: 0%;
}
[class^=col-].col-center {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
[class^=col-].col-right {
  margin-left: 0;
  margin-right: 0;
  float: right;
}

.col-offset-1 {
  padding-left: 5%;
}

.col-offset-2 {
  padding-left: 10%;
}

@media (max-width: 767px) {
  [class^=col-] + [class^=col-] {
    margin-top: 25px;
  }
  [class^=col-] + [class^=col-].no-mobile-margin {
    margin-top: 0;
  }
  .col-offset-1, .col-offset-2 {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .col-1 {
    width: 3.75%;
  }
  .col-2 {
    width: 12.5%;
  }
  .col-3 {
    width: 21.25%;
  }
  .col-4 {
    width: 30%;
  }
  .col-5 {
    width: 38.75%;
  }
  .col-6 {
    width: 47.5%;
  }
  .col-7 {
    width: 56.25%;
  }
  .col-8 {
    width: 65%;
  }
  .col-9 {
    width: 73.75%;
  }
  .col-10 {
    width: 82.5%;
  }
  .col-11 {
    width: 91.25%;
  }
  .col-12 {
    width: 100%;
  }
}
/* Typography
-------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
#footer #navigation-footer .logo a,
#footer #navigation-footer .logo a:visited,
#navigation-header .logo a,
#navigation-header .logo a:visited,
h5,
.preview-highlights > div article figcaption,
h6 {
  margin: 25px 0 15px 0;
  color: #272727;
  font-family: "Mona Sans", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
#footer #navigation-footer .logo a:first-child,
#navigation-header .logo a:first-child,
h5:first-child,
.preview-highlights > div article figcaption:first-child,
h6:first-child {
  margin-top: 0;
}

h1, .h1 {
  font-size: 5rem;
  margin: 40px 0 25px 0;
}

h2, .h2 {
  font-size: 4rem;
  margin: 40px 0 15px 0;
}

h3, .h3 {
  font-size: 3rem;
}

h4, #footer #navigation-footer .logo a, #footer #navigation-footer .logo a:visited, #navigation-header .logo a, #navigation-header .logo a:visited, .h4 {
  font-size: 2.4rem;
}

h5, .preview-highlights > div article figcaption, .h5 {
  font-size: 2rem;
  font-weight: 600;
}

h6, .h6 {
  font-size: 1.6rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 4rem;
  }
  h2, .h2 {
    font-size: 3.4rem;
  }
  h3, .h3 {
    font-size: 2.6rem;
  }
}
.flexible-h1 {
  font-size: 3.8vw;
}
@media (min-width: 1300px) {
  .flexible-h1 {
    font-size: 5rem;
  }
}
@media (max-width: 959px) {
  .flexible-h1 {
    font-size: 3.7rem;
  }
}

.flexible-h2 {
  font-size: 3.1vw;
}
@media (min-width: 1300px) {
  .flexible-h2 {
    font-size: 4rem;
  }
}
@media (max-width: 959px) {
  .flexible-h2 {
    font-size: 3rem;
  }
}

p, ul, ol, dl {
  margin: 0 0 20px 0;
}

ul, ol {
  padding-left: 25px;
}
ul > *, ol > * {
  margin: 0;
}

dl dt, dl dd {
  margin: 0;
}

.lead {
  font-size: 1.8rem;
}

blockquote {
  margin: 30px 0;
  padding: 0 0 0 30px;
  border-left: 5px solid #f7f7f7;
}

strong {
  font-weight: 700;
}

i, em {
  font-variation-settings: "slnt" 1;
}

small {
  font-size: 1.4rem;
  display: inline-block;
}

kbd {
  min-width: 15px;
  padding: 1px 5px;
  font-size: 1.2rem;
  text-align: center;
  border: 1px solid #cacaca;
  border-radius: 5px;
  box-shadow: 0 2px 0 #cacaca;
  display: inline-block;
  position: relative;
  top: -2px;
  transition: top 0.12s linear, box-shadow 0.12s linear;
}
kbd span {
  font-size: 1.6rem;
  line-height: 1.6rem;
  vertical-align: middle;
}
button:hover kbd {
  top: 0;
  box-shadow: 0 0 0 #cacaca;
}

a, a:visited {
  color: #000000;
  text-decoration: none;
  transition: color 0.12s linear;
}
a:hover, a:visited:hover {
  color: #262626;
}

.footnote {
  color: #babcc3;
  font-size: 1.3rem;
  line-height: 1.67;
}

.uppercase {
  text-transform: uppercase;
}

/* =Header
============================================================================== */
/* Base
-------------------------------------------------------------------------- */
#header {
  padding: 40px 0;
  background: #f7f7f7;
  border-radius: 0 0 50px 0;
  position: relative;
  z-index: 101;
}
#header:before, #header:after {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #f7f7f7;
  display: block;
  position: absolute;
  left: 0;
  bottom: -50px;
}
#header:after {
  content: "";
  background: #ffffff;
  border-radius: 0 0 50px 0;
  transform: rotate(180deg);
}
#header .hidden-overflow {
  margin-bottom: -40px;
  padding-bottom: 80px;
}
#header.no-drop-corner:before, #header.no-drop-corner:after {
  display: none;
}

#dashboard #header:before,
#dashboard #header:after {
  display: none;
}

/* Navigation Primary and Logo
-------------------------------------------------------------------------- */
#navigation-header {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 20px;
  align-items: center;
  position: relative;
}
#navigation-header .logo a, #navigation-header .logo a:visited {
  margin: 0;
  padding: 0;
  line-height: 35px;
  display: inline-block;
  transition: opacity 0.12s linear;
}
#navigation-header .logo a img, #navigation-header .logo a:visited img {
  margin: -5px 8px 0 0;
  vertical-align: middle;
}
#navigation-header .logo a:hover, #navigation-header .logo a:visited:hover {
  opacity: 0.8;
}
#navigation-header > ul > li {
  padding: 0 12px;
  display: inline-block;
}
#navigation-header > ul > li:last-child {
  padding-right: 0;
}
#navigation-header > ul > li > a, #navigation-header > ul > li > a:visited, #navigation-header > ul > li > button {
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
}
#navigation-header > ul > li > a:not(.btn):after, #navigation-header > ul > li > a:visited:not(.btn):after, #navigation-header > ul > li > button:not(.btn):after {
  content: "";
  height: 2px;
  background: #272727;
  display: block;
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -2px;
  transition: right 0.12s linear;
}
#navigation-header > ul > li > a:hover:after, #navigation-header > ul > li > a:visited:hover:after, #navigation-header > ul > li > button:hover:after {
  right: 0;
}
#navigation-header > ul.nav-center {
  text-align: center;
}
#navigation-header > ul.nav-right {
  text-align: right;
}
#navigation-header .mobile-nav-toggle {
  width: 42px;
  height: 42px;
  padding: 0 10px;
  border: 1px solid #272727;
  border-radius: 100%;
  display: none;
  box-sizing: border-box;
  position: relative;
  z-index: 101;
  transition: all 0.2s linear;
}
#navigation-header .mobile-nav-toggle i {
  height: 2px;
  display: block;
  background-color: #272727;
  position: relative;
  transition: background-color 0.12s linear;
}
#navigation-header .mobile-nav-toggle i:before, #navigation-header .mobile-nav-toggle i:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  background: #272727;
  transition: all 0.12s linear;
}
#navigation-header .mobile-nav-toggle i:before {
  margin-top: -6px;
}
#navigation-header .mobile-nav-toggle i:after {
  margin-top: 6px;
}
#navigation-header .mobile-nav-toggle:hover {
  background: #4d4d4d;
}
#navigation-header .mobile-nav-toggle:hover i {
  background: #ffffff;
}
#navigation-header .mobile-nav-toggle:hover i:before, #navigation-header .mobile-nav-toggle:hover i:after {
  background: #ffffff;
}
@media (max-width: 959px) {
  #navigation-header {
    grid-template-columns: 1fr 40px auto;
    gap: 10px;
  }
  #navigation-header > ul.nav-center {
    display: none;
  }
  #navigation-header .mobile-nav-toggle {
    display: block;
  }
  #navigation-header.toggled > ul.nav-center {
    width: 100%;
    margin-top: 20px;
    padding: 5px 0;
    background: #ffffff;
    border: 1px solid #d9dce0;
    border-radius: 15px;
    display: block;
    position: absolute;
    top: 100%;
    z-index: 4;
    box-shadow: rgba(0, 0, 0, 0.03) 0 8px 8px, rgba(0, 0, 0, 0.03) 0 16px 16px, rgba(0, 0, 0, 0.03) 0 32px 32px;
    overflow: hidden;
  }
  #navigation-header.toggled > ul.nav-center li {
    width: 100%;
    padding: 0 5px 0 5px;
  }
  #navigation-header.toggled > ul.nav-center li h6 {
    width: calc(100% - 10px);
    margin: -5px;
    padding: 14px 25px;
    text-align: left;
    color: #9b9faa;
    font-size: 1.6rem;
    font-weight: 500;
    background: linear-gradient(to right, #ffffff, #fbfbfb 25%, #fbfbfb 75%, #ffffff);
    box-sizing: border-box;
  }
  #navigation-header.toggled > ul.nav-center li:before {
    content: "";
    width: 100%;
    height: 1px;
    margin: 5px -5px;
    background: #f7f7f7;
    display: block;
  }
  #navigation-header.toggled > ul.nav-center li:first-child:before {
    display: none;
  }
  #navigation-header.toggled > ul.nav-center li a, #navigation-header.toggled > ul.nav-center li a:visited, #navigation-header.toggled > ul.nav-center li button {
    width: calc(100% - 10px);
    padding: 9px 20px;
    color: #272727;
    text-align: left;
    font-size: 1.6rem;
    border-radius: 10px;
    display: block;
    box-sizing: border-box;
    white-space: nowrap;
    transition: opacity 0.1s linear;
  }
  #navigation-header.toggled > ul.nav-center li a:after, #navigation-header.toggled > ul.nav-center li a:visited:after, #navigation-header.toggled > ul.nav-center li button:after {
    display: none;
  }
  #navigation-header.toggled > ul.nav-center li a:hover, #navigation-header.toggled > ul.nav-center li a.active, #navigation-header.toggled > ul.nav-center li a:visited:hover, #navigation-header.toggled > ul.nav-center li a:visited.active, #navigation-header.toggled > ul.nav-center li button:hover, #navigation-header.toggled > ul.nav-center li button.active {
    background: #f7f7f7;
  }
  #navigation-header.toggled .mobile-nav-toggle i {
    background: transparent;
  }
  #navigation-header.toggled .mobile-nav-toggle i:before {
    margin-top: 0;
    transform: rotate(45deg);
  }
  #navigation-header.toggled .mobile-nav-toggle i:after {
    margin-top: 0;
    transform: rotate(-45deg);
  }
}
@media (max-width: 767px) {
  #navigation-header {
    grid-template-columns: 1fr 40px;
    gap: 0;
  }
}

/* Intro Message
-------------------------------------------------------------------------- */
#intro {
  padding: 80px 0 80px 0;
  text-align: center;
  position: relative;
  opacity: 0;
  animation: 1.5s ease-in-out 0s 1 forwards fadeIntro;
}
@keyframes fadeIntro {
  from {
    top: -15px;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
#intro h1 span {
  display: block;
}
#intro p {
  max-width: 500px;
  margin: 0 auto;
  font-size: 1.8rem;
}
#intro p span {
  display: block;
}
@media (max-width: 767px) {
  #intro {
    padding-bottom: 0;
  }
  #intro p {
    font-size: 1.6rem;
  }
  #intro h1 span, #intro p span {
    display: inline;
  }
}

/* Feature Grid
-------------------------------------------------------------------------- */
#feature-grid {
  min-height: 350px;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(6, 1fr);
  column-gap: 30px;
  row-gap: 30px;
}
#feature-grid > div {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
#feature-grid > div:nth-child(1) {
  grid-area: 1/1/4/5;
  background: #cbcfd5;
  opacity: 0;
  animation: 1s ease-in-out 0s 1 forwards placeBlockOne;
}
@keyframes placeBlockOne {
  from {
    top: -30px;
    left: -30px;
    transform: scale(1.1);
  }
  to {
    top: 0;
    left: 0;
    opacity: 1;
    transform: scale(1);
  }
}
#feature-grid > div:nth-child(2) {
  grid-area: 4/1/7/5;
  background: #bdd8ae;
  opacity: 0;
  animation: 1s ease-in-out 0.25s 1 forwards placeBlockTwo;
}
@keyframes placeBlockTwo {
  from {
    left: -30px;
    bottom: -30px;
    transform: scale(1.1);
  }
  to {
    left: 0;
    bottom: 0;
    opacity: 1;
    transform: scale(1);
  }
}
#feature-grid > div:nth-child(3) {
  grid-area: 1/5/7/7;
  background: #cbcfd5;
  opacity: 0;
  animation: 1s ease-in-out 0.5s 1 forwards placeBlockFour;
}
@keyframes placeBlockFour {
  from {
    bottom: -30px;
    transform: scale(1.1);
  }
  to {
    bottom: 0;
    opacity: 1;
    transform: scale(1);
  }
}
#feature-grid > div:nth-child(4) {
  grid-area: 1/7/4/11;
  background: #bdd8ae;
  opacity: 0;
  animation: 1s ease-in-out 0.25s 1 forwards placeBlockFive;
}
@keyframes placeBlockFive {
  from {
    top: -20px;
    right: -30px;
    transform: scale(1.1);
  }
  to {
    top: 0;
    right: 0;
    opacity: 1;
    transform: scale(1);
  }
}
#feature-grid > div:nth-child(5) {
  grid-area: 4/7/7/9;
  background: #b0c2e7;
  opacity: 0;
  animation: 1s ease-in-out 0.25s 1 forwards placeBlockSix;
}
@keyframes placeBlockSix {
  from {
    right: -15px;
    bottom: -15px;
    transform: scale(1.1);
  }
  to {
    right: 0;
    bottom: 0;
    opacity: 1;
    transform: scale(1);
  }
}
#feature-grid > div:nth-child(6) {
  grid-area: 4/9/7/11;
  background: #e9b795;
  opacity: 0;
  animation: 1s ease-in-out 0.5s 1 forwards placeBlockSeven;
}
@keyframes placeBlockSeven {
  from {
    right: -30px;
    bottom: -15px;
    transform: scale(1.1);
  }
  to {
    right: 0;
    bottom: 0;
    opacity: 1;
    transform: scale(1);
  }
}
#feature-grid > div h6 {
  margin: 0;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 600;
  font-stretch: expanded;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
#feature-grid > div svg {
  object-fit: cover;
  display: block;
  box-sizing: border-box;
  transition: filter 0.5s ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  filter: drop-shadow(0 3px 3px rgba(255, 255, 255, 0.5)) drop-shadow(0 7px 3px rgba(255, 255, 255, 0.2)) drop-shadow(0 15px 4px rgba(255, 255, 255, 0.2));
}
@media (max-width: 1109px) {
  #feature-grid {
    min-height: 400px;
    grid-template-columns: repeat(12, 1fr);
  }
  #feature-grid > div:nth-child(1) {
    grid-area: 1/1/4/5;
  }
  #feature-grid > div:nth-child(2) {
    grid-area: 4/1/7/5;
  }
  #feature-grid > div:nth-child(3) {
    grid-area: 1/5/7/9;
  }
  #feature-grid > div:nth-child(4) {
    grid-area: 1/9/3/13;
  }
  #feature-grid > div:nth-child(5) {
    grid-area: 3/9/5/13;
  }
  #feature-grid > div:nth-child(6) {
    grid-area: 5/9/7/13;
  }
  #feature-grid .tablet-hide {
    display: none !important;
  }
  #feature-grid .tablet-show {
    top: 40px;
    left: 30px;
    display: block !important;
  }
}
@media (max-width: 767px) {
  #feature-grid {
    min-height: 500px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(7, 1fr);
    column-gap: 20px;
    row-gap: 20px;
  }
  #feature-grid > div:nth-child(1) {
    grid-area: 2/1/4/7;
  }
  #feature-grid > div:nth-child(2) {
    grid-area: 2/7/4/13;
  }
  #feature-grid > div:nth-child(3) {
    margin-top: 0;
    grid-area: 4/1/6/7;
  }
  #feature-grid > div:nth-child(4) {
    grid-area: 4/7/6/13;
  }
  #feature-grid > div:nth-child(5) {
    grid-area: 6/1/8/7;
  }
  #feature-grid > div:nth-child(6) {
    grid-area: 6/7/8/13;
  }
  #feature-grid > div svg {
    top: 40px;
    left: 30px;
  }
}
@media (max-width: 530px) {
  #feature-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(7, 1fr);
  }
  #feature-grid > div {
    padding: 30px;
  }
  #feature-grid > div:nth-child(1) {
    grid-area: 2/1/3/11;
  }
  #feature-grid > div:nth-child(2) {
    grid-area: 3/1/4/11;
  }
  #feature-grid > div:nth-child(3) {
    grid-area: 4/1/5/11;
  }
  #feature-grid > div:nth-child(4) {
    grid-area: 5/1/6/11;
  }
  #feature-grid > div:nth-child(5) {
    grid-area: 6/1/7/11;
  }
  #feature-grid > div:nth-child(6) {
    grid-area: 7/1/8/11;
  }
  #feature-grid > div h6 {
    position: relative;
    left: 0;
    bottom: 0;
  }
  #feature-grid > div svg {
    top: 38px;
    left: auto !important;
    right: 30px;
  }
}

/* Hero Carousel
-------------------------------------------------------------------------- */
#hero-carousel {
  text-align: center;
  position: relative;
  perspective: 3000px;
}
#hero-carousel img {
  width: 100%;
  max-width: 85%;
  height: auto;
  border-radius: 20px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px, rgba(0, 0, 0, 0.1) 0 4px 4px, rgba(0, 0, 0, 0.1) 0 8px 8px, rgba(0, 0, 0, 0.1) 0 16px 16px, rgba(0, 0, 0, 0.1) 0 32px 32px;
}
#hero-carousel img:nth-child(1) {
  max-width: 45%;
  border-radius: 10px;
  position: absolute;
  top: 23%;
  left: -41%;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.03) 0 -1px 2px, rgba(0, 0, 0, 0.075) 0 2px 3px, rgba(0, 0, 0, 0.03) 0 8px 8px, rgba(0, 0, 0, 0.03) 0 16px 16px, rgba(0, 0, 0, 0.03) 0 32px 32px;
  transition: left 0.3s ease;
  cursor: pointer;
}
#hero-carousel img:nth-child(1):hover {
  left: -40.5%;
  transition: left 0.3s ease, box-shadow 0.2s ease;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px, rgba(0, 0, 0, 0.1) 0 4px 4px, rgba(0, 0, 0, 0.1) 0 8px 8px, rgba(0, 0, 0, 0.1) 0 16px 16px, rgba(0, 0, 0, 0.1) 0 32px 32px;
}
#hero-carousel img:nth-child(3) {
  max-width: 45%;
  border-radius: 10px;
  position: absolute;
  top: 23%;
  right: -41%;
  box-shadow: rgba(0, 0, 0, 0.03) 0 -1px 2px, rgba(0, 0, 0, 0.075) 0 2px 3px, rgba(0, 0, 0, 0.03) 0 8px 8px, rgba(0, 0, 0, 0.03) 0 16px 16px, rgba(0, 0, 0, 0.03) 0 32px 32px;
  transition: right 0.3s ease;
  cursor: pointer;
}
#hero-carousel img:nth-child(3):hover {
  right: -40.5%;
  transition: right 0.3s ease, box-shadow 0.2s ease;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px, rgba(0, 0, 0, 0.1) 0 4px 4px, rgba(0, 0, 0, 0.1) 0 8px 8px, rgba(0, 0, 0, 0.1) 0 16px 16px, rgba(0, 0, 0, 0.1) 0 32px 32px;
}
#hero-carousel img.hero-animate {
  animation: 0.3s linear 1 heroAnimate;
  transform-origin: center center;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
@keyframes heroAnimate {
  from {
    opacity: 0;
    transform: rotateX(25deg) translateZ(-100px);
  }
  to {
    opacity: 1;
    transform: rotateX(0deg) translateZ(0);
  }
}

/* AdBlock Demo
-------------------------------------------------------------------------- */
#adblock-demo {
  max-width: 450px;
  margin: -30px auto 40px auto;
  position: relative;
  z-index: 2;
}
#adblock-demo .form-block {
  transition: box-shadow 0.12s linear;
}
#adblock-demo .form-block:hover {
  box-shadow: rgba(0, 0, 0, 0.03) 0 8px 8px, rgba(0, 0, 0, 0.03) 0 16px 16px, rgba(0, 0, 0, 0.03) 0 32px 32px;
}
@media (max-width: 767px) {
  #adblock-demo {
    margin-top: 40px;
  }
}

/* =Content
============================================================================== */
/* Base
-------------------------------------------------------------------------- */
#main {
  position: relative;
}

/* Box Wrappers
-------------------------------------------------------------------------- */
.box-small {
  max-width: 575px;
  margin: 0 auto;
  padding: 55px 85px;
  background: #ffffff;
  border-radius: 30px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px, rgba(0, 0, 0, 0.1) 0 4px 4px, rgba(0, 0, 0, 0.1) 0 8px 8px, rgba(0, 0, 0, 0.1) 0 16px 16px, rgba(0, 0, 0, 0.1) 0 32px 32px;
}
@media (max-width: 767px) {
  .box-small {
    padding: 40px;
  }
}

/* Divides
-------------------------------------------------------------------------- */
hr {
  height: 1px;
  margin: 50px 0;
  background: #f2f2f2;
  border: 0;
}

/* Media
-------------------------------------------------------------------------- */
figure {
  margin: 0;
}
.img-responsive, figure img {
  max-width: 100%;
  height: auto;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Lists
-------------------------------------------------------------------------- */
.list-unstyled, .alternating-highlights article > div ul, .dropdown .dropdown-menu .dropdown-content .mega-menu dl, .dropdown .dropdown-menu .dropdown-content ul, #hubspot-form .hbspt-form .hs-error-msgs, #hubspot-form .hbspt-form fieldset .inputs-list, .list-horizontal-center, .list-horizontal, #navigation-header > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-decrease-margin {
  padding-left: 16px;
}

.list-inline-block {
  text-align: left;
  display: inline-block;
}

.list-increase-spacing li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-horizontal li {
  margin-bottom: 2px;
  padding: 5px;
  display: inline-block;
  border-radius: 3px;
  vertical-align: top;
}

.list-horizontal-center {
  text-align: center;
}
.list-horizontal-center li {
  margin-bottom: 2px;
  padding: 10px;
  display: inline-block;
  border-radius: 3px;
  vertical-align: top;
}

/* Icons
-------------------------------------------------------------------------- */
.icon-arrow-right, .icon-arrow-external, .icon-arrow-down, .icon-arrow-up, .icon-arrow-left {
  width: 7px;
  height: 0;
  margin-left: 6px;
  border-width: 0.5px;
  border-style: solid;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  transition: margin 0.12s linear;
}
.icon-arrow-right:before, .icon-arrow-external:before, .icon-arrow-down:before, .icon-arrow-up:before, .icon-arrow-left:before, .icon-arrow-right:after, .icon-arrow-external:after, .icon-arrow-down:after, .icon-arrow-up:after, .icon-arrow-left:after {
  content: "";
  width: 4px;
  height: 0;
  margin-top: -0.5px;
  border-width: 0.5px;
  border-style: solid;
  display: inline-block;
  position: absolute;
  right: 0;
  transform-origin: right center;
}
.icon-arrow-right:before, .icon-arrow-external:before, .icon-arrow-down:before, .icon-arrow-up:before, .icon-arrow-left:before {
  transform: rotate(45deg);
}
.icon-arrow-right:after, .icon-arrow-external:after, .icon-arrow-down:after, .icon-arrow-up:after, .icon-arrow-left:after {
  transform: rotate(-45deg);
}

.icon-arrow-left {
  margin-left: 0;
  margin-right: 6px;
  transform: rotate(180deg);
}

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

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

.btn-lg .icon-arrow-down {
  transform: rotate(90deg) scale(1.5);
}

.icon-arrow-external {
  transform: rotate(-45deg);
}

.icon-chevron-down, .icon-chevron-up {
  width: 8px;
  height: 0;
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: margin 0.12s linear;
}
.icon-chevron-down:before, .icon-chevron-up:before, .icon-chevron-down:after, .icon-chevron-up:after {
  content: "";
  width: 4px;
  height: 0;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  position: absolute;
  top: 1px;
  right: calc(50% - 0.5px);
  transform-origin: right center;
}
.icon-chevron-down:before, .icon-chevron-up:before {
  transform: rotate(45deg);
}
.icon-chevron-down:after, .icon-chevron-up:after {
  transform: rotate(135deg);
  right: calc(50% + 0.5px);
}

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

.icon-cancel {
  width: 18px;
  height: 18px;
  border: 2px solid #272727;
  border-radius: 100%;
  display: inline-block;
  position: relative;
}
.icon-cancel:before, .icon-cancel:after {
  content: "";
  width: 12px;
  height: 2px;
  background: #272727;
  display: inline-block;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 6px);
}
.icon-cancel:before {
  transform: rotate(45deg);
}
.icon-cancel:after {
  transform: rotate(-45deg);
}

.icon-close {
  width: 8px;
  height: 8px;
  display: inline-block;
  position: relative;
}
.icon-close:before, .icon-close:after {
  content: "";
  width: 9px;
  height: 0;
  border-width: 0.5px;
  border-style: solid;
  display: inline-block;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 5px);
}
.icon-close:before {
  transform: rotate(45deg);
}
.icon-close:after {
  transform: rotate(-45deg);
}
.btn .icon-close, #hubspot-form .hbspt-form .hs-submit .hs-button .icon-close, .btn-tabs > button .icon-close, .btn-tabs > a .icon-close {
  margin: 0 0 0 7px;
  vertical-align: middle;
}

/* Buttons
-------------------------------------------------------------------------- */
.btn, #hubspot-form .hbspt-form .hs-submit .hs-button, .btn-tabs > button, .btn-tabs > a, .btn-tabs > a:visited {
  border: 0;
  font-family: "Mona Sans", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.2s linear;
}
.btn:hover, #hubspot-form .hbspt-form .hs-submit .hs-button:hover, .btn-tabs > button:hover, .btn-tabs > a:hover {
  cursor: pointer;
}
.btn:focus, #hubspot-form .hbspt-form .hs-submit .hs-button:focus, .btn-tabs > button:focus, .btn-tabs > a:focus {
  outline: none;
}
.btn.btn-margin-right, #hubspot-form .hbspt-form .hs-submit .btn-margin-right.hs-button, .btn-tabs > button.btn-margin-right, .btn-tabs > a.btn-margin-right {
  margin-right: 10px;
}
.btn.btn-block, #hubspot-form .hbspt-form .hs-submit .btn-block.hs-button, .btn-tabs > button.btn-block, .btn-tabs > a.btn-block {
  width: 100%;
  display: block;
}

.btn-xl {
  padding: 15px 40px;
  font-size: 2.2rem;
}
.btn-xl[class*=btn-outline] {
  padding: 14px 39px;
}

.btn-lg {
  padding: 10px 30px;
  font-size: 1.8rem;
}
.btn-lg[class*=btn-outline] {
  padding: 9px 29px;
}

.btn-md, #hubspot-form .hbspt-form .hs-submit .hs-button {
  padding: 9px 22px;
  font-size: 1.6rem;
}
.btn-md[class*=btn-outline], #hubspot-form .hbspt-form .hs-submit [class*=btn-outline].hs-button {
  padding: 8px 21px;
}

.btn-sm {
  padding: 6px 14px;
  font-size: 1.4rem;
}
.btn-sm[class*=btn-outline] {
  padding: 5px 13px;
}

.btn-tabs {
  padding: 3px;
  background: #f7f7f7;
  border-radius: 5px;
}
.btn-tabs > button, .btn-tabs > a, .btn-tabs > a:visited {
  padding: 3px 7px;
  font-size: 1.3rem;
  background: none;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: border-color 0.12s linear;
}
.btn-tabs > button:hover, .btn-tabs > a:hover, .btn-tabs > a:visited:hover {
  border-color: #e5e5e5;
}
.btn-tabs > button.active, .btn-tabs > a.active, .btn-tabs > a:visited.active {
  background: #ffffff;
  border-color: #e5e5e5;
}

.btn-group {
  display: flex;
}
.btn-group .btn:first-child, .btn-group #hubspot-form .hbspt-form .hs-submit .hs-button:first-child, #hubspot-form .hbspt-form .hs-submit .btn-group .hs-button:first-child, .btn-group .btn-tabs > button:first-child, .btn-group .btn-tabs > a:first-child {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group .btn:last-child, .btn-group #hubspot-form .hbspt-form .hs-submit .hs-button:last-child, #hubspot-form .hbspt-form .hs-submit .btn-group .hs-button:last-child, .btn-group .btn-tabs > button:last-child, .btn-group .btn-tabs > a:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-plain {
  background: none;
  border: none;
  box-shadow: none;
}

.btn-solid-black, #hubspot-form .hbspt-form .hs-submit .hs-button, .btn-solid-black:visited {
  color: #ffffff;
  background: #272727;
  border-radius: 100px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px, rgba(0, 0, 0, 0.1) 0 4px 4px, rgba(0, 0, 0, 0.1) 0 8px 8px, rgba(0, 0, 0, 0.1) 0 16px 16px, rgba(0, 0, 0, 0.1) 0 32px 32px;
}
.btn-solid-black:hover, #hubspot-form .hbspt-form .hs-submit .hs-button:hover, .btn-solid-black:visited:hover {
  color: #ffffff;
  background: #4d4d4d;
}
.btn-solid-black:disabled, #hubspot-form .hbspt-form .hs-submit .hs-button:disabled, .btn-solid-black:visited:disabled {
  opacity: 0.4;
}
.btn-solid-black:disabled:hover, #hubspot-form .hbspt-form .hs-submit .hs-button:disabled:hover, .btn-solid-black:visited:disabled:hover {
  background: #4d4d4d;
}

.btn-outline-black, .btn-outline-black:visited {
  color: #272727;
  background: transparent;
  border: 1px solid #272727;
  border-radius: 100px;
}
.btn-outline-black:hover, .btn-outline-black:visited:hover {
  color: #ffffff;
  background: #414141;
}
.btn-outline-black:disabled, .btn-outline-black:visited:disabled {
  opacity: 0.4;
}
.btn-outline-black:disabled:hover, .btn-outline-black:visited:disabled:hover {
  background: #414141;
}

.btn-outline-gray, .btn-outline-gray:visited {
  color: #babcc3;
  background: transparent;
  border: 1px solid #babcc3;
  border-radius: 100px;
}
.btn-outline-gray:hover, .btn-outline-gray:visited:hover {
  color: #ffffff;
  background: #babcc3;
}
.btn-outline-gray:disabled, .btn-outline-gray:visited:disabled {
  opacity: 0.4;
}
.btn-outline-gray:disabled:hover, .btn-outline-gray:visited:disabled:hover {
  background: #babcc3;
}

.btn-solid-green, .btn-solid-green:visited {
  color: #ffffff;
  background: linear-gradient(#649b7d 0%, #56856c 100%);
  border-radius: 100px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px, rgba(0, 0, 0, 0.1) 0 4px 4px, rgba(0, 0, 0, 0.1) 0 8px 8px, rgba(0, 0, 0, 0.1) 0 16px 16px, rgba(0, 0, 0, 0.1) 0 32px 32px;
}
.btn-solid-green:hover, .btn-solid-green:visited:hover {
  color: #ffffff;
  opacity: 0.8;
}
.btn-solid-green:disabled, .btn-solid-green:visited:disabled {
  opacity: 0.4;
}
.btn-solid-green:disabled:hover, .btn-solid-green:visited:disabled:hover {
  opacity: 0.8;
}

.btn-solid-blue, .btn-solid-blue:visited {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ffffff;
  background: #4aa7f8;
  border-radius: 5px;
}
.btn-solid-blue:hover, .btn-solid-blue:visited:hover {
  color: #ffffff;
  background: #94cbfb;
}
.btn-solid-blue:disabled, .btn-solid-blue:visited:disabled {
  opacity: 0.4;
}
.btn-solid-blue:disabled:hover, .btn-solid-blue:visited:disabled:hover {
  background: #94cbfb;
}

.btn-outline-red, .btn-outline-red:visited {
  color: #f27c98;
  background: transparent;
  border: 1px solid #f27c98;
  border-radius: 100px;
}
.btn-outline-red:hover, .btn-outline-red:visited:hover {
  color: #ffffff;
  background: #f27c98;
}
.btn-outline-red:disabled, .btn-outline-red:visited:disabled {
  opacity: 0.4;
}
.btn-outline-red:disabled:hover, .btn-outline-red:visited:disabled:hover {
  background: #f27c98;
}

/* Forms
-------------------------------------------------------------------------- */
.form-group, .form-block {
  margin: 0 0 20px 0;
  font-family: "Mona Sans", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.form-group:after, .form-block:after {
  content: "";
  display: table;
  clear: both;
}
.form-group.row, .row.form-block, .form-group .row, .form-block .row {
  padding: 0;
}
.form-group.row [class^=col-], .row.form-block [class^=col-], .form-group .row [class^=col-], .form-block .row [class^=col-] {
  margin-right: 2%;
}
.form-group.row [class^=col-]:last-child, .row.form-block [class^=col-]:last-child, .form-group .row [class^=col-]:last-child, .form-block .row [class^=col-]:last-child {
  margin-right: 0%;
}
@media (min-width: 768px) {
  .form-group.row .col-1, .row.form-block .col-1, .form-group .row .col-1, .form-block .row .col-1 {
    width: 6.5%;
  }
  .form-group.row .col-2, .row.form-block .col-2, .form-group .row .col-2, .form-block .row .col-2 {
    width: 15%;
  }
  .form-group.row .col-3, .row.form-block .col-3, .form-group .row .col-3, .form-block .row .col-3 {
    width: 23.5%;
  }
  .form-group.row .col-4, .row.form-block .col-4, .form-group .row .col-4, .form-block .row .col-4 {
    width: 32%;
  }
  .form-group.row .col-5, .row.form-block .col-5, .form-group .row .col-5, .form-block .row .col-5 {
    width: 40.5%;
  }
  .form-group.row .col-6, .row.form-block .col-6, .form-group .row .col-6, .form-block .row .col-6 {
    width: 49%;
  }
  .form-group.row .col-7, .row.form-block .col-7, .form-group .row .col-7, .form-block .row .col-7 {
    width: 57.5%;
  }
  .form-group.row .col-8, .row.form-block .col-8, .form-group .row .col-8, .form-block .row .col-8 {
    width: 66%;
  }
  .form-group.row .col-9, .row.form-block .col-9, .form-group .row .col-9, .form-block .row .col-9 {
    width: 74.5%;
  }
  .form-group.row .col-10, .row.form-block .col-10, .form-group .row .col-10, .form-block .row .col-10 {
    width: 83%;
  }
  .form-group.row .col-11, .row.form-block .col-11, .form-group .row .col-11, .form-block .row .col-11 {
    width: 91.5%;
  }
  .form-group.row .col-12, .row.form-block .col-12, .form-group .row .col-12, .form-block .row .col-12 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .form-group.row [class^=col-] + [class^=col-], .row.form-block [class^=col-] + [class^=col-], .form-group .row [class^=col-] + [class^=col-], .form-block .row [class^=col-] + [class^=col-] {
    margin-top: 15px;
  }
  .form-group.row [class^=col-] + [class^=col-].no-mobile-margin, .row.form-block [class^=col-] + [class^=col-].no-mobile-margin, .form-group .row [class^=col-] + [class^=col-].no-mobile-margin, .form-block .row [class^=col-] + [class^=col-].no-mobile-margin {
    margin-top: 0;
  }
}
.form-group.row .empty-label-padding, .row.form-block .empty-label-padding, .form-group .row .empty-label-padding, .form-block .row .empty-label-padding {
  padding-top: 33px;
}
@media (max-width: 767px) {
  .form-group, .form-block {
    margin-bottom: 15px;
  }
  .form-group.row .empty-label-padding, .row.form-block .empty-label-padding, .form-group .row .empty-label-padding, .form-block .row .empty-label-padding {
    padding-top: 0;
  }
}

.form-block {
  padding: 10px 20px;
  background: #ffffff;
  border: 1px solid #cbcfd5;
  border-radius: 10px;
}

[data-hidden-form] {
  margin: 0 0 30px 0;
  opacity: 1;
  transition: opacity 0.65s ease-out;
}
[data-hidden-form].hidden {
  height: 0;
  margin-bottom: 0;
  opacity: 0;
  display: block;
  overflow: hidden;
}
@media (max-width: 767px) {
  [data-hidden-form] {
    margin-bottom: 15px;
  }
}

.form-group > label, .form-block > label, .form-group [class^=col-] > label, .form-block [class^=col-] > label {
  margin-bottom: 12px;
  color: #272727;
  font-size: 1.4rem;
  display: inline-block;
}

textarea {
  resize: none;
  display: block;
}

textarea, input, button {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-family: "Mona Sans", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #272727;
  line-height: 1.5;
  outline: 0;
}

textarea, input[type=text], input[type=number], input[type=password], input[type=url], input[type=email], input[type=tel], input[type=date], input[type=search] {
  width: 100%;
  padding: 11px 15px 10px 15px;
  font-size: 1.5rem;
  line-height: 1.3;
  background-color: #ffffff;
  border: 1px solid #babcc3;
  border-radius: 5px;
  box-sizing: border-box;
  appearance: none;
}
textarea:hover, input[type=text]:hover, input[type=number]:hover, input[type=password]:hover, input[type=url]:hover, input[type=email]:hover, input[type=tel]:hover, input[type=date]:hover, input[type=search]:hover {
  border: 1px solid #91949f;
}
textarea:focus, input[type=text]:focus, input[type=number]:focus, input[type=password]:focus, input[type=url]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=search]:focus {
  background-color: #f2f4f6;
  border: 1px solid #91949f;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

[disabled=disabled] {
  cursor: not-allowed !important;
}

::placeholder {
  color: silver;
}

input[type=search].form-search {
  padding-left: 40px;
  background-image: url(../img/icons/search.svg);
  background-position: 10px calc(50% + 1px);
  background-repeat: no-repeat;
}

.form-select {
  display: block;
  position: relative;
}
.form-select select {
  width: 100%;
  padding: 11px 40px 10px 15px;
  color: #272727;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
  background: #ffffff;
  border: 1px solid #babcc3;
  border-radius: 5px;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  position: relative;
  appearance: none;
}
.form-select select:hover, .form-select select:active {
  background: #f2f4f6;
  border: 1px solid #91949f;
}
.form-select select:disabled {
  background: #ffffff;
  border: 1px solid #babcc3;
  opacity: 0.45;
  cursor: default;
}
.form-select:after {
  content: "";
  width: 0;
  height: 0;
  margin-top: -1px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #b6b6b6;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
}
.form-select.select-inline {
  margin-left: 10px;
  display: inline-block;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000000;
}

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

.form-checkbox,
.form-radio {
  display: inline-block;
}
.form-checkbox input,
.form-radio input {
  position: absolute;
  left: -9999px;
}
.form-checkbox label,
.form-radio label {
  font-size: 1.6rem;
  cursor: pointer;
}
.form-checkbox label:before,
.form-radio label:before {
  content: "";
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0;
  background: #ffffff;
  border: 1px solid #272727;
  vertical-align: top;
  display: inline-block;
  position: relative;
  top: 3px;
}
.form-checkbox input:checked + label,
.form-radio input:checked + label {
  color: #272727;
}
.form-checkbox input[disabled=disabled] + label,
.form-radio input[disabled=disabled] + label {
  color: #b6b6b6;
  cursor: not-allowed;
}

.form-checkbox label:before {
  border-radius: 2px;
}
.form-checkbox input:checked + label:before {
  background: #272727 url(../img/icons/checkmark.svg) 50% 50% no-repeat;
  background-size: 18px 18px;
  border-color: black;
}

.form-radio label:before {
  border-radius: 100%;
}
.form-radio input:checked + label:before {
  margin: 1px 11px 0 1px;
  width: 11px;
  height: 11px;
  background: #272727;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 1px black;
}

.slider-checkbox, .slider-checkbox-sm {
  min-height: 47px;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 20px;
}
.slider-checkbox label, .slider-checkbox-sm label {
  width: 45px;
  height: 25px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.slider-checkbox label input, .slider-checkbox-sm label input {
  visibility: hidden;
}
.slider-checkbox label:before, .slider-checkbox-sm label:before, .slider-checkbox label:after, .slider-checkbox-sm label:after {
  height: 25px;
  border-radius: 40px;
  display: block;
  position: absolute;
}
.slider-checkbox label:before, .slider-checkbox-sm label:before {
  content: "";
  width: 45px;
  background: #d7d9de;
  border: 1px solid #bdc1ca;
  top: 0;
  left: 0;
}
.slider-checkbox label:after, .slider-checkbox-sm label:after {
  content: "";
  width: 25px;
  background: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08), 0 3px 5px rgba(0, 0, 0, 0.08);
  top: 1px;
  left: 1px;
  transition: width 0.12s ease-out, left 0.12s ease-out;
}
.slider-checkbox label:has(> input:checked):before, .slider-checkbox-sm label:has(> input:checked):before {
  background: #83bf7a;
  border-color: #79ba70;
}
.slider-checkbox label:has(> input:checked):after, .slider-checkbox-sm label:has(> input:checked):after {
  left: 21px;
}
.slider-checkbox label:hover:before, .slider-checkbox-sm label:hover:before {
  border-color: #cbcfd5;
}
.slider-checkbox label:hover:after, .slider-checkbox-sm label:hover:after {
  width: 30px;
}
.slider-checkbox label:hover:has(> input:checked):after, .slider-checkbox-sm label:hover:has(> input:checked):after {
  left: 16px;
}

.slider-checkbox-sm {
  min-height: 25px;
}
.slider-checkbox-sm label {
  width: 27px;
  transform: scale(0.6);
}

.form-error > label, .form-error [class^=col-] > label {
  color: #f27c98;
}
.form-error * {
  border-color: #f27c98 !important;
}

#hubspot-form {
  padding-bottom: 15px;
}
#hubspot-form .hbspt-form fieldset {
  max-width: none;
  margin-bottom: 15px;
}
#hubspot-form .hbspt-form fieldset label, #hubspot-form .hbspt-form fieldset legend {
  margin-bottom: 5px;
  color: #272727;
  font-size: 1.4rem;
  display: inline-block;
}
#hubspot-form .hbspt-form fieldset label {
  font-weight: 600;
}
#hubspot-form .hbspt-form fieldset .input {
  margin-right: 0;
}
#hubspot-form .hbspt-form fieldset .hs-input:not([type=checkbox], [type=radio]) {
  width: 100%;
}
#hubspot-form .hbspt-form fieldset.form-columns-2 {
  display: flex;
  gap: 2%;
}
#hubspot-form .hbspt-form fieldset.form-columns-2 > div {
  width: 50%;
}
#hubspot-form .hbspt-form fieldset .inputs-list label {
  font-weight: 400;
}
#hubspot-form .hbspt-form fieldset .inputs-list input {
  margin: 2px 10px 0 0;
  vertical-align: text-top;
}
#hubspot-form .hbspt-form .hs-error-msgs {
  margin: 5px 0 0 0 !important;
  padding: 5px 10px !important;
  font-size: 1.4rem;
  font-weight: 600;
  background: #f27c98;
  border-radius: 5px;
}
#hubspot-form .hbspt-form .hs-error-msgs * {
  margin: 0;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600 !important;
}
#hubspot-form .hbspt-form input.error {
  border-color: #f27c98;
}
#hubspot-form .hbspt-form .hs-submit {
  padding-top: 10px;
}
/* Dialogs
-------------------------------------------------------------------------- */
.dialog {
  padding: 5%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  overflow-x: hidden;
  overflow-y: auto;
}
.dialog.dialog-overlay {
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(3px);
}
.dialog .dialog-container {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  transition: margin 0.5s ease;
}
.dialog .dialog-container .dialog-content {
  width: 100%;
  min-width: 400px;
  padding: 40px 50px 30px 50px;
  background: #ffffff;
  border-radius: 20px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px, rgba(0, 0, 0, 0.1) 0 4px 4px, rgba(0, 0, 0, 0.1) 0 8px 8px, rgba(0, 0, 0, 0.1) 0 16px 16px, rgba(0, 0, 0, 0.1) 0 32px 32px;
}
.dialog .dialog-container .dialog-content h5, .dialog .dialog-container .dialog-content .preview-highlights > div article figcaption, .preview-highlights > div article .dialog .dialog-container .dialog-content figcaption {
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dialog.dialog-centered .dialog-container {
  min-height: 90%;
}
.dialog.dialog-scroll .dialog-content {
  overflow: hidden;
}
.dialog.dialog-scroll .dialog-content:after {
  content: "";
  height: 70px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0) 100%);
  border-radius: 0 0 20px 20px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.dialog.dialog-code .dialog-content {
  width: 100%;
  padding: 0 !important;
}
.dialog.dialog-code .dialog-content header {
  padding: 10px 20px;
  border-bottom: 1px solid #babcc3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.dialog.dialog-code .dialog-content header code {
  color: #babcc3;
  font-size: 1.4rem;
}
.dialog.dialog-code .dialog-content header .browser-dots {
  width: 8px;
  height: 8px;
  margin-right: 25px;
  background: #babcc3;
  border-radius: 10px;
  display: inline-block;
  position: relative;
}
.dialog.dialog-code .dialog-content header .browser-dots:before, .dialog.dialog-code .dialog-content header .browser-dots:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #babcc3;
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  top: 0;
}
.dialog.dialog-code .dialog-content header .browser-dots:before {
  left: 14px;
}
.dialog.dialog-code .dialog-content header .browser-dots:after {
  left: 28px;
}
.dialog.dialog-code .dialog-content article {
  padding: 20px 0;
  text-align: center;
  border-radius: 0 0 20px 20px;
  background: #f7f7f7;
}
.dialog.dialog-code .dialog-content article pre {
  width: 100%;
  padding: 0 20px 20px 20px;
  font-size: 1.3rem;
  text-align: left;
  box-sizing: border-box;
  overflow-x: auto;
}
.dialog.dialog-code .dialog-content article .btn, .dialog.dialog-code .dialog-content article .btn-tabs > button, .dialog.dialog-code .dialog-content article .btn-tabs > a, .dialog.dialog-code .dialog-content article #hubspot-form .hbspt-form .hs-submit .hs-button, #hubspot-form .hbspt-form .hs-submit .dialog.dialog-code .dialog-content article .hs-button {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .dialog .dialog-container .dialog-content {
    padding: 20px 30px;
  }
}

/* Dropdown Menus
-------------------------------------------------------------------------- */
.dropdown {
  display: inline-block;
  position: relative;
  z-index: 4;
}
.dropdown .dropdown-toggle {
  position: relative;
}
.dropdown .dropdown-menu {
  padding: 5px;
  background: #ffffff;
  border: 1px solid #d9dce0;
  border-radius: 10px;
  display: none;
  overflow: hidden;
  position: absolute;
  top: calc(100% + 10px);
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.03) 0 8px 8px, rgba(0, 0, 0, 0.03) 0 16px 16px, rgba(0, 0, 0, 0.03) 0 32px 32px;
}
.dropdown .dropdown-menu.dropdown-left {
  left: 0;
}
.dropdown .dropdown-menu.dropdown-right {
  right: 0;
}
.dropdown .dropdown-menu.dropdown-center {
  left: 50%;
  transform: translateX(-50%);
}
.dropdown .dropdown-menu.dropdown-center {
  overflow: visible;
}
.dropdown .dropdown-menu.dropdown-center:before, .dropdown .dropdown-menu.dropdown-center:after {
  content: "";
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.dropdown .dropdown-menu.dropdown-center:after {
  border-width: 6px;
  border-color: transparent transparent #ffffff transparent;
  top: -12px;
}
.dropdown .dropdown-menu.dropdown-center:before {
  border-width: 7px;
  border-color: transparent transparent #d9dce0 transparent;
  top: -14px;
}
.dropdown .dropdown-menu .dropdown-content.hidden {
  display: none;
}
.dropdown .dropdown-menu .dropdown-content h6 {
  margin: 0;
  padding: 10px 13px 6px 13px;
  color: #9b9faa;
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
}
.dropdown .dropdown-menu .dropdown-content ul li {
  width: 100%;
}
.dropdown .dropdown-menu .dropdown-content ul li a, .dropdown .dropdown-menu .dropdown-content ul li a:visited, .dropdown .dropdown-menu .dropdown-content ul li button {
  width: 100%;
  padding: 6px 13px;
  color: #272727;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 400;
  border-radius: 7px;
  display: block;
  box-sizing: border-box;
  white-space: nowrap;
  transition: opacity 0.12s linear;
}
.dropdown .dropdown-menu .dropdown-content ul li a:hover, .dropdown .dropdown-menu .dropdown-content ul li a.active, .dropdown .dropdown-menu .dropdown-content ul li a:visited:hover, .dropdown .dropdown-menu .dropdown-content ul li a:visited.active, .dropdown .dropdown-menu .dropdown-content ul li button:hover, .dropdown .dropdown-menu .dropdown-content ul li button.active {
  background: #f7f7f7;
}
.dropdown .dropdown-menu .dropdown-content ul li a svg.nav-icon, .dropdown .dropdown-menu .dropdown-content ul li a:visited svg.nav-icon, .dropdown .dropdown-menu .dropdown-content ul li button svg.nav-icon {
  margin: 0 8px 0 -5px;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
  position: relative;
  top: 1px;
}
.dropdown .dropdown-menu .dropdown-content hr {
  margin: 8px 0;
}
.dropdown .dropdown-menu .dropdown-content .mega-menu {
  display: flex;
}
.dropdown .dropdown-menu .dropdown-content .mega-menu ul {
  margin: -5px 15px 0 0;
  padding: 15px 15px 15px 10px;
  border-right: 1px solid #dfe1e5;
}
.dropdown .dropdown-menu .dropdown-content .mega-menu ul li a, .dropdown .dropdown-menu .dropdown-content .mega-menu ul li a:visited, .dropdown .dropdown-menu .dropdown-content .mega-menu ul li button {
  padding: 12px 15px 12px 65px;
  border-radius: 5px;
  position: relative;
}
.dropdown .dropdown-menu .dropdown-content .mega-menu ul li a figure.nav-icon, .dropdown .dropdown-menu .dropdown-content .mega-menu ul li a:visited figure.nav-icon, .dropdown .dropdown-menu .dropdown-content .mega-menu ul li button figure.nav-icon {
  width: 36px;
  height: 36px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #d9dce0;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.03) 0 2px 2px, rgba(0, 0, 0, 0.03) 0 6px 6px;
  position: absolute;
  top: calc(50% - 20px);
  left: 10px;
}
.dropdown .dropdown-menu .dropdown-content .mega-menu ul li a figure.nav-icon svg, .dropdown .dropdown-menu .dropdown-content .mega-menu ul li a:visited figure.nav-icon svg, .dropdown .dropdown-menu .dropdown-content .mega-menu ul li button figure.nav-icon svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 8px;
}
.dropdown .dropdown-menu .dropdown-content .mega-menu ul li a h6, .dropdown .dropdown-menu .dropdown-content .mega-menu ul li a:visited h6, .dropdown .dropdown-menu .dropdown-content .mega-menu ul li button h6 {
  margin: 0 0 5px 0;
  padding: 0;
  color: #272727;
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: none;
  transition: color 0.12s linear;
}
.dropdown .dropdown-menu .dropdown-content .mega-menu ul li a p, .dropdown .dropdown-menu .dropdown-content .mega-menu ul li a:visited p, .dropdown .dropdown-menu .dropdown-content .mega-menu ul li button p {
  margin: 0;
  color: #9b9faa;
  font-size: 1.4rem;
  transition: color 0.12s linear;
}
.dropdown .dropdown-menu .dropdown-content .mega-menu dl {
  margin: 10px 10px 8px 0;
}
.dropdown .dropdown-menu .dropdown-content .mega-menu dl dt {
  padding: 10px 13px 6px 13px;
  color: #9b9faa;
  font-size: 1.5rem;
  text-align: left;
}
.dropdown .dropdown-menu .dropdown-content .mega-menu dl dd {
  width: 100%;
  padding-bottom: 2px;
}
.dropdown .dropdown-menu .dropdown-content .mega-menu dl dd a, .dropdown .dropdown-menu .dropdown-content .mega-menu dl dd a:visited, .dropdown .dropdown-menu .dropdown-content .mega-menu dl dd button {
  width: 100%;
  padding: 6px 13px;
  color: #272727;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 400;
  border-radius: 7px;
  display: block;
  box-sizing: border-box;
  white-space: nowrap;
  transition: opacity 0.12s linear;
}
.dropdown .dropdown-menu .dropdown-content .mega-menu dl dd a:hover, .dropdown .dropdown-menu .dropdown-content .mega-menu dl dd a.active, .dropdown .dropdown-menu .dropdown-content .mega-menu dl dd a:visited:hover, .dropdown .dropdown-menu .dropdown-content .mega-menu dl dd a:visited.active, .dropdown .dropdown-menu .dropdown-content .mega-menu dl dd button:hover, .dropdown .dropdown-menu .dropdown-content .mega-menu dl dd button.active {
  background: #f7f7f7;
}
.dropdown .dropdown-menu .dropdown-content .mega-menu dl dd a svg.nav-icon, .dropdown .dropdown-menu .dropdown-content .mega-menu dl dd a:visited svg.nav-icon, .dropdown .dropdown-menu .dropdown-content .mega-menu dl dd button svg.nav-icon {
  margin: 0 8px 0 -5px;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
  position: relative;
  top: 1px;
}
.dropdown .dropdown-menu .dropdown-content .mega-menu + footer {
  font-size: 1.5rem;
}
.dropdown .dropdown-menu .dropdown-content .mega-menu + footer a, .dropdown .dropdown-menu .dropdown-content .mega-menu + footer a:visited {
  margin: 0 -5px -5px -5px;
  padding: 15px;
  border-top: 1px solid #dfe1e5;
  border-radius: 0 0 9px 9px;
  display: block;
  transition: box-shadow 0.12s linear;
}
.dropdown .dropdown-menu .dropdown-content .mega-menu + footer a:hover, .dropdown .dropdown-menu .dropdown-content .mega-menu + footer a:visited:hover {
  box-shadow: inset rgba(0, 0, 0, 0.03) 0 2px 2px, inset rgba(0, 0, 0, 0.03) 0 6px 6px;
}
.dropdown .dropdown-menu .dropdown-slide-out {
  position: absolute;
}
.dropdown .dropdown-menu .dropdown-slide-in {
  display: none;
}

/* Trusted Brand Logos
-------------------------------------------------------------------------- */
#trusted-by {
  margin-bottom: 70px;
  padding: 50px 0;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  gap: 60px 5%;
  display: flex;
}
#trusted-by a, #trusted-by a:visited {
  width: 21.25%;
  padding: 20px 30px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.03) 3px 5px 5px, rgba(0, 0, 0, 0.03) 10px 10px 15px, rgba(0, 0, 0, 0.03) 30px 30px 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: box-shadow 0.2s ease-out;
}
#trusted-by a img, #trusted-by a:visited img {
  width: 100%;
  height: auto;
}
#trusted-by a:hover, #trusted-by a:visited:hover {
  box-shadow: rgba(0, 0, 0, 0.075) 3px 5px 5px, rgba(0, 0, 0, 0.075) 10px 10px 15px, rgba(0, 0, 0, 0.075) 30px 30px 40px;
}
@media (max-width: 1059px) {
  #trusted-by {
    margin-bottom: 60px;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px 0;
  }
  #trusted-by a, #trusted-by a:visited {
    width: 47%;
  }
  #trusted-by a:last-child, #trusted-by a:visited:last-child {
    display: none;
  }
}

/* Highlights - these alternate left to right automatically
-------------------------------------------------------------------------- */
.alternating-highlights article {
  margin: 0 0 80px 0;
  font-size: 1.8rem;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  display: flex;
}
.alternating-highlights article > figure {
  width: 45%;
  background: #ffffff;
  border-radius: 30px 0 0 30px;
  flex-direction: column;
  display: flex;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.03) 0 -1px 2px, rgba(0, 0, 0, 0.075) 0 2px 3px, rgba(0, 0, 0, 0.03) 0 8px 8px, rgba(0, 0, 0, 0.03) 0 16px 16px, rgba(0, 0, 0, 0.03) 0 32px 32px;
}
.alternating-highlights article > figure .highlight-cover {
  border-radius: 30px 0 0 30px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.alternating-highlights article > figure .highlight-cover img {
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: 0;
  display: block;
}
.alternating-highlights article > figure .highlight-callout {
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  left: -10%;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px, rgba(0, 0, 0, 0.1) 0 4px 4px, rgba(0, 0, 0, 0.1) 0 8px 8px, rgba(0, 0, 0, 0.1) 0 16px 16px, rgba(0, 0, 0, 0.1) 0 32px 32px;
}
.alternating-highlights article > figure .highlight-callout img {
  display: block;
}
.alternating-highlights article > div {
  width: 40%;
  max-width: calc(640px - 5%);
  padding: 90px 10% 70px 0;
  flex-direction: column;
  align-items: flex-start;
  align-self: center;
  display: flex;
}
.alternating-highlights article > div h2 {
  margin-bottom: 30px;
}
.alternating-highlights article > div h6 {
  margin-top: -20px;
  margin-bottom: 30px;
  padding: 4px 8px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.4rem;
  font-weight: 600;
  font-stretch: expanded;
  background: #d9dce0;
  border-radius: 5px;
}
.alternating-highlights article > div p {
  margin-bottom: 30px;
}
.alternating-highlights article > div ul {
  margin: 20px 0 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 10%;
  align-items: start;
}
.alternating-highlights article > div ul li h5, .alternating-highlights .preview-highlights > div article > div ul li figcaption, .preview-highlights > div .alternating-highlights article > div ul li figcaption {
  margin-top: 10px;
}
.alternating-highlights article > div ul li h6 {
  margin-top: 0;
  display: inline-block;
}
.alternating-highlights article:nth-child(odd) {
  flex-direction: row;
}
.alternating-highlights article:nth-child(odd) > figure {
  border-radius: 0 40px 40px 0;
  align-items: flex-end;
}
.alternating-highlights article:nth-child(odd) > figure .highlight-cover {
  border-radius: 0 40px 40px 0;
}
.alternating-highlights article:nth-child(odd) > figure .highlight-cover img {
  object-position: 100%;
}
.alternating-highlights article:nth-child(odd) > figure .highlight-callout {
  left: auto;
  right: -10%;
}
.alternating-highlights article:nth-child(odd) > div {
  padding: 80px 0 50px 10%;
}
@media (max-width: 959px) {
  .alternating-highlights {
    margin: -40px 0 0 0;
    padding: 0 5%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0;
    align-items: start;
  }
  .alternating-highlights article {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .alternating-highlights article:nth-child(even), .alternating-highlights article:nth-child(odd) {
    float: none;
  }
  .alternating-highlights article:nth-child(even) > figure, .alternating-highlights article:nth-child(odd) > figure {
    display: none;
  }
  .alternating-highlights article:nth-child(even) > div, .alternating-highlights article:nth-child(odd) > div {
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .alternating-highlights article h2 {
    font-size: 2.6rem;
  }
}

/* Grid Highlights - smaller, text-focused grid of highlights
-------------------------------------------------------------------------- */
.grid-highlights, .grid-card-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 5%;
  align-items: start;
}
.grid-highlights > div h5, .grid-highlights > div .preview-highlights > div article figcaption, .preview-highlights > div article .grid-highlights > div figcaption, .grid-card-highlights > div h5, .grid-card-highlights > div .preview-highlights > div article figcaption, .preview-highlights > div article .grid-card-highlights > div figcaption {
  margin-top: 10px;
}
@media (max-width: 959px) {
  .grid-highlights, .grid-card-highlights {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 5%;
  }
}
@media (max-width: 767px) {
  .grid-highlights, .grid-card-highlights {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}

/* Grid Highlights - smaller, text-focused grid of highlights round corners and shadows
-------------------------------------------------------------------------- */
.grid-card-highlights > div {
  padding: 30px 30px 10px 30px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px, rgba(0, 0, 0, 0.1) 0 4px 4px, rgba(0, 0, 0, 0.1) 0 8px 8px, rgba(0, 0, 0, 0.1) 0 16px 16px, rgba(0, 0, 0, 0.1) 0 32px 32px;
}

/* Isometric Highlights
-------------------------------------------------------------------------- */
.isometric-highlights {
  max-width: 1166px;
  margin: 0 auto;
  transform-style: preserve-3d;
}
.isometric-highlights.monetize-wrapper {
  perspective: 3000px;
}
.isometric-highlights.analytics-wrapper {
  perspective: 2000px;
}
.isometric-highlights.vitals-wrapper {
  perspective: 2000px;
}
.isometric-highlights.feedback-wrapper {
  perspective: 1500px;
}
.isometric-highlights.links-wrapper {
  perspective: 2000px;
}
.isometric-highlights img {
  margin-top: 30px;
  border-radius: 10px;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.05) -2px 0 8px, rgba(0, 0, 0, 0) -14px 4px 4px, rgba(0, 0, 0, 0.1) -8px 8px 8px, rgba(0, 0, 0, 0.1) -26px 16px 16px, rgba(0, 0, 0, 0.1) -42px 32px 32px;
  transform-origin: center center;
  transform: rotateY(39deg) rotateZ(-5deg) skewY(-5deg) translateZ(300px);
  position: absolute;
  z-index: 2;
}
.isometric-highlights img.monetize-revenue {
  width: 20.5%;
  top: -6%;
  left: 0%;
  border-radius: 6%;
}
.isometric-highlights img.monetize-rev-visit {
  width: 20.5%;
  top: -3%;
  left: 20%;
  border-radius: 6%;
}
.isometric-highlights img.monetize-impressions {
  width: 20.5%;
  top: 3%;
  left: 45%;
  border-radius: 6%;
}
.isometric-highlights img.monetize-site-rpm {
  width: 20.5%;
  top: -12%;
  left: 63%;
  border-radius: 6%;
}
.isometric-highlights img.monetize-chart {
  width: 92.75%;
  top: 21%;
  left: 0%;
}
.isometric-highlights img.monetize-blocks {
  width: 100%;
  top: 56%;
  left: 5%;
}
.isometric-highlights img.analytics-visits {
  width: 20.5%;
  top: 10%;
  left: 9%;
  border-radius: 6%;
}
.isometric-highlights img.analytics-views {
  width: 20.5%;
  top: 3%;
  left: 27%;
  border-radius: 6%;
}
.isometric-highlights img.analytics-time {
  width: 20.5%;
  top: 3%;
  left: 48%;
  border-radius: 6%;
}
.isometric-highlights img.analytics-bounce {
  width: 20.5%;
  top: 0;
  left: 58.5%;
  border-radius: 6%;
}
.isometric-highlights img.analytics-chart {
  width: 92.75%;
  top: 21%;
  left: 0%;
}
.isometric-highlights img.analytics-blocks {
  width: 100%;
  top: 56%;
  left: 5%;
}
.isometric-highlights img.vitals-fcp {
  width: 20.5%;
  top: 15%;
  left: 6.9%;
  border-radius: 5.5%;
}
.isometric-highlights img.vitals-lcp {
  width: 20.5%;
  top: 10%;
  left: 20%;
  border-radius: 5.5%;
}
.isometric-highlights img.vitals-cls {
  width: 20.5%;
  top: 3%;
  left: 46%;
  border-radius: 5.5%;
}
.isometric-highlights img.vitals-inp {
  width: 20.5%;
  top: 0;
  left: 56%;
  border-radius: 5.5%;
}
.isometric-highlights img.vitals-info {
  width: 23%;
  top: 35%;
  left: 3.9%;
}
.isometric-highlights img.vitals-chart {
  width: 67%;
  top: 25%;
  left: 28.75%;
}
.isometric-highlights img.vitals-blocks {
  width: 100%;
  top: 61%;
  left: 0;
}
.isometric-highlights img.feedback-sidebar {
  width: 29.85%;
  top: 4.2%;
  left: 0.86%;
}
.isometric-highlights img.feedback-photo {
  width: 68.26%;
  top: 4.5%;
  left: 30.87%;
}
.isometric-highlights img.feedback-widget {
  width: 25.73%;
  top: 21.44%;
  left: 68.61%;
}
.isometric-highlights img.feedback-btn {
  width: 3.17%;
  top: 43%;
  left: 92.63%;
  border-radius: 100%;
}
.isometric-highlights img.links-list-one {
  width: 88.5%;
  top: 2%;
  left: 0%;
}
.isometric-highlights img.links-list-two {
  width: 88.5%;
  top: 25%;
  left: 5.8%;
}
.isometric-highlights img.links-list-three {
  width: 88.5%;
  top: 37%;
  left: -5.8%;
}
.isometric-highlights img.links-chart {
  width: 86.8%;
  top: 45%;
  left: 6.7%;
  border-radius: 1.1vw 1.1vw 0 0;
}
.isometric-highlights img.custom-events {
  width: 100%;
  top: 56%;
  left: 0;
}
.isometric-highlights img.isometric-bg {
  margin-top: 0;
  position: relative;
  top: 40px;
  z-index: 1;
  transform: rotateY(39deg) rotateZ(-5deg) skewY(-5deg) translateZ(0);
}
body.page-loaded .isometric-highlights img {
  transition: margin 0.5s ease-in-out, transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out, top 0.5s ease-in-out, left 0.5s ease-in-out;
}
body.page-loaded .isometric-highlights img.isometric-bg {
  transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out, top 0.5s ease-in-out;
}
.isometric-highlights.in-view img {
  margin-top: 0;
  box-shadow: none;
  transform: rotateX(0) rotateY(0);
}
.isometric-highlights.in-view img.monetize-revenue {
  top: 16%;
  left: 6.9%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.isometric-highlights.in-view img.monetize-rev-visit {
  top: 16%;
  left: 28.8%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.isometric-highlights.in-view img.monetize-impressions {
  top: 16%;
  left: 50.75%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.isometric-highlights.in-view img.monetize-site-rpm {
  top: 16%;
  left: 72.6%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.isometric-highlights.in-view img.monetize-chart {
  top: 37.5%;
  left: 3.5%;
}
.isometric-highlights.in-view img.monetize-blocks {
  left: 0;
  border-radius: 0;
}
.isometric-highlights.in-view img.analytics-visits {
  top: 9%;
  left: 6.9%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.isometric-highlights.in-view img.analytics-views {
  top: 9%;
  left: 28.8%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.isometric-highlights.in-view img.analytics-time {
  top: 9%;
  left: 50.75%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.isometric-highlights.in-view img.analytics-bounce {
  top: 9%;
  left: 72.6%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.isometric-highlights.in-view img.analytics-chart {
  left: 3.5%;
}
.isometric-highlights.in-view img.analytics-blocks {
  left: 0;
  border-radius: 0;
}
.isometric-highlights.in-view img.vitals-fcp {
  top: 11%;
  left: 6.9%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.isometric-highlights.in-view img.vitals-lcp {
  top: 11%;
  left: 28.8%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.isometric-highlights.in-view img.vitals-cls {
  top: 11%;
  left: 50.75%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.isometric-highlights.in-view img.vitals-inp {
  top: 11%;
  left: 72.6%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.isometric-highlights.in-view img.vitals-info {
  top: 28%;
  left: 4%;
}
.isometric-highlights.in-view img.vitals-blocks {
  border-radius: 0;
}
.isometric-highlights.in-view img.feedback-sidebar {
  top: 9%;
}
.isometric-highlights.in-view img.feedback-widget {
  top: 50.44%;
}
.isometric-highlights.in-view img.feedback-btn {
  top: 72%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}
.isometric-highlights.in-view img.links-list-one {
  top: 26%;
  left: 5.8%;
}
.isometric-highlights.in-view img.links-list-two {
  top: 33.5%;
  left: 5.8%;
}
.isometric-highlights.in-view img.links-list-three {
  top: 41%;
  left: 5.8%;
}
.isometric-highlights.in-view img.links-chart {
  top: 54.1%;
}
.isometric-highlights.in-view img.custom-events {
  top: 54%;
  border-radius: 0;
}
.isometric-highlights.in-view img.isometric-bg {
  top: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px, rgba(0, 0, 0, 0.1) 0 4px 4px, rgba(0, 0, 0, 0.1) 0 8px 8px, rgba(0, 0, 0, 0.1) 0 16px 16px, rgba(0, 0, 0, 0.1) 0 32px 32px;
}
@media (max-width: 767px) {
  .isometric-highlights {
    margin-top: 50px;
  }
  .isometric-highlights img {
    border-radius: 5px;
  }
}

/* Intro Highlight - this is a single, non-animated image as opposed to the multi-image isometric highlights
-------------------------------------------------------------------------- */
.intro-highlight {
  margin-top: -100px;
  position: relative;
  z-index: 101;
}
.intro-highlight img {
  border-radius: 30px;
  display: block;
  box-shadow: rgba(255, 255, 255, 0.9) 0 -16px 16px, rgba(0, 0, 0, 0.1) 0 2px 2px, rgba(0, 0, 0, 0.1) 0 4px 4px, rgba(0, 0, 0, 0.1) 0 8px 8px, rgba(0, 0, 0, 0.1) 0 16px 16px, rgba(0, 0, 0, 0.1) 0 32px 32px;
}
@media (max-width: 959px) {
  .intro-highlight {
    margin-top: 50px;
    position: relative;
    z-index: 1;
  }
  .intro-highlight img {
    border-radius: 20px;
  }
}

/* Preview Highlights
-------------------------------------------------------------------------- */
.preview-highlights {
  padding-top: 20px;
}
.preview-highlights > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10%;
}
.preview-highlights > div article {
  width: 45%;
  margin-bottom: 60px;
}
.preview-highlights > div article figure {
  aspect-ratio: 1.27/1;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.03) 0 -1px 2px, rgba(0, 0, 0, 0.075) 0 2px 3px, rgba(0, 0, 0, 0.03) 0 8px 8px, rgba(0, 0, 0, 0.03) 0 16px 16px, rgba(0, 0, 0, 0.03) 0 32px 32px;
}
.preview-highlights > div article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.preview-highlights > div article figcaption {
  margin: 20px 0 0 0;
  text-align: center;
}
.preview-highlights > div article:nth-child(even) {
  position: relative;
  top: -90px;
}
.preview-highlights > div article:nth-child(even) figure {
  border-radius: 40px 0 0 40px;
}
.preview-highlights > div article:nth-child(odd) figure {
  border-radius: 0 40px 40px 0;
}
@media (max-width: 959px) {
  .preview-highlights h2 {
    text-align: center;
  }
  .preview-highlights > div {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 5%;
  }
  .preview-highlights > div article {
    width: 100%;
    margin-bottom: 40px;
  }
  .preview-highlights > div article:nth-child(even) {
    top: 0 !important;
  }
  .preview-highlights > div article:nth-child(even) figure {
    border-radius: 40px;
  }
  .preview-highlights > div article:nth-child(odd) figure {
    border-radius: 40px;
  }
}

/* Testimonials
-------------------------------------------------------------------------- */
#testimonials {
  color: #272727;
  background: #e7e9ec;
  border-radius: 50px 0 50px 0;
  position: relative;
}
#testimonials:before, #testimonials:after {
  content: "";
  width: 50px;
  height: 50px;
  background: #e7e9ec;
  display: block;
  position: absolute;
  right: 0;
  top: -50px;
}
#testimonials:after {
  content: "";
  background: #ffffff;
  border-radius: 0 0 50px 0;
}
#testimonials .success-story:before, #testimonials .success-story:after {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #e7e9ec;
  display: block;
  position: absolute;
  left: 0;
  bottom: -50px;
}
#testimonials .success-story:after {
  content: "";
  background: #f7f7f7;
  border-radius: 0 0 50px 0;
  transform: rotate(180deg);
}
#testimonials .success-story .row {
  max-width: 1300px;
  padding: 100px 5%;
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
}
#testimonials .success-story .row article {
  display: flex;
  flex-direction: column;
}
#testimonials .success-story .row article h6 {
  width: max-content;
  margin: 0;
  padding: 4px 8px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.4rem;
  font-weight: 600;
  font-stretch: expanded;
  background: #afd09d;
  border-radius: 5px;
}
#testimonials .success-story .row article h2 {
  margin-top: 15px;
  color: #272727;
}
#testimonials .success-story .row article blockquote {
  margin: 0;
  padding: 0;
  border: none;
}
#testimonials .success-story .row article blockquote p {
  margin: 20px 0 30px 0;
  font-size: 2.2rem;
  font-style: italic;
  font-variation-settings: "slnt" 1;
}
#testimonials .success-story .row article cite {
  margin: 0 0 20px 0;
  font-size: 2.4rem;
  font-weight: 700;
  font-style: normal;
  font-stretch: expanded;
}
#testimonials .success-story .row article cite em {
  padding-top: 5px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  word-spacing: 2px;
  text-transform: uppercase;
  display: block;
}
#testimonials .success-story .row article nav {
  margin-top: auto;
}
#testimonials .success-story .row figure {
  max-width: 75%;
  padding: 0 5%;
}
#testimonials .success-story .row figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
  border-radius: 20px;
}
#testimonials .success-story .row aside {
  min-height: 400px;
  text-align: center;
  font-style: normal;
  display: flex;
  flex-direction: column;
}
#testimonials .success-story .row aside span {
  width: 0;
  height: 0;
  margin-left: 15px;
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
  transform: rotate(90deg);
  white-space: nowrap;
  align-self: center;
  word-spacing: 5px;
}
#testimonials .success-story .row aside a.circle-badge, #testimonials .success-story .row aside a.circle-badge:visited {
  width: 145px;
  height: 145px;
  margin-top: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  border: 2px solid #272727;
  border-radius: 100%;
  box-shadow: none;
  position: relative;
  transition: box-shadow 0.2s ease-out;
}
#testimonials .success-story .row aside a.circle-badge:hover, #testimonials .success-story .row aside a.circle-badge:visited:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px, rgba(0, 0, 0, 0.1) 0 4px 4px, rgba(0, 0, 0, 0.1) 0 8px 8px, rgba(0, 0, 0, 0.1) 0 16px 16px, rgba(0, 0, 0, 0.1) 0 32px 32px;
}
#testimonials .success-story .row aside a.circle-badge:before, #testimonials .success-story .row aside a.circle-badge:visited:before {
  content: "";
  width: 87px;
  height: 87px;
  border: 2px solid #272727;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 27px;
  left: 27px;
}
#testimonials .success-story .row aside a.circle-badge .circle-text, #testimonials .success-story .row aside a.circle-badge:visited .circle-text {
  width: 135px;
  height: 135px;
  font-size: 1.03rem;
  text-transform: uppercase;
  animation: 100s linear infinite rotatingLoop;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
}
@keyframes rotatingLoop {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#testimonials .success-story .row aside a.circle-badge .circle-logo, #testimonials .success-story .row aside a.circle-badge:visited .circle-logo {
  width: 40px;
  height: auto;
}
@media (max-width: 1059px) {
  #testimonials .success-story .row {
    flex-wrap: wrap;
  }
  #testimonials .success-story .row article {
    width: 100%;
    padding-top: 50px;
    order: 3;
  }
  #testimonials .success-story .row figure {
    width: 149px;
    height: 149px;
    padding: 0;
    order: 1;
  }
  #testimonials .success-story .row figure img {
    border-radius: 100%;
  }
  #testimonials .success-story .row aside {
    width: calc(100% - 149px);
    min-height: auto;
    flex-direction: row;
    flex-wrap: wrap;
    order: 2;
  }
  #testimonials .success-story .row aside span {
    width: auto;
    height: auto;
    margin: 10px 0 10px 10px;
    text-align: left;
    transform: none;
    white-space: inherit;
    align-self: center;
    order: 2;
  }
  #testimonials .success-story .row aside a.circle-badge, #testimonials .success-story .row aside a.circle-badge:visited {
    margin-top: 0;
    align-self: center;
    position: relative;
    left: -20px;
  }
}
@media (max-width: 867px) {
  #testimonials .success-story .row aside span {
    width: calc(100% + 145px);
    margin: 20px 0 0 -145px;
  }
}

/* Comparison Table
-------------------------------------------------------------------------- */
.feature-comparison {
  width: 105%;
  margin: 0 -2.5% 110px -2.5%;
  border-collapse: collapse;
  table-layout: fixed;
  position: relative;
}
.feature-comparison th, .feature-comparison td {
  padding: 20px 2.5% 20px 2.5%;
}
.feature-comparison th:nth-child(n+2), .feature-comparison td:nth-child(n+2) {
  padding-left: calc(2.5% + 40px);
}
.feature-comparison th:nth-child(2), .feature-comparison td:nth-child(2) {
  padding-right: calc(2.5% + 40px);
}
.feature-comparison thead tr th {
  text-align: left;
  font-weight: 500;
  font-stretch: expanded;
  text-transform: uppercase;
}
.feature-comparison tbody tr td {
  position: relative;
}
.feature-comparison tbody tr td [class^=icon-] {
  font-style: normal;
  text-align: center;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(2.5% + 20px);
}
.feature-comparison tbody tr td .icon-checkmark:before {
  content: "✓";
  width: 23px;
  height: 23px;
  line-height: 23px;
  color: white;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 50%;
  background-color: #83bf7a;
  display: block;
}
.feature-comparison tbody tr td .icon-x:before {
  content: "×";
  width: 23px;
  height: 23px;
  line-height: 23px;
  color: #babcc3;
  font-size: 3.7rem;
  font-weight: 400;
  display: block;
}
.feature-comparison tbody tr:nth-child(odd) td {
  background-color: #f2f4f6;
}
.feature-comparison tbody tr:nth-child(odd) td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.feature-comparison tbody tr:nth-child(odd) td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.feature-comparison:before {
  content: "";
  width: 33.33%;
  border: 2px solid #ffffff;
  border-radius: 20px;
  display: block;
  position: absolute;
  top: -10px;
  left: calc(33.33% - 10px);
  bottom: -10px;
  z-index: 2;
  pointer-events: none;
  box-shadow: rgba(0, 0, 0, 0.03) 0 -1px 2px, rgba(0, 0, 0, 0.075) 0 2px 3px, rgba(0, 0, 0, 0.03) 0 8px 8px, rgba(0, 0, 0, 0.03) 0 16px 16px, rgba(0, 0, 0, 0.03) 0 32px 32px;
}
@media (max-width: 959px) {
  .feature-comparison {
    display: block;
  }
  .feature-comparison thead,
  .feature-comparison tbody,
  .feature-comparison tr,
  .feature-comparison td,
  .feature-comparison th {
    display: block;
    box-sizing: border-box;
  }
  .feature-comparison thead tr:after {
    content: "";
    display: table;
    clear: both;
  }
  .feature-comparison thead tr th:nth-child(2), .feature-comparison thead tr th:nth-child(3) {
    width: 50%;
    padding-left: 10%;
    float: left;
  }
  .feature-comparison tbody tr {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  .feature-comparison tbody tr:after {
    content: "";
    display: table;
    clear: both;
  }
  .feature-comparison tbody tr td {
    padding: 20px 5% 20px 10% !important;
  }
  .feature-comparison tbody tr td:nth-child(1) {
    padding-bottom: 0 !important;
    width: 100%;
  }
  .feature-comparison tbody tr td:nth-child(2), .feature-comparison tbody tr td:nth-child(3) {
    width: 50%;
  }
  .feature-comparison tbody tr td strong {
    color: #aeb1ba;
    font-weight: 500;
    font-stretch: expanded;
    text-transform: uppercase;
  }
  .feature-comparison tbody tr td strong.mobile-show {
    color: inherit;
    text-transform: none;
  }
  .feature-comparison tbody tr td [class^=icon-] {
    top: 20px;
  }
  .feature-comparison tr:nth-child(odd) td:first-child {
    border-radius: 8px 8px 0 0 !important;
  }
  .feature-comparison tr:nth-child(odd) td:nth-child(2) {
    border-radius: 0 0 0 8px !important;
  }
  .feature-comparison tr:nth-child(odd) td:last-child {
    border-radius: 0 0 8px 0 !important;
  }
  .feature-comparison:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .feature-comparison {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .feature-comparison thead {
    display: none;
  }
  .feature-comparison tbody tr td {
    padding: 10px 40px 10px 65px !important;
  }
  .feature-comparison tbody tr td:nth-child(1) {
    padding-top: 30px !important;
    padding-bottom: 15px !important;
  }
  .feature-comparison tbody tr td:nth-child(2), .feature-comparison tbody tr td:nth-child(3) {
    width: 100%;
  }
  .feature-comparison tbody tr td:nth-child(3) {
    padding-bottom: 30px !important;
  }
  .feature-comparison tbody tr td [class^=icon-] {
    top: 10px;
    left: 25px;
  }
  .feature-comparison tr:nth-child(odd) td:first-child {
    border-radius: 8px 8px 0 0 !important;
  }
  .feature-comparison tr:nth-child(odd) td:nth-child(2) {
    border-radius: 0 !important;
  }
  .feature-comparison tr:nth-child(odd) td:last-child {
    border-radius: 0 0 8px 8px !important;
  }
}

/* =Home Page
============================================================================== */
/* Pricing
-------------------------------------------------------------------------- */
#pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3%;
}
#pricing-grid .pricing-option {
  margin: 0;
  padding: 45px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.03) 0 -1px 2px, rgba(0, 0, 0, 0.075) 0 2px 3px, rgba(0, 0, 0, 0.03) 0 8px 8px, rgba(0, 0, 0, 0.03) 0 16px 16px, rgba(0, 0, 0, 0.03) 0 32px 32px;
  transition: box-shadow 0.3s, border-color 0.3s, opacity 0.3s;
  opacity: 1;
  text-align: left;
}
#pricing-grid .pricing-option:hover {
  border-color: rgba(0, 0, 0, 0.35);
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px, rgba(0, 0, 0, 0.1) 0 4px 4px, rgba(0, 0, 0, 0.1) 0 8px 8px, rgba(0, 0, 0, 0.1) 0 16px 16px, rgba(0, 0, 0, 0.1) 0 32px 32px;
}
#pricing-grid .pricing-option[data-on-off=off] {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0.15);
  opacity: 0.5;
}
#pricing-grid .pricing-option[data-on-off=off] .pricing-toggle {
  background: #aaa;
  border-color: #aaa;
}
#pricing-grid .pricing-option[data-on-off=off] .pricing-toggle::after {
  transform: translate3d(-20px, 0, 0);
}
#pricing-grid .pricing-option .pricing-toggle {
  position: absolute;
  top: 50px;
  right: 40px;
  display: block;
  width: 40px;
  height: 20px;
  background: #bdd8ae;
  border-radius: 25px;
  border: 1px solid #bdd8ae;
  cursor: pointer;
  transition: background-color 0.3s, border 0.3s;
}
#pricing-grid .pricing-option .pricing-toggle:hover {
  background-color: #272727;
  border-color: #272727;
}
#pricing-grid .pricing-option .pricing-toggle:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  transition: transform 0.3s;
}
#pricing-grid .option-coming-soon {
  overflow: hidden;
  opacity: 0.5 !important;
  --notice-width: 347px;
}
#pricing-grid .option-coming-soon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.005);
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
#pricing-grid .option-coming-soon:after {
  content: "Coming Soon";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(40deg);
  font-size: 45px;
  font-weight: 600;
  color: #000000;
  width: calc(var(--notice-width) + 8px);
  text-indent: -100%;
  text-align: center;
  white-space: nowrap;
  z-index: 3;
  text-transform: uppercase;
  opacity: 0.03;
  text-shadow: 0 -1em #000000, 0 -2em #000000, 0 -3em #000000, 0 -4em #000000, 0 -5em #000000, 0 -6em #000000, 0 -7em #000000, calc(var(--notice-width) + 8px) -1em #000000, calc(var(--notice-width) + 8px) -2em #000000, calc(var(--notice-width) + 8px) -3em #000000, calc(var(--notice-width) + 8px) -4em #000000, calc(var(--notice-width) + 8px) -5em #000000, calc(var(--notice-width) + 8px) -6em #000000, calc(var(--notice-width) + 8px) -7em #000000, calc(var(--notice-width) + 8px) 0 #000000, 0 1em #000000, 0 2em #000000, 0 3em #000000, 0 4em #000000, 0 5em #000000, 0 6em #000000, 0 7em #000000, calc(var(--notice-width) + 8px) 1em #000000, calc(var(--notice-width) + 8px) 2em #000000, calc(var(--notice-width) + 8px) 3em #000000, calc(var(--notice-width) + 8px) 4em #000000, calc(var(--notice-width) + 8px) 5em #000000, calc(var(--notice-width) + 8px) 6em #000000, calc(var(--notice-width) + 8px) 7em #000000;
}
#pricing-grid .pricing-option h3 {
  margin: 0 0 22.5px;
  font-size: 26px;
  font-weight: 600;
}
#pricing-grid .pricing-option ul {
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
}
#pricing-grid .pricing-option ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.2em;
}
#pricing-grid .pricing-option ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 13.5px;
  height: 13.5px;
  line-height: 13.5px;
  text-align: center;
  border-radius: 50%;
  background-color: #d9d9d9;
  color: white;
  font-size: 11px;
  font-weight: 700;
}
#pricing-grid .pricing-container {
  position: relative;
}
#pricing-grid .pricing-container small {
  font-size: 14px;
}
#pricing-grid .pricing-container small span.slider-amount {
  font-weight: 700;
  padding-left: 3px;
}
#pricing-grid .pricing-container .price-details {
  line-height: 1em;
}
#pricing-grid .pricing-container .price-details .price {
  font-weight: 700;
  margin-right: 2px;
  font-size: 20px;
}
#pricing-grid .pricing-container .price-details .details {
  font-size: 14px;
  font-style: italic;
  font-variation-settings: "slnt" 1;
}
#pricing-grid .pricing-container .price-details .details a {
  border-bottom: 1px dotted;
}
#pricing-grid .pricing-container .price-details .details a:hover {
  border-bottom: 1px solid;
}
#pricing-grid input.pricing-slider {
  width: 100%;
  margin: 10px 0;
}
#pricing-grid input.pricing-slider[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 12.5px 0 15px;
  height: 12.5px;
  background: linear-gradient(to right, #f6f6f6 0%, #f6f6f6 100%);
  border-radius: 25px;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.15);
  outline: none;
}
#pricing-grid input.pricing-slider[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12.5px;
  height: 12.5px;
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  border: none;
  outline: 4px solid #272727;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s;
}
#pricing-grid input.pricing-slider[type=range]::-moz-range-thumb {
  width: 12.5px;
  height: 12.5px;
  background: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  border: none;
  outline: 4px solid #272727;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s;
}
#pricing-grid input.pricing-slider[type=range]:hover::-webkit-slider-thumb, #pricing-grid input.pricing-slider[type=range]:active::-webkit-slider-thumb, #pricing-grid input.pricing-slider[type=range]:hover::-moz-range-thumb, #pricing-grid input.pricing-slider[type=range]:active::-moz-range-thumb {
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  #pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 800px) {
  #pricing-grid {
    display: block;
  }
  #pricing-grid .pricing-option {
    margin-bottom: 30px;
  }
}

#total-container {
  text-align: center;
  margin: 90px auto 60px;
}
#total-container #total {
  font-weight: 700;
  font-size: 5rem;
  line-height: 1em;
  margin-bottom: 12.5px;
}
#total-container #total-details {
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 60px;
}
#total-container #total-details a {
  border-bottom: 1px dotted;
}
#total-container #total-details a:hover {
  border-bottom: 1px solid;
}
@media (max-width: 800px) {
  #total-container {
    margin-top: 70px;
  }
}

/* =Resource Pages (Integrations and Tools)
============================================================================== */
/* Resource Search
-------------------------------------------------------------------------- */
#resource-search {
  max-width: 400px;
  margin: 0 auto -62px auto;
  font-size: 1.8rem;
  border-radius: 50px;
  display: block;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  #resource-search {
    margin-top: 50px;
  }
}

/* Resource Grid
-------------------------------------------------------------------------- */
#resource-grid {
  margin: 100px auto 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 5%;
}
#resource-grid > a, #resource-grid > a:visited, #resource-grid > span {
  width: 30%;
  margin-bottom: 5%;
  padding: 6% 7% 5% 7%;
  border-radius: 40px;
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.03) 0 -1px 2px, rgba(0, 0, 0, 0.075) 0 2px 3px, rgba(0, 0, 0, 0.03) 0 8px 8px, rgba(0, 0, 0, 0.03) 0 16px 16px, rgba(0, 0, 0, 0.03) 0 32px 32px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  transition: border-color 0.1s ease-out, border-radius 0.1s ease-out, box-shadow 0.1s ease-out;
}
#resource-grid > a:not(span):hover, #resource-grid > a:visited:not(span):hover, #resource-grid > span:not(span):hover {
  border-color: #babcc3;
  box-shadow: rgba(0, 0, 0, 0.03) 0 -1px 2px, rgba(0, 0, 0, 0.075) 0 3px 3px, rgba(0, 0, 0, 0.03) 0 12px 8px, rgba(0, 0, 0, 0.03) 0 21px 16px, rgba(0, 0, 0, 0.03) 0 40px 32px;
}
#resource-grid > a img, #resource-grid > a:visited img, #resource-grid > span img {
  width: 100%;
  max-width: 100px;
  height: auto;
  aspect-ratio: 1/1;
  display: block;
}
#resource-grid > a h6, #resource-grid > a:visited h6, #resource-grid > span h6 {
  width: 100%;
  margin: 30px 0 0 0;
  display: block;
}
#resource-grid > a h6.plugin-label:after, #resource-grid > a h6.soon-label:after, #resource-grid > a:visited h6.soon-label:after, #resource-grid > a:visited h6.plugin-label:after, #resource-grid > span h6.plugin-label:after, #resource-grid > span h6.soon-label:after {
  content: "PLUGIN";
  margin: 5px 7px;
  padding: 0 4px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 20px;
  vertical-align: middle;
  color: #ffffff;
  border-radius: 3px;
  background: #4aa7f8;
  display: inline-block;
}
#resource-grid > a h6.soon-label:after, #resource-grid > a:visited h6.soon-label:after, #resource-grid > span h6.soon-label:after {
  content: "COMING SOON";
  background: #babcc3;
}
@media (max-width: 959px) {
  #resource-grid > a, #resource-grid > a:visited, #resource-grid > span {
    width: 47.5%;
  }
}
@media (max-width: 767px) {
  #resource-grid > a, #resource-grid > a:visited, #resource-grid > span {
    width: 100%;
  }
}

/* =Tool Pages
============================================================================== */
/* Base
-------------------------------------------------------------------------- */
h1.tool-label:after {
  content: "TOOL";
  position: relative;
  top: 0;
  right: 0;
  font-size: 1.3rem;
  vertical-align: top;
  background: #4aa7f8;
  color: #ffffff;
  padding: 0 4px;
  border-radius: 3px;
  line-height: 20px;
  display: inline-block;
  font-weight: 500;
}

/* UTM Builder
-------------------------------------------------------------------------- */
#utm-builder-wrapper {
  --utm-input-height: 55px;
  margin: 80px auto 120px auto;
  padding: 0 5%;
  width: 800px;
  max-width: calc(100% - 25px);
  box-sizing: border-box;
}
#utm-builder-wrapper .utm-section-title {
  margin: 0 0 30px;
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
}
#utm-builder-wrapper .utm-section-title span {
  display: inline-block;
  font-size: 80%;
  transform: translate3d(0, 2px, 0);
}
#utm-builder-wrapper #utm-builder-settings {
  margin: 0 0 80px;
}
#utm-builder-wrapper #utm-builder-settings .utm-field-container {
  margin-bottom: 17.5px;
  position: relative;
}
#utm-builder-wrapper #utm-builder-settings .utm-field-container:before {
  content: attr(data-input-label);
  position: absolute;
  top: 1px;
  left: 1px;
  line-height: var(--utm-input-height);
  border-right: 1px solid #babcc3;
  width: 120px;
  white-space: nowrap;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.0085);
  border-radius: 5px 0 0 5px;
}
#utm-builder-wrapper #utm-builder-settings .utm-field-container input {
  line-height: var(--utm-input-height);
  padding: 0 0 0 140px;
  color: #000000;
}
#utm-builder-wrapper #utm-preview {
  background: rgba(74, 167, 248, 0.0509803922);
  border: 1px solid #4aa7f8;
  color: #4aa7f8;
  border-radius: 5px 5px 0 0;
  padding: 17.5px;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  box-sizing: border-box;
}
#utm-builder-wrapper #utm-preview:empty:before {
  content: "...awaiting campaign details";
  color: #4aa7f8;
  opacity: 0.5;
}
#utm-builder-wrapper #copy-utm-link {
  background: #4aa7f8;
  color: #ffffff;
  display: block;
  width: 100%;
  border-radius: 0 0 5px 5px;
  border: none;
  line-height: 60px;
  margin-bottom: 120px;
  transition: background 0.3s;
}
#utm-builder-wrapper #copy-utm-link:hover {
  background: #000000;
}
#utm-builder-wrapper #copy-utm-link svg {
  fill: #ffffff;
  display: inline-block;
  width: 14px;
  margin-left: 10px;
}

/* QR Code Generator
-------------------------------------------------------------------------- */
#qrcode-builder-wrapper {
  --qrcode-input-height: 55px;
  margin: 80px auto 120px auto;
  padding: 0 5%;
  width: 800px;
  max-width: calc(100% - 25px);
  box-sizing: border-box;
}
#qrcode-builder-wrapper .qrcode-section-title {
  margin: 0 0 30px;
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
}
#qrcode-builder-wrapper .qrcode-section-title span {
  display: inline-block;
  font-size: 80%;
  transform: translate3d(0, 2px, 0);
}
#qrcode-builder-wrapper #qrcode-builder-settings {
  margin: 0 auto 120px;
}
#qrcode-builder-wrapper #qrcode-builder-settings .qrcode-field-container {
  margin-bottom: 17.5px;
  position: relative;
}
#qrcode-builder-wrapper #qrcode-builder-settings .qrcode-field-container:before {
  content: attr(data-input-label);
  font-size: 1.4rem;
  position: absolute;
  top: 1px;
  left: 1px;
  line-height: var(--qrcode-input-height);
  border-right: 1px solid #babcc3;
  width: 120px;
  white-space: nowrap;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.0085);
  border-radius: 5px 0 0 5px;
}
#qrcode-builder-wrapper #qrcode-builder-settings .qrcode-field-container input {
  line-height: var(--qrcode-input-height);
  padding: 0 0 0 140px;
  color: #000000;
}
#qrcode-builder-wrapper #qrcode-preview {
  background: #ffffff;
  border: 2px solid #4aa7f8;
  color: #4aa7f8;
  border-radius: 45px;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  box-sizing: border-box;
  transition: border 0.3s;
  text-align: center;
  position: relative;
  transition: background-color 0.3s, border 0.3s;
}
#qrcode-builder-wrapper #qrcode-preview img, #qrcode-builder-wrapper #qrcode-preview svg {
  display: block;
  width: 180px;
  height: 180px;
  object-fit: contain;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#qrcode-builder-wrapper #qrcode-preview:empty {
  background: rgba(74, 167, 248, 0.0509803922);
  border: 2px dashed #4aa7f8;
}
#qrcode-builder-wrapper #qrcode-preview:empty:before {
  content: "...waiting for URL input";
  color: #4aa7f8;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
}
#qrcode-builder-wrapper #qrcode-preview:empty + #export-qrcode-controls {
  opacity: 0;
  height: 0;
}
#qrcode-builder-wrapper #export-qrcode-controls {
  height: 175px;
  opacity: 1;
  transition: height 0.3s, opacity 0.3s;
  margin: 30px auto 120px;
  text-align: center;
  width: 250px;
  overflow: hidden;
}
#qrcode-builder-wrapper #export-qrcode-controls .export-qrcode {
  background: #4aa7f8;
  color: #ffffff;
  text-align: left;
  border-radius: 5px;
  line-height: 50px;
  padding: 0 17.5px;
  transition: background-color 0.3s, height 0.3s, opacity 0.3s;
  cursor: pointer;
  box-sizing: border-box;
  height: 50px;
  opacity: 1;
  margin: 0 auto;
  display: block;
  width: 100%;
}
#qrcode-builder-wrapper #export-qrcode-controls .export-qrcode + .export-qrcode {
  margin-top: 12.5px;
}
#qrcode-builder-wrapper #export-qrcode-controls .export-qrcode:hover {
  background-color: #000000;
}
#qrcode-builder-wrapper #export-qrcode-controls .export-qrcode svg {
  display: inline-block;
  fill: #ffffff;
  width: 15px;
  vertical-align: top;
  margin: 15px 0 0 8px;
  float: right;
}

/* Image Optimizer
-------------------------------------------------------------------------- */
#img-opt-container {
  text-align: center;
  margin: 80px auto 160px;
}
#img-opt-container .img-opt-section-title {
  margin: 0 0 30px;
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
}
#img-opt-container .img-opt-section-title span {
  display: inline-block;
  font-size: 80%;
  transform: translate3d(0, 2px, 0);
}
#img-opt-container input[type=file] {
  padding: 22.5px 22.5px 22.5px 12.5px;
  margin: 0 auto 30px;
  border-radius: 8px;
  border: 2px dashed #4aa7f8;
  background: rgba(74, 167, 248, 0.0509803922);
  transition: border 0.3s, background 0.3s, color 0.3s;
  cursor: pointer;
  width: 380px;
  box-sizing: border-box;
  color: #4aa7f8;
  text-indent: 12.5px;
}
#img-opt-container input[type=file]:hover {
  border: 2px solid #4aa7f8;
}
#img-opt-container #file-error-message {
  margin: 0 auto 30px;
  font-size: 1.4rem;
  color: red;
}
#img-opt-container #imageQualityControls {
  padding: 17.5px 22.5px;
  margin: 0px auto 45px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  max-width: 380px;
  text-align: left;
  box-sizing: border-box;
  border: none;
  background: none;
  padding: 17.5px 0;
}
#img-opt-container #imageQualityControls label {
  margin-bottom: 8px;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1em;
}
#img-opt-container #imageQualityControls label #qualityValue {
  float: right;
  color: #4aa7f8;
}
#img-opt-container #imageQualityControls label #qualityValue:after {
  content: "%";
}
#img-opt-container #imageQualityControls input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 3px;
  background: #e8e8e8;
  outline: none;
  border-radius: 25px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.15);
  margin: 0;
  cursor: grab;
}
#img-opt-container #imageQualityControls input[type=range]:active {
  cursor: grabbing;
}
#img-opt-container #imageQualityControls input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 17.5px;
  height: 17.5px;
  background-color: #ffffff;
  border-radius: 50%;
  border: none;
  outline: 3px solid #4aa7f8;
}
#img-opt-container #imageQualityControls input[type=range]::-moz-range-thumb {
  appearance: none;
  width: 17.5px;
  height: 17.5px;
  background-color: #ffffff;
  border-radius: 50%;
  border: none;
  outline: 3px solid #4aa7f8;
}
#img-opt-container .images-container {
  display: flex;
  justify-content: space-around;
}
#img-opt-container .images-container .image-preview {
  text-align: center;
  width: 45%;
}
#img-opt-container .images-container .image-preview h3.image-opt-preview-title {
  font-size: 1.6rem;
  font-weight: 500;
}
#img-opt-container .images-container .image-preview h3.image-opt-preview-title span {
  display: inline-block;
  color: #4aa7f8;
  font-weight: 500;
}
#img-opt-container .images-container .image-preview h3.image-opt-preview-title #originalSize {
  color: #f8834a;
}
#img-opt-container .images-container .image-preview img {
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
#img-opt-container #downloadLink {
  color: #ffffff;
  background: #4aa7f8;
  border-radius: 8px;
  text-decoration: none;
  line-height: 50px;
  max-width: 100%;
  width: 250px;
  margin: 60px auto 0;
  padding: 0 17.5px;
  text-align: left;
  position: sticky;
  bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  transition: background 0.3s;
}
#img-opt-container #downloadLink:hover {
  background: #000000;
}
#img-opt-container #downloadLink svg {
  height: 18px;
  fill: #ffffff;
  margin-left: 5px;
  position: relative;
  margin-top: 16px;
  float: right;
}

/* Image Converter
-------------------------------------------------------------------------- */
.img-conv-container {
  text-align: center;
  width: 100%;
  margin: 80px auto 160px;
}
.img-conv-container h3 {
  font-size: 1.6rem;
  font-weight: 500;
}
.img-conv-container h3 .image-filetype {
  text-transform: uppercase;
}
.img-conv-container h3 #original-filetype {
  color: #f8834a;
  font-weight: 500;
}
.img-conv-container h3 #converted-filetype {
  color: #4aa7f8;
  font-weight: 500;
}
.img-conv-container h4, .img-conv-container #footer #navigation-footer .logo a, #footer #navigation-footer .logo .img-conv-container a, .img-conv-container #navigation-header .logo a, #navigation-header .logo .img-conv-container a {
  margin: 0 0 30px;
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
}
.img-conv-container h4 span, .img-conv-container #footer #navigation-footer .logo a span, #footer #navigation-footer .logo .img-conv-container a span, .img-conv-container #navigation-header .logo a span, #navigation-header .logo .img-conv-container a span {
  display: inline-block;
  font-size: 80%;
  transform: translate3d(0, 2px, 0);
}
.img-conv-container input[type=file] {
  padding: 22.5px 22.5px 22.5px 12.5px;
  margin: 0 auto 30px;
  border-radius: 8px;
  border: 2px dashed #4aa7f8;
  background: rgba(74, 167, 248, 0.0509803922);
  transition: border 0.3s, background 0.3s, color 0.3s;
  cursor: pointer;
  width: 380px;
  box-sizing: border-box;
  color: #4aa7f8;
  text-indent: 12.5px;
  display: block;
}
.img-conv-container input[type=file]:hover {
  border: 2px solid #4aa7f8;
}
.img-conv-container #file-error-message {
  margin: 0 auto 30px;
  font-size: 1.4rem;
  color: red;
  display: block;
}
.img-conv-container #file-error-message:empty {
  display: none;
}
.img-conv-container #select-format-wrapper {
  position: relative;
  display: block;
  width: 380px;
  margin: 0 auto 45px;
  box-sizing: border-box;
}
.img-conv-container #select-format-wrapper select {
  border: 2px solid #4aa7f8;
  background: #ffffff;
  color: #4aa7f8;
  padding: 0 22.5px;
  border-radius: 8px;
  height: 75px;
  vertical-align: top;
  display: block;
  width: 100%;
  cursor: pointer;
  appearance: none; /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
}
.img-conv-container #select-format-wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #4aa7f8;
  pointer-events: none;
}
.img-conv-container #loading-message {
  font-size: 1.6rem;
  color: #333;
  text-align: center;
  margin-top: 30px;
}
.img-conv-container #loading-message svg {
  width: 15px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
  fill: #4aa7f8;
  animation: spin 0.8s linear infinite;
  margin-top: 4px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.img-conv-container #img-preview-container {
  display: none;
  justify-content: space-around;
  margin-top: 30px;
}
.img-conv-container #img-preview-container .image-container {
  text-align: center;
  width: 45%;
}
.img-conv-container #img-preview-container .image-container canvas,
.img-conv-container #img-preview-container .image-container #preview {
  max-width: 100%;
  width: 100%;
  border-radius: 5px;
  opacity: 1;
}
.img-conv-container #download {
  display: none;
  color: #ffffff;
  background: #4aa7f8;
  border-radius: 8px;
  text-decoration: none;
  line-height: 50px;
  max-width: 100%;
  width: 250px;
  margin: 60px auto 0;
  padding: 0 17.5px;
  text-align: left;
  position: sticky;
  bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  transition: background 0.3s;
}
.img-conv-container #download:hover {
  background: #000000;
}
.img-conv-container #download svg {
  height: 18px;
  fill: #ffffff;
  margin-left: 5px;
  position: relative;
  margin-top: 16px;
  float: right;
}

/* Signature Generator
-------------------------------------------------------------------------- */
#signature-generator-wrapper {
  margin: 80px auto 120px auto;
  padding: 0 5%;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
#signature-generator-wrapper .signature-section-title {
  margin: 0 0 40px 0;
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
}
#signature-generator-wrapper .signature-section-title span {
  display: inline-block;
  font-size: 80%;
  transform: translate3d(0, 2px, 0);
}
#signature-generator-wrapper #canvas-signature {
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='48' viewport='0 0 100 100' style='fill:black;font-size:24px;'><text y='50%'>✍️</text></svg>") 5 25, auto;
  width: 500px;
  height: 180px;
  margin: 0 auto;
  object-fit: contain;
  border-bottom: 0px dashed rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  outline: 10px solid #e2e4e7;
  outline-offset: 0px;
  transition: outline 0.3s, background 0.3s, box-shadow 0.5s;
  background: #ffffff;
  z-index: 1;
}
#signature-generator-wrapper #canvas-signature:hover {
  outline: 10px solid rgba(0, 0, 0, 0.05);
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px, rgba(0, 0, 0, 0.1) 0 4px 4px, rgba(0, 0, 0, 0.1) 0 8px 8px, rgba(0, 0, 0, 0.1) 0 16px 16px, rgba(0, 0, 0, 0.1) 0 32px 32px;
}
#signature-generator-wrapper #canvas-signature.error {
  outline: 5px solid red;
  background: rgba(250, 0, 0, 0.05);
}
#signature-generator-wrapper #canvas-signature.reset {
  outline: 5px solid rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.05);
}
#signature-generator-wrapper #buttons-container {
  margin: 30px 0 0 0;
}
#signature-generator-wrapper button {
  border: none;
  font-size: 1.5rem;
  display: inline-block;
  line-height: 35px;
  padding: 0 15px;
  border-radius: 5px;
  z-index: 2;
  cursor: pointer;
  transition: background 0.3s, color 0.3s, opacity 0.3s, transform 0.3s;
  background: #e2e4e7;
  opacity: 1;
  transform: scale(1);
  margin: 0 6px;
  display: inline-block;
}
#signature-generator-wrapper button:hover {
  background: #cbcfd5;
}
#signature-generator-wrapper button svg {
  width: 18px;
  height: 18px;
  margin: 0 -2px 0 3px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
#signature-generator-wrapper button.hidden {
  opacity: 0;
  transform: scale(0);
}
#signature-generator-wrapper #sig-preview {
  position: fixed;
  bottom: 22.5px;
  left: 22.5px;
  height: 45px;
  width: 125px;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  transition: opacity 0.3s, transform 0.3s;
  opacity: 1;
  transform: scale(1);
  user-select: none;
  display: none;
}
#signature-generator-wrapper #sig-preview:empty {
  opacity: 0;
  transform: scale(0);
}
#signature-generator-wrapper #sig-preview img {
  object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
}

/* Email Subject Line Generator
-------------------------------------------------------------------------- */
#subject-generator-wrapper {
  margin: 80px auto 160px;
  width: 800px;
  max-width: calc(100% - 25px);
  padding: 0 5%;
  box-sizing: border-box;
}
#subject-generator-wrapper .subject-generator-section-title {
  margin: 0 0 30px;
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
}
#subject-generator-wrapper .subject-generator-section-title span {
  display: inline-block;
  font-size: 80%;
  transform: translate3d(0, 2px, 0);
}
#subject-generator-wrapper textarea {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  border: 1px solid #babcc3;
  padding: 22.5px;
  box-sizing: border-box;
  font-size: 1.6rem;
  color: #777;
  margin: 0 auto;
  display: block;
  resize: none;
}
#subject-generator-wrapper textarea:hover, #subject-generator-wrapper textarea:active, #subject-generator-wrapper textarea:focus {
  border: 1px solid #91949f;
  background: #fdfdfd;
  outline: none;
  color: #000000;
}
#subject-generator-wrapper button#generate-subjects {
  display: block;
  max-width: content;
  background: #4aa7f8;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  padding: 0 25px;
  line-height: 60px;
  margin: 22.5px auto 100px;
  font-size: 1.6rem;
  cursor: pointer;
  transition: background 0.3s;
}
#subject-generator-wrapper button#generate-subjects:hover {
  background: #000000;
}
#subject-generator-wrapper button#generate-subjects svg {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 12.5px;
  animation: rotate 0.6s linear infinite;
  fill: #ffffff;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
#subject-generator-wrapper #subject-container {
  margin: 0 auto 150px;
  max-width: 100%;
}
#subject-generator-wrapper #subject-container .subject-suggestion {
  margin: 22.5px auto;
  background: rgba(74, 167, 248, 0.0509803922);
  border: 1px solid #4aa7f8;
  color: #4aa7f8;
  width: 100%;
  padding: 20px 45px 20px 22.5px;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: sans-serif;
  font-size: 1.6rem;
  position: relative;
  line-height: 1em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.5s, transform 0.5s;
}
#subject-generator-wrapper #subject-container .subject-suggestion.loaded {
  opacity: 1;
  transform: scale(1);
}
#subject-generator-wrapper #subject-container .subject-suggestion .copy-button {
  position: absolute;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
}
#subject-generator-wrapper #subject-container .subject-suggestion .copy-button svg {
  fill: #4aa7f8;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  transition: fill 0.3s;
}
#subject-generator-wrapper #subject-container .subject-suggestion .copy-button:hover svg {
  fill: #000000;
}
#subject-generator-wrapper #subject-container .error-response {
  color: red;
  text-align: center;
}

/* Calculators
-------------------------------------------------------------------------- */
#calculator-wrapper {
  --calculator-input-height: 55px;
  margin: 80px auto 120px auto;
  padding: 0 5%;
  width: 800px;
  max-width: calc(100% - 25px);
  box-sizing: border-box;
}
#calculator-wrapper .calculator-section-title {
  margin: 0 0 30px;
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
}
#calculator-wrapper .calculator-section-title span {
  display: inline-block;
  font-size: 80%;
  transform: translate3d(0, 2px, 0);
}
#calculator-wrapper #calculator-settings {
  margin: 0 auto 80px;
  width: 100%;
}
#calculator-wrapper #calculator-settings .calculator-field-container {
  margin-bottom: 17.5px;
  position: relative;
}
#calculator-wrapper #calculator-settings .calculator-field-container:before {
  content: attr(data-input-label);
  position: absolute;
  top: 1px;
  left: 1px;
  line-height: 55px;
  border-right: 1px solid #babcc3;
  width: 120px;
  white-space: nowrap;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.0085);
  border-radius: 5px 0 0 5px;
}
#calculator-wrapper #calculator-settings .calculator-field-container input {
  line-height: 55px;
  padding: 0 12.5px 0 140px;
  color: #000;
}
#calculator-wrapper #calculator-results {
  background: rgba(74, 167, 248, 0.0509803922);
  border: 1px solid #4aa7f8;
  color: #4aa7f8;
  border-radius: 5px;
  padding: 30px;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: 500;
}
#calculator-wrapper #calculator-results:empty {
  border: 2px dashed #4aa7f8;
}
#calculator-wrapper #calculator-results:empty:before {
  content: "...awaiting calculator data.";
  color: #4aa7f8;
  opacity: 0.65;
  font-weight: 400;
}

/* FAQ
-------------------------------------------------------------------------- */
#faq-wrapper {
  margin: 80px auto 120px auto;
  padding: 0 5%;
  width: 800px;
  max-width: calc(100% - 25px);
  box-sizing: border-box;
}
#faq-wrapper h4, #faq-wrapper #footer #navigation-footer .logo a, #footer #navigation-footer .logo #faq-wrapper a, #faq-wrapper #navigation-header .logo a, #navigation-header .logo #faq-wrapper a {
  margin: 0 0 30px;
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
}
#faq-wrapper h4 span, #faq-wrapper #footer #navigation-footer .logo a span, #footer #navigation-footer .logo #faq-wrapper a span, #faq-wrapper #navigation-header .logo a span, #navigation-header .logo #faq-wrapper a span {
  display: inline-block;
  font-size: 80%;
  transform: translate3d(0, 2px, 0);
}
#faq-wrapper .faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 22.5px 0;
  position: relative;
}
#faq-wrapper .faq-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
#faq-wrapper .faq-item::before {
  content: "";
  position: absolute;
  top: 33px;
  right: 0;
  height: 1px;
  background: #000000;
  width: 13px;
  opacity: 1;
  transition: background 0.3s;
  transform: translate3d(0, -50%, 0);
}
#faq-wrapper .faq-item::after {
  content: "";
  position: absolute;
  top: 33px;
  right: 6px;
  width: 1px;
  background: #000000;
  height: 13px;
  opacity: 1;
  transition: opacity 0.3s, height 0.15s, background 0.3s;
  transform: translate3d(0, -50%, 0);
}
#faq-wrapper .faq-item.show::after {
  height: 0;
  opacity: 0;
}
#faq-wrapper .faq-item .faq-question {
  cursor: pointer;
  margin: 0;
  padding-right: 45px;
  font-weight: 500;
}
#faq-wrapper .faq-item .faq-answer {
  transition: opacity 0.3s, padding 0.3s, max-height 0.3s;
  font-size: 1.4rem;
  color: #999;
  max-width: calc(100% - 45px);
  opacity: 0;
  max-height: 0;
  overflow: auto;
  padding: 0;
}
#faq-wrapper .faq-item.show .faq-answer {
  opacity: 1;
  max-height: 500px;
  overflow: hidden;
  padding: 12.5px 0 0;
}

/* =Footer
============================================================================== */
/* Base
-------------------------------------------------------------------------- */
#footer {
  background: #f7f7f7;
  border-radius: 50px 0 0 0;
  position: relative;
  margin: 50px auto 0 auto;
}
#footer:before, #footer:after {
  content: "";
  width: 50px;
  height: 50px;
  background: #f7f7f7;
  display: block;
  position: absolute;
  right: 0;
  top: -50px;
}
#footer:after {
  content: "";
  background: #ffffff;
  border-radius: 0 0 50px 0;
}
#footer.no-raised-corner:before, #footer.no-raised-corner:after {
  display: none;
}
#footer .call-to-action {
  max-width: 1300px;
  margin: 0 auto;
  padding: 80px 5% 20px 5%;
  text-align: center;
  position: relative;
}
#footer .call-to-action h2, #footer .call-to-action p {
  display: block;
}
#footer .call-to-action h2 {
  font-size: 5rem;
}
#footer .call-to-action p {
  max-width: 500px;
  margin: 0 auto 40px auto;
  font-size: 1.8rem;
}
#footer .call-to-action:after {
  content: "";
  height: 1px;
  margin-top: 80px;
  background: gainsboro;
  display: block;
}
#footer hr {
  background: gainsboro;
}
#footer #navigation-footer {
  max-width: 1300px;
  margin: 0 auto;
  padding: 55px 5% 50px 5%;
  display: grid;
  grid-template-columns: auto;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  column-gap: 5%;
}
#footer #navigation-footer .logo a, #footer #navigation-footer .logo a:visited {
  margin: 0;
  padding: 0;
  line-height: 35px;
  white-space: nowrap;
  display: inline-block;
  transition: opacity 0.12s linear;
}
#footer #navigation-footer .logo a img, #footer #navigation-footer .logo a:visited img {
  margin: -5px 8px 0 0;
  vertical-align: middle;
}
#footer #navigation-footer .logo a:hover, #footer #navigation-footer .logo a:visited:hover {
  opacity: 0.7;
}
#footer #navigation-footer nav {
  margin-top: 10px;
}
#footer #navigation-footer nav dl {
  margin: 0;
  color: #5b5f6b;
  font-size: 1.5rem;
}
#footer #navigation-footer nav dl dt {
  margin-bottom: 10px;
}
#footer #navigation-footer nav dl dd {
  padding: 5px 0;
}
#footer #navigation-footer nav dl dd a, #footer #navigation-footer nav dl dd a:visited {
  color: #a4a7b0;
}
#footer #navigation-footer nav dl dd a:hover, #footer #navigation-footer nav dl dd a:visited:hover {
  text-decoration: underline;
}
#footer #navigation-footer .copyright {
  margin-top: 10px;
}
#footer #navigation-footer .copyright p {
  margin: 0;
  color: #5b5f6b;
  font-size: 1.5rem;
  white-space: nowrap;
}
@media (max-width: 1109px) {
  #footer #navigation-footer {
    display: block;
  }
  #footer #navigation-footer:after {
    content: "";
    display: table;
    clear: both;
  }
  #footer #navigation-footer nav {
    width: 25%;
    padding: 30px 0;
    box-sizing: border-box;
    float: left;
  }
  #footer #navigation-footer .copyright {
    width: 100%;
    box-sizing: border-box;
    float: left;
  }
}
@media (max-width: 767px) {
  #footer #navigation-footer .logo {
    margin-bottom: 30px;
  }
  #footer #navigation-footer nav {
    width: 50%;
    padding: 10px 0 30px 0;
  }
}

/* =Utilities (placed at the bottom to help override above styles if needed)
============================================================================== */
/* Max-widths
-------------------------------------------------------------------------- */
@media (min-width: 768px) {
  .max-width-100px {
    max-width: 100px;
  }
  .max-width-200px {
    max-width: 200px;
  }
  .max-width-300px {
    max-width: 300px;
  }
  .max-width-400px {
    max-width: 400px;
  }
  .max-width-500px {
    max-width: 500px;
  }
  .max-width-600px {
    max-width: 600px;
  }
  .max-width-700px {
    max-width: 700px;
  }
  .max-width-800px {
    max-width: 800px;
  }
  .max-width-900px {
    max-width: 900px;
  }
  .max-width-1000px {
    max-width: 1000px;
  }
}
/* Margins
-------------------------------------------------------------------------- */
.margin-left-5 {
  margin-left: 5px;
}

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

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

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

.top-0 {
  margin-top: 0;
}

.top-1 {
  margin-top: 10px;
}

.top-2 {
  margin-top: 20px;
}

.top-3 {
  margin-top: 30px;
}

.top-4 {
  margin-top: 40px;
}

.top-5 {
  margin-top: 50px;
}

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

.top-7 {
  margin-top: 70px;
}

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

.top-9 {
  margin-top: 90px;
}

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

.top-11 {
  margin-top: 110px;
}

.top-12 {
  margin-top: 120px;
}

.top-13 {
  margin-top: 130px;
}

.top-14 {
  margin-top: 140px;
}

.top-15 {
  margin-top: 150px;
}

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

.bottom-1 {
  margin-bottom: 10px;
}

.bottom-2 {
  margin-bottom: 20px;
}

.bottom-3 {
  margin-bottom: 30px;
}

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

.bottom-5 {
  margin-bottom: 50px;
}

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

.bottom-7 {
  margin-bottom: 70px;
}

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

.bottom-9 {
  margin-bottom: 90px;
}

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

.bottom-11 {
  margin-bottom: 110px;
}

.bottom-12 {
  margin-bottom: 120px;
}

.bottom-13 {
  margin-bottom: 130px;
}

.bottom-14 {
  margin-bottom: 140px;
}

.bottom-15 {
  margin-bottom: 150px;
}

@media (max-width: 767px) {
  .mobile-top-0 {
    margin-top: 0;
  }
  .mobile-top-1 {
    margin-top: 10px;
  }
  .mobile-top-2 {
    margin-top: 20px;
  }
  .mobile-top-3 {
    margin-top: 30px;
  }
  .mobile-top-4 {
    margin-top: 40px;
  }
  .mobile-top-5 {
    margin-top: 50px;
  }
  .mobile-top-6 {
    margin-top: 60px;
  }
  .mobile-top-7 {
    margin-top: 70px;
  }
  .mobile-top-8 {
    margin-top: 80px;
  }
  .mobile-top-9 {
    margin-top: 90px;
  }
  .mobile-top-10 {
    margin-top: 100px;
  }
  .mobile-top-11 {
    margin-top: 110px;
  }
  .mobile-top-12 {
    margin-top: 120px;
  }
  .mobile-top-13 {
    margin-top: 130px;
  }
  .mobile-top-14 {
    margin-top: 140px;
  }
  .mobile-top-15 {
    margin-top: 150px;
  }
  .mobile-bottom-0 {
    margin-bottom: 0;
  }
  .mobile-bottom-1 {
    margin-bottom: 10px;
  }
  .mobile-bottom-2 {
    margin-bottom: 20px;
  }
  .mobile-bottom-3 {
    margin-bottom: 30px;
  }
  .mobile-bottom-4 {
    margin-bottom: 40px;
  }
  .mobile-bottom-5 {
    margin-bottom: 50px;
  }
  .mobile-bottom-6 {
    margin-bottom: 60px;
  }
  .mobile-bottom-7 {
    margin-bottom: 70px;
  }
  .mobile-bottom-8 {
    margin-bottom: 80px;
  }
  .mobile-bottom-9 {
    margin-bottom: 90px;
  }
  .mobile-bottom-10 {
    margin-bottom: 100px;
  }
  .mobile-bottom-11 {
    margin-bottom: 110px;
  }
  .mobile-bottom-12 {
    margin-bottom: 120px;
  }
  .mobile-bottom-13 {
    margin-bottom: 130px;
  }
  .mobile-bottom-14 {
    margin-bottom: 140px;
  }
  .mobile-bottom-15 {
    margin-bottom: 150px;
  }
}
@media (max-width: 959px) {
  .tablet-top-0 {
    margin-top: 0;
  }
  .tablet-top-1 {
    margin-top: 10px;
  }
  .tablet-top-2 {
    margin-top: 20px;
  }
  .tablet-top-3 {
    margin-top: 30px;
  }
  .tablet-top-4 {
    margin-top: 40px;
  }
  .tablet-top-5 {
    margin-top: 50px;
  }
  .tablet-top-6 {
    margin-top: 60px;
  }
  .tablet-top-7 {
    margin-top: 70px;
  }
  .tablet-top-8 {
    margin-top: 80px;
  }
  .tablet-top-9 {
    margin-top: 90px;
  }
  .tablet-top-10 {
    margin-top: 100px;
  }
  .tablet-top-11 {
    margin-top: 110px;
  }
  .tablet-top-12 {
    margin-top: 120px;
  }
  .tablet-top-13 {
    margin-top: 130px;
  }
  .tablet-top-14 {
    margin-top: 140px;
  }
  .tablet-top-15 {
    margin-top: 150px;
  }
  .tablet-bottom-0 {
    margin-bottom: 0;
  }
  .tablet-bottom-1 {
    margin-bottom: 10px;
  }
  .tablet-bottom-2 {
    margin-bottom: 20px;
  }
  .tablet-bottom-3 {
    margin-bottom: 30px;
  }
  .tablet-bottom-4 {
    margin-bottom: 40px;
  }
  .tablet-bottom-5 {
    margin-bottom: 50px;
  }
  .tablet-bottom-6 {
    margin-bottom: 60px;
  }
  .tablet-bottom-7 {
    margin-bottom: 70px;
  }
  .tablet-bottom-8 {
    margin-bottom: 80px;
  }
  .tablet-bottom-9 {
    margin-bottom: 90px;
  }
  .tablet-bottom-10 {
    margin-bottom: 100px;
  }
  .tablet-bottom-11 {
    margin-bottom: 110px;
  }
  .tablet-bottom-12 {
    margin-bottom: 120px;
  }
  .tablet-bottom-13 {
    margin-bottom: 130px;
  }
  .tablet-bottom-14 {
    margin-bottom: 140px;
  }
  .tablet-bottom-15 {
    margin-bottom: 150px;
  }
}
/* Padding
-------------------------------------------------------------------------- */
.pad-1 {
  padding: 1% !important;
}

.pad-2 {
  padding: 2% !important;
}

.pad-3 {
  padding: 3% !important;
}

.pad-4 {
  padding: 4% !important;
}

.pad-5 {
  padding: 5% !important;
}

.pad-6 {
  padding: 6% !important;
}

.pad-7 {
  padding: 7% !important;
}

.pad-8 {
  padding: 8% !important;
}

.pad-9 {
  padding: 9% !important;
}

.pad-10 {
  padding: 10% !important;
}

/* Typography
-------------------------------------------------------------------------- */
.font-family-base {
  font-family: "Mona Sans", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-family-title {
  font-family: "Mona Sans", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-family-code {
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
}

.font-size-smaller, .font-size-smaller label {
  font-size: 1.2rem;
}

.font-size-small, .font-size-small label {
  font-size: 1.4rem;
}

.font-size-medium, .font-size-medium label {
  font-size: 1.5rem;
}

.font-size-base, .font-size-base label {
  font-size: 1.6rem;
}

.font-size-large, .font-size-large label {
  font-size: 1.8rem;
}

.font-size-larger, .font-size-larger label {
  font-size: 2rem;
}

.color-blue, .color-blue:visited {
  color: #b0c2e7 !important;
}

.color-blue-dark, .color-blue-dark:visited {
  color: #4aa7f8 !important;
}

.color-blue-gray, .color-blue-gray:visited {
  color: #cbcfd5 !important;
}

.color-blue-gray-medium, .color-blue-gray-medium:visited {
  color: #babcc3 !important;
}

.color-green, .color-green:visited {
  color: #bdd8ae !important;
}

.color-green-dark, .color-green-dark:visited {
  color: #83bf7a !important;
}

.color-red, .color-red:visited {
  color: #f27c98 !important;
}

.color-orange, .color-orange:visited {
  color: #e9b795 !important;
}

.color-yellow, .color-yellow:visited {
  color: #cec982 !important;
}

.color-yellow-dark, .color-yellow-dark:visited {
  color: #c4be68 !important;
}

.color-gray, .color-gray:visited {
  color: #b6b6b6 !important;
}

.color-gray-light, .color-gray-light:visited {
  color: #f7f7f7 !important;
}

.color-gray-dark, .color-gray-dark:visited {
  color: #272727 !important;
}

.color-black, .color-black:visited {
  color: #000000 !important;
}

.color-white, .color-white:visited {
  color: #ffffff !important;
}

.text-left {
  text-align: left;
}

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

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

@media (max-width: 767px) {
  .text-left-mobile {
    text-align: left;
  }
  .text-center-mobile {
    text-align: center;
  }
  .text-right-mobile {
    text-align: right;
  }
}
.no-wrap {
  white-space: nowrap;
}

.link-underline {
  text-decoration: underline;
}
.link-underline:hover {
  text-decoration: none;
}

/* Alignment
-------------------------------------------------------------------------- */
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.fade-up {
  position: relative;
}

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

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

/* Visibility
-------------------------------------------------------------------------- */
.hidden {
  display: none;
}

.hidden-overflow {
  overflow: hidden;
}

@media (max-width: 959px) {
  .tablet-overflow-visible {
    overflow: visible;
  }
}
@media (max-width: 959px) {
  .tablet-hide {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .tablet-show {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .mobile-show {
    display: none !important;
  }
}
/* Background Colors
-------------------------------------------------------------------------- */
.bg-blue, .bg-blue:visited {
  background-color: #b0c2e7 !important;
}

.bg-blue-dark, .bg-blue-dark:visited {
  background-color: #4aa7f8 !important;
}

.bg-blue-gray, .bg-blue-gray:visited {
  background-color: #cbcfd5 !important;
}

.bg-green, .bg-green:visited {
  background-color: #bdd8ae !important;
}

.bg-green-dark, .bg-green-dark:visited {
  background-color: #83bf7a !important;
}

.bg-orange, .bg-orange:visited {
  background-color: #e9b795 !important;
}

.bg-red, .bg-red:visited {
  background-color: #f27c98 !important;
}

.bg-yellow, .bg-yellow:visited {
  background-color: #cec982 !important;
}

.bg-yellow-dark, .bg-yellow-dark:visited {
  background-color: #c4be68 !important;
}

.bg-gray, .bg-gray:visited {
  background-color: #b6b6b6 !important;
}

.bg-gray-light, .bg-gray-light:visited {
  background-color: #f7f7f7 !important;
}

.bg-gray-dark, .bg-gray-dark:visited {
  background-color: #272727 !important;
}

.bg-black, .bg-black:visited {
  background-color: #000000 !important;
}

.bg-white, .bg-white:visited {
  background-color: #ffffff !important;
}

/*# sourceMappingURL=main.css.map */
