@charset "UTF-8";

/**
Pseudo
div::after {
  @include pseudo;
  top: -1rem; left: -1rem;
  width: 1rem; height: 1rem;
}
*/

/**
Responsive ratio
div {
  @include responsive-ratio(16,9);
}
*/

/**
CSS Triangle
*/

/**
Font styles
*/

/**
Placeholders
input,  
textarea {  
  @include input-placeholder {
      color: $grey;
  }
}
*/

/**
Truncate - Ellipsis
*/

/**
Center flex
*/

/**
Transition
@include transition(height width transform, 0.2s 0.3s, linear, 0s);
*/

/**
Max Lines
*/

/**
Overflow X scroll 
*/

/**
Hide scrollBar
*/

/**
Add Blur filter
*/

/*------------------*
# Variables
*------------------*/

/*
 * This file includes default variables to get going quickly on a project.
 * File includes:
 * - Base font family
 * - Base font sizes
 * - Heading spacing
 * - Paragraph spacing
 * - Base line height
 * - Base colors
*/

/*
 * Base font family
*/

/*
 * Base font sizes
*/

/*
 * Base line height
*/

/*
 * Base colors
*/

/*------------------*
# Headings
*------------------*/

/*
 * Uniform spacing and color for headings
*/

@font-face {
  font-family: "Inter";
  src: url(/fonts/Inter-Regular.eot?4dd909390164bc70076928867a732c73);
  src: url(/fonts/Inter-Regular.eot?4dd909390164bc70076928867a732c73) format("embedded-opentype"), url(/fonts/Inter-Regular.woff2?9ec6e5a4ee8dc98c6bfa9f777db33414) format("woff2"), url(/fonts/Inter-Regular.woff?a58111586c7bf914b79995895d09913a) format("woff"), url(/fonts/Inter-Regular.ttf?15ff4cfd2de27e9ee29b1cec5c4c047b) format("truetype"), url(/fonts/Inter-Regular.svg?cd053054413f8cd6f2b20e73cb4c8fcb) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter-bold";
  src: url(/fonts/Inter-ExtraBold.eot?f00a08f30b21bd3f3bd9fa7f8d7376fb);
  src: url(/fonts/Inter-ExtraBold.eot?f00a08f30b21bd3f3bd9fa7f8d7376fb) format("embedded-opentype"), url(/fonts/Inter-ExtraBold.woff2?11987088b440a585409dd557b9b330c0) format("woff2"), url(/fonts/Inter-ExtraBold.woff?c7e2517b035a9fc1d1ffcca07f746e1b) format("woff"), url(/fonts/Inter-ExtraBold.ttf?5a3c2344b20120eac8d28fac543ae95c) format("truetype"), url(/fonts/Inter-ExtraBold.svg?3db0e222ad92e5fbe5909d67cfebc6e1) format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

html,
body {
  position: relative;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Helvetica, Arial;
  font-size: 16px;
}

body {
  color: #000000;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

.site-main {
  display: flex;
  flex-direction: column;
  align-items: s;
  justify-content: space-between;
  min-height: 100%;
}

.site-main .content-main {
  flex: 1;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
  font-family: "Inter-bold", Helvetica, Arial, sans-serif;
  line-height: 1;
  font-weight: bold;
}

h1 {
  font-size: 5.25rem;
  letter-spacing: 0;
  line-height: 5.625rem;
}

@media (max-width: 104.875rem) {
  h1 {
    font-size: 5rem;
    line-height: 5.375rem;
  }
}

@media (max-width: 90rem) {
  h1 {
    font-size: 4.375rem;
    line-height: 4.25rem;
  }
}

@media (max-width: 78.125rem) {
  h1 {
    font-size: 2.8125rem;
    line-height: 3.3125rem;
  }
}

@media (max-width: 62rem) {
  h1 {
    font-size: 2.1875rem;
    line-height: 2.6875rem;
  }
}

h2 {
  font-size: 1.75rem;
  letter-spacing: 0;
  line-height: 2.25rem;
}

@media (max-width: 104.875rem) {
  h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 90rem) {
  h2 {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}

@media (max-width: 78.125rem) {
  h2 {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}

@media (max-width: 62rem) {
  h2 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.375rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-weight: 400;
  font-size: 1.5rem;
}

p {
  font-size: 1.3125rem;
  line-height: 1.625rem;
}

@media (max-width: 62rem) {
  p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

ul,
ol {
  margin: 0;
  padding: 0;
}

.h2-special-intro {
  text-align: center;
  margin-bottom: 1.875rem;
}

@media (max-width: 36rem) {
  .h2-special-intro {
    margin-bottom: 1.25rem;
  }
}

.h2-special-intro h2 {
  font-size: 3.125rem;
  letter-spacing: 0;
  line-height: 3.75rem;
}

@media (max-width: 90rem) {
  .h2-special-intro h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

@media (max-width: 36rem) {
  .h2-special-intro h2 {
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }
}

ul {
  list-style: none;
}

a {
  color: #fafafa;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #ededed;
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 75rem;
  margin: auto;
  padding: 0 1.25rem;
}

.container.narrow {
  max-width: 41.875rem;
}

.content-main {
  min-height: 35vh;
  padding: 3.125rem 0;
  width: auto;
  height: auto;
}

@media (max-width: 47.9375rem) {
  .content-main {
    padding: 2.1875rem 0;
  }
}

section {
  padding: 0.9375rem 0;
}

.full-width {
  width: 100%;
}

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

.color-gray {
  color: #858585;
}

.color-gray:hover,
.color-gray:focus {
  color: #000000;
}

:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + p {
  margin-top: 1.875rem;
}

@media (max-width: 104.875rem) {
  :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + p {
    margin-top: 1.125rem;
  }
}

@media (max-width: 90rem) {
  :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + p {
    margin-top: 1rem;
  }
}

@media (max-width: 78.125rem) {
  :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + p {
    margin-top: 0.875rem;
  }
}

@media (max-width: 62rem) {
  :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + p {
    margin-top: 0.625rem;
  }
}

:is(ul, ol, button, .vox-btn) + p {
  margin-top: 1.5625rem;
}

@media (max-width: 62rem) {
  :is(ul, ol, button, .vox-btn) + p {
    margin-top: 0.9375rem;
  }
}

p + :is(ul, ol) {
  margin-top: 0.75rem;
}

:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, a, button) + div,
:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + ul,
:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + li,
:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + ol {
  margin-top: 1.875rem;
}

@media (max-width: 104.875rem) {
  :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, a, button) + div,
  :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + ul,
  :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + li,
  :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + ol {
    margin-top: 1.125rem;
  }
}

@media (max-width: 90rem) {
  :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, a, button) + div,
  :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + ul,
  :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + li,
  :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + ol {
    margin-top: 1rem;
  }
}

@media (max-width: 78.125rem) {
  :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, a, button) + div,
  :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + ul,
  :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + li,
  :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + ol {
    margin-top: 0.875rem;
  }
}

@media (max-width: 62rem) {
  :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, a, button) + div,
  :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + ul,
  :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + li,
  :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + ol {
    margin-top: 0.625rem;
  }
}

p + :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6),
ul + :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6),
ol + :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6),
button + :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6),
.vox-btn + :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  margin-top: 3.75rem;
}

@media (max-width: 104.875rem) {
  p + :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6),
  ul + :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6),
  ol + :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6),
  button + :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6),
  .vox-btn + :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    margin-top: 2.8125rem;
  }
}

@media (max-width: 90rem) {
  p + :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6),
  ul + :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6),
  ol + :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6),
  button + :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6),
  .vox-btn + :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    margin-top: 2.5rem;
  }
}

