/*! 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;
}

/* HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */
html {
  color: #303030;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  text-shadow: none;
}

::selection {
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* Mixins */
/* Clearfix */
/* Media Queries */
/* Transforms */
/* Scaling Padding */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 * https://css-tricks.com/between-the-lines/
*/
/* iOS11+ Safari Safe Padding (for iPhone X) */
/* Fluid Typography */
/* https://css-tricks.com/snippets/css/fluid-typography/ */
/* anims css -  Just some CSS utilities for build and loop animations. 
MIT @scottjehl, @filamentgroup */
@keyframes moveY {
  0% {
    transform: translateY(var(--distance));
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveX {
  0% {
    transform: translateX(var(--distance));
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes moveXY {
  0% {
    transform: translateY(var(--distance)) translateX(var(--distanceX));
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(var(--rotation));
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes scale {
  0% {
    transform: scale(var(--scale));
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.move {
  --duration: 1s;
  --delay: 0s;
  --easing: ease-in;
  --fadeDuration: 2s;
  --fadeDelay: var(--delay) ;
  --iteration: 1;
  --direction: alternate;
  --playstate: running;
  transform-origin: 50% 50%;
}

.moveX {
  --distance: 100%;
  animation: moveX var(--duration) var(--delay) var(--iteration) var(--easing) both var(--direction), fade var(--fadeDuration) var(--fadeDelay) 1 both var(--playstate);
}

.moveY {
  --distance: 100%;
  animation: moveY var(--duration) var(--delay) var(--iteration) var(--easing) both var(--direction), fade var(--fadeDuration) var(--fadeDelay) 1 both var(--playstate);
}

.moveXY {
  --distance: 100%;
  --distanceX: 100%;
  animation: moveXY var(--duration) var(--delay) var(--iteration) var(--easing) both var(--direction), fade var(--fadeDuration) var(--fadeDelay) 1 both var(--playstate);
}

.moveRotate {
  --rotation: -15deg;
  animation: rotate var(--duration) var(--delay) var(--iteration) var(--easing) both var(--direction), fade var(--fadeDuration) var(--fadeDelay) 1 both var(--playstate);
}

.moveScale {
  --scale: 1.4;
  animation: scale var(--duration) var(--delay) var(--iteration) var(--easing) both var(--direction), fade var(--fadeDuration) var(--fadeDelay) 1 both var(--playstate);
}

.moveLoop {
  --iteration: infinite;
  --direction: alternate;
}

.moveRepeat {
  --iteration: infinite;
  --direction: normal;
  --easing: linear;
}

.movePaused {
  --playstate: running;
}

@media (prefers-reduced-motion: reduce) {
  .move {
    animation: none !important;
    transition: none !important;
  }
}
/* Colors */
::-moz-selection {
  background: #056FCC;
  color: #fff;
}

::selection {
  background: #056FCC;
  color: #fff;
}

/*  */
/* Imports */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*  */
* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: Roboto;
  font-weight: 400;
  background: #fff;
}

h1 {
  font-family: RobotoLight;
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.3125;
}

h2 {
  font-family: RobotoLight;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.34375;
}

h3, h4, h5, h6 {
  font-family: RobotoLight;
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 1.2727272727;
}

@media screen and (min-width: 64em) {
  h2 {
    font-size: 2.625rem;
    line-height: 1.4285714286;
  }
}
p, li, blockquote {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  color: #6C727A;
}

.small {
  font-size: 1rem;
  line-height: 1.375;
}

.detail {
  font-size: 0.875rem;
  line-height: 1.5714285714;
}

p + p, p + ul, p + ol, ul + p, ul + ul, ul + ol, ol + p, ol + ul, ol + ol, h2 + p, h2 + ul, h2 + ol, h3 + p, h3 + ul, h3 + ol, h4 + p, h4 + ul, h4 + ol, h5 + p, h5 + ul, h5 + ol, h6 + p, h6 + ul, h6 + ol {
  margin-top: 0.75em;
}
p + h2, p + h3, p + h4, p + h5, p + h6, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6, ol + h2, ol + h3, ol + h4, ol + h5, ol + h6, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6 {
  margin-top: 0.75em;
}

ol, ul {
  padding-left: 28px;
}

li p, li li {
  font-size: 1em;
}

textarea {
  width: 98%;
}

a {
  color: #056FCC;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Dropdowns */
.tippy-box p {
  color: #6C727A;
}
.tippy-box p.title {
  color: #303030;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.tippy-box p.title img {
  margin-top: 2px;
  margin-right: 6px;
}
.tippy-box p + p {
  margin-top: 7px;
}
.tippy-box p:not(.title) {
  font-size: 1rem;
  line-height: 1.5;
}

/* ===========================
	GLOBAL ELEMENTS
============================== */
/* Body and Background Gradient Styles */
body {
  overflow-x: hidden;
  background: #F9FAFE;
}

.bg {
  display: flex;
  align-items: flex-end;
  background: linear-gradient(68deg, #0664c5 13%, #fd5874 87%);
  width: 100%;
  aspect-ratio: 1600/901;
}
.bg svg {
  width: 100%;
}
.bg svg.bg_svg_lrg {
  display: none;
}
@media screen and (min-width: 100em) {
  .bg svg {
    width: 100%;
    height: 91px;
  }
  .bg svg.bg_svg_sml {
    display: none;
  }
  .bg svg.bg_svg_lrg {
    display: block;
  }
}

.container > .bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  background: linear-gradient(68deg, #0664c5 13%, #fd5874 87%);
  width: 100%;
  aspect-ratio: 1600/901;
}
@media screen and (max-width: 37.5em) {
  .container > .bg {
    height: 400px;
  }
}
@media screen and (min-width: 53.125em) {
  .container > .bg {
    height: 478px;
  }
}
@media screen and (min-width: 100em) {
  .container > .bg {
    height: 640px;
  }
}

.landingPg_top {
  position: relative;
  padding-bottom: 91px;
  overflow: hidden;
}
.landingPg_top > .bg {
  position: absolute;
  width: calc(100% + 1px);
  left: 50%;
  top: 0;
  bottom: 50vw;
  aspect-ratio: auto;
  transform: translateX(-50%);
}
@media screen and (min-width: 31.25em) {
  .landingPg_top > .bg {
    bottom: 240px;
  }
}

header, #main {
  position: relative;
  z-index: 1;
}

#footer {
  background: #303030;
  width: 90%;
  padding: 2em 5%;
  margin: 0 auto;
}
#footer .contentContainer {
  max-width: 1313px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#footer p {
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
#footer p, #footer a {
  color: #CFD1DE;
}
#footer .left {
  flex: auto;
}
#footer .left p {
  margin-top: 1em;
}
#footer .right {
  flex: 0 1 auto;
}
#footer .right .social {
  list-style: none;
  padding: 0;
  margin: 0 -10px 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#footer .right .social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
#footer .right p {
  text-align: right;
}
#footer .right p a {
  color: #CFD1DE;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#footer .right p a svg {
  margin-left: 6px;
}
#footer .right + p {
  flex: 1 1 100%;
  margin-top: 1em;
}
@media screen and (min-width: 37.5em) {
  #footer .right + p {
    margin-top: 0.5em;
  }
}
#footer.util {
  width: 90%;
}

