@charset "UTF-8";
footer .footer-columns, .contact-box, .staff {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

html {
  background: #2b2b40;
}

html, body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #333;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.7rem;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  width: 100%;
  height: auto;
}

h1 strong, h2 strong {
  font-weight: 700;
}

h1 {
  font-weight: 300;
  font-size: 2.3rem;
  margin: 0;
  line-height: 2.7rem;
}

h2 {
  font-weight: 300;
  font-size: 2.2rem;
  margin: 0 0 30px 0;
  line-height: 2.7rem;
}

h3 {
  margin: 30px 0 10px 0;
}

p, address {
  line-height: 1.7rem;
}

.CodeRay {
  overflow: auto;
  background: #EFEFEF;
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 5px;
}

li {
  margin: 0.25rem 0;
}

.img-blogpost {
  width: inherit;
  margin-left: auto;
  margin-right: auto;
  box-shadow: #ccc 0px 0px 5px;
}

.bottom-cta {
  background: #4182e4;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 100px 0;
}
.bottom-cta h2 {
  margin-bottom: 50px;
}

.testimonial {
  background: #f5f5f5;
  margin: 0;
  padding: 100px 0;
}
.testimonial .testimonial-block {
  max-width: 750px;
  width: 98%;
  margin: 0 auto;
}
@media (min-width: 769px) and (max-width: 1111px) {
  .testimonial .testimonial-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .testimonial .testimonial-block blockquote {
    -webkit-flex: 1;
    flex: 1;
  }
}

.hero, .features {
  color: #ffffff;
  text-align: center;
  background: linear-gradient(to bottom, #815fb7 0%, #4182e4 100%) no-repeat;
  padding-top: 50px;
}
.hero p, .features p {
  color: #fff;
}

.features {
  background: hsl(216.3, 100%, 92.5%);
  color: #333;
}
.features ul {
  display: block;
  padding-left: 0;
}
.features ul li {
  display: inline-flex;
  align-items: center;
}
.features ul li a {
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  color: #333;
  padding: 1.5rem 1.5rem 1.5rem;
  margin: 0.5rem 0.35rem;
  text-align: inherit;
  box-shadow: hsl(265.7, 4%, 65.3%) -1px 1px 2px;
  background: white;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.5s;
}
.features ul li a:hover {
  transform: scale(1.15);
}
.features ul li a svg {
  margin-right: 0.5rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .features ul li a {
    width: 70vw;
    padding: 1rem 1rem 1rem;
    margin: 0.1rem;
  }
}

.feature {
  padding: 50px 0 50px;
}
.feature h2 {
  display: flex;
  align-items: flex-end;
}
.feature h2 svg {
  margin-right: 0.5rem;
}
.feature h2 span {
  margin-right: 0.5rem;
}
.feature strong {
  font-weight: bold;
}

#global-coverage ul {
  margin: 0;
}
#global-coverage ul li {
  margin: 1rem 0;
}
#global-coverage ul li strong {
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

#flexible-pricing ul {
  margin: 0;
}
#flexible-pricing ul li {
  margin: 1.5rem 0;
}