@media (max-width: 78.125rem) {
  p + :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6),
  ul + :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6),
  ol + :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6),
  button + :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6),
  .vox-btn + :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    margin-top: 2.1875rem;
  }
}

@media (max-width: 62rem) {
  p + :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6),
  ul + :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6),
  ol + :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6),
  button + :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6),
  .vox-btn + :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    margin-top: 1.875rem;
  }
}

@media (max-width: 47.9375rem) {
  p + :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6),
  ul + :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6),
  ol + :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6),
  button + :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6),
  .vox-btn + :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    margin-top: 1.25rem;
  }
}

ol,
ul {
  padding-left: 1.2em;
}

ol + ol {
  margin-top: 0.625rem;
}

@media (max-width: 90rem) {
  ol + ol {
    margin-top: 0.5rem;
  }
}

@media (max-width: 62rem) {
  ol + ol {
    margin-top: 0.375rem;
  }
}

ul + ul {
  margin-top: 0.625rem;
}

@media (max-width: 90rem) {
  ul + ul {
    margin-top: 0.5rem;
  }
}

@media (max-width: 62rem) {
  ul + ul {
    margin-top: 0.375rem;
  }
}

p + p {
  margin-top: 0.75rem;
}

@media (max-width: 90rem) {
  p + p {
    margin-top: 0.5rem;
  }
}

@media (max-width: 62rem) {
  p + p {
    margin-top: 0.375rem;
  }
}

ul li {
  font-size: 1.125rem;
}

@media (max-width: 47.9375rem) {
  ul li {
    font-size: 1rem;
  }
}

ul li + li {
  margin-top: 0.375rem;
}

@media (max-width: 62rem) {
  ul li + li {
    margin-top: 0.25rem;
  }
}

ol {
  margin: 0;
}

ol li {
  font-size: 1.3125rem;
}

@media (max-width: 47.9375rem) {
  ol li {
    font-size: 1rem;
  }
}

ol li + li {
  margin-top: 0.625rem;
}

@media (max-width: 62rem) {
  ol li + li {
    margin-top: 0.25rem;
  }
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
p + .h1,
p + .h2,
p + .h3,
p + .h4,
p + .h5,
p + .h6 {
  margin-top: 3.75rem;
}

p,
ul,
ol {
  margin: 0;
  line-height: 1.4;
}

p + p,
p + ul,
p + ol,
ul + p,
ul + ul,
ul + ol,
ol + p,
ol + ul,
ol + ol {
  margin-top: 12px;
}

.vox-m-1 {
  margin: 1rem;
}

.vox-mt-1 {
  margin-top: 1rem;
}

.vox-mb-1 {
  margin-bottom: 1rem;
}

.vox-p-1 {
  padding: 1rem;
}

.vox-pt-1 {
  padding-top: 1rem;
}

.vox-pb-1 {
  padding-bottom: 1rem;
}

.vox-m-2 {
  margin: 2rem;
}

.vox-mt-2 {
  margin-top: 2rem;
}

.vox-mb-2 {
  margin-bottom: 2rem;
}

.vox-p-2 {
  padding: 2rem;
}

.vox-pt-2 {
  padding-top: 2rem;
}

.vox-pb-2 {
  padding-bottom: 2rem;
}

.vox-m-3 {
  margin: 3rem;
}

.vox-mt-3 {
  margin-top: 3rem;
}

.vox-mb-3 {
  margin-bottom: 3rem;
}

.vox-p-3 {
  padding: 3rem;
}

.vox-pt-3 {
  padding-top: 3rem;
}

.vox-pb-3 {
  padding-bottom: 3rem;
}

.vox-m-4 {
  margin: 4rem;
}

.vox-mt-4 {
  margin-top: 4rem;
}

.vox-mb-4 {
  margin-bottom: 4rem;
}

.vox-p-4 {
  padding: 4rem;
}

.vox-pt-4 {
  padding-top: 4rem;
}

.vox-pb-4 {
  padding-bottom: 4rem;
}

.vox-m-5 {
  margin: 5rem;
}

.vox-mt-5 {
  margin-top: 5rem;
}

.vox-mb-5 {
  margin-bottom: 5rem;
}

.vox-p-5 {
  padding: 5rem;
}

.vox-pt-5 {
  padding-top: 5rem;
}

.vox-pb-5 {
  padding-bottom: 5rem;
}

.vox-m-6 {
  margin: 6rem;
}

.vox-mt-6 {
  margin-top: 6rem;
}

.vox-mb-6 {
  margin-bottom: 6rem;
}

.vox-p-6 {
  padding: 6rem;
}

.vox-pt-6 {
  padding-top: 6rem;
}

.vox-pb-6 {
  padding-bottom: 6rem;
}

.vox-m-7 {
  margin: 7rem;
}

.vox-mt-7 {
  margin-top: 7rem;
}

.vox-mb-7 {
  margin-bottom: 7rem;
}

.vox-p-7 {
  padding: 7rem;
}

.vox-pt-7 {
  padding-top: 7rem;
}

.vox-pb-7 {
  padding-bottom: 7rem;
}

.vox-m-8 {
  margin: 8rem;
}

.vox-mt-8 {
  margin-top: 8rem;
}

.vox-mb-8 {
  margin-bottom: 8rem;
}

.vox-p-8 {
  padding: 8rem;
}

.vox-pt-8 {
  padding-top: 8rem;
}

.vox-pb-8 {
  padding-bottom: 8rem;
}

.vox-m-9 {
  margin: 9rem;
}

.vox-mt-9 {
  margin-top: 9rem;
}

.vox-mb-9 {
  margin-bottom: 9rem;
}

.vox-p-9 {
  padding: 9rem;
}

.vox-pt-9 {
  padding-top: 9rem;
}

.vox-pb-9 {
  padding-bottom: 9rem;
}

.vox-m-10 {
  margin: 10rem;
}

.vox-mt-10 {
  margin-top: 10rem;
}

.vox-mb-10 {
  margin-bottom: 10rem;
}

.vox-p-10 {
  padding: 10rem;
}

.vox-pt-10 {
  padding-top: 10rem;
}

.vox-pb-10 {
  padding-bottom: 10rem;
}

header {
  background: #fafafa;
}

header .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5625rem 3.125rem;
}

@media (max-width: 90rem) {
  header .header-top {
    padding: 0.9375rem 1.5625rem;
  }
}

@media (max-width: 62rem) {
  header .header-top {
    padding: 0.9375rem 0.9375rem;
  }
}

header .logo {
  width: 100%;
  max-width: 12.5rem;
  max-height: auto;
}

@media (max-width: 90rem) {
  header .logo {
    max-width: 10.625rem;
  }
}

@media (max-width: 62rem) {
  header .logo {
    max-width: 8.75rem;
  }
}

header .logo img {
  width: 100%;
}

@media (max-width: 62rem) {
  header .main-navigation {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    background: #fafafa;
    padding-bottom: 2.5rem;
    height: 100%;
    max-height: 100%;
    transition: all 0.2s;
    overflow-y: scroll;
    z-index: 100;
  }

  header .main-navigation.show {
    left: 0;
  }
}

header .main-navigation .mobile-nav-header {
  width: 100%;
  padding: 0.9375rem;
  display: none;
  text-align: left;
}

@media (max-width: 62rem) {
  header .main-navigation .mobile-nav-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

header .main-navigation .mobile-nav-header .nav-close-icon {
  padding: 0.9375rem;
  font-size: 1.375rem;
  color: #333;
  cursor: pointer;
}

header .main-navigation .mobile-nav-header .nav-close-icon:hover {
  color: #000000;
}

header .main-navigation ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 62rem) {
  header .main-navigation ul {
    flex-direction: column;
  }
}

