/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  scroll-behavior: smooth;
}

select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("https://www.svgrepo.com/show/80156/down-arrow.svg");
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
  background-color: white;
}

/* select::after{
  content: '\e005';
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
} */
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

@font-face {
  font-family: "Cera Pro";
  src:
    url('https://dav3uwijswi8g.cloudfront.net/become/font/CeraPro-Light.woff2?v=2.4') format('woff2'),
    url('https://dav3uwijswi8g.cloudfront.net/become/font/CeraPro-Light.woff?v=2.4') format('woff');
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: "Cera Pro";
  src:
    url('https://dav3uwijswi8g.cloudfront.net/become/font/CeraPro-LightItalic.woff2?v=2.4') format('woff2'),
    url('https://dav3uwijswi8g.cloudfront.net/become/font/CeraPro-LightItalic.woff?v=2.4') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Cera Pro";
  src:
    url('https://dav3uwijswi8g.cloudfront.net/become/font/CeraPro-Medium.woff2?v=2.4') format('woff2'),
    url('https://dav3uwijswi8g.cloudfront.net/become/font/CeraPro-Medium.woff?v=2.4') format('woff');
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Cera Pro";
  src:
    url('https://dav3uwijswi8g.cloudfront.net/become/font/CeraPro-MediumItalic.woff2?v=2.4') format('woff2'),
    url('https://dav3uwijswi8g.cloudfront.net/become/font/CeraPro-MediumItalic.woff?v=2.4') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Cera Pro";
  src:
    url('https://dav3uwijswi8g.cloudfront.net/become/font/CeraPro-Regular.woff2?v=2.4') format('woff2'),
    url('https://dav3uwijswi8g.cloudfront.net/become/font/CeraPro-Regular.eot?') format('embedded-opentype');
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera Pro";
  src:
    url('https://dav3uwijswi8g.cloudfront.net/become/font/CeraPro-RegularItalic.woff2?v=2.4') format('woff2'),
    url('https://dav3uwijswi8g.cloudfront.net/become/font/CeraPro-RegularItalic.woff?v=2.4') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Cera Pro";
  src:
    url('https://dav3uwijswi8g.cloudfront.net/become/font/CeraPro-Bold.woff2?v=2.4') format('woff2'),
    url('https://dav3uwijswi8g.cloudfront.net/become/font/CeraPro-Bold.woff?v=2.4') format('woff');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Cera Pro";
  src:
    url('https://dav3uwijswi8g.cloudfront.net/become/font/CeraPro-BoldItalic.woff2?v=2.4') format('woff2'),
    url('https://dav3uwijswi8g.cloudfront.net/become/font/CeraPro-BoldItalic.woff?v=2.4') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Cera Pro";
  src:
    url('https://dav3uwijswi8g.cloudfront.net/become/font/CeraPro-Black.woff2?v=2.4') format('woff2'),
    url('https://dav3uwijswi8g.cloudfront.net/become/font/CeraPro-Black.woff?v=2.4') format('woff');
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "Cera Pro";
  src:
    url('https://dav3uwijswi8g.cloudfront.net/become/font/CeraPro-BlackItalic.woff2?v=2.4') format('woff2'),
    url('https://dav3uwijswi8g.cloudfront.net/become/font/CeraPro-BlackItalic.woff?v=2.4') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}


::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.max-container {
  max-width: 68.75rem;
}

.caret {
  width: 0;
  height: 0;
  display: inline-block;
  border: 5px solid transparent;
}

.caret.down {
  border-top-color: black;
}

.caret.white.down {
  border-top-color: white;
}

.caret.right {
  border-left-color: black;
}

.caret.up {
  border-bottom-color: black;
}

.caret.white.up {
  border-bottom-color: white;
}

.caret.left {
  border-right-color: black;
}


[x-cloak] {
  display: none !important;
}