/*  */
/* Underlines */
.underline {
  font-style: normal;
  position: relative;
  white-space: nowrap;
}
.underline::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: -0.4rem;
  height: 6px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 64em) {
  .underline::before {
    height: 9px;
  }
}
.underline.blue-ltr, .underline.blue-rtl {
  color: #056FCC;
}
.underline.teal-ltr, .underline.teal-rtl {
  color: #007A6C;
}
.underline.pink-ltr, .underline.pink-rtl {
  color: #DA1B5D;
}
.underline.purple-ltr, .underline.purple-rtl {
  color: #5C4ECB;
}
.underline.orange-ltr, .underline.orange-rtl {
  color: #C64906;
}
.underline.blue-ltr::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' width='506' height='12.391' viewBox='0 0 506 12.391'%3E%3Cpath id='Path_2782' data-name='Path 2782' d='M0,0H506V5.467L157.9,10.23,0,12.391Z' fill='%231aa7ff'/%3E%3C/svg%3E");
}
.underline.teal-ltr::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' width='506' height='12.391' viewBox='0 0 506 12.391'%3E%3Cpath id='Path_2782' data-name='Path 2782' d='M0,0H506V5.467L157.9,10.23,0,12.391Z' fill='%2300C7B0'/%3E%3C/svg%3E");
}
.underline.pink-ltr::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' width='506' height='12.391' viewBox='0 0 506 12.391'%3E%3Cpath id='Path_2782' data-name='Path 2782' d='M0,0H506V5.467L157.9,10.23,0,12.391Z' fill='%23FD637F'/%3E%3C/svg%3E");
}
.underline.purple-ltr::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' width='506' height='12.391' viewBox='0 0 506 12.391'%3E%3Cpath id='Path_2782' data-name='Path 2782' d='M0,0H506V5.467L157.9,10.23,0,12.391Z' fill='%239A8AFD'/%3E%3C/svg%3E");
}
.underline.orange-ltr::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' width='506' height='12.391' viewBox='0 0 506 12.391'%3E%3Cpath id='Path_2782' data-name='Path 2782' d='M0,0H506V5.467L157.9,10.23,0,12.391Z' fill='%23F07C61'/%3E%3C/svg%3E");
}
.underline.blue-rtl::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' width='506' height='12.391' viewBox='0 0 506 12.391'%3E%3Cpath id='Path_2784' data-name='Path 2784' d='M506,0H0V5.467L348.1,10.23,506,12.391Z' fill='%231aa7ff'/%3E%3C/svg%3E%0A");
}
.underline.teal-rtl::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' width='506' height='12.391' viewBox='0 0 506 12.391'%3E%3Cpath id='Path_2784' data-name='Path 2784' d='M506,0H0V5.467L348.1,10.23,506,12.391Z' fill='%2300C7B0'/%3E%3C/svg%3E%0A");
}
.underline.pink-rtl::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' width='506' height='12.391' viewBox='0 0 506 12.391'%3E%3Cpath id='Path_2784' data-name='Path 2784' d='M506,0H0V5.467L348.1,10.23,506,12.391Z' fill='%23FD637F'/%3E%3C/svg%3E%0A");
}
.underline.purple-rtl::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' width='506' height='12.391' viewBox='0 0 506 12.391'%3E%3Cpath id='Path_2784' data-name='Path 2784' d='M506,0H0V5.467L348.1,10.23,506,12.391Z' fill='%239A8AFD'/%3E%3C/svg%3E%0A");
}
.underline.orange-rtl::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' width='506' height='12.391' viewBox='0 0 506 12.391'%3E%3Cpath id='Path_2784' data-name='Path 2784' d='M506,0H0V5.467L348.1,10.23,506,12.391Z' fill='%23F07C61'/%3E%3C/svg%3E%0A");
}

/*  */
/* Buttons */
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  cursor: pointer;
  border-radius: 4px;
  background: var(--mainColorOnLight);
  color: #fff;
  padding: 14px 20px;
  box-shadow: 0 5px 12px rgba(79, 114, 136, 0.25);
  background: #1877F2;
}
.btn svg {
  margin-right: 6px;
}
.btn.red {
  background: #E03B21;
}
.btn.blue {
  background: #1877F2;
}
.btn.white {
  background: #fff;
  color: #1877F2;
}

/*  */
/* Utility Page Styles */
header.util .logo {
  text-align: center;
  margin: 30px 0;
}
header.util .logo svg {
  fill: #fff;
}
@media screen and (min-width: 64em) {
  header.util .logo {
    width: 175px;
    height: 87px;
    margin: 5vw auto 60px;
  }
  header.util .logo svg {
    width: 100%;
    height: auto;
  }
}

.util_card {
  width: min(100% - 40px - 2.5rem, 830px);
  margin-inline: auto;
  border: 1px solid #CFD1DE;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 5px 12px rgba(79, 114, 136, 0.25);
  padding: 20px;
}
.util_card h1 {
  margin: 0 0 20px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.3333333333;
}
.util_card h2 {
  font-size: 1.375rem;
  line-height: 1.2727272727;
}
.util_card img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 64em) {
  .util_card {
    width: min(100% - 80px - 2.5rem, 790px);
    padding: 40px;
  }
  .util_card h1 {
    font-size: 2rem;
    line-height: 1.34375;
  }
  .util_card h2 {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}

#main.util {
  margin-bottom: 5em;
}
@media screen and (min-width: 64em) {
  #main.util {
    margin-bottom: 10em;
  }
}