header .main-navigation ul li {
  margin-right: 1.25rem;
  margin-top: 0;
}

@media (max-width: 62rem) {
  header .main-navigation ul li {
    margin-right: 0;
    margin-bottom: 0.9375rem;
  }
}

header .main-navigation ul li:last-child {
  margin-right: 0;
}

@media (max-width: 62rem) {
  header .main-navigation ul li:last-child {
    margin-bottom: 0;
  }
}

header .main-navigation ul li.active a {
  text-decoration: underline;
}

header .main-navigation ul li a {
  text-decoration: none;
  color: #333;
  font-size: 1.25rem;
  font-weight: bold;
}

@media (max-width: 47.9375rem) {
  header .main-navigation ul li a {
    font-size: 1.0625rem;
  }
}

header .main-navigation ul li a:hover {
  text-decoration: underline;
}

header .mobile-toggle-icon {
  font-size: 1.5625rem;
  padding: 0.9375rem 0.625rem;
  color: #333;
  cursor: pointer;
  display: none;
}

@media (max-width: 62rem) {
  header .mobile-toggle-icon {
    display: block;
  }
}

header .mobile-toggle-icon:hover {
  color: #000000;
}

header .header-title-wrapper {
  color: #333;
  text-align: center;
  padding: 5rem 0;
}

@media (max-width: 104.875rem) {
  header .header-title-wrapper {
    padding: 3.75rem 0;
  }
}

@media (max-width: 90rem) {
  header .header-title-wrapper {
    padding: 2.5rem 0;
  }
}

@media (max-width: 62rem) {
  header .header-title-wrapper {
    padding: 1.5625rem 0;
  }
}

.footer {
  background: #fafafa;
  padding: 2.5rem 1.25rem;
  color: #333;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
}

@media (max-width: 47.9375rem) {
  .footer {
    font-size: 1.0625rem;
    padding: 0.9375rem 1.25rem;
  }
}

.footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .footer-bottom .footer-text {
  padding-right: 1.25rem;
}

.footer .footer-bottom .to-top-button {
  cursor: pointer;
  transition: all 0.2s;
}

.footer .footer-bottom .to-top-button:hover {
  transform: scale(1.1);
}

.intro-section {
  width: 100%;
  height: auto;
  position: relative;
}

.intro-section__img {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0 1.25rem 3.125rem;
}

@media (max-width: 47.9375rem) {
  .intro-section__img {
    padding: 0 1.25rem 1.875rem;
  }
}

.intro-section__img img {
  width: 100%;
  height: auto;
  max-width: 36.25rem;
}

.intro-section .user-welcome-text {
  margin-top: 3.75rem;
}

@media (max-width: 47.9375rem) {
  .intro-section .user-welcome-text {
    margin-top: 1.875rem;
  }
}

.flex-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  position: relative;
}

@media (max-width: 36rem) {
  .flex-row {
    flex-direction: column;
  }
}

.flex-row__column {
  width: 100%;
  flex: 1;
  margin-left: 1.875rem;
  align-self: normal;
  position: relative;
}

@media (max-width: 36rem) {
  .flex-row__column {
    margin-left: 0;
  }
}

.flex-row__column:first-child {
  margin-left: 0;
}

.vox-form {
  width: 100%;
  height: auto;
}

.vox-form .vox-form-group {
  width: 100%;
  margin-top: 5.625rem;
}

@media (max-width: 47.9375rem) {
  .vox-form .vox-form-group {
    margin-top: 2.5rem;
  }
}

.vox-form .vox-form-group__title {
  margin-bottom: 2.5rem;
  color: #777777;
}

@media (max-width: 47.9375rem) {
  .vox-form .vox-form-group__title {
    margin-bottom: 1.5625rem;
  }
}

.vox-form .vox-form-group__content {
  width: 100%;
}

.vox-form .vox-form-inline-fields {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.vox-form .vox-form-inline-fields .fieldset-wrap {
  width: 50%;
  min-width: 50%;
  padding-right: 0.9375rem;
  margin: 0.5rem 0;
}

@media (max-width: 36rem) {
  .vox-form .vox-form-inline-fields .fieldset-wrap {
    width: 100%;
  }
}

.vox-form__fieldset {
  width: 100%;
  height: auto;
}

.vox-form__text {
  width: 100%;
  height: auto;
  margin-top: 1.3125rem;
  color: #555555;
  line-height: 1.5rem;
}

.vox-form__label {
  width: 100%;
  color: #555555;
}

.vox-form__label.mb-large {
  margin-bottom: 1.3125rem;
}

@media (max-width: 47.9375rem) {
  .vox-form__label.mb-large {
    margin-bottom: 0.625rem;
  }
}

.vox-form__label i {
  float: left;
  font-size: 1.375rem;
  line-height: 1.375rem;
  margin-right: 0.625rem;
}

.vox-form__label i::before {
  float: left;
  width: 1.5rem;
  text-align: center;
}

.vox-form__label label {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.375rem;
}

.vox-form__label label.bold {
  font-weight: bold;
}

.vox-form__fieldset + .vox-form__fieldset {
  margin-top: 0.9375rem;
}

.vox-form__multifieldset {
  width: 100%;
}

.vox-form__multifieldset + .vox-form__fieldset {
  margin-top: 0.9375rem;
}

.vox-form__fieldset + .vox-form__multifieldset {
  margin-top: 1.25rem;
}

.vox-form__multifieldset + .vox-form__multifieldset {
  margin-top: 1.25rem;
}

.vox-form__fieldset-checkbox,
.vox-form__fieldset-radio {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.vox-form__fieldset-checkbox input,
.vox-form__fieldset-radio input {
  visibility: hidden;
  position: absolute;
}

.vox-form__fieldset-checkbox input:checked + label::before,
.vox-form__fieldset-radio input:checked + label::before {
  color: #fafafa;
}

.vox-form__fieldset-checkbox label,
.vox-form__fieldset-radio label {
  margin-bottom: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: flex;
  color: #888;
  cursor: pointer;
  font-weight: normal;
}

.vox-form__fieldset-checkbox label::before,
.vox-form__fieldset-radio label::before {
  margin-right: 0.625rem;
  color: #aaa;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.vox-form__fieldset-checkbox input:checked + label::before {
  font-family: "Ionicons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F373";
}

.vox-form__fieldset-checkbox label {
  align-items: flex-start;
  line-height: 1.5rem;
}

.vox-form__fieldset-checkbox label::before {
  font-family: "Ionicons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F372";
  margin-right: 0.625rem;
}

.vox-form__fieldset-radio input:checked + label::before {
  font-family: "Ionicons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F3A7";
}

.vox-form__fieldset-radio label {
  align-items: center;
}

.vox-form__fieldset-radio label::before {
  font-family: "Ionicons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F3A6";
  margin-right: 0.625rem;
}

.vox-form__error {
  color: #e22658;
  font-size: 0.875rem;
}

.vox-form__required {
  color: #aaaaaa;
  font-size: 0.875rem;
}

.login-form-section .forgot-password {
  margin-top: 1.25rem;
}

.login-form-section .sign-up-btn {
  position: absolute;
  bottom: 0;
}

@media (max-width: 36rem) {
  .login-form-section .sign-up-btn {
    position: relative;
  }
}

.signup-form-section .vox-btn {
  margin-top: 1.875rem;
}

.signup-form-section .vox-form-group:first-child {
  margin-top: 1.875rem;
}

@media (max-width: 47.9375rem) {
  .signup-form-section .vox-form-group:first-child {
    margin-top: 0.625rem;
  }
}

.flex-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
}

@media (max-width: 36rem) {
  .flex-list {
    flex-direction: column;
  }
}

.flex-list__item {
  width: 22%;
  margin-left: 17%;
  align-self: normal;
  position: relative;
}

.flex-list__item:nth-child(3n+1) {
  margin-left: 0;
}

.flex-list__item:nth-child(n+4) {
  margin-top: 2.5rem;
}

@media (max-width: 47.9375rem) {
  .flex-list__item {
    width: 40%;
    margin-left: 20%;
  }

  .flex-list__item:nth-child(3n+1) {
    margin-left: 20%;
  }

  .flex-list__item:nth-child(2n+1) {
    margin-left: 0;
  }

  .flex-list__item:nth-child(n+3) {
    margin-top: 2.5rem;
  }
}

@media (max-width: 36rem) {
  .flex-list__item {
    margin-left: 0;
    margin-top: 1.5625rem;
    width: 100%;
  }

  .flex-list__item:nth-child(3n+1) {
    margin-left: 0;
  }

  .flex-list__item:nth-child(n+3) {
    margin-top: 1.5625rem;
  }
}

.flex-list__item:first-child {
  margin-left: 0;
}

.task-data {
  width: 100%;
  height: auto;
}

.task-data__instruction-start,
.task-data__instruction-end {
  width: 100%;
  text-align: center;
  font-style: italic;
}

.task-data__content {
  width: 100%;
  height: auto;
  margin: 5rem 0;
  padding: 0.375rem;
}

.vox-btn {
  display: inline-block;
  outline: none;
  box-shadow: none;
  border: none;
  padding: 1.25rem 1.5625rem;
  font-size: 1.0625rem;
  line-height: 1;
  color: #333;
  text-decoration: none;
  cursor: pointer;
  margin-top: 0.75rem;
}

@media (max-width: 47.9375rem) {
  .vox-btn {
    padding: 0.625rem 0.9375rem;
  }
}

.vox-btn:hover,
.vox-btn:focus,
.vox-btn:active {
  outline: none;
  box-shadow: none;
  border: none;
  color: #333;
}

.vox-btn.wide {
  display: block;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 0.9375rem;
  border-radius: 0.25rem;
  text-align: center;
}

@media (max-width: 47.9375rem) {
  .vox-btn.wide {
    padding: 0.75rem 0.625rem;
  }
}

.vox-btn.medium {
  display: inline-block;
  padding: 1rem 1.25rem;
  font-size: 0.9375rem;
  border-radius: 0.25rem;
  text-align: center;
  min-width: 15.625rem;
}

@media (max-width: 36rem) {
  .vox-btn.medium {
    min-width: 6.25rem;
    padding: 0.75rem 0.625rem;
  }
}

.vox-btn.primary {
  background: #fafafa;
}

.vox-btn.primary:hover,
.vox-btn.primary:focus,
.vox-btn.primary:active {
  background: #ededed;
}

.vox-btn.light {
  background: #eeeeee;
  color: #000000;
}

.vox-btn.light:hover,
.vox-btn.light:focus,
.vox-btn.light:active {
  background: #e1e1e1;
}

.vox-btn.dark {
  background: #486274;
}

.vox-btn.dark:hover,
.vox-btn.dark:focus,
.vox-btn.dark:active {
  background: #3e5564;
}

.vox-btn.bold {
  font-weight: bold;
}

.vox-btn.upper {
  text-transform: uppercase;
}

.btm-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.btm-wrapper.center {
  justify-content: center;
}

.btm-wrapper.right {
  justify-content: flex-end;
}

input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=url],
input[type=tel] {
  width: 100%;
  padding: 0 12px;
  display: block;
  border-radius: 2px;
  border: 0.0625rem solid #ddd;
  outline: none !important;
  cursor: text !important;
  font-size: 0.9375rem !important;
  color: #888;
  height: 2.5rem !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  margin: 0 !important;
  position: static;
  outline: none !important;
}