@media (min-width: 1200px) {
  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .flex .text, .flex .image {
    -webkit-flex: 1;
    flex: 1;
    padding: 0 20px;
  }
  .content section:nth-child(even) .flex {
    flex-direction: row-reverse;
  }
}
.container, .text-container {
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

.text-container {
  max-width: 750px;
}

.container {
  max-width: 1140px;
}
.container.max-container {
  max-width: 100%;
  padding: 0;
}

header {
  color: #fff;
  background: #001529;
}
header a {
  color: #fff;
  text-decoration: none;
  z-index: 1;
  position: relative;
}
header a:hover {
  text-decoration: none;
}
header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container {
  display: flex;
  align-items: center;
}
header nav {
  position: relative;
  display: inline;
}
header nav .nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .company-name {
  font-size: 1.7em;
  line-height: 0;
  display: inline-block;
  z-index: 1000;
}
header .company-name a {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
header .company-name img {
  margin-right: 0.5rem;
}
header .company-name .brand-logo {
  width: 32px;
  height: 32px;
}
header .company-name .brand-name {
  position: relative;
  top: 3px;
  width: 150px;
  height: 32px;
}

.content {
  background: #fff;
  padding: 1px 0 0 0;
  position: relative;
}

.screenshot {
  border-radius: 4px;
  box-shadow: 0px 0px 20px #BBC;
}

section {
  padding: 50px 0;
}

section + section {
  padding-top: 0;
}

.subtext {
  margin-top: 10px;
  text-align: center;
}

.cta {
  margin: 60px 0;
}

.page h2 {
  text-align: center;
}

blockquote {
  padding: 18px 25px;
  margin: 0;
  quotes: "“" "”" "‘" "’";
  font-style: italic;
}
blockquote .author {
  display: block;
  font-weight: bold;
  margin: 10px 0 0 0;
  font-size: 0.85em;
  font-style: normal;
}
blockquote p {
  display: inline;
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
}

blockquote.warning {
  background-color: #ffffaa;
  font-style: normal;
  border-radius: 5px;
  border-left: 10px solid orange;
}
blockquote.warning:before {
  content: "⚠";
  font-size: 1.5rem;
  color: orange;
}

.page {
  margin-bottom: 0;
  padding-bottom: 80px;
}

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

.editor-link {
  display: none;
  margin-top: 0;
}
.editor-link .btn {
  border: 0;
  border-radius: 2px;
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
  font-size: 2rem;
  text-decoration: none;
  padding: 10px 15px;
  margin: 0;
  font-size: 18px;
  cursor: pointer;
  background-color: #f7e064;
  color: #333;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.editor-link .btn:hover {
  background-color: #f4d525;
  color: #333;
}

.small-gallery {
  max-width: 400px;
}

.hero .button a.start-dialing-button {
  color: white;
  background: #1e9d1a;
}

.pricing-table-container {
  margin-top: 3rem;
  margin-bottom: 3rem;
  overflow: auto;
}

.pricing-table {
  border-collapse: collapse;
}
.pricing-table td {
  text-align: center;
  padding: 0.25rem 0.5rem;
  border-bottom: 1px dashed rgb(184.3965517241, 165.3448275862, 214.6551724138);
  border-right: 1px dashed rgb(184.3965517241, 165.3448275862, 214.6551724138);
}
.pricing-table td:last-of-type {
  border-right: none;
}
.pricing-table td:first-of-type, .pricing-table th:first-of-type {
  border-left: none;
}
.pricing-table td:first-child {
  text-align: right;
}
.pricing-table td:nth-child(4) {
  text-align: left;
}
.pricing-table tbody > tr:last-of-type > td {
  border-bottom: none;
}
.pricing-table td:first-child {
  padding: 1rem;
  text-align: center;
}
.pricing-table thead th {
  padding: 0.5rem;
  font-size: 1rem;
  font-weight: normal;
}
.pricing-table thead th {
  color: #815fb7;
  border-radius: 5px;
  border: 1px dashed rgb(184.3965517241, 165.3448275862, 214.6551724138);
  border-top: none;
  text-transform: uppercase;
}
.pricing-table thead th:last-of-type {
  border-right: none;
}
.price-disclaimer {
  color: #815fb7;
  font-size: 1rem;
  font-style: italic;
  margin-top: 1rem;
}

.price-loading-placeholder {
  display: flex;
  justify-content: space-around;
}
.price-loading-placeholder p {
  color: rgb(103.7155172414, 70.4482758621, 156.5517241379);
  font-style: italic;
  font-size: 1.25rem;
  border-radius: 5px;
  padding: 5rem 5rem;
}

.faq {
  color: #666;
}
@media (min-width: 1200px) {
  .faq {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
.faq div {
  break-inside: avoid;
  padding: 25px 0;
}
.faq dt {
  font-weight: bold;
  margin: 0 0 5px 0;
}
.faq dd {
  padding: 0;
  margin: 0;
}

.dandy-feature-tag {
  displaY: inline-block;
  font-size: 0.9rem;
  margin: 0.25rem;
}

.dandy-pack-name {
  display: inline-block;
  text-transform: uppercase;
  color: rgb(80.4137931034, 54.6206896552, 121.3793103448);
}

.dandy-pack-name-container {
  margin-top: -10px;
  margin-bottom: -10px;
}

.dandy-store-link {
  display: inline-block;
  border-radius: 3px;
  padding: 0.5rem 1rem 0.4rem;
  color: rgb(57.1120689655, 38.7931034483, 86.2068965517);
  margin-right: 1rem;
  font-size: 0.9rem;
  text-decoration: underline;
}

.pricing-card-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 3rem 0 5rem;
}

.pricing-card:nth-of-type(2) {
  transform: scale(1.05);
}

.pricing-card {
  padding: 0rem;
  list-style: none;
  margin: 0.5rem 0.25rem;
  min-width: 250px;
  max-width: 250px;
  box-shadow: 0 0 5px #bbb;
  background: white;
  font-size: 1.2rem;
  border-radius: 0.25rem;
}
.pricing-card li:not(:last-of-type) {
  margin-bottom: 0.25rem;
  border-bottom: 1px dashed #815fb7;
}
.pricing-card .name {
  color: white;
  margin-top: 0;
  font-size: 1.5rem;
  background: #beacd9;
  text-align: center;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  text-align: center;
}
.pricing-card .price {
  text-align: center;
}
.pricing-card .price .currency {
  font-size: 1.25rem;
  vertical-align: top;
}
.pricing-card .price .amount-whole {
  font-size: 2.25rem;
}
.pricing-card .price .amount-frac {
  font-weight: bold;
}
.pricing-card .cc-limit {
  text-align: center;
}
.pricing-card .feature-quantity {
  font-size: 1.5rem;
  font-weight: bold;
}
.pricing-card li:not(first-of-type) {
  padding: 1.5rem;
}
.pricing-card li:last-of-type {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
}

.call-now-button, .send-a-text-button, .cta-signup-button {
  margin: 0.5rem 1rem;
  color: white;
  background: #1e9d1a;
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
  text-decoration: none;
  cursor: pointer;
  display: block;
}

.call-now-button:hover, .send-a-text-button:hover {
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 0 10px gray;
  color: white;
  background: #7c5bb0;
}

.name.STANDARD {
  background: #7373dd;
}

.name.PREMIUM {
  background: #815fb7;
}

.name.BUSINESS {
  background: #ffd97f;
  color: #333;
}

.name.ENTERPRISE {
  background: #333;
  color: #eee;
}

.staff {
  padding: 0;
  list-style: none;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  text-align: center;
}
.staff li {
  padding: 30px 20px;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 769px) and (max-width: 1111px) {
  .staff li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 45%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
  }
}
@media (min-width: 1200px) {
  .staff li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 29%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 29%;
    -ms-flex: 1 1 29%;
    flex: 1 1 29%;
  }
}
.staff .square-image {
  width: 200px;
  height: 200px;
}
.staff .square-image img {
  border-radius: 200px;
}
.staff .name {
  font-size: 1.3em;
  margin-top: 20px;
}
.staff .position {
  color: #666;
}

.map {
  width: 100%;
  margin: 100px 0;
  height: 400px;
}

.contact-box {
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  max-width: 750px;
  margin: 0 auto;
}
.contact-box form {
  width: 100%;
}
.contact-box p {
  margin: 0;
}
.contact-box .contact-form, .contact-box .contact-details {
  flex: 1;
  max-width: 100%;
  margin: 0 30px;
}
.contact-box .contact-details {
  font-size: 1rem;
}
.contact-box .contact-details a, .contact-box .contact-details a:active {
  color: #815fb7;
  font-size: 1rem;
}
.contact-box .contact-details p {
  margin: 1rem 0;
}
.contact-box .contact-details .contact-info-type {
  display: block;
  font-size: "1rem";
  font-weight: bold;
  font-size: 0.9rem;
  color: #555;
}

.blog-posts {
  list-style: none;
  padding: 0;
}
.blog-posts li {
  margin: 100px 0;
}

.blog-post .author {
  margin: 4rem 0;
  background: #4c3964;
  font-size: 0.8em;
  padding: 1.5rem;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media (min-width: 0px) and (max-width: 768px) {
  .blog-post .author {
    flex-direction: column;
  }
}
.blog-post .author .author-avatar img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 200px;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.blog-post .author .author-intro {
  text-align: left;
  color: #ddd;
}
.blog-post .author .author-intro h4 {
  font-size: 0.8rem;
  font-weight: regular;
  color: #ddd;
  margin: 0;
}
.blog-post .author .author-intro p {
  color: #ccc;
  margin: 0.5rem 0;
}
.blog-post .author .author-intro .name {
  font-size: 1.1rem;
  font-weight: bold;
}
.blog-post .author .author-intro .position {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.blog-post h3 a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
  font-size: 1.3em;
}
.blog-post h2 {
  text-align: left;
}
.blog-post .blog-navigation {
  font-size: 14px;
  display: block;
  width: auto;
  overflow: hidden;
}
.blog-post .blog-navigation a {
  display: block;
  width: 50%;
  float: left;
  margin: 1em 0;
}
.blog-post .blog-navigation .next {
  text-align: right;
}
.blog-post .post-details {
  border-bottom: 1px solid #eee;
  font-size: 0.9em;
}
.blog-post .post-details .blog-filter {
  display: inline-block;
  text-align: left;
}
.blog-post .post-details .blog-filter a {
  position: relative;
  top: -5px;
}
.blog-post .post-details a {
  text-decoration: none;
}
.blog-post .post-details .post-date {
  float: right;
}
.blog-post .post-details:after {
  content: "";
  display: table;
  clear: both;
}
.blog-post .post-content .button {
  margin: 30px 0 0 0;
}

.pagination {
  text-align: center;
}

.blog-filter {
  text-align: center;
}
.blog-filter a {
  background: #eee;
  padding: 3px 5px;
  font-size: 0.8em;
  border-radius: 5px;
  color: #555;
  transition: 0.2s ease-in-out;
}
.blog-filter a:hover {
  color: #222;
  text-decoration: none;
}

.blog-filter.cross a {
  padding-right: 8px;
}
.blog-filter.cross a:after {
  content: "x";
  font-size: 0.5em;
  position: relative;
  bottom: 4px;
  right: -3px;
}

.button a, input[type=submit] {
  color: #fff;
  text-decoration: none;
  padding: 10px 30px;
  background: #815fb7;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: 0.2s ease-in-out;
}

.button a:hover, input[type=submit]:hover {
  border: 1px solid #fff;
  background: #4182e4;
  cursor: pointer;
}

.button.alt a {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 16px 50px;
}

.button.alt a:hover {
  background: #fff;
  color: #815fb7;
}

textarea, input, button, select {
  font-family: inherit;
  font-size: inherit;
}

input[type=submit] {
  margin: 20px 0 0 0;
}

label, input, textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

textarea {
  resize: vertical;
  height: 150px;
}

label {
  margin: 20px 0 5px 0;
}

input, textarea {
  padding: 10px;
  font-size: 1em;
}

input, textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  border: 1px solid #DDDDDD;
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus {
  box-shadow: 0 0 5px rgb(81, 203, 238);
  border: 1px solid rgb(81, 203, 238);
}

.nav-open nav {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}
.nav-open nav a {
  display: block;
}

nav {
  text-transform: uppercase;
  font-size: 0.9rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.5rem 0;
}
nav a {
  user-select: none;
  display: inline;
  margin: 0 3px;
  padding: 0.75rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0.8);
  transition: 0.2s ease-in-out;
}
nav a.nav-toggle {
  display: none;
  font-size: 2.25rem;
  text-align: center;
  border: 0;
  z-index: 100;
}
@media (max-width: 1199px) {
  nav a.nav-toggle {
    display: block;
  }
}
nav a.nav-toggle:hover {
  border: 0;
}
nav a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
nav a.active {
  color: #fff;
}

.login-button, .signup-button {
  margin: 0.25rem 0.25rem;
  padding: 0.5rem 0.5rem 0.25rem;
  background: #f19500;
  color: black;
  border-radius: 3px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .login-button, .signup-button {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

.signup-button {
  background: #815fb7;
  color: white;
}

.call-us-button {
  color: red;
}

.phone-number {
  line-height: 1.1rem;
  display: inline-flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 1rem;
  font-family: monospace;
  font-stretch: condensed;
}
.phone-number .call-time {
  padding-top: 0.25rem;
  font-size: 0.8rem;
  color: hsl(0, 0%, 60%);
}

.nav-both {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  background: #001529;
  z-index: 10;
}
@media (max-width: 1199px) {
  .nav-both {
    display: none;
  }
}

@media (max-width: 1199px) {
  .nav-open .nav-both {
    display: flex;
    flex-direction: column;
    padding-bottom: 1rem;
    position: fixed;
    width: 100vw;
    right: 0px;
    top: 0px;
    padding-top: 4.5rem;
  }
}

.nav-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .nav-left {
    justify-content: left;
    margin-left: 1rem;
    order: 2;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .nav-left {
    flex-direction: column;
    align-items: flex-start;
  }
}

.nav-right {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .nav-right {
    justify-content: left;
    margin-left: 1rem;
    order: 1;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .nav-right {
    flex-direction: column;
    align-items: flex-start;
  }
}

.drop-nav {
  position: relative;
}

.drop-nav-links {
  position: absolute;
  color: #ccc;
  background: #001529;
  padding: 0.5rem;
  margin-top: 0.4rem;
  border: 1px solid #ccd;
  border-radius: 5px;
  z-index: 200;
  display: none;
}
.drop-nav-links a {
  padding: 0.5rem 0.25rem;
}

.drop-nav-links[visible] {
  display: flex;
  flex-direction: column;
}

.footer-links {
  width: 100%;
  margin: 10px;
  padding: 0;
  flex: 1 0 180px;
}
.footer-links li {
  list-style: none;
  margin: 15px auto;
}
.footer-links li a:hover {
  text-decoration: none;
}
.footer-links li a svg {
  fill: #999;
  margin-right: 10px;
  transition: fill 0.2s ease;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 22px;
  height: 22px;
}
.footer-links li a:hover svg {
  fill: #fff;
}
.footer-links li a.twitter-icon:hover svg {
  fill: #55acee;
}
.footer-links li a.google-plus-icon:hover svg {
  fill: #db4437;
}
.footer-links li a.youtube-icon:hover svg {
  fill: #cd201f;
}
.footer-links li a.instagram-icon:hover svg {
  fill: #f167f5;
}
.footer-links li a.linkedin-icon:hover svg {
  fill: #0077b5;
}
.footer-links li a.pinterest-icon:hover svg {
  fill: #bd081c;
}
.footer-links li a.rss-icon:hover svg {
  fill: #f26522;
}

footer {
  padding: 50px 0 50px 0;
  font-size: 1.1em;
  position: relative;
  background: #2b2b40;
  color: #fff;
}
footer .copyright {
  font-size: 0.8em;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #889;
  padding-top: 1rem;
}
footer,
footer a {
  color: #999;
}
footer h2 {
  font-size: 1.4em;
  margin: 30px 0;
  color: #ccc;
}
footer .footer-columns {
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin: -10px -10px 10px -10px;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer .legal-line {
  width: 100%;
  padding: 30px 0;
  margin: 0;
  background-color: #222527;
}
footer .legal-line a {
  font-weight: 600;
}

.editor-link, .nav-open nav .editor-link {
  display: none;
  margin-top: 0;
}
.editor-link .btn, .nav-open nav .editor-link .btn {
  border: 0;
  border-radius: 2px;
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
  font-size: 2rem;
  text-decoration: none;
  padding: 10px 15px;
  margin: 0;
  font-size: 18px;
}
nav .editor-link, .editor-link .btn, nav .nav-open nav .editor-link, .nav-open nav .editor-link .btn {
  cursor: pointer;
  background-color: #f7e064;
  color: #333;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
}
nav .editor-link:hover, .editor-link .btn:hover, nav .nav-open nav .editor-link:hover, .nav-open nav .editor-link .btn:hover {
  background-color: #f4d525;
  color: #333;
}

.cms-editor-active .editor-link {
  display: block;
}

.cms-editor-active nav .editor-link {
  display: inline;
}

.question {
  color: rgb(80.4137931034, 54.6206896552, 121.3793103448);
  font-weight: bold;
  position: relative;
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  cursor: pointer;
}

.answers {
  overflow: hidden;
  z-index: -1;
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  transition: 0.7s ease;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.5rem;
  margin-bottom: 2rem;
}

.tos-container {
  font-family: Monospace;
  font-size: 1.25rem;
  min-height: 500px;
}

/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.de
	Available for use under the MIT License
	Version 2.2.2
*/
body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.7;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
}

.sl-wrapper * {
  box-sizing: border-box;
}

.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}

.sl-wrapper button:hover {
  opacity: 0.7;
}

.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
}

.sl-wrapper .sl-close:focus {
  outline: none;
}

.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #000;
  font-size: 1rem;
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-navigation button:focus {
  outline: none;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.article-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
  font-size: 2rem;
  color: #777;
  line-height: 2.7rem;
}

.article-description {
  color: rgb(156.6982758621, 130.1724137931, 198.8275862069);
  max-width: 75%;
  margin: auto;
  font-style: italic;
}

.article-content .paragraph {
  text-indent: 2.5rem;
}

.article-container hr {
  color: #ddd;
}

.message {
  font-size: 1rem;
  padding: 0.5rem 1rem;
  text-align: center;
  /* border-width: 1px; */
  /* border-style: solid; */
  /* border-radius: 5px; */
}

.message.info {
  color: rgb(50, 50, 150);
  /* border-color: rgb(100,100,255); */
}

.message.success {
  color: rgb(50, 150, 50);
  /* border-color: rgb(100,200,100); */
}

.message.error {
  color: rgb(150, 50, 50);
  /* border-color: rgb(200,100,100); */
}

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