/* #footer.util {
	p {color:$dark_gray; margin:40px 0 70px; padding:0 5%; text-align: center;}
} */
/*  */
/* Landing Page Styles */
header:not(.util) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(90%, 1320px);
  padding: 20px 0;
  margin: 0 auto;
}
header:not(.util) nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header:not(.util) nav ul li {
  margin-left: 30px;
}
header:not(.util) nav a {
  display: inline-block;
  padding: 6px 0 4px;
  color: #fff;
  border-bottom: 2px solid transparent;
}
header:not(.util) nav a:hover, header:not(.util) nav a:focus {
  text-decoration: none;
  border-bottom-color: #fff;
}
header:not(.util) nav a.outlined {
  padding: 4px 8px;
  border: 2px solid #fff;
  border-radius: 4px;
}
header:not(.util) nav a.outlined:hover, header:not(.util) nav a.outlined:focus {
  background: #fff;
  color: #056FCC;
}
@media screen and (min-width: 37.5em) {
  header:not(.util) .logo svg {
    width: 93px;
    height: 46px;
  }
}

.hero_photo {
  display: none;
}
@media screen and (min-width: 64em) {
  .hero_photo {
    display: block;
    position: absolute;
    top: 90px;
    right: -50px;
    left: 55%;
  }
  .hero_photo img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 93.75em) {
  .hero_photo {
    left: 50%;
  }
}
@media screen and (min-width: 112.5em) {
  .hero_photo {
    max-width: 989px;
  }
}

.hero {
  position: relative;
  z-index: 1;
  width: min(90%, 500px);
  margin: 0 auto;
}
.hero .photo {
  overflow: hidden;
  margin: 0 -5.55556%;
}
.hero .photo img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 123%;
  height: auto;
  margin-top: -4vw;
}
.hero .copy {
  /* width: min(90%, 600px); */
  margin: 0 auto;
}
.hero .copy h1 {
  font-family: RobotoLight;
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 1.1666666667;
  color: #fff;
  margin-top: -10px;
}
.hero .copy h1 .underline {
  color: #fff;
}
.hero .copy .subhead {
  width: 90%;
}
.hero .copy .subhead p {
  color: #fff;
  font-family: RobotoLight;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5;
}
.hero .copy .anchor {
  margin-top: 2em;
}
.hero .copy .btn {
  width: 100%;
  box-sizing: border-box;
  max-width: 400px;
}
.hero .copy .btn:hover, .hero .copy .btn:focus {
  text-decoration: none;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media screen and (min-width: 64em) {
  .hero .copy h1 {
    font-size: 4.125rem;
    line-height: 1.0606060606;
    font-family: RobotoThin;
    font-weight: 100;
    margin-bottom: 0.25em;
  }
  .hero .copy .subhead p {
    font-size: 1.625rem;
    line-height: 1.4615384615;
  }
}
@media screen and (min-width: 100em) {
  .hero .copy h1 {
    font-size: 5.625rem;
    line-height: 1.0555555556;
    font-family: RobotoThin;
    font-weight: 100;
    margin-bottom: 0.25em;
  }
  .hero .copy .subhead p {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.hero .video {
  width: 100%;
  margin: 70px auto 0;
  max-width: 800px;
  border-radius: 4px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
@media screen and (max-width: 63.9375em) {
  .hero .photo img {
    max-width: 600px;
    margin-top: -20px;
  }
}
@media screen and (min-width: 64em) {
  .hero {
    width: min(90%, 1320px);
  }
  .hero .photo {
    display: none;
  }
  .hero .copy {
    width: 60%;
    max-width: 874px;
    margin: 80px 0 0;
  }
  .hero .copy .anchor {
    text-align: left;
  }
  .hero .copy .anchor .btn {
    width: auto;
  }
}
@media screen and (min-width: 81.25em) {
  .hero .copy {
    width: 56%;
  }
}
@media screen and (min-width: 100em) {
  .hero .copy {
    width: 70%;
  }
}

#main:not(.util) {
  background: #F9FAFE;
  /* Businesses */
  /*  */
  /* Carousels */
  /*  */
  /* Features */
  /*  */
  /* Plans */
  /*  */
  /* About */
  /*  */
  /* Help */
  /*  */
}
#main:not(.util) section {
  width: min(90%, 1313px);
  margin-inline: auto;
  margin-top: 60px;
}
@media screen and (min-width: 48em) {
  #main:not(.util) section {
    margin-top: 140px;
  }
}
#main:not(.util) .businesses {
  margin-top: 0;
}
#main:not(.util) .carousel {
  margin: 0 -5.55556%;
  /* @include mq($desktop + 125) { */
  /* } */
}
#main:not(.util) .carousel .cardGroup {
  padding: 20px 0;
}
#main:not(.util) .carousel .cardGroup + .cardGroup {
  margin-top: 16px;
}
#main:not(.util) .carousel .cardGroup .card {
  cursor: pointer;
}
#main:not(.util) .carousel .cardGroup .card + .card {
  margin-top: 16px;
}
#main:not(.util) .carousel .front, #main:not(.util) .carousel .back, #main:not(.util) .carousel .blank {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 5px 12px rgba(79, 114, 136, 0.25);
}
#main:not(.util) .carousel .front {
  position: relative;
  z-index: 2;
  display: block;
  aspect-ratio: 652/334;
}
#main:not(.util) .carousel .front img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#main:not(.util) .carousel .front .title {
  position: absolute;
  left: 0;
  bottom: 20px;
  background: #fff;
  padding: 7px 19px 8px 15px;
  border-radius: 0 4px 4px 0;
  border-right: 4px solid #5C4ECB;
  font-size: 1.5rem;
  line-height: 1.3333333333;
}
#main:not(.util) .carousel .back {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 10px;
  display: block;
  aspect-ratio: 652/334;
  width: calc(100% - 20px);
  height: 100%;
  opacity: 0;
  background: linear-gradient(28deg, #0664c5 0%, #fd5874 100%);
}
#main:not(.util) .carousel .back p {
  color: #fff;
  padding: 5px 20px 0;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6428571429;
}
#main:not(.util) .carousel .back .title {
  padding-top: 16px;
  font-family: RobotoLight;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.3333333333;
}
#main:not(.util) .carousel .blank {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 652/334;
  background: linear-gradient(28deg, #0664c5 0%, #fd5874 100%);
  text-align: center;
}
#main:not(.util) .carousel .blank p {
  padding: 0 5%;
  font-size: 2rem;
  line-height: 1.34375;
  font-family: RobotoLight;
  font-weight: 300;
  color: #fff;
}
#main:not(.util) .carousel .card {
  -webkit-transform: perspective(1000px);
  -ms-transform: perspective(1000px);
  transform: perspective(1000px);
}
#main:not(.util) .carousel .front {
  -webkit-transform: perspective(1000px) rotateY(0deg);
  -ms-transform: perspective(1000px) rotateY(0deg);
  transform: perspective(1000px) rotateY(0deg);
  backface-visibility: hidden;
  transition: 550ms;
  opacity: 1;
}
#main:not(.util) .carousel .back {
  -webkit-transform: perspective(1000px) rotateY(-180deg);
  -ms-transform: perspective(1000px) rotateY(-180deg);
  transform: perspective(1000px) rotateY(-180deg);
  backface-visibility: hidden;
  transition: 550ms;
}
#main:not(.util) .carousel .card.applyflip .front {
  opacity: 0;
  -webkit-transform: perspective(1000px) rotateY(180deg);
  -ms-transform: perspective(1000px) rotateY(180deg);
  transform: perspective(1000px) rotateY(180deg);
}
#main:not(.util) .carousel .card.applyflip .back {
  opacity: 1;
  -webkit-transform: perspective(1000px) rotateY(0deg);
  -ms-transform: perspective(1000px) rotateY(0deg);
  transform: perspective(1000px) rotateY(0deg);
}
#main:not(.util) .carousel .slick-dots {
  list-style: none;
  padding: 0;
  margin: 1em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 16px;
}
#main:not(.util) .carousel .slick-dots li {
  margin: 0 3px;
}
#main:not(.util) .carousel .slick-dots li button {
  display: block;
  width: 14px;
  height: 14px;
  font-size: 0;
  border: 2px solid #056FCC;
  background: #fff;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