.shopify-badge {
  background: linear-gradient(266.13deg, #fef5e0 -2.52%, #f7e6d5 99.95%);
  border: 2px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(265.66deg,
      #fcd585 0.17%,
      #eeb246 99.95%);
}

.form-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1em;
  width: 1em;
  color: #4299e1;
  background-color: #fff;
  border-width: 1px;
  border-radius: 0.25rem;
}

.form-checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.partner-logo {
  max-height: 32px;
  max-width: 150px;
}

@media not print {
  .form-checkbox::-ms-check {
    border-width: 1px;
    color: transparent;
    background: inherit;
    border-color: inherit;
    border-radius: inherit;
  }
}

.form-checkbox:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hover-trigger .hover-target {
  display: none;
}

.hover-trigger:hover .hover-target {
  display: block;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

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

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

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

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

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

.clearfix::after {
  clear: both;
}


.invitation-banner {

  padding: 12px 20px;
  background: #E0F5F5;
  border: 1px solid #00848E;
  border-radius: 8px;
  margin-bottom: 12px;

}

.finish-on-pc .icon {
  margin: 0 auto;
  margin-bottom: 12px;
}

.finish-on-pc .check-email {
  background: #E0F5F5;
  border: 1px solid #47C1BF;
  border-radius: 8px;
  text-align: center;
  padding: 10px 0 10px 0;
  margin-bottom: 20px;
  display: block;
}

.finish-on-pc .check-email .envelope {
  color: #00848E;
  margin-right: 12px;
  font-size: 30px;

}

.finish-on-pc .check-email span {
  position: relative;
  display: inline-block;
  top: -5px;

}

.finish-on-pc .continue-mobile {
  color: rgb(46 114 210);
  cursor: pointer;

}


.login-reg .login {
  border-left: 1px solid #DFE3E8;

}

.login-reg .sep {
  display: none;
}

.agency-partnership {
  border-left: 1px solid #ccc;
  padding-left: 22px;
  padding-bottom: 5px;
}

.agency-partnership img {
  max-width: 150px;
  max-height: 47px;
  margin-top: 4px;
}

.carousel-wrapper .hidden-text-div {
  position: absolute;
  background-color: rgba(61, 0, 137, 0.8);
  z-index: 3;
  top: -324px;
  right: 0;
  width: 400px;
  height: 260px;
  color: #fff;
}

.carousel-wrapper .hidden-text-div .qoute {
  font-size: 18px;
  color: #4be39e;
  font-style: italic;
  font-weight: bold;
}

.carousel-wrapper .hidden-text-div .right-image {
  position: absolute;
  bottom: 0;
  right: 0;
}

.carousel-wrapper .hidden-text-div .case-study {
  margin-top: 10px;
}

.carousel-wrapper .hidden-text-div .case-study a {
  font-weight: bold;
  color: #4be39e;
}

.carousel-wrapper .logo-wrap {
  border: 2px solid #ebeef0;
  border-radius: 10px;
  display: inline-block;
}

.carousel-wrapper .logo-wrap:hover {
  border: 2px solid #bab8c9;
}

.carousel-wrapper .logo-wrap:active {
  border: 2px solid #d2f6e9;
  background-color: #effcf7;
}

.carousel-wrapper .logo-wrap.active {
  border: 2px solid #d2f6e9;
  background-color: #effcf7;
}

.carousel-wrapper .logo {
  filter: grayscale(100%);
  cursor: pointer;

}

.carousel-wrapper .logo:hover {
  filter: brightness(0);

}

.carousel-wrapper .logo:active {
  filter: none;
}

.carousel-wrapper .logo.active {
  filter: none;
}

@media only screen and (max-width: 640px) {
  .carousel-wrapper .logo {

    cursor: default;
  }

  .login-reg .login {
    margin-top: 25px;
    border: 0 !important;
    background-color: #F9FAFB;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .login-reg .register {

    background-color: #F9FAFB;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .login-reg .sep {
    display: block;
    border-top: 1px solid #ccc;
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }

  .login-reg .sep .in {
    width: 49px;
    background-color: #fff;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
    margin-top: -13px;
  }
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important
  }
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    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) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

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

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

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

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

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

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