input[type=text].placeholder,
input[type=password].placeholder,
input[type=search].placeholder,
input[type=email].placeholder,
input[type=url].placeholder,
input[type=tel].placeholder {
  color: #aaabad;
}

input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=tel]:-moz-placeholder {
  color: #aaabad;
}

input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=tel]::-moz-placeholder {
  color: #aaabad;
}

input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder {
  color: #aaabad;
}

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder {
  color: #aaabad;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus {
  border: 0.0625rem solid #bbb;
}

label {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 0.625rem;
  font-size: 1rem;
}

label i {
  font-size: 1.375rem;
  line-height: 1.375rem;
  margin-right: 0.625rem;
}

.image-wrap {
  width: 100%;
  height: auto;
}

.image-wrap img {
  width: 100%;
  height: auto;
}

.vox-message-box {
  padding: 1.25rem;
  border: 0.0625rem solid #ddd;
}

@media (max-width: 47.9375rem) {
  .image-caption-block {
    padding: 0.625rem;
    border: 1px solid #eeeeee;
  }
}

.image-caption-block__img {
  width: 100%;
}

.image-caption-block__img img {
  width: 100%;
  height: auto;
}

.image-caption-block__text {
  width: 100%;
  font-size: 1rem;
  color: #888;
  margin-top: 0.9375rem;
}

.task-stage-indicator {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0.625rem 0;
}

.task-stage-indicator .connect-line {
  position: absolute;
  width: 98%;
  left: 1%;
  height: 3px;
  background: #486274;
  z-index: -1;
}

.task-stage-indicator .stage {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  box-sizing: content-box;
  position: relative;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1875rem solid;
  border-color: #486274;
}

@media (max-width: 47.9375rem) {
  .task-stage-indicator .stage {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.task-stage-indicator .stage .count {
  font-size: 1.875rem;
  color: #486274;
  font-weight: bold;
}

@media (max-width: 47.9375rem) {
  .task-stage-indicator .stage .count {
    font-size: 1.25rem;
  }
}

.task-stage-indicator .stage.active {
  background: #fafafa;
  border-color: #fafafa;
}

.task-stage-indicator .stage.active::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #a8ebb6;
  border-radius: 50%;
  z-index: -1;
  transform: scale(1.5);
}

.task-stage-indicator .stage.active .count {
  color: #333;
}

.task-stage-indicator .stage.finished {
  background: #486274;
  border-color: #486274;
}

.task-stage-indicator .stage.finished .count {
  color: #333;
}

.select2.select2-container--default .select2-selection--single {
  height: 2.5rem;
  border-radius: 0.125rem;
  border: 0.0625rem solid #ddd;
}

.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2.5rem;
  color: #888;
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2.5rem;
}

.select2-dropdown {
  border: 0.0625rem solid #ddd !important;
}

.select2-dropdown .select2-search__field {
  border: 0.0625rem solid #ddd !important;
}

.task-content-normal {
  width: 100%;
  height: auto;
}

.task-content-normal .item {
  width: 100%;
  border-radius: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
  background: #d0f9d9;
  padding: 0.625rem;
  margin-bottom: 0.9375rem;
}

.task-content-chat {
  width: 100%;
  height: auto;
}

.task-content-chat .item {
  width: 75%;
  border-radius: 0.3125rem;
  background: #d0f9d9;
  padding: 0.625rem;
  margin-bottom: 0.9375rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
  position: relative;
  clear: both;
}

.task-content-chat .item.left::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0.375rem solid transparent;
  border-bottom: 0.375rem solid transparent;
  border-right: 0.375rem solid #d0f9d9;
  margin-left: -0.375rem;
  top: calc(50% - 6px);
  left: 0;
}

.task-content-chat .item.right {
  float: right;
}

.task-content-chat .item.right::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0.375rem solid transparent;
  border-bottom: 0.375rem solid transparent;
  border-left: 0.375rem solid #d0f9d9;
  margin-right: -0.375rem;
  top: calc(50% - 6px);
  right: 0;
}