#main:not(.util) .carousel .slick-dots li.slick-active button {
  background: #056FCC;
}
@media screen and (max-width: 37.4375em) {
  #main:not(.util) .carousel .slick-slide {
    transition: all 0.3s linear;
  }
  #main:not(.util) .carousel .slick-slide:not(.slick-current) {
    transform: scale(0.95);
    opacity: 0.3;
    transform-origin: 50%;
  }
}
@media screen and (min-width: 37.5em) and (max-width: 47.9375em) {
  #main:not(.util) .carousel .slick-slide:nth-child(odd) .cardGroup .card {
    padding-left: 5%;
    padding-right: 2.5%;
  }
  #main:not(.util) .carousel .slick-slide:nth-child(even) .cardGroup .card {
    padding-left: 2.5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 37.5em) and (max-width: 81.1875em) {
  #main:not(.util) .carousel .front .title {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  #main:not(.util) .carousel .back .title {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 37.5em) {
  #main:not(.util) .carousel .slick-list {
    width: 94%;
    max-width: 1335px;
    margin-left: auto;
    margin-right: auto;
  }
  #main:not(.util) .carousel button.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: none;
    cursor: pointer;
    font-size: 0;
    width: 14px;
    height: 24px;
  }
  #main:not(.util) .carousel button.slick-arrow.slick-next {
    right: 1%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='chevron-right' viewBox='0 0 6.857 12'%3E%3Ctitle%3E%3C/title%3E%3Cpath id='Path_2774' data-name='Path 2774' d='M6-3.212,1.463-7.749a.857.857,0,0,0-1.212,0,.857.857,0,0,0,0,1.212L5.394-1.394a.857.857,0,0,0,1.212,0l5.143-5.143a.857.857,0,0,0,0-1.212.857.857,0,0,0-1.212,0Z' fill='%236c727a' transform='translate(8 12) rotate(-90)'/%3E%3C/svg%3E");
  }
  #main:not(.util) .carousel button.slick-arrow.slick-prev {
    left: 1%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.714 24'%3E%3Cpath id='Path_2787' data-name='Path 2787' d='M12,4.139l9.074,9.074A1.714,1.714,0,1,0,23.5,10.788L13.212.5a1.714,1.714,0,0,0-2.424,0L.5,10.788a1.714,1.714,0,0,0,2.424,2.424Z' transform='translate(0 24) rotate(-90)' fill='%236c727a'/%3E%3C/svg%3E%0A");
  }
}
@media screen and (min-width: 48em) {
  #main:not(.util) .carousel .slick-slide .cardGroup .card {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (min-width: 91.25em) {
  #main:not(.util) .carousel button.slick-arrow.slick-next {
    right: 3%;
  }
  #main:not(.util) .carousel button.slick-arrow.slick-prev {
    left: 3%;
  }
}
#main:not(.util) .features p {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 64em) {
  #main:not(.util) .features p {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}
#main:not(.util) .features .list {
  list-style: none;
  padding: 0;
  margin: 1em auto 0;
  border-bottom: 1px solid #CFD1DE;
  max-width: 400px;
}
#main:not(.util) .features .list li {
  padding: 20px 14px;
  transition: all 0.05s ease-in;
  background-size: 8px 14px;
  background-position: 97% center;
  background-repeat: no-repeat;
  margin-bottom: -4px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18.286 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.768 2-12.099 12.1a2.286 2.286 0 0 0 3.231 3.231l13.716-13.715a2.286 2.286 0 0 0 0-3.232l-13.716-13.715a2.286 2.286 0 0 0 -3.232 0 2.286 2.286 0 0 0 0 3.233z' fill='%236c727a' transform='translate(0 14)'/%3E%3C/svg%3E");
}
#main:not(.util) .features .list li[data-arrow-color=pink].active {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18.286 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.768 2-12.099 12.1a2.286 2.286 0 0 0 3.231 3.231l13.716-13.715a2.286 2.286 0 0 0 0-3.232l-13.716-13.715a2.286 2.286 0 0 0 -3.232 0 2.286 2.286 0 0 0 0 3.233z' fill='%23fd637f' transform='translate(0 14)'/%3E%3C/svg%3E");
}
#main:not(.util) .features .list li[data-arrow-color=teal].active {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18.286 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.768 2-12.099 12.1a2.286 2.286 0 0 0 3.231 3.231l13.716-13.715a2.286 2.286 0 0 0 0-3.232l-13.716-13.715a2.286 2.286 0 0 0 -3.232 0 2.286 2.286 0 0 0 0 3.233z' fill='%2300c7b0' transform='translate(0 14)'/%3E%3C/svg%3E");
}
#main:not(.util) .features .list li[data-arrow-color=purple].active {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18.286 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.768 2-12.099 12.1a2.286 2.286 0 0 0 3.231 3.231l13.716-13.715a2.286 2.286 0 0 0 0-3.232l-13.716-13.715a2.286 2.286 0 0 0 -3.232 0 2.286 2.286 0 0 0 0 3.233z' fill='%239a8afd' transform='translate(0 14)'/%3E%3C/svg%3E");
}
#main:not(.util) .features .list li[data-arrow-color=orange].active {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18.286 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.768 2-12.099 12.1a2.286 2.286 0 0 0 3.231 3.231l13.716-13.715a2.286 2.286 0 0 0 0-3.232l-13.716-13.715a2.286 2.286 0 0 0 -3.232 0 2.286 2.286 0 0 0 0 3.233z' fill='%23f07c61' transform='translate(0 14)'/%3E%3C/svg%3E");
}
#main:not(.util) .features .list li[data-arrow-color=blue].active {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18.286 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.768 2-12.099 12.1a2.286 2.286 0 0 0 3.231 3.231l13.716-13.715a2.286 2.286 0 0 0 0-3.232l-13.716-13.715a2.286 2.286 0 0 0 -3.232 0 2.286 2.286 0 0 0 0 3.233z' fill='%231AA7FF' transform='translate(0 14)'/%3E%3C/svg%3E");
}
@media screen and (max-width: 47.9375em) {
  #main:not(.util) .features .list li.active {
    background-image: none !important;
  }
}
#main:not(.util) .features .list li + li {
  border-top: 1px solid #CFD1DE;
}
#main:not(.util) .features .list li .content {
  display: none;
}
#main:not(.util) .features .list li.active {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.18);
}
#main:not(.util) .features .list li.active + li {
  border-top: none;
}
#main:not(.util) .features .list button.title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  cursor: pointer;
  font-family: RobotoBold;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  color: #303030;
  padding-right: 30px;
}
#main:not(.util) .features .list button.title .icon {
  margin-right: 8px;
}
#main:not(.util) .features .list button.title .icon svg.blue {
  fill: #1aa7ff;
}
#main:not(.util) .features .list button.title .icon svg.teal {
  fill: #00c7b0;
}
#main:not(.util) .features .list button.title .icon svg.pink {
  fill: #fd637f;
}
#main:not(.util) .features .list button.title .icon svg.purple {
  fill: #9a8afd;
}
#main:not(.util) .features .list button.title .icon svg.orange {
  fill: #f07c61;
}
#main:not(.util) .features .list .photo {
  margin: 1em 0;
}
#main:not(.util) .features .list .photo img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 64em) {
  #main:not(.util) .features .list .photo {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  #main:not(.util) .features .list li .content {
    margin-top: 10px;
    padding-right: 30px;
  }
  #main:not(.util) .features .list li .content p {
    margin-left: 45px;
  }
}
#main:not(.util) .features .right {
  display: none;
  position: relative;
}
#main:not(.util) .features .right .feat_bg .img {
  position: absolute;
  aspect-ratio: 1/1;
  transition: all 0.35s ease-in-out;
  opacity: 1;
}
#main:not(.util) .features .right .feat_bg .img:nth-child(2) {
  opacity: 0;
  transform: translateY(20px);
}
#main:not(.util) .features .right .feat_bg .img.fadeout {
  opacity: 0;
  transform: translateY(20px);
}
#main:not(.util) .features .right .feat_bg .img.fadein {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 48em) {
  #main:not(.util) .features {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #main:not(.util) .features .left {
    flex: 0 1 48%;
  }
  #main:not(.util) .features .right {
    flex: 0 1 46%;
    display: block;
    position: sticky;
    top: 10px;
  }
  #main:not(.util) .features .list {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
  #main:not(.util) .features .list .photo {
    display: none;
  }
}
#main:not(.util) .features .feat_bg {
  position: relative;
  aspect-ratio: 1;
}
#main:not(.util) .features .feat_bg .img {
  position: relative;
  z-index: 1;
}
#main:not(.util) .features .feat_bg img {
  width: 100%;
  height: auto;
}
#main:not(.util) .features .feat_bg::before, #main:not(.util) .features .feat_bg::after {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  border-radius: 50%;
  z-index: 0;
}
#main:not(.util) .features .feat_bg::before {
  width: calc(100% - 4px);
  left: 0;
  top: 0;
}
#main:not(.util) .features .feat_bg::after {
  width: 96%;
  left: 2%;
  top: 2%;
}
#main:not(.util) .features .feat_bg.green-to-blue::before {
  border: 2px solid rgba(0, 199, 176, 0.35);
}
#main:not(.util) .features .feat_bg.green-to-blue::after {
  background: linear-gradient(#00c0a7 0%, #0664c5 100%);
  opacity: 0.35;
}
#main:not(.util) .features .feat_bg.pink-to-purple::before {
  border: 2px solid rgba(253, 99, 127, 0.35);
}
#main:not(.util) .features .feat_bg.pink-to-purple::after {
  background: linear-gradient(#FD5874 0%, #5245C4 100%);
  opacity: 0.35;
}
#main:not(.util) .features .feat_bg.blue-to-green::before {
  border: 2px solid rgba(26, 167, 255, 0.35);
}
#main:not(.util) .features .feat_bg.blue-to-green::after {
  background: linear-gradient(#199DFF 0%, #00C0A7 100%);
  opacity: 0.35;
}
#main:not(.util) .features .feat_bg.orange-to-pink::before {
  border: 2px solid rgba(240, 124, 97, 0.35);
}
#main:not(.util) .features .feat_bg.orange-to-pink::after {
  background: linear-gradient(#EE7156 0%, #D51A53 100%);
  opacity: 0.35;
}
#main:not(.util) .features .feat_bg.purple-to-blue::before {
  border: 2px solid rgba(154, 138, 253, 0.35);
}
#main:not(.util) .features .feat_bg.purple-to-blue::after {
  background: linear-gradient(#8F7FFD 0%, #0664C5 100%);
  opacity: 0.35;
}
#main:not(.util) .features .right .feat_bg::after {
  top: 0;
  margin-top: 2%;
}
#main:not(.util) .plans {
  width: 90%;
  padding: 0 5% 3em;
  background: linear-gradient(transparent 0%, transparent 200px, #EFF0FA 200px, #EFF0FA 100%);
}
#main:not(.util) .plans .contentContainer {
  max-width: 1313px;
  margin: 0 auto;
}
@media screen and (min-width: 64em) {
  #main:not(.util) .plans {
    padding-bottom: 7em;
    background: linear-gradient(transparent 0%, transparent 240px, #EFF0FA 240px, #EFF0FA 100%);
  }
}
#main:not(.util) .plans .subscription_type {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 1.5em 0 0 0;
}
#main:not(.util) .plans .subscription_type label {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
#main:not(.util) .plans .subscription_type .toggle {
  position: relative;
  width: 65px;
  height: 29px;
  margin: 0 10px;
}
#main:not(.util) .plans .subscription_type .toggle .slider {
  display: block;
  position: relative;
  z-index: 0;
  width: 65px;
  height: 29px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: background 0.1s ease-in;
}
#main:not(.util) .plans .subscription_type .toggle .knob {
  position: absolute;
  z-index: 1;
  left: 5px;
  top: 4px;
  width: 22px;
  height: 21px;
  border-radius: 50%;
  background: #056FCC;
  transition: left 0.1s ease-in;
}
#main:not(.util) .plans .subscription_type .toggle input {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#main:not(.util) .plans .subscription_type .toggle input:checked + .knob {
  left: 38px;
  background: #fff;
}
#main:not(.util) .plans .subscription_type .toggle input:checked ~ .slider {
  background: #056FCC;
}
@media screen and (max-width: 37.4375em) {
  #main:not(.util) .plans .subscription_type label {
    font-size: 1rem;
    line-height: 1.25;
  }
  #main:not(.util) .plans .subscription_type label span {
    display: none;
  }
  #main:not(.util) .plans .subscription_type .toggle {
    width: 45px;
    height: 20px;
  }
  #main:not(.util) .plans .subscription_type .toggle .slider {
    width: 45px;
    height: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.26);
  }
  #main:not(.util) .plans .subscription_type .toggle .knob {
    width: 16px;
    height: 16px;
    left: 2px;
    top: 2px;
  }
  #main:not(.util) .plans .subscription_type .toggle input:checked + .knob {
    left: 26px;
  }
}
#main:not(.util) .plans .details {
  margin-top: 3em;
}
#main:not(.util) .plans .details .category {
  display: flex;
  flex-direction: column;
  border: 1px solid #E2E4F4;
  background: #f9fafe;
  border-radius: 4px;
  transition: box-shadow 0.1s ease-in;
}
#main:not(.util) .plans .details .category .title {
  order: 2;
  padding: 15px 5%;
}
#main:not(.util) .plans .details .category .title .button {
  display: flex;
  margin-top: 20px;
}
#main:not(.util) .plans .details .category .title .btn {
  background: #056FCC;
  flex: 1 1 auto;
}
#main:not(.util) .plans .details .category .title span.btn {
  background: #CFD1DE;
  color: #6C727A;
  cursor: not-allowed;
}
#main:not(.util) .plans .details .category .price {
  order: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 5% 15px;
  font-size: 3.75rem;
  line-height: 0.5;
  color: #5C4ECB;
  border-bottom: 1px solid #E2E4F4;
  font-family: RobotoLight;
  font-weight: 300;
}
#main:not(.util) .plans .details .category .price .currency, #main:not(.util) .plans .details .category .price .sup {
  position: relative;
  top: -1.2rem;
  font-size: 1.875rem;
  line-height: 1;
}
#main:not(.util) .plans .details .category .price .text {
  text-align: right;
  font-size: 1rem;
  line-height: 1.25;
  color: #6C727A;
  font-family: Roboto;
  font-weight: 400;
}
#main:not(.util) .plans .details .category .price + .price {
  margin-top: 0;
}
#main:not(.util) .plans .details .category .features_mobile {
  order: 3;
  border-top: 1px solid #E2E4F4;
}
#main:not(.util) .plans .details .category .features_mobile button {
  width: 100%;
  text-align: left;
  border: 0;
  background: none;
  padding: 9px 5%;
  position: relative;
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  color: #056FCC;
}
#main:not(.util) .plans .details .category .features_mobile button svg {
  fill: #6C727A;
  position: absolute;
  right: 20px;
  top: 1.25rem;
  transition: transform 0.15s ease-in;
}
#main:not(.util) .plans .details .category .features_mobile button[aria-expanded=true] svg {
  transform: rotate(180deg);
}
#main:not(.util) .plans .details .category .features_mobile .features_list {
  display: none;
}
#main:not(.util) .plans .details .category .features_mobile .features_list .title {
  color: #303030;
  text-transform: uppercase;
}
#main:not(.util) .plans .details .category .features_mobile .features_list ul {
  list-style: none;
  padding: 0 5%;
  margin: 0 0 1em;
}
#main:not(.util) .plans .details .category .features_mobile .features_list ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#main:not(.util) .plans .details .category .features_mobile .features_list ul li + li {
  margin-top: 0.5em;
}
#main:not(.util) .plans .details .category .features_mobile .features_list ul li img {
  display: inline-block;
  margin-right: 6px;
  margin-top: 3px;
}
#main:not(.util) .plans .details .category .features_mobile .features_list ul li .txt {
  color: #303030;
}
#main:not(.util) .plans .details .category .features_mobile .features_list ul li .txt.disabled {
  color: #CFD1DE;
}
#main:not(.util) .plans .details .category:hover {
  box-shadow: 0 5px 12px rgba(79, 114, 136, 0.25);
}
@media screen and (max-width: 47.9375em) {
  #main:not(.util) .plans .details .features_table {
    display: none;
  }
  #main:not(.util) .plans .details .category + .category {
    margin-top: 20px;
  }
  #main:not(.util) .plans .details .category .desc {
    font-size: 1rem;
    line-height: 1.5;
  }
  #main:not(.util) .plans .details .features_mobile .features_list .title, #main:not(.util) .plans .details .features_mobile .features_list ul li .txt {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 48em) and (max-width: 56.25em) {
  #main:not(.util) .plans .details .category .title h3 {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #main:not(.util) .plans .details .category .title p {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
  #main:not(.util) .plans .details .category .price {
    font-size: 2.5rem;
    line-height: 0.75;
    padding-top: 10px;
  }
  #main:not(.util) .plans .details .category .price .currency, #main:not(.util) .plans .details .category .price .sup {
    top: -0.7em;
    font-size: 1.25rem;
    line-height: 1;
  }
  #main:not(.util) .plans .details .category .price .text {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