.task-content-chat .clear {
  clear: both;
  width: 100%;
}

.record-box {
  width: 100%;
  max-width: 31.25rem;
  height: auto;
  background: #333;
  border-top-right-radius: 0.625rem;
  border-top-left-radius: 0.625rem;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1050;
  box-shadow: -1px -2px 17px -1px rgba(0, 0, 0, 0.5);
}

.record-box .audio-box {
  width: auto;
  display: inline-block;
  margin: auto;
  margin-bottom: 0.625rem;
}

.record-box .record-timer {
  width: 100%;
  margin: 0.625rem 0;
}

.record-box .timer-wrap {
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  background: #fbe803;
  padding: 5px;
  border-radius: 12px;
  min-width: 100px;
}

.record-box .btn-record-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.record-box .btn-record-container .btn-record {
  width: auto;
  background: #ccc;
  margin: 0 0.3125rem;
  padding: 0.625rem 1.25rem 0.625rem 0.625rem;
  border-radius: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s;
}

.record-box .btn-record-container .btn-record i {
  font-size: 1.25rem;
  color: #333;
}

.record-box .btn-record-container .btn-record .btn-record-text {
  margin-left: 0.625rem;
  line-height: 1;
  color: #333;
  font-size: 1.125rem;
  white-space: nowrap;
}

.record-box .btn-record-container .btn-record.record-start {
  display: flex;
}

.record-box .btn-record-container .btn-record.record-start,
.record-box .btn-record-container .btn-record.record-stop,
.record-box .btn-record-container .btn-record.record-done {
  background: #fafafa;
}

.record-box .btn-record-container .btn-record.record-start:hover,
.record-box .btn-record-container .btn-record.record-stop:hover,
.record-box .btn-record-container .btn-record.record-done:hover {
  background: #e1e1e1;
}

.record-box .btn-record-container .btn-record.record-restart,
.record-box .btn-record-container .btn-record.record-redo {
  background: #b70000;
}

.record-box .btn-record-container .btn-record.record-restart:hover,
.record-box .btn-record-container .btn-record.record-redo:hover {
  background: #ea0000;
}

.timer-blink {
  font-size: 15px;
  line-height: 1;
  color: #b70000;
  margin-right: 12px;
  -webkit-animation: flash 1s ease-in-out infinite;
  -webkit-animation: webkit-flash 1s ease-in-out infinite;
  animation: webkit-flash 1s ease-in-out infinite;
}

/* The animation code */

@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes webkit-flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.loader-spin {
  width: 0.9375rem;
  height: 0.9375rem;
  padding: 0px;
  border-radius: 100%;
  border: 0.25rem solid;
  margin-left: 0.3125rem;
  border-top-color: #333;
  border-bottom-color: #fafafa;
  border-left-color: #333;
  border-right-color: #fafafa;
  -webkit-animation: loader4 1s ease-in-out infinite;
  -webkit-animation: loadera 1s ease-in-out infinite;
  animation: loadera 1s ease-in-out infinite;
}