@media screen and (min-width: 48em) {
  #main:not(.util) .plans .details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #CFD1DE;
    border-radius: 4px;
    box-shadow: 0 5px 12px rgba(79, 114, 136, 0.25);
    padding: 25px;
  }
  #main:not(.util) .plans .details .category {
    flex: 0 1 calc(32.333% - 2px);
  }
  #main:not(.util) .plans .details .features_table {
    flex: 1 1 100%;
  }
  #main:not(.util) .plans .details .features_mobile {
    display: none;
  }
}
#main:not(.util) .plans .features_table .txt.disabled {
  color: #CFD1DE;
}
#main:not(.util) .plans .features_table table {
  width: calc(100% + 30px);
  margin: 1.5em -15px;
  padding-bottom: 2em;
  border-bottom: 1px solid #CFD1DE;
}
#main:not(.util) .plans .features_table table tr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 75em) {
  #main:not(.util) .plans .features_table table thead {
    position: sticky;
    top: 0;
  }
}
#main:not(.util) .plans .features_table table thead th {
  flex: 0 1 32.333%;
  text-align: left;
  text-transform: uppercase;
  padding: 10px 0;
  background: #fff;
}
#main:not(.util) .plans .features_table table thead th::before {
  content: attr(data-title);
}
@media screen and (max-width: 74.9375em) {
  #main:not(.util) .plans .features_table table thead th:not(:nth-child(1)) {
    display: none;
  }
}
#main:not(.util) .plans .features_table table tbody tr {
  border: 1px solid transparent;
}
#main:not(.util) .plans .features_table table tbody tr:hover {
  border-color: #CFD1DE;
  border-radius: 4px;
  box-shadow: 0 5px 12px rgba(79, 114, 136, 0.25);
  cursor: default;
}
#main:not(.util) .plans .features_table table tbody td {
  flex: 0 1 calc(32.333% - 10px);
  padding: 8px 4px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#main:not(.util) .plans .features_table table tbody td img {
  margin-top: 2px;
  margin-right: 6px;
}
#main:not(.util) .plans .features_table .legend {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#main:not(.util) .plans .features_table .legend p {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#main:not(.util) .plans .features_table .legend p img {
  margin: 2px 4px 0 0;
}
#main:not(.util) .plans .features_table .legend p + p {
  margin-left: 19px;
  margin-top: 0;
}
@media screen and (max-width: 63.9375em) {
  #main:not(.util) .plans .features_table .legend p {
    font-size: 1rem;
    line-height: 1.25;
  }
}
#main:not(.util) .plans .features_table .bottom_btns {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: -1em;
  transform: translateY(3em);
}
#main:not(.util) .plans .features_table .bottom_btns .button {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 0;
  flex: 0 1 32.333%;
}
#main:not(.util) .plans .features_table .bottom_btns .btn {
  background: #056FCC;
  flex: 1 1 auto;
}
#main:not(.util) .plans .features_table .bottom_btns span.btn {
  background: #CFD1DE;
  color: #6C727A;
  cursor: not-allowed;
}
#main:not(.util) .about .col {
  margin-top: 1em;
}
#main:not(.util) .about ul {
  list-style: none;
  padding: 0;
  margin: 2em 0 0;
}
#main:not(.util) .about ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.375rem;
  line-height: 1.2272727273;
  color: #303030;
  font-family: RobotoLight;
  font-weight: 300;
}
#main:not(.util) .about ul li + li {
  margin-top: 1em;
}
#main:not(.util) .about ul li img {
  margin-right: 15px;
}
@media screen and (min-width: 64em) {
  #main:not(.util) .about ul li {
    font-size: 2rem;
    line-height: 1.1875;
  }
}
@media screen and (min-width: 48em) {
  #main:not(.util) .about {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #main:not(.util) .about h2 {
    flex: 1 1 100%;
  }
  #main:not(.util) .about .col:nth-child(2) {
    flex: 0 1 48%;
  }
  #main:not(.util) .about .col:nth-child(3) {
    flex: 0 1 48%;
  }
  #main:not(.util) .about ul {
    margin-top: 0;
  }
}
@media screen and (min-width: 64em) {
  #main:not(.util) .about .col:nth-child(2) {
    flex: 0 1 42%;
  }
  #main:not(.util) .about .col:nth-child(3) {
    flex: 0 1 54%;
  }
}
#main:not(.util) .help {
  position: relative;
  width: 90%;
  padding: 3em 5%;
  background: linear-gradient(68deg, #0664c5 13%, #fd5874 87%);
  overflow: hidden;
}
#main:not(.util) .help .contentContainer {
  max-width: 1313px;
  margin: 0 auto;
}
#main:not(.util) .help .curve {
  position: absolute;
  z-index: 0;
  left: 0;
  top: -2px;
  right: 0;
  margin: 0 -5.55556% 0;
}
#main:not(.util) .help .curve svg {
  width: 100%;
  height: auto;
  transform: rotate(180deg);
}
#main:not(.util) .help .curve .curve_lrg {
  display: none;
}
@media screen and (min-width: 100em) {
  #main:not(.util) .help .curve .curve_sml {
    display: none;
  }
  #main:not(.util) .help .curve .curve_lrg {
    display: block;
  }
}
#main:not(.util) .help h2, #main:not(.util) .help p, #main:not(.util) .help em {
  color: #fff;
}
#main:not(.util) .help h2, #main:not(.util) .help p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#main:not(.util) .help h2 + p {
  margin-top: 1em;
}
#main:not(.util) .help .underline::before {
  z-index: 0;
}
#main:not(.util) .help p {
  max-width: 450px;
  font-size: 1rem;
  line-height: 1.5;
}
#main:not(.util) .help p + p {
  margin-top: 2em;
}
#main:not(.util) .help .btn {
  color: #303030;
  background: #fff;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (min-width: 37.5em) {
  #main:not(.util) .help {
    padding: 14vw 5% 10vw;
  }
}
@media screen and (min-width: 75em) {
  #main:not(.util) .help h2 {
    font-size: 3.375rem;
    line-height: 1.1111111111;
  }
  #main:not(.util) .help p {
    max-width: 662px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 81.25em) {
  #main:not(.util) .help {
    padding: 11em 5% 6em;
  }
}

/*  */
/*  */
/* ===========================
	LOGIN FORM
============================== */
form label {
  display: block;
}
form label + label {
  margin-top: 15px;
}
form label input:not([type=submit]):not([type=checkbox]):not([type=radio]), form label textarea {
  width: calc(100% - 28px);
  border: 1px solid #CFD1DE;
  border-radius: 4px;
  box-shadow: 0 5px 12px rgba(79, 114, 136, 0.25);
  transition: box-shadow 0.1s ease-in;
  padding: 14px 14px;
  background-color: #fff;
  margin: 4px 0 0 0;
}
form label input:not([type=submit]):not([type=checkbox]):not([type=radio]):hover, form label textarea:hover {
  box-shadow: 0 10px 14px rgba(79, 114, 136, 0.35);
  border-color: #1877F2;
}
form label textarea {
  width: calc(100% - 28px);
  min-height: 50px;
}
form label + .twoCols {
  margin-top: 15px;
}
form input[type=submit] {
  margin: 40px 0 10px;
}
form p {
  margin: 0 0 40px 0;
}
form .twoCols + label {
  margin-top: 15px;
}
@media screen and (min-width: 43.75em) {
  form .twoCols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  form .twoCols label {
    flex: 0 1 48%;
  }
  form .twoCols label + label {
    margin-top: 0;
  }
}
form .radioGroup {
  display: inline-flex;
  justify-content: flex-start;
  align-items: stretch;
  border: 1px solid #CFD1DE;
  border-radius: 4px;
  box-shadow: 0 5px 12px rgba(79, 114, 136, 0.25);
  overflow: hidden;
  margin: 1em 0;
}
form .radioGroup label {
  position: relative;
  display: flex;
  cursor: pointer;
}
form .radioGroup label + label {
  border-left: 1px solid #CFD1DE;
  margin-top: 0;
}
form .radioGroup label .lbl {
  display: block;
  flex: 1 0 auto;
  padding: 12px 27px;
}
form .radioGroup label .lbl:hover, form .radioGroup label .lbl:focus {
  position: relative;
}
form .radioGroup label .lbl:hover::before, form .radioGroup label .lbl:focus::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #1877F2;
  opacity: 0.1;
}
form .radioGroup label input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
form .radioGroup label input:checked + .lbl {
  background: #1877F2;
  color: #fff;
}