@-webkit-keyframes loadera {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes loadera {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader4 {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

.vox-newsletter {
  width: 100%;
  height: auto;
}

.vox-newsletter__title {
  width: auto;
  height: auto;
  display: block;
}

.vox-newsletter__description {
  width: auto;
  height: auto;
  display: block;
  margin-top: 1.875rem;
}

.vox-newsletter__form {
  width: auto;
  height: auto;
  margin-top: 0.9375rem;
}

.vox-newsletter__successtext {
  width: 100%;
  height: auto;
  border: 0.0625rem solid #fafafa;
  margin-top: 0.9375rem;
  padding: 1.25rem;
}

.vox-newsletter__successtext .success-icon {
  width: 100%;
  font-size: 2.8125rem;
  text-align: center;
  color: #fafafa;
}

.vox-newsletter-success {
  margin-top: 0.625rem;
  text-align: center;
  font-size: 1.125rem;
}

.vox-message {
  width: 100%;
  height: auto;
  padding: 0.9375rem;
  border: 0.0625rem solid #fafafa;
  margin: 1.25rem 0;
  text-align: center;
}

.vox-message .msg-icon {
  width: 100%;
  font-size: 2.8125rem;
  text-align: center;
  color: #fafafa;
}

@media (max-width: 47.9375rem) {
  .vox-message .msg-icon {
    font-size: 1.5625rem;
  }
}

.vox-message__title {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 1.25rem;
}

.vox-message__text {
  width: 100%;
  height: auto;
  margin-top: 0.9375rem;
}

.vox-message.warning {
  border: 0.0625rem solid #e22658;
}

.vox-message.warning .msg-icon {
  color: #e22658;
}

.task-card {
  width: 100%;
  height: auto;
  margin-bottom: 1.875rem;
}

@media (max-width: 47.9375rem) {
  .task-card {
    margin-bottom: 1.25rem;
  }
}

.task-card:last-child {
  margin-bottom: 0;
}

.vox-record-btn-group {
  display: flex;
  align-items: center;
}

.tasks-wrapper {
  margin-top: 2.5rem;
}

.tasks-wrapper__list {
  width: auto;
  height: auto;
}

.tasks-wrapper__done {
  width: auto;
  height: auto;
  padding: 1.25rem;
  border: 0.0625rem solid #888;
}

.tasks-wrapper__list + .tasks-wrapper__done {
  margin-top: 6.25rem;
}

@media (max-width: 62rem) {
  .tasks-wrapper__list + .tasks-wrapper__done {
    margin-top: 5rem;
  }
}

@media (max-width: 47.9375rem) {
  .tasks-wrapper__list + .tasks-wrapper__done {
    margin-top: 3.75rem;
  }
}

.task-guide {
  width: 100%;
  height: auto;
}

.task-guide-block {
  width: 100%;
  height: auto;
  margin-top: 5rem;
}

@media (max-width: 47.9375rem) {
  .task-guide-block {
    margin-top: 3.125rem;
  }
}

.task-guide-block:first-child {
  margin-top: 0;
}

.task-guide-block__body {
  width: auto;
  height: auto;
}

.task-guide-block__body .flex-list {
  margin-top: 2.5rem;
}

.task-guide-block__body .layout-2column {
  margin-top: 2.5rem;
}

.task-guide-block__body .layout-2column .flex-row {
  margin-bottom: 5rem;
}

@media (max-width: 36rem) {
  .task-guide-block__body .layout-2column .flex-row {
    margin-bottom: 4.375rem;
  }
}

.task-guide-block__body .layout-2column .flex-row:last-child {
  margin-bottom: 0;
}

@media (max-width: 36rem) {
  .task-guide-block__body .layout-2column .flex-row .column-text {
    margin-bottom: 1.875rem;
  }
}

.task-guide-block__footer {
  width: auto;
  height: auto;
  margin-top: 2.5rem;
}

.task-finish-next {
  width: auto;
  height: auto;
}

.task-finish-newsletter {
  width: auto;
  height: auto;
  margin-top: 5.625rem;
}

.page-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999999;
  background: #e9e9e9de;
  top: 0;
}

.page-loader span {
  width: 50px;
  height: 50px;
  padding: 0px;
  border-radius: 100%;
  border: 0.25rem solid;
  margin-left: 0.3125rem;
  border-top-color: #333;
  border-bottom-color: #fafafa;
  border-left-color: #333;
  border-right-color: #fafafa;
  -webkit-animation: loader4 1s ease-in-out infinite;
  -webkit-animation: loadera 1s ease-in-out infinite;
  animation: loadera 1s ease-in-out infinite;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
}

@keyframes loadera {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader4 {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

var map = {
	"./af": "./resources/admin/node_modules/moment/locale/af.js",
	"./af.js": "./resources/admin/node_modules/moment/locale/af.js",
	"./ar": "./resources/admin/node_modules/moment/locale/ar.js",
	"./ar-dz": "./resources/admin/node_modules/moment/locale/ar-dz.js",
	"./ar-dz.js": "./resources/admin/node_modules/moment/locale/ar-dz.js",
	"./ar-kw": "./resources/admin/node_modules/moment/locale/ar-kw.js",
	"./ar-kw.js": "./resources/admin/node_modules/moment/locale/ar-kw.js",
	"./ar-ly": "./resources/admin/node_modules/moment/locale/ar-ly.js",
	"./ar-ly.js": "./resources/admin/node_modules/moment/locale/ar-ly.js",
	"./ar-ma": "./resources/admin/node_modules/moment/locale/ar-ma.js",
	"./ar-ma.js": "./resources/admin/node_modules/moment/locale/ar-ma.js",
	"./ar-sa": "./resources/admin/node_modules/moment/locale/ar-sa.js",
	"./ar-sa.js": "./resources/admin/node_modules/moment/locale/ar-sa.js",
	"./ar-tn": "./resources/admin/node_modules/moment/locale/ar-tn.js",
	"./ar-tn.js": "./resources/admin/node_modules/moment/locale/ar-tn.js",
	"./ar.js": "./resources/admin/node_modules/moment/locale/ar.js",
	"./az": "./resources/admin/node_modules/moment/locale/az.js",
	"./az.js": "./resources/admin/node_modules/moment/locale/az.js",
	"./be": "./resources/admin/node_modules/moment/locale/be.js",
	"./be.js": "./resources/admin/node_modules/moment/locale/be.js",
	"./bg": "./resources/admin/node_modules/moment/locale/bg.js",
	"./bg.js": "./resources/admin/node_modules/moment/locale/bg.js",
	"./bm": "./resources/admin/node_modules/moment/locale/bm.js",
	"./bm.js": "./resources/admin/node_modules/moment/locale/bm.js",
	"./bn": "./resources/admin/node_modules/moment/locale/bn.js",
	"./bn-bd": "./resources/admin/node_modules/moment/locale/bn-bd.js",
	"./bn-bd.js": "./resources/admin/node_modules/moment/locale/bn-bd.js",
	"./bn.js": "./resources/admin/node_modules/moment/locale/bn.js",
	"./bo": "./resources/admin/node_modules/moment/locale/bo.js",
	"./bo.js": "./resources/admin/node_modules/moment/locale/bo.js",
	"./br": "./resources/admin/node_modules/moment/locale/br.js",
	"./br.js": "./resources/admin/node_modules/moment/locale/br.js",
	"./bs": "./resources/admin/node_modules/moment/locale/bs.js",
	"./bs.js": "./resources/admin/node_modules/moment/locale/bs.js",
	"./ca": "./resources/admin/node_modules/moment/locale/ca.js",
	"./ca.js": "./resources/admin/node_modules/moment/locale/ca.js",
	"./cs": "./resources/admin/node_modules/moment/locale/cs.js",
	"./cs.js": "./resources/admin/node_modules/moment/locale/cs.js",
	"./cv": "./resources/admin/node_modules/moment/locale/cv.js",
	"./cv.js": "./resources/admin/node_modules/moment/locale/cv.js",
	"./cy": "./resources/admin/node_modules/moment/locale/cy.js",
	"./cy.js": "./resources/admin/node_modules/moment/locale/cy.js",
	"./da": "./resources/admin/node_modules/moment/locale/da.js",
	"./da.js": "./resources/admin/node_modules/moment/locale/da.js",
	"./de": "./resources/admin/node_modules/moment/locale/de.js",
	"./de-at": "./resources/admin/node_modules/moment/locale/de-at.js",
	"./de-at.js": "./resources/admin/node_modules/moment/locale/de-at.js",
	"./de-ch": "./resources/admin/node_modules/moment/locale/de-ch.js",
	"./de-ch.js": "./resources/admin/node_modules/moment/locale/de-ch.js",
	"./de.js": "./resources/admin/node_modules/moment/locale/de.js",
	"./dv": "./resources/admin/node_modules/moment/locale/dv.js",
	"./dv.js": "./resources/admin/node_modules/moment/locale/dv.js",
	"./el": "./resources/admin/node_modules/moment/locale/el.js",
	"./el.js": "./resources/admin/node_modules/moment/locale/el.js",
	"./en-au": "./resources/admin/node_modules/moment/locale/en-au.js",
	"./en-au.js": "./resources/admin/node_modules/moment/locale/en-au.js",
	"./en-ca": "./resources/admin/node_modules/moment/locale/en-ca.js",
	"./en-ca.js": "./resources/admin/node_modules/moment/locale/en-ca.js",
	"./en-gb": "./resources/admin/node_modules/moment/locale/en-gb.js",
	"./en-gb.js": "./resources/admin/node_modules/moment/locale/en-gb.js",
	"./en-ie": "./resources/admin/node_modules/moment/locale/en-ie.js",
	"./en-ie.js": "./resources/admin/node_modules/moment/locale/en-ie.js",
	"./en-il": "./resources/admin/node_modules/moment/locale/en-il.js",
	"./en-il.js": "./resources/admin/node_modules/moment/locale/en-il.js",
	"./en-in": "./resources/admin/node_modules/moment/locale/en-in.js",
	"./en-in.js": "./resources/admin/node_modules/moment/locale/en-in.js",
	"./en-nz": "./resources/admin/node_modules/moment/locale/en-nz.js",
	"./en-nz.js": "./resources/admin/node_modules/moment/locale/en-nz.js",
	"./en-sg": "./resources/admin/node_modules/moment/locale/en-sg.js",
	"./en-sg.js": "./resources/admin/node_modules/moment/locale/en-sg.js",
	"./eo": "./resources/admin/node_modules/moment/locale/eo.js",
	"./eo.js": "./resources/admin/node_modules/moment/locale/eo.js",
	"./es": "./resources/admin/node_modules/moment/locale/es.js",
	"./es-do": "./resources/admin/node_modules/moment/locale/es-do.js",
	"./es-do.js": "./resources/admin/node_modules/moment/locale/es-do.js",
	"./es-mx": "./resources/admin/node_modules/moment/locale/es-mx.js",
	"./es-mx.js": "./resources/admin/node_modules/moment/locale/es-mx.js",
	"./es-us": "./resources/admin/node_modules/moment/locale/es-us.js",
	"./es-us.js": "./resources/admin/node_modules/moment/locale/es-us.js",
	"./es.js": "./resources/admin/node_modules/moment/locale/es.js",
	"./et": "./resources/admin/node_modules/moment/locale/et.js",
	"./et.js": "./resources/admin/node_modules/moment/locale/et.js",
	"./eu": "./resources/admin/node_modules/moment/locale/eu.js",
	"./eu.js": "./resources/admin/node_modules/moment/locale/eu.js",
	"./fa": "./resources/admin/node_modules/moment/locale/fa.js",
	"./fa.js": "./resources/admin/node_modules/moment/locale/fa.js",
	"./fi": "./resources/admin/node_modules/moment/locale/fi.js",
	"./fi.js": "./resources/admin/node_modules/moment/locale/fi.js",
	"./fil": "./resources/admin/node_modules/moment/locale/fil.js",
	"./fil.js": "./resources/admin/node_modules/moment/locale/fil.js",
	"./fo": "./resources/admin/node_modules/moment/locale/fo.js",
	"./fo.js": "./resources/admin/node_modules/moment/locale/fo.js",
	"./fr": "./resources/admin/node_modules/moment/locale/fr.js",
	"./fr-ca": "./resources/admin/node_modules/moment/locale/fr-ca.js",
	"./fr-ca.js": "./resources/admin/node_modules/moment/locale/fr-ca.js",
	"./fr-ch": "./resources/admin/node_modules/moment/locale/fr-ch.js",
	"./fr-ch.js": "./resources/admin/node_modules/moment/locale/fr-ch.js",
	"./fr.js": "./resources/admin/node_modules/moment/locale/fr.js",
	"./fy": "./resources/admin/node_modules/moment/locale/fy.js",
	"./fy.js": "./resources/admin/node_modules/moment/locale/fy.js",
	"./ga": "./resources/admin/node_modules/moment/locale/ga.js",
	"./ga.js": "./resources/admin/node_modules/moment/locale/ga.js",
	"./gd": "./resources/admin/node_modules/moment/locale/gd.js",
	"./gd.js": "./resources/admin/node_modules/moment/locale/gd.js",
	"./gl": "./resources/admin/node_modules/moment/locale/gl.js",
	"./gl.js": "./resources/admin/node_modules/moment/locale/gl.js",
	"./gom-deva": "./resources/admin/node_modules/moment/locale/gom-deva.js",
	"./gom-deva.js": "./resources/admin/node_modules/moment/locale/gom-deva.js",
	"./gom-latn": "./resources/admin/node_modules/moment/locale/gom-latn.js",
	"./gom-latn.js": "./resources/admin/node_modules/moment/locale/gom-latn.js",
	"./gu": "./resources/admin/node_modules/moment/locale/gu.js",
	"./gu.js": "./resources/admin/node_modules/moment/locale/gu.js",
	"./he": "./resources/admin/node_modules/moment/locale/he.js",
	"./he.js": "./resources/admin/node_modules/moment/locale/he.js",
	"./hi": "./resources/admin/node_modules/moment/locale/hi.js",
	"./hi.js": "./resources/admin/node_modules/moment/locale/hi.js",
	"./hr": "./resources/admin/node_modules/moment/locale/hr.js",
	"./hr.js": "./resources/admin/node_modules/moment/locale/hr.js",
	"./hu": "./resources/admin/node_modules/moment/locale/hu.js",
	"./hu.js": "./resources/admin/node_modules/moment/locale/hu.js",
	"./hy-am": "./resources/admin/node_modules/moment/locale/hy-am.js",
	"./hy-am.js": "./resources/admin/node_modules/moment/locale/hy-am.js",
	"./id": "./resources/admin/node_modules/moment/locale/id.js",
	"./id.js": "./resources/admin/node_modules/moment/locale/id.js",
	"./is": "./resources/admin/node_modules/moment/locale/is.js",
	"./is.js": "./resources/admin/node_modules/moment/locale/is.js",
	"./it": "./resources/admin/node_modules/moment/locale/it.js",
	"./it-ch": "./resources/admin/node_modules/moment/locale/it-ch.js",
	"./it-ch.js": "./resources/admin/node_modules/moment/locale/it-ch.js",
	"./it.js": "./resources/admin/node_modules/moment/locale/it.js",
	"./ja": "./resources/admin/node_modules/moment/locale/ja.js",
	"./ja.js": "./resources/admin/node_modules/moment/locale/ja.js",
	"./jv": "./resources/admin/node_modules/moment/locale/jv.js",
	"./jv.js": "./resources/admin/node_modules/moment/locale/jv.js",
	"./ka": "./resources/admin/node_modules/moment/locale/ka.js",
	"./ka.js": "./resources/admin/node_modules/moment/locale/ka.js",
	"./kk": "./resources/admin/node_modules/moment/locale/kk.js",
	"./kk.js": "./resources/admin/node_modules/moment/locale/kk.js",
	"./km": "./resources/admin/node_modules/moment/locale/km.js",
	"./km.js": "./resources/admin/node_modules/moment/locale/km.js",
	"./kn": "./resources/admin/node_modules/moment/locale/kn.js",
	"./kn.js": "./resources/admin/node_modules/moment/locale/kn.js",
	"./ko": "./resources/admin/node_modules/moment/locale/ko.js",
	"./ko.js": "./resources/admin/node_modules/moment/locale/ko.js",
	"./ku": "./resources/admin/node_modules/moment/locale/ku.js",
	"./ku.js": "./resources/admin/node_modules/moment/locale/ku.js",
	"./ky": "./resources/admin/node_modules/moment/locale/ky.js",
	"./ky.js": "./resources/admin/node_modules/moment/locale/ky.js",
	"./lb": "./resources/admin/node_modules/moment/locale/lb.js",
	"./lb.js": "./resources/admin/node_modules/moment/locale/lb.js",
	"./lo": "./resources/admin/node_modules/moment/locale/lo.js",
	"./lo.js": "./resources/admin/node_modules/moment/locale/lo.js",
	"./lt": "./resources/admin/node_modules/moment/locale/lt.js",
	"./lt.js": "./resources/admin/node_modules/moment/locale/lt.js",
	"./lv": "./resources/admin/node_modules/moment/locale/lv.js",
	"./lv.js": "./resources/admin/node_modules/moment/locale/lv.js",
	"./me": "./resources/admin/node_modules/moment/locale/me.js",
	"./me.js": "./resources/admin/node_modules/moment/locale/me.js",
	"./mi": "./resources/admin/node_modules/moment/locale/mi.js",
	"./mi.js": "./resources/admin/node_modules/moment/locale/mi.js",
	"./mk": "./resources/admin/node_modules/moment/locale/mk.js",
	"./mk.js": "./resources/admin/node_modules/moment/locale/mk.js",
	"./ml": "./resources/admin/node_modules/moment/locale/ml.js",
	"./ml.js": "./resources/admin/node_modules/moment/locale/ml.js",
	"./mn": "./resources/admin/node_modules/moment/locale/mn.js",
	"./mn.js": "./resources/admin/node_modules/moment/locale/mn.js",
	"./mr": "./resources/admin/node_modules/moment/locale/mr.js",
	"./mr.js": "./resources/admin/node_modules/moment/locale/mr.js",
	"./ms": "./resources/admin/node_modules/moment/locale/ms.js",
	"./ms-my": "./resources/admin/node_modules/moment/locale/ms-my.js",
	"./ms-my.js": "./resources/admin/node_modules/moment/locale/ms-my.js",
	"./ms.js": "./resources/admin/node_modules/moment/locale/ms.js",
	"./mt": "./resources/admin/node_modules/moment/locale/mt.js",
	"./mt.js": "./resources/admin/node_modules/moment/locale/mt.js",
	"./my": "./resources/admin/node_modules/moment/locale/my.js",
	"./my.js": "./resources/admin/node_modules/moment/locale/my.js",
	"./nb": "./resources/admin/node_modules/moment/locale/nb.js",
	"./nb.js": "./resources/admin/node_modules/moment/locale/nb.js",
	"./ne": "./resources/admin/node_modules/moment/locale/ne.js",
	"./ne.js": "./resources/admin/node_modules/moment/locale/ne.js",
	"./nl": "./resources/admin/node_modules/moment/locale/nl.js",
	"./nl-be": "./resources/admin/node_modules/moment/locale/nl-be.js",
	"./nl-be.js": "./resources/admin/node_modules/moment/locale/nl-be.js",
	"./nl.js": "./resources/admin/node_modules/moment/locale/nl.js",
	"./nn": "./resources/admin/node_modules/moment/locale/nn.js",
	"./nn.js": "./resources/admin/node_modules/moment/locale/nn.js",
	"./oc-lnc": "./resources/admin/node_modules/moment/locale/oc-lnc.js",
	"./oc-lnc.js": "./resources/admin/node_modules/moment/locale/oc-lnc.js",
	"./pa-in": "./resources/admin/node_modules/moment/locale/pa-in.js",
	"./pa-in.js": "./resources/admin/node_modules/moment/locale/pa-in.js",
	"./pl": "./resources/admin/node_modules/moment/locale/pl.js",
	"./pl.js": "./resources/admin/node_modules/moment/locale/pl.js",
	"./pt": "./resources/admin/node_modules/moment/locale/pt.js",
	"./pt-br": "./resources/admin/node_modules/moment/locale/pt-br.js",
	"./pt-br.js": "./resources/admin/node_modules/moment/locale/pt-br.js",
	"./pt.js": "./resources/admin/node_modules/moment/locale/pt.js",
	"./ro": "./resources/admin/node_modules/moment/locale/ro.js",
	"./ro.js": "./resources/admin/node_modules/moment/locale/ro.js",
	"./ru": "./resources/admin/node_modules/moment/locale/ru.js",
	"./ru.js": "./resources/admin/node_modules/moment/locale/ru.js",
	"./sd": "./resources/admin/node_modules/moment/locale/sd.js",
	"./sd.js": "./resources/admin/node_modules/moment/locale/sd.js",
	"./se": "./resources/admin/node_modules/moment/locale/se.js",
	"./se.js": "./resources/admin/node_modules/moment/locale/se.js",
	"./si": "./resources/admin/node_modules/moment/locale/si.js",
	"./si.js": "./resources/admin/node_modules/moment/locale/si.js",
	"./sk": "./resources/admin/node_modules/moment/locale/sk.js",
	"./sk.js": "./resources/admin/node_modules/moment/locale/sk.js",
	"./sl": "./resources/admin/node_modules/moment/locale/sl.js",
	"./sl.js": "./resources/admin/node_modules/moment/locale/sl.js",
	"./sq": "./resources/admin/node_modules/moment/locale/sq.js",
	"./sq.js": "./resources/admin/node_modules/moment/locale/sq.js",
	"./sr": "./resources/admin/node_modules/moment/locale/sr.js",
	"./sr-cyrl": "./resources/admin/node_modules/moment/locale/sr-cyrl.js",
	"./sr-cyrl.js": "./resources/admin/node_modules/moment/locale/sr-cyrl.js",
	"./sr.js": "./resources/admin/node_modules/moment/locale/sr.js",
	"./ss": "./resources/admin/node_modules/moment/locale/ss.js",
	"./ss.js": "./resources/admin/node_modules/moment/locale/ss.js",
	"./sv": "./resources/admin/node_modules/moment/locale/sv.js",
	"./sv.js": "./resources/admin/node_modules/moment/locale/sv.js",
	"./sw": "./resources/admin/node_modules/moment/locale/sw.js",
	"./sw.js": "./resources/admin/node_modules/moment/locale/sw.js",
	"./ta": "./resources/admin/node_modules/moment/locale/ta.js",
	"./ta.js": "./resources/admin/node_modules/moment/locale/ta.js",
	"./te": "./resources/admin/node_modules/moment/locale/te.js",
	"./te.js": "./resources/admin/node_modules/moment/locale/te.js",
	"./tet": "./resources/admin/node_modules/moment/locale/tet.js",
	"./tet.js": "./resources/admin/node_modules/moment/locale/tet.js",
	"./tg": "./resources/admin/node_modules/moment/locale/tg.js",
	"./tg.js": "./resources/admin/node_modules/moment/locale/tg.js",
	"./th": "./resources/admin/node_modules/moment/locale/th.js",
	"./th.js": "./resources/admin/node_modules/moment/locale/th.js",
	"./tk": "./resources/admin/node_modules/moment/locale/tk.js",
	"./tk.js": "./resources/admin/node_modules/moment/locale/tk.js",
	"./tl-ph": "./resources/admin/node_modules/moment/locale/tl-ph.js",
	"./tl-ph.js": "./resources/admin/node_modules/moment/locale/tl-ph.js",
	"./tlh": "./resources/admin/node_modules/moment/locale/tlh.js",
	"./tlh.js": "./resources/admin/node_modules/moment/locale/tlh.js",
	"./tr": "./resources/admin/node_modules/moment/locale/tr.js",
	"./tr.js": "./resources/admin/node_modules/moment/locale/tr.js",
	"./tzl": "./resources/admin/node_modules/moment/locale/tzl.js",
	"./tzl.js": "./resources/admin/node_modules/moment/locale/tzl.js",
	"./tzm": "./resources/admin/node_modules/moment/locale/tzm.js",
	"./tzm-latn": "./resources/admin/node_modules/moment/locale/tzm-latn.js",
	"./tzm-latn.js": "./resources/admin/node_modules/moment/locale/tzm-latn.js",
	"./tzm.js": "./resources/admin/node_modules/moment/locale/tzm.js",
	"./ug-cn": "./resources/admin/node_modules/moment/locale/ug-cn.js",
	"./ug-cn.js": "./resources/admin/node_modules/moment/locale/ug-cn.js",
	"./uk": "./resources/admin/node_modules/moment/locale/uk.js",
	"./uk.js": "./resources/admin/node_modules/moment/locale/uk.js",
	"./ur": "./resources/admin/node_modules/moment/locale/ur.js",
	"./ur.js": "./resources/admin/node_modules/moment/locale/ur.js",
	"./uz": "./resources/admin/node_modules/moment/locale/uz.js",
	"./uz-latn": "./resources/admin/node_modules/moment/locale/uz-latn.js",
	"./uz-latn.js": "./resources/admin/node_modules/moment/locale/uz-latn.js",
	"./uz.js": "./resources/admin/node_modules/moment/locale/uz.js",
	"./vi": "./resources/admin/node_modules/moment/locale/vi.js",
	"./vi.js": "./resources/admin/node_modules/moment/locale/vi.js",
	"./x-pseudo": "./resources/admin/node_modules/moment/locale/x-pseudo.js",
	"./x-pseudo.js": "./resources/admin/node_modules/moment/locale/x-pseudo.js",
	"./yo": "./resources/admin/node_modules/moment/locale/yo.js",
	"./yo.js": "./resources/admin/node_modules/moment/locale/yo.js",
	"./zh-cn": "./resources/admin/node_modules/moment/locale/zh-cn.js",
	"./zh-cn.js": "./resources/admin/node_modules/moment/locale/zh-cn.js",
	"./zh-hk": "./resources/admin/node_modules/moment/locale/zh-hk.js",
	"./zh-hk.js": "./resources/admin/node_modules/moment/locale/zh-hk.js",
	"./zh-mo": "./resources/admin/node_modules/moment/locale/zh-mo.js",
	"./zh-mo.js": "./resources/admin/node_modules/moment/locale/zh-mo.js",
	"./zh-tw": "./resources/admin/node_modules/moment/locale/zh-tw.js",
	"./zh-tw.js": "./resources/admin/node_modules/moment/locale/zh-tw.js"
};


function webpackContext(req) {
	var id = webpackContextResolve(req);
	return __webpack_require__(id);
}
function webpackContextResolve(req) {
	if(!__webpack_require__.o(map, req)) {
		var e = new Error("Cannot find module '" + req + "'");
		e.code = 'MODULE_NOT_FOUND';
		throw e;
	}
	return map[req];
}
webpackContext.keys = function webpackContextKeys() {
	return Object.keys(map);
};
webpackContext.resolve = webpackContextResolve;
module.exports = webpackContext;
webpackContext.id = "./resources/admin/node_modules/moment/locale sync recursive ^\\.\\/.*$";