.form {
  margin: 2em 0;
}

.loginForm .btn {
  box-sizing: border-box;
  width: 100%;
  max-width: 300px;
}
.loginForm .thirdParty p {
  text-align: center;
}
.loginForm .thirdParty p a:hover, .loginForm .thirdParty p a:focus {
  text-decoration: none;
}
.loginForm .divider {
  position: relative;
  text-align: center;
  margin: 30px -20px;
}
.loginForm .divider::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  background: #CFD1DE;
  position: absolute;
  z-index: 0;
}
.loginForm .divider p {
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #CFD1DE;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 16px;
  background: #fff;
}
@media screen and (min-width: 43.75em) {
  .loginForm {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .loginForm .thirdParty {
    flex: 0 1 calc(50% - 66px);
    margin-left: 20px;
  }
  .loginForm .thirdParty p .btn {
    max-width: none;
  }
  .loginForm .divider {
    align-self: stretch;
    display: flex;
    align-items: center;
    margin: 0 0 20px;
  }
  .loginForm .divider::before {
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
  }
  .loginForm form {
    flex: 0 1 calc(50% - 66px);
    margin-right: 20px;
  }
}
@media screen and (min-width: 64em) {
  .loginForm .thirdParty {
    flex: 0 1 calc(50% - 46px);
    margin-left: 0;
  }
  .loginForm form {
    flex: 0 1 calc(50% - 46px);
    margin-right: 0;
  }
  .loginForm .submit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 30px;
  }
  .loginForm .submit input[type=submit] {
    order: 2;
    width: auto;
    margin: 0;
  }
  .loginForm .submit p {
    order: 1;
    margin: 0;
  }
}

.newUser {
  border-top: 1px solid #CFD1DE;
  margin: 0 -20px;
  padding: 0 20px;
}
.newUser button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #056FCC;
  border: 0;
  padding: 20px 0 0;
  background: none;
  text-align: left;
  cursor: pointer;
}
.newUser button svg {
  fill: #6C727A;
}
.newUser button[aria-expanded=true] svg {
  transform: rotate(180deg);
}
.newUser .details {
  display: none;
  margin: 20px 0 0 0;
}
@media screen and (min-width: 64em) {
  .newUser {
    margin: 0 -40px;
    padding: 0 40px;
  }
  .newUser button {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    margin-bottom: -20px;
  }
  .newUser button svg {
    width: 18px;
    height: 10px;
  }
  .newUser .details {
    margin: 40px 0 0 0;
  }
}

/*  */
/* ==========================================================================
   Helper classes
============================================================================= */
.hidden, [hidden] {
  display: none !important;
}

.sr-only, .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.sr-only.focusable:active,
.visuallyhidden.focusable:active,
.sr-only.focusable:focus,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.bold {
  font-family: RobotoBold;
  font-weight: 700;
}

.light {
  font-family: RobotoLight;
  font-weight: 300;
}

@media screen and (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-delay: 0ms !important;
    transition-duration: 0.01ms !important;
  }
}
/* ==========================================================================
   Print styles
============================================================================= */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=styles--external.css.map */

/*
     FILE ARCHIVED ON 06:22:36 Mar 11, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:53:25 Apr 10, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.572
  exclusion.robots: 0.023
  exclusion.robots.policy: 0.009
  esindex: 0.012
  cdx.remote: 9.448
  LoadShardBlock: 98.243 (3)
  PetaboxLoader3.datanode: 139.607 (4)
  load_resource: 278.475
  PetaboxLoader3.resolve: 122.119
*/