.striped {
  width: 100%;
  border-collapse: collapse;
  empty-cells: show;
  text-align: left;
  font-size: 0.9em;
}
.striped tr:nth-child(odd) {
  background: #f6f6f6;
}
.striped th {
  background: #5d27df;
  border: 1px solid #5d27df;
  color: #ffffff;
  font-weight: 400;
}
.striped td {
  border: 1px solid #e0e0e0;
}
.striped td,
.striped th {
  padding: 8px 16px;
}
.striped a {
  text-decoration: underline;
  color: #2f374f;
}
.striped a:hover {
  text-decoration: none;
}
input {
  background-color: #ffffff;
  color: #2f374f;
}
.form > div {
  margin: 0 1px;
  padding: 20px;
  background: #fff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid #e0e0e0;
  font-size: 16px;
  box-shadow: 0px 3px 25px -3px rgba(148, 148, 148, 0.2);
}
.form > div > div {
  padding-top: 28px;
  position: relative;
}
.form > div label {
  display: block;
  padding-bottom: 12px;
  font-weight: 500;
  color: #2f374f;
}
.form > div .checkbox {
  clear: both;
  display: table;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
}
.form > div .checkbox div {
  display: table-cell;
}
.form > div .checkbox div + div {
  padding-left: 6px;
}
.form > div .checkbox + .checkbox {
  padding-top: 16px;
}
.form > div input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  position: relative;
  height: 20px;
  margin-top: 1px;
  width: 40px;
  border-radius: 10px;
  box-shadow: inset -20px 0 0 0 #dfe1e5;
  background-color: white;
  border: 2px solid #dfe1e5;
  outline: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  vertical-align: middle;
}
.form > div input[type=checkbox]:checked {
  box-shadow: inset 20px 0 0 0 #0ac478;
  border: 2px solid #0ac478;
}
.form > div input[type=checkbox]::-ms-check {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.form > div .btn[type="submit"] {
  width: 100%;
  margin: 5px 0;
  padding: 15px;
  height: auto;
  line-height: 1;
  font-size: 15px;
  text-transform: uppercase;
  box-shadow: 0px 3px 25px -3px rgba(10, 196, 120, 0.52);
}
.form div {
  position: relative;
  text-align: left;
}
@media (max-width: 640px) {
  .form > div {
    border: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }
}
noscript,
.form .info {
  background-color: #fffad0;
  border: 1px solid #ffe58b;
  padding: 14px;
  color: #695400;
  font-size: 13px;
  line-height: 1.5;
  margin: 20px 0;
}
.error:after {
  position: absolute;
  top: 25px;
  right: -5px;
  content: "";
  width: 24px;
  height: 24px;
  background: transparent url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZWYzOTM5IiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz4KICAgIDxwYXRoIGQ9Ik0xMiAyQzYuNDggMiAyIDYuNDggMiAxMnM0LjQ4IDEwIDEwIDEwIDEwLTQuNDggMTAtMTBTMTcuNTIgMiAxMiAyem0xIDE1aC0ydi0yaDJ2MnptMC00aC0yVjdoMnY2eiIvPgo8L3N2Zz4=') no-repeat 50% 50%;
  background-size: 24px 24px;
  z-index: 9669;
}
.success:after {
  position: absolute;
  top: 25px;
  right: -5px;
  content: "";
  width: 24px;
  height: 24px;
  background: transparent url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iIzBBQzQ3OCIgZD0iTTExLjUgMEM1LjE1OSAwIDAgNS4xNTkgMCAxMS41UzUuMTU5IDIzIDExLjUgMjMgMjMgMTcuODQxIDIzIDExLjUgMTcuODQxIDAgMTEuNSAwem02Ljg1NCA4LjM1NGwtOCA4Yy0uMDk4LjA5Ny0uMjI2LjE0Ni0uMzU0LjE0NnMtLjI1Ni0uMDQ5LS4zNTQtLjE0NmwtNS01Yy0uMTk1LS4xOTUtLjE5NS0uNTEyIDAtLjcwN3MuNTEyLS4xOTUuNzA3IDBMMTAgMTUuMjkzbDcuNjQ2LTcuNjQ2Yy4xOTUtLjE5NS41MTItLjE5NS43MDcgMHMuMTk2LjUxMS4wMDEuNzA3eiIvPjwvc3ZnPg==') no-repeat 50% 50%;
  background-size: 24px 24px;
  z-index: 9669;
}
.form-input {
  position: relative;
  display: block;
  background-color: #ffffff;
  color: #2f374f;
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  line-height: 42px;
  margin: 0;
  padding: 0 15px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  font-size: 16px;
  z-index: 3;
}
.form-input:focus,
.form-input:active {
  outline: none;
  border-color: #919191;
}
textarea.form-input {
  line-height: 1.4;
  padding: 10px 15px;
  min-height: 160px;
}
.select {
  position: relative;
}
.select select {
  display: inline-block;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover {
  color: #5d27df;
}
.select select:focus {
  color: #2f374f;
}
.select select:focus ~ .select-arrow {
  transform: rotate(180deg);
}
.select-arrow {
  position: absolute;
  top: 19px;
  right: 16px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #2f374f transparent transparent transparent;
  transition: transform 0.1s ease-out;
  z-index: 7;
}
.error .form-input {
  border-color: #ef3939 !important;
}
@media (min-width: 641px) {
  .form > div {
    padding: 40px;
  }
}
/* File Upload. Copyright © 2020 Codrops. MIT license */
.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + label {
  display: inline-block !important;
  font-size: 16px;
  font-weight: 400 !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 8px 16px !important;
  color: #2f374f;
  border: 1px solid #e0e0e0;
}
.no-js .inputfile + label {
  display: none !important;
}
.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em;
}
.inputfile + label:hover {
  color: #0ac478;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after {
  content: " ";
  display: table;
  table-layout: fixed;
  clear: both;
}
.entry h1 {
  line-height: 1.1;
}
.entry h1,
.entry h2,
.entry h3 {
  font-weight: 700;
}
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  margin-top: 16px;
}
.entry p {
  max-width: 720px;
}
.entry p + .wp-block-image figure {
  padding-top: 16px;
}
.entry .entry-content > *,
.entry .entry-summary > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.entry .entry-content > * > *:first-child,
.entry .entry-summary > * > *:first-child {
  margin-top: 0;
}
.entry .entry-content > * > *:last-child,
.entry .entry-summary > * > *:last-child {
  margin-bottom: 0;
}
.entry .entry-content > * .wp-block-column p:last-child,
.entry .entry-summary > * .wp-block-column p:last-child {
  margin-bottom: 16px;
}
.entry .entry-content > *.wp-block-image,
.entry .entry-summary > *.wp-block-image,
.entry .entry-content > *.wp-block-gallery,
.entry .entry-summary > *.wp-block-gallery,
.entry .entry-content > *.wp-block-preformatted,
.entry .entry-summary > *.wp-block-preformatted,
.entry .entry-content > *.wp-block-table,
.entry .entry-summary > *.wp-block-table,
.entry .entry-content > *.is-grid,
.entry .entry-summary > *.is-grid,
.entry .entry-content > *.wp-block-columns,
.entry .entry-summary > *.wp-block-columns,
.entry .entry-content > *.alignleft + *,
.entry .entry-summary > *.alignleft + *,
.entry .entry-content > *.alignright + *,
.entry .entry-summary > *.alignright + *,
.entry .entry-content > *.wp-block-cover,
.entry .entry-summary > *.wp-block-cover,
.entry .entry-content > *.wp-block-image,
.entry .entry-summary > *.wp-block-image,
.entry .entry-content > *.wp-block-gallery,
.entry .entry-summary > *.wp-block-gallery,
.entry .entry-content > *.wp-block-preformatted,
.entry .entry-summary > *.wp-block-preformatted,
.entry .entry-content > *.wp-block-table,
.entry .entry-summary > *.wp-block-table,
.entry .entry-content > *.is-grid,
.entry .entry-summary > *.is-grid,
.entry .entry-content > *.wp-block-columns,
.entry .entry-summary > *.wp-block-columns,
.entry .entry-content > *.alignleft + *,
.entry .entry-summary > *.alignleft + *,
.entry .entry-content > *.alignright + *,
.entry .entry-summary > *.alignright + *,
.entry .entry-content > *.wp-block-cover,
.entry .entry-summary > *.wp-block-cover {
  max-width: 100%;
}
.entry .entry-content > p,
.entry .entry-summary > p,
.entry .entry-content > h1,
.entry .entry-summary > h1,
.entry .entry-content > h2,
.entry .entry-summary > h2,
.entry .entry-content > h3,
.entry .entry-summary > h3,
.entry .entry-content > h4,
.entry .entry-summary > h4,
.entry .entry-content > h5,
.entry .entry-summary > h5,
.entry .entry-content > h6,
.entry .entry-summary > h6,
.entry .entry-content > ul,
.entry .entry-summary > ul,
.entry .entry-content > ol,
.entry .entry-summary > ol,
.entry .entry-content > dl,
.entry .entry-summary > dl,
.entry .entry-content > .wp-block-image,
.entry .entry-summary > .wp-block-image,
.entry .entry-content > blockquote,
.entry .entry-summary > blockquote,
.entry .entry-content > .wp-block-pullquote,
.entry .entry-summary > .wp-block-pullquote,
.entry .entry-content > .wp-block-button,
.entry .entry-summary > .wp-block-button {
  max-width: 720px;
}
.entry .entry-content > .wp-block-image,
.entry .entry-summary > .wp-block-image,
.entry .entry-content > .wp-block-pullquote,
.entry .entry-summary > .wp-block-pullquote,
.entry .entry-content > .wp-block-button,
.entry .entry-summary > .wp-block-button {
  margin-left: auto;
  margin-right: auto;
}
.entry > .wp-block-columns {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 641px) {
  .entry .entry-content > .wp-block-image {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .entry .entry-content > .wp-block-columns {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
figcaption {
  display: block;
}
.wp-caption figcaption {
  clear: both;
}
.entry figure {
  background-color: transparent;
}
.entry figure img {
  border-radius: 5px;
}
figure > img {
  max-width: 100% !important;
}
.alignwide,
.alignfull {
  position: relative;
  clear: both;
  margin-left: 0;
  margin-right: 0;
  width: 100% !important;
  max-width: 100% !important;
}
@media (min-width: 410px) {
  .alignleft,
  .wp-block-image .alignleft,
  figure.wp-caption.alignleft {
    float: left;
    max-width: 42%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 20px !important;
  }
  .alignright,
  .wp-block-image .alignright,
  figure.wp-caption.alignright {
    float: right;
    max-width: 42%;
    margin-top: 0;
    margin-right: 0;
    margin-left: 20px !important;
  }
}
@media (min-width: 641px) {
  .alignleft,
  .wp-block-image .alignleft,
  figure.wp-caption.alignleft {
    max-width: 48%;
    margin-right: 30px !important;
  }
  .alignright,
  .wp-block-image .alignright,
  figure.wp-caption.alignright {
    max-width: 48%;
    margin-left: 30px !important;
  }
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-buttons.is-content-justification-center .wp-block-button {
  margin: 16px 8px;
}
.entry .entry-content .entry-content,
.entry .entry-content .entry-summary,
.entry .entry-content .entry,
.entry .entry-content .entry-content,
.entry .entry-content .entry-summary,
.entry .entry-content .entry {
  margin: inherit;
  max-width: inherit;
  padding: inherit;
}
@media (min-width: 641px) {
  .entry .entry-content .entry-content,
  .entry .entry-content .entry-summary,
  .entry .entry-content .entry,
  .entry .entry-summary .entry-content,
  .entry .entry-summary .entry-summary,
  .entry .entry-summary .entry {
    margin: inherit;
    max-width: inherit;
    padding: inherit;
  }
}
.entry p.has-background {
  padding: 20px 30px;
}
.entry .wp-block-audio,
.entry .wp-block-video video {
  width: 100%;
}
.entry .wp-block-audio audio {
  width: 100%;
  min-width: 100%;
}
.entry .wp-block-audio.alignleft audio,
.entry .wp-block-audio.alignright audio {
  max-width: 33.333%;
}
@media (min-width: 641px) {
  .entry .wp-block-audio.alignleft audio,
  .entry .wp-block-audio.alignright audio {
    max-width: 50%;
  }
}
@media (min-width: 1280px) {
  .entry .wp-block-audio.alignleft audio,
  .entry .wp-block-audio.alignright audio {
    max-width: 33.333%;
  }
}
.entry .wp-block-button .wp-block-button__link {
  transition: background 150ms ease-in-out;
  border: none;
  font-size: 0.96rem;
  line-height: 1.1;
  box-sizing: border-box;
  font-weight: 600;
  text-decoration: none;
  padding: 1rem 1.25rem;
  outline: none;
}
.wp-block-button__link + .wp-block-button__link {
  margin-left: 10px;
}
.entry .wp-block-button {
  margin: 16px auto;
}
.entry .wp-block-button .wp-block-button__link:not(.has-text-color) {
  color: white;
}
.entry .wp-block-button .wp-block-button__link:hover {
  color: white;
  cursor: pointer;
}
.entry .wp-block-button .wp-block-button__link:focus {
  color: white;
  outline: thin dotted;
  outline-offset: -4px;
}
.entry .wp-block-button:not(.is-style-squared) .wp-block-button__link {
  border-radius: 30px;
}
.entry .wp-block-button.is-style-outline .wp-block-button__link,
.entry .wp-block-button.is-style-outline .wp-block-button__link:focus,
.entry .wp-block-button.is-style-outline .wp-block-button__link:active {
  color: #2f374f;
  transition: all 150ms ease-in-out;
  border-width: 2px;
  border-style: solid;
}
.entry .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),
.entry .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-background),
.entry .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-background) {
  background: transparent;
}
.entry .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.entry .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-text-color),
.entry .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-text-color) {
  border-color: #e0e0e0;
}
.entry .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #2f374f;
  border-color: #2f374f;
}
.entry .wp-block-preformatted {
  font-size: 0.77778rem;
  line-height: 1.8;
  padding: 1rem;
}
.entry .wp-block-verse {
  font-size: 18px;
  line-height: 1.8;
}
.entry .has-drop-cap:not(:focus):first-letter {
  font-size: 4.8rem;
  line-height: .8;
  font-weight: 600;
  margin: 0 0.2em 0 0;
}
.entry .has-drop-cap.has-large-font-size:not(:focus):first-letter {
  font-size: 6.4rem;
}
.entry .has-drop-cap.has-larger-font-size:not(:focus):first-letter,
.entry .has-drop-cap.has-huge-font-size:not(:focus):first-letter {
  font-size: 8rem;
  line-height: .78;
}
.entry .wp-block-pullquote {
  clear: both;
  border-top: 4px solid #555;
  border-bottom: 4px solid #555;
  margin: 54px 0;
  padding: 3em 0;
  color: #555;
  border-width: 2px;
  border-radius: 0;
  padding: 2rem;
  text-align: center;
}
.entry .wp-block-pullquote blockquote {
  border: none;
  margin: 0;
}
.entry .wp-block-pullquote blockquote:before {
  display: none;
}
.entry .wp-block-pullquote blockquote p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.3;
  max-width: 100%;
  margin-top: 0.5rem auto;
}
.entry .wp-block-pullquote blockquote cite {
  display: inline-block;
  line-height: 1.6;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 641px) {
  .entry .wp-block-pullquote blockquote p {
    font-size: 1.75em;
  }
}
.entry .wp-block-pullquote.alignleft,
.entry .wp-block-pullquote.alignright {
  width: 100%;
  padding: 0;
}
.entry .wp-block-pullquote.alignleft blockquote,
.entry .wp-block-pullquote.alignright blockquote {
  margin: 1rem 0;
  padding: 1rem 2rem;
  text-align: left;
  max-width: 100%;
}
.entry .wp-block-pullquote.alignleft blockquote p:first-child,
.entry .wp-block-pullquote.alignright blockquote p:first-child {
  margin-top: 0;
}
.entry .wp-block-pullquote.is-style-solid-color {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 641px) {
  .entry .wp-block-pullquote.is-style-solid-color {
    padding-left: 10%;
    padding-right: 10%;
  }
  .entry .wp-block-pullquote.alignleft,
  .entry .wp-block-pullquote.alignright {
    width: 50%;
  }
}
.entry .wp-block-pullquote.is-style-solid-color p {
  font-size: 1.22222rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
@media (min-width: 641px) {
  .entry .wp-block-pullquote.is-style-solid-color p {
    font-size: 1.44444rem;
  }
}
.entry .wp-block-pullquote.is-style-solid-color cite {
  color: inherit;
}
.entry .wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
  padding-left: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}
.entry .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p,
.entry .wp-block-pullquote.is-style-solid-color blockquote.has-text-color a,
.entry .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
.entry .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,
.entry .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,
.entry .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
.entry .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
  color: inherit;
}
@media (min-width: 641px) {
  .entry .wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 641px) {
  .entry .wp-block-pullquote.is-style-solid-color.alignright,
  .entry .wp-block-pullquote.is-style-solid-color.alignleft {
    padding: 1rem 2rem;
  }
}
.entry .wp-block-quote p {
  font-size: 1rem;
  font-style: italic;
  line-height: 1.6;
}
.entry .wp-block-quote cite {
  font-size: 0.88889rem;
  font-style: italic;
}
.entry .wp-block-quote.is-large p,
.entry .wp-block-quote.is-style-large p {
  font-size: 1.22222rem;
  line-height: 1.4;
}
.entry .wp-block-quote.is-large cite,
.entry .wp-block-quote.is-large footer,
.entry .wp-block-quote.is-style-large cite,
.entry .wp-block-quote.is-style-large footer {
  font-size: 1rem;
  text-align: left;
}
.entry .wp-block-image {
  margin: 12px 0;
}
@media (min-width: 641px) {
  .entry .wp-block-image {
    margin: 36px 0;
  }
}
.entry .wp-block-image img {
  display: block;
}
.entry .wp-block-image.alignleft,
.entry .wp-block-image.alignright {
  max-width: 100%;
}
.entry .wp-block-image.alignfull img {
  width: 100vw;
  max-width: 100%;
}
@media (min-width: 641px) {
  .entry .wp-block-image.alignfull img {
    width: 90vw;
    margin-left: 0;
    margin-right: 0;
  }
}
.entry .wp-block-image figcaption {
  padding-bottom: 1rem !important;
}
.entry .wp-block-cover-image,
.entry .wp-block-cover {
  position: relative;
  margin: 30px 0;
  min-height: 320px;
  padding: 50px 20px;
}
@media (min-width: 641px) {
  .entry .wp-block-cover-image,
  .entry .wp-block-cover {
    position: relative;
    margin: 40px 0;
    padding: 100px 10%;
    min-height: 480px;
  }
}
@media (min-width: 1280px) {
  .entry .wp-block-cover-image.alignfull,
  .entry .wp-block-cover.alignfull {
    min-height: 640px;
    padding: calc(200px) 10%;
  }
}
@media (min-width: 1540px) {
  .entry .wp-block-cover-image.alignfull,
  .entry .wp-block-cover.alignfull {
    min-height: 960px;
  }
}
.entry .wp-block-cover-image .wp-block-cover-image-text,
.entry .wp-block-cover-image .wp-block-cover-text,
.entry .wp-block-cover .wp-block-cover-image-text,
.entry .wp-block-cover .wp-block-cover-text {
  max-width: 100%;
}
.entry .wp-block-cover-image h2,
.entry .wp-block-cover-image p,
.entry .wp-block-cover h2,
.entry .wp-block-cover p {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.25;
  margin: auto;
  padding: 0;
  color: white;
}
.entry .wp-block-cover-image h2 + p,
.entry .wp-block-cover-image p + p,
.entry .wp-block-cover h2 + p,
.entry .wp-block-cover p + p {
  margin-top: 1rem;
}
.entry .wp-block-cover-image h2,
.entry .wp-block-cover h2 {
  font-size: 2rem;
  line-height: 1;
}
@media (min-width: 641px) {
  .entry .wp-block-cover-image h2,
  .entry .wp-block-cover h2 {
    font-size: 3rem;
  }
}
.entry .wp-block-cover-image.alignleft,
.entry .wp-block-cover-image.alignright,
.entry .wp-block-cover.alignleft,
.entry .wp-block-cover.alignright {
  width: 100%;
}
@media (min-width: 641px) {
  .entry .wp-block-cover-image.alignleft,
  .entry .wp-block-cover-image.alignright,
  .entry .wp-block-cover.alignleft,
  .entry .wp-block-cover.alignright {
    padding: 1rem 2rem;
  }
}
@media (min-width: 641px) {
  .entry .wp-block-cover-image.alignfull,
  .entry .wp-block-cover.alignfull {
    padding-left: calc(70%);
    padding-right: calc(70%);
  }
}
.entry .wp-block-cover-image .wp-block-cover__inner-container,
.entry .wp-block-cover .wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
}
.entry .wp-block-gallery {
  margin: 30px 0;
  list-style-type: none;
  padding-left: 0;
}
.blocks-gallery-grid figure {
  padding: 0;
}
.entry .wp-block-gallery .blocks-gallery-image:last-child {
  margin-bottom: 0;
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin-bottom: 16px !important;
}
.entry .wp-block-gallery figcaption a {
  color: white;
}
.entry .wp-block-audio figcaption,
.entry .wp-block-video figcaption,
.entry .wp-block-image figcaption,
.entry .wp-block-gallery .blocks-gallery-image figcaption,
.entry .wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 0.88889rem;
  line-height: 1.6;
  margin: 0;
  padding: .5rem;
  text-align: center;
}
.cssanimations #main .wp-block-gallery.is-cropped .blocks-gallery-item img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
hr,
.wp-block-separator {
  clear: both;
  border: none;
  line-height: 1px;
  height: 1px;
  background-color: #e0e0e0;
  overflow: hidden;
  max-width: 100%;
  box-sizing: border-box;
  margin: 30px auto;
  opacity: 1;
  padding: 0;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}
@media (min-width: 641px) {
  hr {
    margin: 48px auto;
  }
}
.entry .wp-block-separator.is-style-dots,
.entry hr.is-style-dots {
  max-width: 100%;
  background-color: inherit;
  border: inherit;
  height: inherit;
  text-align: center;
}
.entry .wp-block-separator.is-style-dots:before,
.entry hr.is-style-dots:before {
  font-size: 1.22222rem;
  letter-spacing: 0.88889rem;
  padding-left: 0.88889rem;
}
.entry .wp-block-embed {
  padding: 0;
}
.entry .wp-block-embed .twitter-tweet {
  margin: 0 auto !important;
}
.entry .wp-block-embed + p {
  margin-top: 30px;
}
.entry .wp-block-embed-twitter {
  word-break: break-word;
  margin: 30px auto;
}
.entry .wp-block-file .wp-block-file__button {
  display: table;
  transition: background 150ms ease-in-out;
  border: none;
  border-radius: 2px;
  font-size: 18px;
  line-height: 1.1;
  text-decoration: none;
  font-weight: bold;
  padding: .75rem 1rem;
  cursor: pointer;
  color: white;
  margin-left: 0;
  margin-top: .75rem;
}
.entry .wp-block-file .wp-block-file__button:focus {
  outline: thin dotted;
  outline-offset: -4px;
}
@media (min-width: 1024px) {
  .entry .wp-block-file .wp-block-file__button {
    font-size: 18px;
    padding: .875rem 1.5rem;
  }
}
.entry .wp-block-columns.alignfull {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 600px) {
  .entry .wp-block-columns {
    flex-wrap: nowrap;
  }
}
@media (min-width: 641px) {
  .entry .wp-block-column > *:first-child {
    margin-top: 0;
  }
  .entry .wp-block-column > *:last-child {
    margin-bottom: 0;
  }
  .entry .wp-block-columns[class*='has-'] > * {
    margin-right: 1rem;
  }
  .entry .wp-block-columns[class*='has-'] > *:last-child {
    margin-right: 0;
  }
  .entry .wp-block-columns.alignfull,
  .entry .wp-block-columns.alignfull .wp-block-column {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.has-small-font-size {
  font-size: 13px !important;
}
.has-normal-font-size,
.has-regular-font-size {
  font-size: 16px !important;
}
.has-medium-font-size {
  font-size: 21px !important;
}
.has-large-font-size {
  font-size: 28px !important;
}
.has-huge-font-size,
.has-larger-font-size {
  font-size: 34px !important;
}
.entry .has-white-background-color,
.entry .wp-block-pullquote.is-style-solid-color.has-white-background-color {
  background-color: white;
}
.entry .has-white-color,
.entry .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
  color: white;
}
.entry .has-dark-gray-background-color,
.entry .wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color {
  background-color: #212121;
}
.entry .has-light-gray-background-color,
.entry .wp-block-pullquote.is-style-solid-color.has-light-gray-background-color,
.entry .has-light-gray-color,
.entry .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
.entry .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color p {
  background-color: #666;
}
.entry .wp-block-pullquote.is-style-solid-color a,
.entry .wp-block-pullquote.is-style-solid-color blockquote {
  color: white;
}
.page-content .wp-smiley,
.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.custom-logo-link {
  display: inline-block;
}
.avatar {
  border-radius: 100%;
  display: block;
  width: 45px;
  height: 45px;
  min-height: inherit;
}
svg {
  transition: fill 120ms ease-in-out;
  fill: currentColor;
}
.wp-caption {
  margin-bottom: 1.5rem;
}
@media (min-width: 641px) {
  .wp-caption.aligncenter {
    position: relative;
    left: calc(50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  .wp-caption.aligncenter {
    left: calc(360px);
  }
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption-text {
  font-size: 0.77778rem;
  line-height: 1.6;
  margin: 0;
  padding: .5rem;
  text-align: center;
}
.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.gallery-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: calc(42%);
}
.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}
.gallery-columns-3 .gallery-item {
  max-width: calc(22.66666667%);
}
.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}
.gallery-columns-4 .gallery-item {
  max-width: calc(13%);
}
.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}
.gallery-columns-5 .gallery-item {
  max-width: calc(7.2%);
}
.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}
.gallery-columns-6 .gallery-item {
  max-width: calc(3.33333333%);
}
.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}
.gallery-columns-7 .gallery-item {
  max-width: calc(0.57142857%);
}
.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}
.gallery-columns-8 .gallery-item {
  max-width: calc(-1.5%);
}
.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}
.gallery-columns-9 .gallery-item {
  max-width: calc(-3.11111111%);
}
.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}
.gallery-item:last-of-type {
  padding-right: 0;
}
.gallery-caption {
  display: block;
  font-size: 0.77778rem;
  line-height: 1.6;
  margin: 0;
  padding: .5rem;
}
.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent;
}
.sticky {
  display: block;
}
.sticky-post {
  color: white;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: .25rem;
  position: absolute;
  text-transform: uppercase;
  top: -1.4rem;
  z-index: 1;
}
.page-links {
  clear: both;
  margin: 0 0 1.5rem;
}
.page-header {
  margin: 0 0 1.5rem 0;
}
.svg-icon {
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  margin: -2px 6px 0 0;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
.svg-icon.ui-share {
  width: 18px;
  height: 18px;
  background-size: 18px;
}
.post-thumbnail {
  margin-bottom: 1rem;
}
.post-thumbnail img {
  position: relative;
  display: block;
  width: 100%;
}
.post-thumbnail:focus {
  outline: none;
}
.post-thumbnail .post-thumbnail-link {
  display: block;
}
div.post-thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 56.25%;
}
.entry .entry-header {
  margin: 0;
  position: relative;
}
.entry .entry-title a:hover,
.entry .entry-title a:active,
.entry .entry-title a:focus {
  text-decoration: none;
}
.entry .entry-meta a,
.entry .entry-footer a {
  transition: color 110ms ease-in-out;
}
.entry .entry-meta a:hover,
.entry .entry-footer a:hover {
  text-decoration: none;
}
.entry .entry-footer {
  padding: 25px 0;
  margin: 0;
  max-width: 100%;
}
.entry .entry-footer > span {
  margin-right: 0.2rem;
}
.entry .entry-header + .post-thumbnail {
  margin-top: 1rem;
}
.entry .entry-content,
.entry .entry-summary {
  max-width: 100%;
}
.entry p {
  word-wrap: break-word;
}
.entry .more-link {
  transition: color 110ms ease-in-out;
  display: inline;
  color: inherit;
}
.entry .more-link:after {
  content: "\02192";
  margin-left: 0.5em;
}
.entry .more-link:hover {
  text-decoration: none;
}
.entry a.button {
  display: inline-block;
  text-decoration: none;
}
.entry a.button:hover {
  cursor: pointer;
}
.entry a:hover {
  color: #0ac478;
}
.entry .entry-content > iframe[style] {
  margin: 32px 0 !important;
  max-width: 100% !important;
}
.entry .page-links a {
  margin: .5rem;
  text-decoration: none;
}
.entry .wp-audio-shortcode {
  max-width: 100%;
}
.entry + .entry {
  margin-top: 2rem;
}
.single .entry .entry-header + .post-thumbnail {
  margin-top: 1.5rem;
}
.single .post-thumbnail {
  margin: 1.5rem 0;
}
.entry-meta .avatar {
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0.2rem 0 0;
}
.entry-meta > span {
  margin: 0 .2rem 0 0;
}
.entry-meta > span a {
  white-space: nowrap;
}
.entry-footer,
.entry-meta,
.post-edit-link {
  font-weight: 500;
}
.entry .cat-links .svg-icon {
  display: none;
}
.entry .tag-links {
  display: inline-block;
  font-size: 15px;
}
.btn-more {
  margin-top: -5px;
}
.has-red-color {
  color: #ef3939 !important;
}
.has-red-background-color {
  background-color: #ef3939;
}
.has-yellow-color {
  color: #f2c94c !important;
}
.has-yellow-background-color {
  background-color: #f2c94c;
}
.has-green-color {
  color: #139b63 !important;
}
.has-green-background-color {
  background-color: #139b63;
}
.has-green-2-color {
  color: #0ac478 !important;
}
.has-green-2-background-color {
  background-color: #0ac478;
}
.has-blue-color {
  color: #1546a3 !important;
}
.has-blue-background-color {
  background-color: #1546a3;
}
.has-blue-2-color {
  color: #2d6fde !important;
}
.has-blue-2-background-color {
  background-color: #2d6fde;
}
.has-blue-3-color {
  color: #3589f1 !important;
}
.has-blue-3-background-color {
  background-color: #3589f1;
}
.has-blue-4-color {
  color: #6cb3f3 !important;
}
.has-blue-4-background-color {
  background-color: #6cb3f3;
}
.has-lightblue-color {
  color: #cee6fb !important;
}
.has-lightblue-background-color {
  background-color: #cee6fb;
}
.has-purple-color {
  color: #8251f9 !important;
}
.has-purple-background-color {
  background-color: #8251f9;
}
.has-pink-color {
  color: #d92f87 !important;
}
.has-pink-background-color {
  background-color: #d92f87;
}
.has-black-color {
  color: #181818 !important;
}
.has-black-background-color {
  background-color: #181818;
}
.has-darkgray-color {
  color: #333 !important;
}
.has-darkgray-background-color {
  background-color: #333;
}
.has-gray-color {
  color: #999 !important;
}
.has-gray-background-color {
  background-color: #999;
}
.has-gray-2-color {
  color: #ccc !important;
}
.has-gray-2-background-color {
  background-color: #ccc;
}
.has-lightgray-color {
  color: #e2e2e2 !important;
}
.has-lightgray-background-color {
  background-color: #e2e2e2;
}
.has-lightgray-2-color {
  color: #f5f5f5 !important;
}
.has-lightgray-2-background-color {
  background-color: #f5f5f5;
}
.has-white-color {
  color: #fff !important;
}
.has-white-background-color {
  background-color: #fff;
}
code {
  font-size: 1rem;
  border-radius: 0;
  white-space: pre-wrap;
  word-break: break-word;
  color: #e85a00;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 4px 8px;
  background: #fafafa;
  font-size: 14px;
  display: inline-block;
}
pre code {
  width: 100%;
  padding: 20px;
}
.pagination {
  clear: both;
  width: 100%;
  padding: 10px 4px;
}
.page-numbers,
.post-page-numbers {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #e0e0e0;
  color: #2f374f !important;
  text-decoration: none !important;
}
.page-numbers.dots,
.post-page-numbers.dots {
  margin: 0;
  border-color: transparent;
}
.page-numbers.current,
.post-page-numbers.current,
.page-numbers:hover,
.post-page-numbers:hover {
  border-color: #b4b4b4;
  display: inline-block;
}
span.page-numbers {
  margin: 0 8px;
}
.btnwrap {
  position: relative;
  width: 260px;
}
@media (max-width: 1023px) {
  .btnwrap {
    margin: auto;
  }
}
.menu-space {
  width: 260px;
  position: relative;
  display: inline-block;
  margin: 16px auto auto auto;
}
@media (min-width: 1024px) {
  .menu-space {
    height: 48px;
  }
}
#download-menu {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 94;
}
#download-menu .download-button {
  display: inline-block;
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(33, 33, 33, 0.3);
  background-color: #09b56f;
  box-shadow: 0 2px 64px 0 rgba(0, 0, 0, 0.05);
  padding: 0 20px;
  height: 48px;
  line-height: 48px;
  font-weight: 500;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
  vertical-align: top;
  text-decoration: none;
  min-width: 212px;
}
#download-menu .download-button:hover {
  background-color: #08a263;
}
#download-menu .download-arrow {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: #09b56f url(img/arrow-dwn-white.png) center no-repeat;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
  vertical-align: top;
  text-decoration: none;
  z-index: 95;
}
#download-menu .download-arrow:hover,
#download-menu .download-arrow.highlighted {
  background-color: #08a263;
}
#download-menu > li {
  position: relative;
  white-space: nowrap;
}
#download-menu li ul {
  white-space: normal;
  width: 260px;
  max-width: 100%;
  background: #ffffff;
  box-shadow: 0 2px 64px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #e0e0e0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#download-menu .os-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 6px 0 0 !important;
  vertical-align: middle;
}
#download-menu a > span {
  color: #919191;
}
#download-menu ul a {
  display: block;
  white-space: nowrap;
  text-decoration: none;
  font-size: 15px;
  border-top: 1px solid #e0e0e0;
  padding: 11px 20px;
  color: #2f374f;
}
#download-menu ul a:hover {
  color: #09b56f;
}
.sm {
  box-sizing: border-box;
  position: relative;
  z-index: 95;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.sm,
.sm ul,
.sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
}
.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
  direction: rtl;
  text-align: right;
}
.sm > li > h1,
.sm > li > h2,
.sm > li > h3,
.sm > li > h4,
.sm > li > h5,
.sm > li > h6 {
  margin: 0;
  padding: 0;
}
.sm ul {
  display: none;
}
.sm li,
.sm a {
  position: relative;
}
.sm a {
  display: block;
}
.sm a.disabled {
  cursor: default;
}
.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  overflow: hidden;
}
.sm *,
.sm *::before,
.sm *::after {
  box-sizing: inherit;
}
@media (min-width: 1024px) {
  .page-template-template-download-new .hero-cover .hero-text {
    width: 50%;
  }
  .page-template-template-download-new .hero-cover .hero-text p,
  .page-template-template-download-new .hero-cover .hero-text h1 {
    max-width: 520px;
  }
}
@media (max-width: 1023px) {
  .page-template-template-download-new .mobileimg {
    display: block;
  }
}
#qrcode {
  display: block;
  margin: 10px auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 1024px) {
  #qrcode {
    position: absolute;
    right: -40px;
    top: 0;
  }
}
@media (min-width: 1024px) {
  .page-template-template-android #qrcode {
    right: -40px;
  }
}
@media (min-width: 1160px) {
  .page-template-template-android #qrcode {
    right: 60px;
  }
}
#altdownload p {
  margin: 16px 0 0 0;
  line-height: 1.6;
}
.win_builds .win_icon,
.mac_builds .mac_icon,
.linux_debian_builds .linux_icon,
.platforms a:hover svg path {
  fill: #5d27df;
}
.hero-centered {
  position: relative;
}
.hero-centered .hero-text {
  width: 100%;
  padding: 50px 20px 30px 20px;
  text-align: center;
}
.hero-centered h1 {
  max-width: 920px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1.7em;
  line-height: 1.2;
  letter-spacing: -1px;
  font-weight: 500;
  color: #2f374f;
}
.hero-centered p {
  max-width: 640px;
  color: #777;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
.hero-centered .btn-primary,
.hero-centered .btn-google-play {
  font-size: 15px;
  margin-bottom: 10px;
}
.hero-centered h1,
.hero-centered p {
  margin: 20px auto;
}
.hero-centered .hero-image {
  display: block;
  width: 100%;
  max-width: 1920px;
  margin: auto;
}
@media (max-width: 480px) {
  .hero-centered .btn-primary,
  .hero-centered .btn-google-play {
    margin: 0 auto 10px auto;
  }
}
@media (min-width: 1024px) {
  .hero-centered .hero-text {
    padding: 40px;
  }
  .hero-centered h1 {
    font-size: 40px;
  }
  .hero-centered p {
    font-size: 17px;
  }
}
@media (min-width: 1280px) {
  .hero-centered h1 {
    font-size: 44px;
  }
  .hero-centered h1,
  .hero-centered p {
    margin: 24px auto;
  }
  .hero-centered p {
    max-width: 720px;
    font-size: 18px;
    line-height: 1.625;
  }
  .hero-centered .btn-primary {
    font-size: 16px;
  }
}
@media (min-width: 1441px) {
  .hero-centered h1 {
    font-size: 46px;
  }
  .hero-centered .btn-primary {
    font-size: 17px;
  }
}
@media (min-width: 1600px) {
  .hero-centered h1 {
    font-size: 50px;
  }
  .hero-centered h1 {
    margin: 28px auto;
  }
  .hero-centered p {
    font-size: 20px;
  }
  .hero-centered .btn-primary {
    font-size: 18px;
  }
}
@media (min-width: 1921px) {
  .hero-centered .hero-text {
    padding: 70px 40px 40px 40px;
  }
  .hero-centered h1 {
    font-size: 62px;
  }
}
@media (min-width: 2200px) {
  .hero-centered h1 {
    margin: 36px auto;
  }
  .hero-centered p {
    font-size: 24px;
  }
  .hero-centered .btn-primary {
    font-size: 19px;
  }
}
.background {
  background-color: #ffffff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity .5s;
}
.background:hover {
  opacity: 0.85;
}
.box {
  box-shadow: 0 2px 64px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  background-color: #ffffff;
  height: 100%;
}
.box > a {
  display: block;
}
.box div,
.box blockquote {
  padding: 24px;
}
#featured {
  margin-top: 16px;
  padding: 0 10px;
}
#featured img {
  width: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
#featured a {
  text-decoration: none;
}
#featured a:hover {
  text-decoration: underline;
}
#featured div a {
  display: block;
  text-decoration: none;
  color: #2f374f;
}
#featured .box a:hover {
  color: #0ac478;
  text-decoration: none;
}
#featured h3 {
  font-size: 17px;
  margin: 0;
}
#featured p {
  font-size: 15px;
}
#featured .post-categories {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  #featured {
    padding-top: 2px;
  }
  #featured .row {
    padding: 0;
  }
  #featured .row div {
    width: 100%;
  }
  #featured .col {
    padding-bottom: 2px;
  }
}
@media (min-width: 1200px) {
  #featured {
    margin-top: 32px;
  }
}
.page-template-features #vivaldiheader > .row {
  width: 1360px;
}
.page-template-features .section + .section {
  margin-top: 40px;
}
.page-template-features h1 {
  font-weight: bold;
}
@media (min-width: 2000px) {
  .page-template-features h1 {
    font-size: 3.4em;
  }
}
.page-template-features h2 {
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .page-template-features h2 {
    font-size: 2.5em;
  }
}
.page-template-features .center p {
  max-width: 800px;
}
.page-template-features .row > div {
  margin: 0;
  padding: 10px;
}
.page-template-features p + a {
  margin-top: 5px;
}
.row.padding-top {
  padding-top: 20px;
}
.section.padding-top,
.double-padding-top {
  padding-top: 50px;
}
.graybox,
.bluebox {
  background: #f6f6f6;
  color: #2f374f;
  padding: 24px;
}
.graybox h3,
.bluebox h3 {
  font-size: 1.15em;
}
.graybox h3,
.bluebox h3,
.graybox p,
.bluebox p {
  line-height: 1.77;
}
.graybox .btn-secondary,
.bluebox .btn-secondary {
  margin-top: 24px;
}
.bluebox {
  background: #D9EAFF;
  color: #2f374f;
}
@media (min-width: 641px) {
  .section.padding-top {
    padding-top: 70px;
  }
  .textpadding {
    padding: 0 30px;
  }
  .graybox,
  .bluebox {
    padding: 48px;
  }
}
@media (min-width: 1200px) {
  .textpadding {
    padding: 0 60px;
  }
}
.graybox,
.boxquote,
.bluebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 100%;
  height: 100%;
}
.boxquote {
  margin: 0;
  padding: 112px 50px 50px 50px !important;
}
.boxquote div {
  padding-top: 40px;
  width: 100%;
}
.boxquote::before {
  display: none;
}
.boxquote p {
  margin: 0;
}
.boxquote p:first-child {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 900;
}
.boxquote p cite {
  font-size: 15px;
  line-height: 1.5;
}
.boxquote img {
  float: left;
  margin-right: 20px;
}
.boxquote a {
  text-decoration: none;
}
.boxquote a:hover {
  text-decoration: underline;
}
.yellowquote {
  background: #facf5a url(img/icons/quote-yellow.svg) 50px 50px no-repeat;
  background-size: 87px 81px;
}
.yellowquote p,
.yellowquote a {
  color: #262D33;
}
#customize-slider p {
  margin-top: 30px;
}
@media (min-width: 641px) {
  .tablewrap {
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
    border-radius: 10px;
  }
  .tablewrap th {
    padding: 10px 10px 20px 0;
    vertical-align: middle;
  }
  .tablewrap td {
    padding: 20px 24px;
    vertical-align: middle;
  }
  .tablewrap .check-yes,
  .tablewrap .check-no {
    width: 64px;
    padding: 20px 30px 20px 20px;
    text-align: center;
  }
  #customize-slider li {
    padding: 0 70px;
  }
}
.bxa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  text-decoration: none;
  background: #605df7 url(img/purplegradient.svg) center no-repeat;
  background-size: cover;
  align-items: flex-end;
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #2f374f;
}
.bxa p {
  margin: 0 auto;
  padding: 24px 24px 10px 24px;
  color: white;
}
.bxa img {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.bxa.color-white {
  background: #fff;
  box-shadow: 0 2px 64px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.07);
}
.bxa.color-white p {
  color: #2f374f;
}
#hero-centered {
  text-align: center;
  margin-bottom: -60px;
}
#hero-centered .column {
  padding-top: 20px;
}
#hero-centered h1 {
  color: #2f374f;
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 500;
  max-width: 1000px;
  margin: 0 auto 20px auto;
}
#hero-centered p {
  color: #6d7384;
  font-weight: 400;
  line-height: 1.5;
  max-width: 480px;
  margin: 0 auto 24px auto;
}
#hero-centered p.small {
  font-size: 14px;
}
#hero-centered a {
  color: #6d7384;
}
#hero-centered .btn-primary {
  font-size: 15px;
  margin: auto;
}
#hero-centered picture,
#hero-centered picture img {
  display: block;
  width: 100%;
}
@media (min-width: 641px) {
  #hero-centered h1 {
    font-size: 36px;
    font-weight: bold;
  }
  #hero-centered p {
    font-size: 18px;
    max-width: 640px;
  }
}
@media (min-width: 1200px) {
  #hero-centered h1 {
    font-size: 46px;
    margin: 0 auto 26px auto;
  }
  #hero-centered p {
    font-size: 21px;
    max-width: 830px;
    margin: 0 auto 30px auto;
  }
  #hero-centered .btn-primary {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  #hero-centered h1 {
    font-size: 50px;
    max-width: 1080px;
    line-height: 1.2;
    margin: 0 auto 30px auto;
  }
  #hero-centered p {
    margin: 0 auto 32px auto;
  }
}
#videodiv {
  box-shadow: 0px 13px 34px rgba(0, 0, 0, 0.1), 0px 2px 6px rgba(0, 0, 0, 0.1);
  background: white;
  border-radius: 20px;
  width: 970px;
  max-width: 100%;
  margin: 48px auto 0 auto;
  padding: 15px;
}
#videodiv video {
  max-width: 100%;
}
@media (min-width: 1080px) {
  #videodiv {
    min-height: 670px;
  }
}
#vivaldibrowser {
  display: block;
  width: 180px;
  height: 12px;
}
@media (min-width: 641px) {
  #vivaldibrowser {
    width: 240px;
    height: 16px;
  }
}
@media (min-width: 1600px) {
  #vivaldibrowser {
    margin-top: 38px !important;
  }
}
#pressquote {
  width: 100%;
  background-color: #eff6fc;
  text-align: center;
  margin-top: 0;
  padding: 40px 0 20px 0;
}
#pressquote h2 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: .75;
}
#pressquote blockquote {
  padding: 20px;
  font-weight: 400;
  margin: 0;
}
#pressquote blockquote a {
  display: block;
  color: #919191 !important;
  text-decoration: none;
  font-weight: 400;
}
#pressquote blockquote a:hover {
  text-decoration: underline;
}
#pressquote blockquote::before {
  display: none;
}
#pressquote blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 1.1;
  margin: 0;
}
#pressquote p {
  margin: 0 auto 32px auto;
  max-width: 600px;
}
#pressquote img {
  display: inline-block;
  vertical-align: middle;
}
#pressquote img + p {
  vertical-align: middle;
  text-align: left;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding-left: 15px;
}
#pressquote .lSSlideOuter {
  position: relative;
  max-width: 980px;
  margin: auto;
}
#pressquote .lslide {
  display: none;
}
#pressquote .lslide.active {
  display: block;
}
#pressquote .row > div {
  margin-bottom: 0;
}
#pressquote:after {
  display: table;
  content: '';
  clear: both;
}
#pressquote .lSSlideWrapper ul,
#pressquote .lSSlideWrapper li {
  margin: 0;
  padding: 0 !important;
  height: auto !important;
  list-style: none;
  list-style-position: outside;
}
@media (min-width: 1200px) {
  #pressquote {
    padding: 70px 0;
  }
}
.quote-author {
  display: block;
  margin: auto;
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
@media (max-width: 767px) {
  #pressquote .lSSlideWrapper li {
    padding: 0 30px !important;
  }
  #pressquote li p.large {
    font-size: 1em;
  }
  #pressquote .lSAction a {
    width: 24px;
    height: 24px;
  }
  #pressquote .lSPrev,
  #pressquote .lSPrev:hover,
  #pressquote .lSPrev:focus,
  #pressquote .lSNext {
    background-size: 24px 24px;
  }
}
@media (min-width: 641px) {
  #pressquote .lSAction a {
    top: 64px;
  }
}
@media (max-width: 400px) {
  #pressquote .lSSlideWrapper li {
    padding: 0 20px 20px 20px !important;
  }
  #pressquote .lSAction a {
    width: 20px;
    height: 20px;
  }
  #pressquote .lSPrev,
  #pressquote .lSPrev:hover,
  #pressquote .lSPrev:focus,
  #pressquote .lSNext {
    background-size: 20px 20px;
  }
}
@media (min-width: 1024px) {
  #pressquote .lSPrev {
    left: 20px;
  }
  #pressquote .lSNext {
    right: 20px;
  }
}
.presslogo {
  height: 36px;
  margin: 0 0 0 3px;
}
@media (min-width: 1200px) {
  .extrapad {
    padding: 10px;
  }
  .extrapadsides {
    padding: 0 10px;
  }
}
.tweet {
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 64px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  height: 100%;
}
.tweet a,
.tweet a:visited,
.tweet a:active,
.tweet a:focus {
  color: #1b95e0;
  text-decoration: none;
}
.tweet a:hover {
  text-decoration: underline;
}
.tweet p {
  margin: 19px 0 8px 0;
}
.tweet .tweetauthor {
  display: block;
  color: #2f374f;
  line-height: 1.1;
  padding: 6px 0 0 60px;
  position: relative;
}
.tweet .tweetauthor img {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 100%;
}
.tweet .tweetauthor:hover {
  text-decoration: none;
}
.tweet .tweetauthor:hover .name {
  text-decoration: underline;
}
.tweet .name {
  display: block;
  font-weight: bold;
}
.tweet .handle,
.tweet .tweetdate,
.tweet .tweetdate:visited,
.tweet .tweetdate:active,
.tweet .tweetdate:focus {
  color: #919191;
  font-size: 14px;
}
.typeform-widget iframe {
  border-radius: 5px;
}
.margin-n {
  margin-bottom: -9px;
}
#hero {
  position: relative;
  width: 100%;
  padding: 0;
  margin: auto;
  z-index: 2;
}
#hero .call-to-action {
  margin: 30px 0 -10px 0;
}
#hero .btn-primary,
#hero .btn-google-play {
  margin-bottom: 10px;
}
.hero-side p,
.hero-side li {
  font-weight: 400;
  line-height: 1.5;
}
.hero-side h1,
.hero-side p {
  margin: 0 0 20px 0;
}
.hero-side ul {
  margin: 20px 0;
}
.hero-side p.small {
  font-size: 14px;
}
.hero-side a {
  color: #6d7384;
}
.hero-side .btn-primary {
  font-size: 15px;
  margin: 0;
}
@media (min-width: 641px) {
  .hero-side {
    padding-top: 30px;
  }
  .hero-side h1 {
    margin-top: 10px;
    line-height: 1.2;
    font-size: 36px;
    font-weight: bold;
  }
}
@media (min-width: 1200px) {
  .hero-side h1 {
    font-size: 42px;
  }
  .hero-side p,
  .hero-side li {
    font-size: 1.1em;
  }
  .hero-side h1,
  .hero-side p,
  .hero-side ul {
    margin-bottom: 24px;
  }
}
@media (min-width: 1441px) {
  .feature-hero {
    padding-top: 40px;
  }
}
.hero-cover {
  width: 1280px;
  max-width: 100%;
  margin: auto;
}
.hero-cover h1 {
  margin-top: 0;
}
.hero-cover .hero-text {
  padding: 60px 30px;
}
.hero-cover + .hero-cover {
  margin-top: 30px;
}
@media (min-width: 641px) {
  .hero-cover {
    border-radius: 5px;
  }
  .hero-cover .hero-text {
    box-sizing: border-box;
    padding: 60px 50px;
    width: 56%;
  }
  .hero-cover .hero-text h1,
  .hero-cover .hero-text p {
    max-width: 520px;
  }
}
@media (min-width: 960px) {
  .hero-cover .hero-text {
    padding: 110px 50px;
  }
  .hero-cover .hero-text h1,
  .hero-cover .hero-text p {
    max-width: 580px;
  }
}
@media (min-width: 1200px) {
  .hero-cover .hero-text {
    padding: 114px 75px;
  }
  .hero-cover .hero-text h1,
  .hero-cover .hero-text p {
    max-width: 650px;
  }
}
#hero-android {
  background-color: #1f0f55;
  position: relative;
  color: white;
}
#hero-android .section {
  padding-top: 0 !important;
}
#hero-android h1 {
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 20px 0;
}
#hero-android p {
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 20px 0;
  opacity: .8;
}
#hero-android .small {
  font-size: 14px;
}
#hero-android .call-to-action {
  margin-bottom: 0 !important;
}
#hero-android .row > .text-div {
  padding: 40px 40px 0 40px;
}
#hero-android .row > div {
  margin-bottom: 0;
}
#hero-android .btn-primary,
#hero-android .btn-google-play {
  font-size: 16px;
  margin-bottom: 10px;
}
@media (max-width: 540px) {
  #hero-android .btn-primary,
  #hero-android .btn-google-play {
    display: block;
    max-width: 200px;
    margin: 0 auto 15px auto;
  }
}
@media (max-width: 1023px) {
  .no-webp #hero-android {
    background-image: url(img/android/new-header-mobile.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
  .webp #hero-android {
    background-image: url(img/android/new-header-mobile.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
  #hero-android .row > .column.w100-mobile {
    width: 100%;
  }
  #hero-android {
    text-align: center;
  }
  #hero-android h1,
  #hero-android p {
    text-align: center;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  #android-image {
    padding: 20px 0 0 0;
    text-align: center;
  }
  #android-image img {
    width: 360px;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .no-webp #hero-android {
    background-image: url(img/android/new-header.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
  }
  .webp #hero-android {
    background-image: url(img/android/new-header.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
  }
  #hero-android .row > .text-div {
    padding: 60px 20px 40px 20px;
  }
  #hero-android p {
    font-size: 20px;
  }
  #android-image {
    padding: 20px 0 0 0;
    text-align: right;
  }
  #android-image img {
    width: 450px;
    margin-left: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  #hero-android .row > .text-div {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  #hero-android h1 {
    font-size: 44px;
    margin-bottom: 24px;
  }
  #hero-android p {
    font-size: 21px;
    margin: 24px 0;
  }
}
@media (min-width: 1441px) {
  #android-image {
    padding: 40px 0 0 0;
  }
  #android-image img {
    margin-right: -60px;
  }
}
.hero-image {
  padding: 20px 30px 0 30px;
  text-align: center;
}
.hero-image picture {
  max-width: 1170px;
  margin: auto;
}
#hero-adblock {
  background: white;
  background: linear-gradient(180deg, #ffffff 50%, #9faeee 50%);
}
.space-around {
  padding: 40px 0;
}
.space-around h2 {
  margin-top: 0;
}
.splitimages {
  padding: 20px 0;
}
.space-above {
  padding-top: 48px;
}
.space-above h2 {
  margin-top: 0;
}
.space-below {
  padding-bottom: 40px;
}
@media (min-width: 641px) {
  .space-around {
    padding: 48px 0;
  }
  .space-above {
    padding-top: 48px;
  }
  .space-below {
    padding-bottom: 48px;
  }
  .splitimages {
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  .space-around {
    padding: 56px 0;
  }
  .space-above {
    padding-top: 56px;
  }
  .space-below {
    padding-bottom: 56px;
  }
}
.color-section {
  padding: 60px 0;
}
.color-section p:last-child {
  margin-bottom: 0;
}
.color-section .section {
  padding-top: 0;
}
@media (min-width: 641px) {
  .color-section {
    padding: 100px 0;
  }
}
.bg-lightblue {
  background-color: #eff6fd;
}
@media (max-width: 767px) {
  .row > .imgright,
  .row > .imgleft {
    text-align: center;
  }
  .imgright picture,
  .imgleft picture {
    max-width: 420px;
  }
}
.sideimg {
  max-width: 520px;
  margin: auto;
}
@media (min-width: 768px) {
  .row > .imgright {
    padding: 0 0 0 20px;
  }
  .row > .imgleft {
    padding: 0 20px 0 0;
  }
  .imgright picture,
  .imgleft picture {
    max-width: 780px;
  }
}
@media (min-width: 1080px) {
  .row > .imgleft {
    padding-right: 30px;
  }
  .row > .imgright {
    padding-left: 30px;
  }
}
@media (min-width: 641px) {
  .textcol {
    max-width: 546px;
  }
  .textcol {
    margin-left: auto;
  }
}
.checklist {
  padding: 0;
  margin: 20px 0 24px 0;
}
.checklist li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 1px 0 0 42px;
}
.checklist li + li {
  margin-top: 10px;
}
.checklist.check-green li {
  background: transparent url(img/checklist-green.png) top left no-repeat;
  background-size: 26px 26px;
}
.checklist.check-blue li {
  background: transparent url(img/checklist-blue.png) top left no-repeat;
  background-size: 26px 26px;
}
.checklist.check-blueish li {
  background: transparent url(img/checklist-blueish.png) top left no-repeat;
  background-size: 26px 26px;
}
.checklist.check-pink li {
  background: transparent url(img/checklist-pink.png) top left no-repeat;
  background-size: 26px 26px;
}
.checklist.check-purple li {
  background: transparent url(img/checklist-purple.png) top left no-repeat;
  background-size: 26px 26px;
}
.checklist.check-red li {
  background: transparent url(img/checklist-red.png) top left no-repeat;
  background-size: 26px 26px;
}
.checklist.check-white li {
  background: transparent url(img/checklist-white.png) top left no-repeat;
  background-size: 26px 26px;
}
.checklist.check-yellow li {
  background: transparent url(img/checklist-yellow.png) top left no-repeat;
  background-size: 26px 26px;
}
table .bullet-yes,
table .bullet-no {
  text-align: center;
  vertical-align: middle;
}
table .bullet-yes span,
table .bullet-no span {
  display: block;
  overflow: hidden;
  text-indent: -99em;
  line-height: 0;
  width: 13px;
  height: 13px;
  background-color: #d7d7d7;
  border-radius: 100%;
  margin: auto;
}
table .bullet-yes span {
  background-color: #0ac478;
}
.home .device-image {
  max-width: 320px;
  background-color: transparent;
  background-image: url(img/android/mobile_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto -24px auto;
  padding: 40px 40px 60px 40px;
}
.home #feature-switcher {
  text-align: center;
  padding-top: 0;
}
.home #feature-switcher h2,
.home #feature-switcher h3,
.home #feature-switcher h4,
.home #feature-switcher p {
  max-width: 480px;
  margin: 16px auto;
}
.home #feature-switcher .column {
  width: 100%;
  padding: 0;
  margin: auto;
}
.home #feature-switcher .column:nth-child(2) {
  display: none;
}
.boxed > a {
  display: block;
  color: #2f374f;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 24px;
}
.nicequote > div {
  border-radius: 5px;
  box-shadow: 0 2px 64px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.07);
  height: 100%;
}
.nicequote blockquote {
  margin: 0;
  padding: 20px 30px !important;
}
.nicequote blockquote:before {
  display: none;
}
.nicequote blockquote img {
  border-radius: 100%;
  width: 90px !important;
  height: 90px !important;
  margin: 0 auto 18px auto;
}
.nicequote blockquote cite {
  opacity: .7;
  font-size: 14px;
}
.nicequote blockquote a {
  color: #2f374f;
  text-decoration: underline;
}
.nicequote blockquote a:hover,
.nicequote blockquote a:focus {
  text-decoration: none;
  color: #d92f87;
}
.colors1 {
  background-color: #10174c;
}
.colors1 h2,
.colors1 p,
.colors1 a {
  color: #fff !important;
}
@media (max-width: 640px) {
  .nicequote blockquote img {
    margin: 18px auto;
  }
}
@media (min-width: 1200px) {
  .nicequote > div {
    padding-top: 20px;
  }
  .nicequote > div blockquote {
    padding: 20px 40px !important;
  }
}
.nicequote > .bg4 {
  border: none;
}
.size-medium {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.15;
}
@media (min-width: 441px) {
  .size-medium {
    font-size: 24px;
  }
}
@media (min-width: 641px) {
  .size-medium {
    font-size: 28px;
  }
}
@media (min-width: 1280px) {
  .size-medium {
    font-size: 32px;
  }
}
#quiz .typeform-widget {
  width: 100%;
  height: 540px;
}
@media (min-width: 800px) {
  #quiz .typeform-widget {
    height: 700px;
  }
}
#get-it-now {
  margin-bottom: -46px;
}
#get-it-now div {
  padding: 60px;
  background-image: linear-gradient(190deg, rgba(255, 64, 0, 0.3), rgba(64, 0, 160, 0.25)), repeating-radial-gradient(circle farthest-corner at 100% 120%, rgba(0, 0, 255, 0.2), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 255, 0.2) 30%, rgba(255, 0, 0, 0.1) 60%), linear-gradient(90deg, #0000ff, #ba55d3, #ff4500);
  color: white;
}
#get-it-now div a {
  color: white !important;
}
@media (max-width: 1023px) {
  .device-image {
    max-width: 320px;
    background-color: transparent;
    background-image: url(img/android/mobile_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto -24px auto;
    padding: 40px 40px 60px 40px;
  }
  #feature-switcher {
    text-align: center;
    padding-top: 0;
  }
  #feature-switcher h2,
  #feature-switcher h3,
  #feature-switcher h4,
  #feature-switcher p {
    max-width: 480px;
    margin: 16px auto;
  }
  #feature-switcher .column {
    width: 100%;
    padding: 0;
    margin: auto;
  }
  #feature-switcher .column:nth-child(2) {
    display: none;
  }
}
@media (min-width: 1024px) {
  .device-background {
    width: 240px;
    max-width: 100%;
    height: 465px;
    position: relative;
    margin: auto;
  }
  .device-background img {
    display: block;
    width: 100%;
  }
  .webp .device-background {
    background: transparent url(img/android/mobile_bg.webp) center no-repeat;
    background-size: cover;
  }
  .no-webp .device-background {
    background: transparent url(img/android/mobile_bg.png) center no-repeat;
    background-size: cover;
  }
  #feature-slider {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #feature-slider li {
    display: none;
    margin: 0;
    padding: 30px;
    list-style: none;
  }
  #feature-slider .active {
    display: block;
  }
  #feature-switcher {
    padding-top: 40px;
    font-size: 15px;
  }
  #feature-switcher .device-image {
    display: none;
  }
  #feature-switcher ul {
    padding: 0;
  }
  #feature-switcher {
    padding-top: 50px;
  }
  #feature-switcher .boxed {
    position: relative;
  }
  .device-background {
    margin-top: 20px;
    width: 320px;
    height: 619px;
  }
  #feature-switcher .column:nth-child(1) {
    text-align: right;
  }
  #feature-switcher .column:nth-child(2) {
    padding: 0;
  }
  #feature-switcher .column:nth-child(1) .boxed:hover:after,
  #feature-switcher .column:nth-child(1) .boxed.selected:after {
    display: block;
    position: absolute;
    right: -40px;
    top: 50%;
    margin-top: -16px;
    content: '';
    width: 32px;
    height: 32px;
    background: transparent url(img/icons/arrow-right.svg) center no-repeat;
    background-size: 24px 24px;
    z-index: 11;
  }
  #feature-switcher .column:nth-child(3) .boxed:hover:after,
  #feature-switcher .column:nth-child(3) .boxed.selected:after {
    display: block;
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top: -16px;
    content: '';
    width: 32px;
    height: 32px;
    background: transparent url(img/icons/arrow-left.svg) center no-repeat;
    background-size: 24px 24px;
    z-index: 11;
  }
  .boxed.selected a,
  .boxed.bordered a,
  .boxed a:hover {
    box-shadow: 0 2px 64px 0 rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.07);
    outline: none;
  }
   + .boxed {
    margin-top: 24px;
  }
}
.boxed.bordered > a {
  display: block;
  height: 100%;
  box-shadow: 0 2px 64px 0 rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.07);
  outline: none;
}
.boxed.bordered > a:hover {
  box-shadow: 0 2px 64px 0 rgba(0, 0, 0, 0.07);
  border-color: rgba(0, 0, 0, 0.15);
}
.boxed.bordered > a:focus {
  box-shadow: 0 2px 64px 0 rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.3);
}
.boxed.bordered .bx {
  padding: 24px;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  box-shadow: 0 2px 64px 0 rgba(0, 0, 0, 0.05);
}
@media (min-width: 1200px) {
  .device-background {
    margin-top: 10px;
    width: 380px;
    height: 735px;
  }
  #feature-slider li {
    padding: 44px;
  }
}
@media (max-width: 640px) {
  #feature-switcher .lSSlideOuter {
    padding-bottom: 56px;
    position: relative;
  }
  #feature-switcher .lSSlideOuter .lSPager.lSpg {
    bottom: 0;
  }
}
.feature-description .device-background div {
  padding: 20px;
}
.image-large {
  margin: 60px 0;
  padding: 30px;
}
.image-large img {
  display: block;
  margin: auto;
  width: 1112px;
  max-width: 100%;
}
@media (min-width: 641px) {
  .image-large {
    margin: 100px 0;
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .image-large {
    margin: 110px 0;
  }
}
.image-large + .feature-description {
  padding-top: 64px;
}
#hero.featuredslideshow {
  margin-bottom: 30px;
}
#hero.featuredslideshow #slider li {
  background-color: #f6f7fb;
  min-height: auto !important;
}
#hero.featuredslideshow #slider li .hero-text {
  background: transparent;
  width: 100%;
  max-width: 100%;
}
#hero.featuredslideshow #slider li .slideimage {
  padding: 140px 0;
}
@media (min-width: 960px) {
  #hero.featuredslideshow #slider li .slidecontent {
    display: table;
    width: 100%;
  }
  #hero.featuredslideshow #slider li .slidetext,
  #hero.featuredslideshow #slider li .slideimage {
    display: table-cell;
    width: 50%;
  }
  #hero.featuredslideshow #slider li .slideimage {
    padding: 270px 0;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
#feature-hero {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 48px 32px 0 32px;
}
#feature-hero:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: #ffffff;
  z-index: 2;
}
#feature-hero .btn-primary {
  margin: 16px auto 0 auto;
}
#feature-hero h1 {
  margin: 0 auto;
}
#feature-hero p {
  margin: 0 auto 20px auto;
  max-width: 700px;
}
#feature-hero p:last-child {
  margin-bottom: 48px;
}
#feature-hero div {
  position: relative;
  width: 980px;
  max-width: 100%;
  margin: auto;
  z-index: 3;
}
#feature-hero .mediabox-wrap {
  position: absolute;
  z-index: 999;
}
#feature-hero nav {
  position: relative;
  width: 100%;
}
#feature-hero nav a {
  display: block;
  position: absolute;
  top: 16px;
  width: 32px;
  height: 32px;
  opacity: .33;
}
#feature-hero nav a.prev-arrow {
  left: -32px;
  background: transparent url(img/icons/arrow-left-white.svg) center no-repeat;
  background-size: 24px 24px;
}
#feature-hero nav a.next-arrow {
  right: -32px;
  background: transparent url(img/icons/arrow-right-white.svg) center no-repeat;
  background-size: 24px 24px;
}
#feature-hero nav a:hover {
  opacity: 1;
}
#feature-image {
  margin-top: 32px;
}
#feature-image img {
  display: block;
  width: 100%;
  box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
@media (min-width: 641px) {
  #feature-hero {
    padding: 64px 80px 0 80px;
  }
  #feature-hero p {
    margin: 8px auto;
  }
  #feature-hero nav a {
    top: 16px;
    width: 48px;
    height: 48px;
  }
  #feature-hero nav a.prev-arrow {
    background-size: 32px 32px;
  }
  #feature-hero nav a.next-arrow {
    background-size: 32px 32px;
  }
}
@media (min-width: 1200px) {
  #feature-hero {
    padding-top: 80px;
  }
  #feature-hero #feature-image {
    margin-top: 64px;
  }
}
@media (min-width: 1600px) {
  #feature-hero {
    padding-top: 96px;
  }
  #feature-hero #feature-image {
    margin-top: 80px;
  }
}
#feature-hero #video {
  margin-top: 32px;
  height: 550px;
  box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
@media (max-width: 1200px) {
  #feature-hero #video {
    height: 0;
    padding-bottom: 56.25%;
  }
}
.playing #feature-hero #video a {
  position: absolute;
}
#feature-hero .play {
  display: block;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  outline: none;
}
#feature-hero .play img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 76px;
  height: 76px;
  outline: none;
  margin: -33px 0 0 -38px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: center;
  transform-origin: center;
  opacity: 0;
}
.all-loaded #feature-hero .play img {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all .5s;
  opacity: 1;
}
.all-loaded #feature-hero .play:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all .3s;
}
@media (min-width: 641px) {
  #feature-hero .play img {
    width: 112px;
    height: 112px;
    margin: -48px 0 0 -56px;
  }
}
#top-features {
  padding-top: 64px;
}
#top-features div {
  padding-bottom: 32px;
}
#top-features h3 {
  margin: 24px 0 16px 0;
}
#top-features img,
#top-features svg {
  display: inline-block;
  width: 60px;
  height: 60px;
}
@media (min-width: 480px) and (max-width: 1024px) {
  #top-features {
    padding-top: 80px;
  }
  #top-features div div {
    width: 50%;
    padding-bottom: 48px;
  }
}
@media (min-width: 641px) {
  #top-features {
    padding: 80px 50px 0 50px;
  }
}
@media (min-width: 1200px) {
  #top-features {
    padding: 112px 50px 0 50px;
  }
  #top-features div {
    padding-bottom: 48px;
  }
}
#all-features {
  padding-top: 64px;
}
#all-features li {
  padding-left: 2px;
}
.feature-description {
  padding-top: 64px;
}
.feature-description .col-lg {
  padding-bottom: 32px;
}
.feature-description img {
  display: block;
  border-radius: 5px;
}
@media (max-width: 640px) {
  .feature-description .col-lg > div {
    width: 100%;
  }
}
@media (max-width: 1080px) {
  .feature-description {
    padding: 0 20px;
  }
}
@media (min-width: 641px) {
  .feature-description .col-lg > div {
    width: 50%;
  }
}
@media (min-width: 641px) {
  .feature-description {
    padding-top: 96px;
  }
}
@media (min-width: 1200px) {
  .feature-description {
    padding-top: 128px;
  }
  .feature-description .col-lg {
    padding-bottom: 96px;
  }
}
.gray-bg {
  background-color: #fafafa;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 64px 0;
  padding: 60px 0 10px 0;
}
#testimonials {
  margin: 12px auto;
  padding: 0 10px;
}
#testimonials a,
#testimonials a:visited {
  text-decoration: none;
}
#testimonials a:hover {
  text-decoration: underline;
}
#testimonials blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  border: none;
  height: 100%;
  margin: 0;
}
#testimonials blockquote a {
  line-height: 1;
  color: #3e4660;
}
#testimonials blockquote a:focus {
  color: #2f374f;
}
#testimonials blockquote p {
  margin-top: 0;
}
#testimonials blockquote cite {
  display: inline-block;
  line-height: 36px;
  min-height: 36px;
}
#testimonials blockquote .name cite {
  line-height: 1.4;
}
#testimonials blockquote .presslogo {
  height: 36px;
}
#testimonials blockquote p:first-child {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 20px;
}
#testimonials .name {
  padding-top: 3px;
  line-height: 1.4;
  color: #3e4660;
}
#testimonials .avatar {
  float: left;
  width: 48px;
  height: 48px;
  margin: -3px 20px 0 0;
  border-radius: 100%;
}
.home #testimonials cite {
  display: block;
  line-height: 1;
  min-height: auto;
}
.home #testimonials .presslogo {
  display: block;
  margin: 3px 0 0 0;
}
.stars {
  margin: 10px 0 60px 0;
}
.stars svg {
  margin: 0;
}
@media (max-width: 1024px) {
  #testimonials .col-md > div {
    width: 100%;
  }
}
.userquote {
  height: 100%;
  background: #eee;
  align-items: flex-end;
}
@media (max-width: 767px) {
  #testimonials .col-md > div {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #testimonials {
    margin: 32px auto;
  }
  #testimonials .box {
    padding: 8px;
  }
}
#learnmore {
  margin-top: 40px;
  margin-bottom: -48px;
  box-shadow: rgba(0, 0, 0, 0.17) 0 0 1px 0;
  width: 100%;
  background: #def7ff url(img/learnmore-background.svg) center center no-repeat;
  background-size: cover;
  padding: 48px 0;
  text-align: center;
}
#learnmore .row > div {
  margin-bottom: 0;
}
#learnmore p {
  margin: auto;
}
#learnmore img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
}
#learnmore:after {
  display: table;
  content: '';
  clear: both;
}
@media (max-width: 640px) {
  #learnmore {
    padding: 48px 0;
  }
  #learnmore img {
    display: block;
    max-width: 70%;
    height: auto;
    margin: 0 auto 16px auto;
  }
}
.header-press {
  position: relative;
  z-index: 1;
  display: block;
  padding: 48px 0;
}
.header-press .row > div {
  margin-bottom: 0;
}
.header-press h1 {
  font-weight: bold;
}
.header-press p {
  font-weight: 500;
}
.header-press .btn-primary {
  border: none;
  margin-top: 6px;
}
@media (min-width: 600px) {
  .header-press {
    padding: 48px;
  }
}
#news-promo {
  background: #eff6fd;
  margin: 0 0 30px 0;
  padding: 30px;
}
#news-promo h2 {
  margin: 0;
}
#news-promo input {
  height: 38px;
  line-height: 36px;
  vertical-align: middle;
  margin-right: 12px;
  border-radius: 5px;
}
@media (min-width: 641px) {
  .post-thumbnail {
    display: table;
    width: 100%;
    height: 240px;
  }
  .post-thumbnail > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .post-thumbnail > div img {
    max-width: 80%;
    margin: auto;
  }
  .highlight-posts .post-thumbnail {
    height: 340px;
  }
  .highlight-posts .post-thumbnail > div img {
    max-width: 100%;
  }
}
.row.highlight-posts > div {
  padding: 10px 20px 0 20px;
}
@media (min-width: 641px) {
  #news-promo {
    padding: 40px 54px;
  }
}
.boilerplate {
  margin-top: 60px;
  border-top: 1px solid #e0e0e0;
  padding: 60px 0 24px 0;
}
.backarrow {
  margin: -10px 0 20px 0;
  line-height: 17px;
  font-size: 13px;
}
.backarrow svg {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -2px 8px 0 0;
}
.single .row > article {
  position: relative;
  width: 100%;
  max-width: 860px;
  padding: 0 20px;
  margin-bottom: 40px;
}
.single-post .row > article .article-header,
.single-post .row > article .entry-content {
  padding: 0;
}
@media (min-width: 600px) {
  .single-post .row > article .article-header,
  .single-post .row > article .entry-content {
    padding: 0 40px;
  }
}
.page-template-template-press-releases-overview .row .row > div {
  padding: 0 20px;
}
.presspage h2 {
  border-top: 1px solid #e0e0e0;
  margin-top: 30px;
  padding-top: 30px;
  font-size: 24px;
}
.nicelist h2 {
  margin-bottom: 24px;
}
.nicelist ul {
  margin-top: 28px;
  padding-left: 0;
}
.nicelist li {
  list-style: none;
  padding: 1px 0 12px 32px;
  background: #ffffff url('img/icons/file.png') top left no-repeat;
}
aside nav ul {
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}
aside nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
aside nav ul li > a,
aside nav ul li > span {
  display: block;
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
  outline: none;
  color: #2f374f !important;
  border-top: 1px solid #e0e0e0;
}
aside nav ul ul {
  padding: 2px 0 20px 0;
}
aside nav ul .highlighted,
aside nav ul .current {
  background: #f6f6f6;
}
aside nav ul .current + ul {
  display: block;
}
aside nav ul ul li > a {
  font-size: 13px;
  font-weight: 400;
  padding: 6px 25px;
  border: none;
}
aside nav ul ul a.current,
aside nav ul a:hover {
  color: #ef3939 !important;
}
@media (max-width: 640px) {
  .page-template-template-privacy-pages aside {
    padding: 0;
  }
  .page-template-template-privacy-pages aside #sidemenu {
    margin: 0;
  }
}
@media (min-width: 800px) {
  .page-template-donate,
  .page-template-donatefaq {
    background: #ffffff url(img/donate/blob.svg) right 0px top 560px no-repeat;
  }
}
.page-template-donate p.large,
.page-template-donatefaq p.large {
  font-size: 22px;
  line-height: 1.45;
  max-width: 886px;
}
.page-template-donate #footer > .row,
.page-template-donatefaq #footer > .row {
  width: 1290px;
}
.page-template-donate h1,
.page-template-donatefaq h1,
.page-template-donate .h1size,
.page-template-donatefaq .h1size {
  display: inline-block;
  font-weight: bold;
  line-height: 1.6;
  color: #7609f8;
  background: -webkit-linear-gradient(74deg, #9341f4 8%, #1782f9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 !important;
}
@media (min-width: 800px) {
  .page-template-donate h1,
  .page-template-donatefaq h1,
  .page-template-donate .h1size,
  .page-template-donatefaq .h1size {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .page-template-donate .expadright,
  .page-template-donatefaq .expadright {
    padding-right: 56px !important;
  }
}
.page-template-donatethanks {
  background: #ffffff url(img/donate/blob-green.svg) top right no-repeat;
}
.page-template-donatefaq {
  background: #ffffff url(img/donate/blob.svg) top right no-repeat;
}
.box-a1,
.box-a2,
.box-a3,
.box-a4,
.box-a5,
.box-a6,
.donate {
  position: relative;
  border-radius: 10px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 30px;
  font-size: 17px;
}
.box-a1 h2,
.box-a2 h2,
.box-a3 h2,
.box-a4 h2,
.box-a5 h2,
.box-a6 h2,
.donate h2 {
  font-size: 1.5em;
}
@media (min-width: 800px) {
  .box-a1,
  .box-a2,
  .box-a3,
  .box-a4,
  .box-a5,
  .box-a6,
  .donate {
    padding: 40px;
    font-size: 19px;
  }
}
.bignumber {
  padding-bottom: 96px !important;
}
.bignumber:after {
  display: block;
  font-size: 60px;
  font-weight: bolder;
  position: absolute;
  bottom: 26px;
  right: 30px;
  z-index: 9;
  line-height: 1;
  opacity: .16;
}
@media (min-width: 800px) {
  .bignumber {
    padding-bottom: 120px !important;
  }
  .bignumber:after {
    font-size: 86px;
  }
}
.box-a1 {
  background: #ED5565;
  padding-bottom: 60px;
}
.box-a1:after {
  content: '1';
  color: #fff;
}
.box-a2 {
  background: #009694;
}
.box-a2:after {
  content: '2';
  color: #fff;
}
.box-a3 {
  background: #FFD666;
}
.box-a3:after {
  content: '3';
}
.box-a4 {
  background: #4C70F0;
}
.box-a4:after {
  content: '4';
  color: #fff;
}
.box-a5 {
  background: #F4F4F4;
}
.box-a5:after {
  content: '5';
}
.box-a6 {
  background-color: #7609f8;
  text-decoration: none;
  min-height: 420px;
}
.box-a6:after {
  content: '6';
}
.webp .box-a6 {
  background: #7609f8 url(img/blocks/bg/merch.webp) center bottom;
  background-size: cover;
}
.no-webp .box-a6 {
  background: #7609f8 url(img/blocks/bg/merch.webp) center bottom;
  background-size: cover;
}
.donate {
  background: #181c2e;
  color: #fff;
}
.donate .row {
  padding: 30px 0;
}
@media (min-width: 1200px) {
  .donate h2 {
    font-size: 2em;
  }
}
.page-template-donate #vivaldiheader > .row,
.page-template-donatethanks #vivaldiheader > .row {
  width: 1320px;
  padding: 20px 24px;
}
#main .donationstext {
  margin: 20px auto 60px auto !important;
}
#main .donationstext h2,
#main .donationstext a {
  font-weight: bold;
  display: inline-block;
  color: #7609f8;
  background: -webkit-linear-gradient(74deg, #9341f4 8%, #1782f9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.6;
}
#main .donationstext a {
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #9341f4;
}
#main .donationstext a:hover {
  border: none;
}
#main .donationstext p {
  max-width: 100%;
}
.donatethanks h1,
.donateerror h1 {
  font-weight: bold;
  line-height: 1.6;
  display: inline-block;
  color: #7609f8;
  background: -webkit-linear-gradient(74deg, #9341f4 8%, #1782f9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 30px auto 10px auto;
}
@media (min-width: 800px) {
  .donatethanks h1,
  .donateerror h1 {
    font-size: 48px;
  }
}
.donatethanks p,
.donateerror p {
  font-size: 17px;
  max-width: 840px;
  margin: 20px auto 30px auto;
}
@media (min-width: 800px) {
  .donatethanks p,
  .donateerror p {
    font-size: 19px;
  }
}
@media (max-width: 260px) {
  .page-template-donate #vivaldiheader > .row,
  .page-template-donatethanks #vivaldiheader > .row {
    padding: 20px 15px;
  }
}
#donatethanks,
.donatefaq {
  padding-bottom: 300px;
}
#donations .photos img,
#donatethanks .photos img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
#donations .row > .column,
#donatethanks .row > .column {
  padding: 0 10px 10px 10px;
  margin-bottom: 10px;
}
#donations .section.wide {
  padding: 20px 12px 0 12px;
}
@media (min-width: 1400px) {
  #donations {
    margin-top: 20px;
  }
}
@media (min-width: 800px) {
  #donations h1 {
    font-size: 48px;
    margin-bottom: 30px;
  }
}
#donations .social-share-buttons {
  margin: -8px 0 -48px 0;
}
#donations .social-share-buttons div {
  background: rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease-in-out;
}
#donations .social-share-buttons a {
  display: block;
  line-height: 32px;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
}
#donations .social-share-buttons a > span {
  display: inline-block;
}
#donations .social-share-buttons a:hover {
  background: rgba(0, 0, 0, 0.16);
}
#donations .social-share-buttons a:hover div {
  background: transparent;
}
#donations .social-share-buttons a + a {
  margin-top: 14px;
}
@media (max-width: 800px) {
  #donations .w50 {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  #donations img {
    display: none;
  }
}
.donate form {
  padding-top: 10px;
}
.donate h2,
.donate h3,
.donate p {
  width: 100%;
}
.donate .small {
  font-size: 14px;
  opacity: .7;
  margin-top: 30px;
  align-self: flex-end;
}
.donate .switch {
  margin-bottom: 10px;
}
.donate .switch input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.donate .switch label {
  display: inline-block;
  background: #333;
  color: white;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  border: none;
  padding: 14px 16px;
  line-height: 1;
  margin: 0 3px 10px 0;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  cursor: pointer;
}
@media (min-width: 800px) {
  .donate .switch label {
    font-size: 16px;
    padding: 16px 24px;
  }
}
.donate .switch label:hover {
  background: #474747;
}
.donate .switch input:checked + label {
  background: #605df7 url(img/purplegradient.svg) center no-repeat;
  background-size: cover;
}
.donate .switch:nth-child(2) {
  display: inline-block;
}
.donate .amount {
  display: inline-block;
}
.donate .amount label {
  display: inline-block;
  background: #1A1D24;
  color: white;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  padding: 14px 16px;
  line-height: 1;
  margin: 0 0 10px 0;
  cursor: pointer;
}
@media (min-width: 800px) {
  .donate .amount label {
    font-size: 16px;
    padding: 16px 24px;
  }
}
.donate .amount input {
  display: inline-block;
  width: 74px;
  background: #333;
  color: white;
  font-weight: normal;
  text-align: center;
  border: 2px solid black;
  padding: 14px;
  font-size: 15px;
  line-height: 1;
  margin: 0 3px 10px 0;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  cursor: pointer;
}
@media (min-width: 800px) {
  .donate .amount input {
    font-size: 16px;
  }
}
#main .donate input[type=submit] {
  background: #605df7 url(img/purplegradient.svg) center no-repeat;
  background-size: cover;
  color: white;
  font-weight: normal;
  text-align: center;
  font-size: 15px;
  padding: 12px 16px;
  border: 2px solid transparent;
  height: auto;
  line-height: 1;
  margin: 0;
}
@media (min-width: 800px) {
  #main .donate input[type=submit] {
    font-size: 16px;
    padding: 14px 22px;
  }
}
.donatefaq {
  width: 820px;
}
.donatefaq p {
  margin: 0 0 .5em 1em;
  font-size: 16px;
}
.donatefaq li ul {
  margin-left: 1em;
}
@media (min-width: 800px) {
  .donatefaq b {
    font-size: 17px;
  }
}
.socialsites h1 {
  font-weight: bold;
  line-height: 1.6;
  margin: 0 !important;
}
.iconlist img {
  margin-right: 12px;
}
.iconlist a {
  display: block;
  text-decoration: none;
  color: #2f374f;
}
.iconlist a + a {
  border-top: 1px solid #e0e0e0;
  margin-top: 16px;
  padding-top: 16px;
}
.iconlist a:hover {
  color: #ef3939;
}
.socialsites h2 {
  background: #ef3939;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  font-size: 19px;
  margin: 0;
  padding: 20px 20px;
}
.socialsites .column:nth-child(2) h2 {
  background: #4c70f0;
}
.hall-of-fame {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 52px 0;
}
.hall-of-fame th {
  background: #ffffff;
  padding: 20px 12px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 16px;
  text-align: left;
}
.hall-of-fame td {
  background: #ffffff;
  padding: 20px 12px;
  font-size: 15px;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
}
.hall-of-fame td + td {
  white-space: nowrap;
}
.hall-of-fame th:first-child,
.hall-of-fame td:first-child {
  padding-left: 0;
}
.hall-of-fame th:last-child,
.hall-of-fame td:last-child {
  padding-right: 0;
}
.hall-of-fame a {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 2px 5px 0 0;
}
.hall-of-fame a:last-child {
  margin-right: 0;
}
.hall-of-fame a img {
  display: block;
  width: 16px;
  height: 16px;
}
.hall-of-fame tr:first-child th {
  padding-top: 0;
  font-size: 24px;
}
.key {
  margin: 52px 0 0 0;
}
.key div {
  display: inline-block;
  padding-right: 33px;
  line-height: 32px;
}
.i-critical {
  padding-left: 33px;
  background: #ffffff url(img/security/critical.svg) 0px 5px no-repeat;
  background-size: 24px 24px;
}
.i-high {
  padding-left: 33px;
  background: #ffffff url(img/security/high.svg) 0px 5px no-repeat;
  background-size: 24px 24px;
}
.i-moderate {
  padding-left: 33px;
  background: #ffffff url(img/security/moderate.svg) 0px 5px no-repeat;
  background-size: 24px 24px;
}
.i-low {
  padding-left: 33px;
  background: #ffffff url(img/security/low.svg) 0px 5px no-repeat;
  background-size: 24px 24px;
}
@media (max-width: 640px) {
  .hall-of-fame {
    margin: 30px 0;
  }
  .hall-of-fame th {
    padding: 16px 8px;
    font-size: 15px;
    text-align: left;
  }
  .hall-of-fame td {
    padding: 16px 8px;
    font-size: 14px;
  }
  .hall-of-fame a {
    margin: 1px 4px 0 0;
  }
  .hall-of-fame a:last-child {
    margin-right: 0;
  }
  .hall-of-fame tr:first-child th {
    font-size: 20px;
  }
  .key div {
    width: 50%;
    margin-bottom: 4px;
  }
}
.featuredimage {
  display: block;
  width: 100%;
  margin: 0 0 30px 0;
  border-radius: 5px;
}
@media (min-width: 1200px) {
  .page-template-template-category #vivaldimenu > li:nth-child(3) > a,
  .single-post #vivaldimenu > li:nth-child(3) > a {
    border-bottom-color: #ef3939;
  }
}
.single-post .article-header,
.entry-content {
  padding: 0;
}
.blogheader {
  width: 1180px;
  padding: 10px 20px 20px 20px;
  max-width: 100%;
  margin: auto;
  line-height: 1.2;
}
.blogheader h1 {
  margin: 0 0 6px 0;
}
.blogheader p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  max-width: 700px;
}
.blogheader p.category-description {
  line-height: 1.6;
  padding: 10px 0;
}
.blogheader nav {
  position: relative;
  width: 100%;
  line-height: 1.6;
  padding-top: 5px;
}
.blogheader nav a {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  text-decoration: none;
  margin-right: 15px;
  transition: all 0.25s ease-in-out;
  color: #2f374f;
}
.blogheader nav a.current,
.blogheader nav a:hover {
  text-decoration: underline;
}
.blogheader + .narrow {
  padding-top: 20px;
}
h2.entry-title {
  margin-top: 16px;
  font-weight: 700;
}
.entry-title a:hover {
  color: #2f374f;
  text-decoration: underline;
}
.wp-post-image + .entry-content {
  margin-top: 30px;
}
.article-header,
.entry-content {
  position: relative;
  padding: 0;
}
.single-post .article-header {
  margin-bottom: 30px !important;
}
.wp-post-image {
  display: block;
  width: 100%;
  border-radius: 2px;
}
.wp-post-image + p {
  margin-top: 30px;
}
.featuredimage + p,
.featuredimage + h1,
.featuredimage + h2,
.featuredimage + h3,
.featuredimage + h4,
.featuredimage + h5,
.featuredimage + h6,
.featuredimage + ul,
.featuredimage + ol {
  margin-top: 0;
}
.post-list .wp-post-image {
  border-radius: 2px;
}
@media (min-width: 641px) {
  .blogheader {
    padding: 30px 34px 10px 34px;
  }
  .section.blogwidth {
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .wp-post-image + .entry-content {
    margin-top: 40px;
  }
}
.highlight-posts {
  padding: 15px 20px 20px 20px;
  margin-top: -10px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .highlight-posts {
    margin: 30px -20px 30px -20px;
  }
  .post-list > h1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.entry-content figure {
  max-width: 100%;
}
.entry-content figure img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
}
.post-list .row > div {
  margin-bottom: 12px;
}
p.date {
  margin: 0;
}
.post-categories {
  margin: 0;
  padding: 0;
}
.post-categories li {
  display: block;
  background: #ffffff;
  position: relative;
  margin: 0 4px 0 0;
}
.post-categories a {
  display: block;
  text-decoration: none;
  background-color: #0ac478;
  color: #ffffff !important;
  padding: 0 10px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .5px;
  line-height: 28px;
}
.post-categories a.category-community {
  background-color: #4c70f0;
}
.post-categories a.category-development {
  background-color: #5d27df;
}
.post-categories a.category-news,
.post-categories a.category-desktop-releases,
.post-categories a.category-desktop-updates {
  background-color: #ef3939;
}
.post-categories a.category-privacy {
  background-color: #ffa800;
}
.post-categories a.category-mobile-releases,
.post-categories a.category-mobile-updates {
  background-color: #2775df;
}
.post-categories a.category-desktop-snapshots,
.post-categories a.category-mobile-snapshots {
  background-color: #212121;
}
.post-categories a.category-technology {
  background-color: #f9f9f9;
  color: #2f374f !important;
}
.post-categories a:hover {
  opacity: .9;
}
.post-list .post-categories {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 641px) {
  .post-list .post-categories {
    left: 10px;
  }
}
.backlink {
  margin: 30px 0;
  font-weight: 500;
}
.backlink a,
.backlink a:visited,
.backlink a:active {
  color: #2f374f;
  text-decoration: none;
}
.backlink a:active,
.backlink a:hover {
  color: #0ac478;
}
@media (max-width: 640px) {
  .highlight-posts {
    padding: 0;
  }
  .post-list > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .post-list > .highlight-posts {
    margin-left: 0;
    margin-right: 0;
  }
  .post-list .maincol .whitespace,
  .post-list .maincol .whitespace > div {
    padding: 0;
  }
  aside .widget_search {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.widget ul,
.widget li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
article .sync-information {
  padding: 12px;
  background-color: #fff9d1;
  border-radius: 5px;
  border: 1px solid #ffe28c;
}
article .vivaldi-button {
  margin-top: 20px;
  margin-bottom: 20px;
}
.social-share-buttons {
  z-index: 999;
  padding-top: 10px;
  line-height: 32px;
}
.social-share-buttons a {
  display: inline-block;
  margin-right: 10px;
}
.social-share-buttons a,
.social-share-buttons a:hover,
.social-share-buttons a:active {
  text-decoration: none;
  color: #2f374f;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
}
.social-share-buttons a:hover {
  opacity: .9;
}
.social-share-buttons h3 {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 16px 0;
  text-transform: uppercase;
}
.social-share-buttons div {
  display: inline-block;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  padding: 8px;
  margin-right: 4px;
  line-height: 16px;
  vertical-align: middle;
}
.social-share-buttons .fa {
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-family: 'FontAwesome';
}
@media (max-width: 479px) {
  .social-share-buttons a > span {
    display: none;
  }
}
@media (min-width: 641px) {
  .highlight-posts {
    background: #eff6fd;
  }
}
@media (max-width: 1024px) {
  .highlight-posts {
    margin: 30px -20px;
  }
  .post-list > h1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .highlight-posts {
    padding: 40px 20px 20px 20px;
  }
}
#author-bio {
  position: relative;
  min-height: 168px;
  margin: 0 10px 48px 10px;
  padding: 36px 26px;
  background: #fafafa;
  border-radius: 5px;
}
#author-bio .avatar {
  position: absolute;
  left: 26px;
  width: 96px;
  height: 96px;
}
#author-bio .author-information {
  margin-left: 124px;
}
#author-bio .author-name {
  display: block;
  padding-top: 4px;
  font-size: 18px;
}
#author-bio .author-name a {
  font-style: normal;
  font-weight: 500;
  color: #2f374f;
  text-decoration: none;
  display: inline-block;
  margin-left: 1px;
}
#author-bio .author-name a:hover {
  color: #2f374f;
  text-decoration: underline;
}
#author-bio .author-info {
  margin: 3px 0 0 0;
  font-size: 15px;
}
footer #author-bio {
  margin: 64px 0 48px 0;
}
@media (max-width: 640px) {
  #author-bio {
    min-height: 100px;
    margin: -36px -30px 15px -30px;
  }
  #author-bio .avatar {
    position: relative;
    left: auto;
    width: 48px;
    height: 48px;
  }
  #author-bio .author-information {
    margin: 5px 0 0 0;
  }
  #author-bio .author-name {
    font-size: 15px;
  }
  #author-bio .author-info {
    font-size: 14px;
    line-height: 19px;
  }
  footer #author-bio {
    margin: 48px 0 30px 0;
  }
}
article {
  clear: both;
}
#main .entry-cats a {
  margin: 0 6px 0 0;
  font-size: 13px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #919191;
}
#main .entry-cats a:hover {
  color: #09b56f;
}
.entry .entry-meta {
  font-size: 13px;
  line-height: 1.8;
}
.entry .entry-meta strong a {
  text-decoration: none;
}
.single-post #main .entry-meta {
  margin-bottom: 10px;
}
.post-views {
  margin: 0 0 10px 0;
  font-size: 13px;
}
.entry-content img {
  display: inline-block;
}
.entry-content .btn-secondary,
.entry-content .btn-primary {
  font-size: 15px;
  padding: 8px 23px;
}
.entry-content .btn-primary {
  margin: 8px 0 0 0;
}
.entry-content figure {
  border-radius: 5px;
}
.entry-content .wp-block-image {
  margin: 0;
  padding: 2px 0;
}
@media (min-width: 641px) {
  .entry-content iframe {
    margin-top: 10px;
    max-width: 100%;
    border-radius: 5px;
    width: 920px;
    height: 518px;
  }
}
article .entry-content {
  margin-top: 22px;
}
.download-vivaldi-sidebar {
  background-color: rgba(239, 57, 57, 0.08);
  border-radius: 2px;
  padding: 1px 15px 20px 15px;
}
.download-vivaldi-sidebar a {
  display: block;
  color: #212121;
  background-color: #ffffff;
  padding: 5px 10px;
  margin: 1px 0 0 0;
  font-size: 14px;
}
.download-vivaldi-sidebar a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.download-vivaldi-sidebar img {
  margin-right: 8px;
  border: 0;
}
p.download-box-heading {
  font-size: 13px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 4px;
}
.rss-feed {
  border-radius: 2px;
  background-color: #ffeddb;
  padding: 5px 15px;
  font-size: 14px;
}
.rss-feed img {
  margin-right: 8px;
  border: 0;
}
aside .section > h1,
aside .section > h2,
aside .section > h3,
aside .section > h4,
aside .section > p {
  padding: 0;
}
aside .section:first-child {
  padding-top: 0 !important;
}
.lwptoc {
  max-width: 720px !important;
}
.local-blogs-sidebar,
.blog-categories {
  background-color: #eff6fd;
  padding: 20px 15px 20px 15px;
  border-radius: 2px;
}
.local-blogs-sidebar:after,
.blog-categories:after {
  display: block;
  clear: both;
  content: '';
}
.local-blogs-sidebar p,
.blog-categories p {
  margin: 0;
  line-height: 1.4;
  padding-bottom: 12px;
}
@media (min-width: 1080px) {
  .local-blogs-sidebar p,
  .blog-categories p {
    width: 50%;
    float: left;
  }
}
.local-blogs-sidebar p:last-child {
  width: 100%;
  padding-bottom: 0;
}
.local-blogs-sidebar a,
.blog-categories a {
  display: inline-block;
  color: #212121;
  font-size: 14px;
}
.local-blogs-sidebar img {
  display: inline-block;
  width: 20px;
  height: 14px;
  margin-right: 6px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  vertical-align: middle;
}
.widget_search .widget-title {
  display: none;
}
.searchform #s {
  box-sizing: border-box;
  width: 100%;
  padding: 7px 14px;
}
.searchform #searchsubmit {
  display: none;
}
#nodebb {
  position: relative;
}
#comments {
  margin-top: 24px;
}
.comment-count {
  font-weight: 500;
  margin: 30px 0;
  font-size: 13px;
}
#comments .img-markdown {
  display: block;
  max-width: 360px;
  border-radius: 3px;
  margin: 15px 0;
}
#nodebb .user {
  left: 0 !important;
}
#nodebb-comments-list li {
  list-style: none;
  padding-left: 0;
}
#nodebb-comments-list li .post-body hr {
  opacity: .5;
  margin: 20px 0 !important;
}
#nodebb #reply-form {
  box-shadow: 0px 13px 34px rgba(0, 0, 0, 0.06);
  margin-left: 72px !important;
}
#nodebb > ul > li {
  border: 1px solid #e0e0e0 !important;
  border-radius: 5px;
  box-shadow: 0px 13px 34px rgba(0, 0, 0, 0.06);
}
#nodebb-register,
#nodebb-login {
  margin: 10px 0 0 10px !important;
}
#nodebb > ul {
  margin: 40px 0 0 72px !important;
}
#nodebb .topic-profile-pic {
  top: 0 !important;
  left: -72px !important;
}
#nodebb .topic-profile-pic.user.first-image {
  left: 0 !important;
}
#nodebb > ul > li {
  margin-bottom: 22px !important;
}
#nodebb .topic-body {
  padding: 20px !important;
}
[data-level="1"] {
  margin-left: 20px !important;
}
[data-level="2"] {
  margin-left: 40px !important;
}
[data-level="3"] {
  margin-left: 60px !important;
}
[data-level="4"] {
  margin-left: 80px !important;
}
[data-level="5"] {
  margin-left: 100px !important;
}
[data-level="6"] {
  margin-left: 120px !important;
}
[data-level="7"],
[data-level="8"],
[data-level="9"],
[data-level="10"],
[data-level="11"],
[data-level="12"],
[data-level="13"],
[data-level="14"],
[data-level="15"],
[data-level="16"],
[data-level="17"],
[data-level="18"],
[data-level="19"],
[data-level="20"] {
  margin-left: 140px !important;
}
@media (max-width: 640px) {
  #nodebb .topic-body {
    padding: 12px !important;
  }
  #nodebb > ul > li {
    margin-bottom: 16px !important;
  }
  [data-level="0"] {
    margin-left: -10px !important;
  }
  [data-level="1"] {
    margin-left: 0 !important;
  }
  [data-level="2"],
  [data-level="3"],
  [data-level="4"],
  [data-level="5"],
  [data-level="6"],
  [data-level="7"],
  [data-level="8"],
  [data-level="9"],
  [data-level="10"],
  [data-level="11"],
  [data-level="12"],
  [data-level="13"],
  [data-level="14"],
  [data-level="15"],
  [data-level="16"],
  [data-level="17"],
  [data-level="18"],
  [data-level="19"],
  [data-level="20"] {
    margin-left: 10px !important;
  }
  #nodebb #reply-form,
  #nodebb > ul {
    margin-left: 60px !important;
  }
  #nodebb .profile-image {
    width: 32px !important;
    height: 32px !important;
    margin: 0 0 5px 0 !important;
  }
  #nodebb .topic-profile-pic {
    position: relative !important;
    width: 40px !important;
    left: 0 !important;
  }
  #nodebb > ul {
    margin-left: 10px !important;
  }
}
#nodebb .topic-profile-pic {
  margin: 0 !important;
}
#comments blockquote::before {
  display: none;
}
#nodebb .post-content blockquote {
  padding: 10px 0 !important;
  margin: 10px 0 !important;
}
#nodebb .post-content blockquote blockquote {
  border: none !important;
  padding: 4px 8px !important;
  margin: 0 !important;
}
#nodebb .post-body > blockquote {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
}
#nodebb .post-body > blockquote > blockquote {
  max-height: auto;
  overflow: auto;
}
#nodebb .plugin-mentions-user {
  font-weight: bold;
}
#main button.customize-partial-edit-shortcut-button {
  padding: 0 !important;
  box-shadow: none !important;
}
.wp-video {
  margin: 30px 0;
}
.mejs-container {
  width: 100% !important;
  height: auto !important;
  padding-bottom: 60.25% !important;
}
.wp-video-shortcode {
  width: 100%;
  height: auto;
}
.entry img.alignnone {
  display: block;
  width: 100%;
  height: auto;
  margin: 30px 0 !important;
}
.entry .author-avatar img.alignnone {
  margin: 0 !important;
}
.bug-info {
  padding: 0 20px 24px 20px;
}
.bug-info > div {
  background-color: #f3f3fd;
  padding: 30px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}
.bug-info ul {
  padding: 0;
}
.bug-info li {
  list-style: none;
  padding: 0 0 6px 36px;
}
.issue-desktop {
  background-image: url(img/icons/desktop.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: top left;
}
.issue-mobile {
  background-image: url(img/icons/mobile.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: top left;
}
#bugreport h1 {
  font-size: 1.8em;
}
.row.banners {
  margin-top: 40px;
}
.row.banners div {
  border-top: 1px solid #e0e0e0;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.row.banners textarea {
  width: 100%;
  height: 60px;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}
#upgrade + #main .landing-page {
  margin-top: 0;
}
.landing-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  width: 100%;
  height: 80vh;
  min-height: 700px;
  margin-top: -48px;
  background-color: #000000;
}
.ladning-center-box {
  width: 700px;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  color: white;
}
.ladning-center-box h1 {
  color: white;
  font-size: 64px;
}
.ladning-center-box h3 {
  margin-top: 18px;
}
.ladning-center-box input.text-input-field {
  height: 38px;
  width: 400px;
  color: #333;
  border-radius: 5px;
  background: white;
}
.android-notice {
  position: absolute;
  bottom: 35px;
  color: #999;
  font-size: 12px;
  display: flex;
  flex-wrap: nowrap;
  max-width: 1280px;
}
.android-notice div {
  padding: 0 34px 0 34px;
}
@media (max-width: 640px) {
  .landing-page {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }
  .landing-page .ladning-center-box {
    padding-top: 46px;
    justify-content: flex-start;
    width: 100%;
  }
  .landing-page .ladning-center-box input.text-input-field {
    width: 100%;
  }
  .android-notice {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .android-notice div {
    padding: 0 34px 0 0;
  }
}
.whatsnew {
  position: relative;
  padding-top: 30px;
}
.whatsnew > div > .row {
  width: 920px;
  max-width: 100%;
  margin: auto;
}
.whatsnew .extrapad {
  padding: 0 30px;
}
.whatsnew .entry .entry-content > p,
.category-desktopnews .entry .entry-content > p,
.category-androidnews .entry .entry-content > p,
.category-desktoptips .entry .entry-content > p,
.category-androidtips .entry .entry-content > p,
.whatsnew .entry .entry-summary > p,
.category-desktopnews .entry .entry-summary > p,
.category-androidnews .entry .entry-summary > p,
.category-desktoptips .entry .entry-summary > p,
.category-androidtips .entry .entry-summary > p,
.whatsnew .entry .entry-content > h1,
.category-desktopnews .entry .entry-content > h1,
.category-androidnews .entry .entry-content > h1,
.category-desktoptips .entry .entry-content > h1,
.category-androidtips .entry .entry-content > h1,
.whatsnew .entry .entry-summary > h1,
.category-desktopnews .entry .entry-summary > h1,
.category-androidnews .entry .entry-summary > h1,
.category-desktoptips .entry .entry-summary > h1,
.category-androidtips .entry .entry-summary > h1,
.whatsnew .entry .entry-content > h2,
.category-desktopnews .entry .entry-content > h2,
.category-androidnews .entry .entry-content > h2,
.category-desktoptips .entry .entry-content > h2,
.category-androidtips .entry .entry-content > h2,
.whatsnew .entry .entry-summary > h2,
.category-desktopnews .entry .entry-summary > h2,
.category-androidnews .entry .entry-summary > h2,
.category-desktoptips .entry .entry-summary > h2,
.category-androidtips .entry .entry-summary > h2,
.whatsnew .entry .entry-content > h3,
.category-desktopnews .entry .entry-content > h3,
.category-androidnews .entry .entry-content > h3,
.category-desktoptips .entry .entry-content > h3,
.category-androidtips .entry .entry-content > h3,
.whatsnew .entry .entry-summary > h3,
.category-desktopnews .entry .entry-summary > h3,
.category-androidnews .entry .entry-summary > h3,
.category-desktoptips .entry .entry-summary > h3,
.category-androidtips .entry .entry-summary > h3,
.whatsnew .entry .entry-content > h4,
.category-desktopnews .entry .entry-content > h4,
.category-androidnews .entry .entry-content > h4,
.category-desktoptips .entry .entry-content > h4,
.category-androidtips .entry .entry-content > h4,
.whatsnew .entry .entry-summary > h4,
.category-desktopnews .entry .entry-summary > h4,
.category-androidnews .entry .entry-summary > h4,
.category-desktoptips .entry .entry-summary > h4,
.category-androidtips .entry .entry-summary > h4,
.whatsnew .entry .entry-content > h5,
.category-desktopnews .entry .entry-content > h5,
.category-androidnews .entry .entry-content > h5,
.category-desktoptips .entry .entry-content > h5,
.category-androidtips .entry .entry-content > h5,
.whatsnew .entry .entry-summary > h5,
.category-desktopnews .entry .entry-summary > h5,
.category-androidnews .entry .entry-summary > h5,
.category-desktoptips .entry .entry-summary > h5,
.category-androidtips .entry .entry-summary > h5,
.whatsnew .entry .entry-content > h6,
.category-desktopnews .entry .entry-content > h6,
.category-androidnews .entry .entry-content > h6,
.category-desktoptips .entry .entry-content > h6,
.category-androidtips .entry .entry-content > h6,
.whatsnew .entry .entry-summary > h6,
.category-desktopnews .entry .entry-summary > h6,
.category-androidnews .entry .entry-summary > h6,
.category-desktoptips .entry .entry-summary > h6,
.category-androidtips .entry .entry-summary > h6,
.whatsnew .entry .entry-content > ul,
.category-desktopnews .entry .entry-content > ul,
.category-androidnews .entry .entry-content > ul,
.category-desktoptips .entry .entry-content > ul,
.category-androidtips .entry .entry-content > ul,
.whatsnew .entry .entry-summary > ul,
.category-desktopnews .entry .entry-summary > ul,
.category-androidnews .entry .entry-summary > ul,
.category-desktoptips .entry .entry-summary > ul,
.category-androidtips .entry .entry-summary > ul,
.whatsnew .entry .entry-content > ol,
.category-desktopnews .entry .entry-content > ol,
.category-androidnews .entry .entry-content > ol,
.category-desktoptips .entry .entry-content > ol,
.category-androidtips .entry .entry-content > ol,
.whatsnew .entry .entry-summary > ol,
.category-desktopnews .entry .entry-summary > ol,
.category-androidnews .entry .entry-summary > ol,
.category-desktoptips .entry .entry-summary > ol,
.category-androidtips .entry .entry-summary > ol,
.whatsnew .entry .entry-content > dl,
.category-desktopnews .entry .entry-content > dl,
.category-androidnews .entry .entry-content > dl,
.category-desktoptips .entry .entry-content > dl,
.category-androidtips .entry .entry-content > dl,
.whatsnew .entry .entry-summary > dl,
.category-desktopnews .entry .entry-summary > dl,
.category-androidnews .entry .entry-summary > dl,
.category-desktoptips .entry .entry-summary > dl,
.category-androidtips .entry .entry-summary > dl,
.whatsnew .entry .entry-content > .wp-block-image,
.category-desktopnews .entry .entry-content > .wp-block-image,
.category-androidnews .entry .entry-content > .wp-block-image,
.category-desktoptips .entry .entry-content > .wp-block-image,
.category-androidtips .entry .entry-content > .wp-block-image,
.whatsnew .entry .entry-summary > .wp-block-image,
.category-desktopnews .entry .entry-summary > .wp-block-image,
.category-androidnews .entry .entry-summary > .wp-block-image,
.category-desktoptips .entry .entry-summary > .wp-block-image,
.category-androidtips .entry .entry-summary > .wp-block-image,
.whatsnew .entry .entry-content > blockquote,
.category-desktopnews .entry .entry-content > blockquote,
.category-androidnews .entry .entry-content > blockquote,
.category-desktoptips .entry .entry-content > blockquote,
.category-androidtips .entry .entry-content > blockquote,
.whatsnew .entry .entry-summary > blockquote,
.category-desktopnews .entry .entry-summary > blockquote,
.category-androidnews .entry .entry-summary > blockquote,
.category-desktoptips .entry .entry-summary > blockquote,
.category-androidtips .entry .entry-summary > blockquote,
.whatsnew .entry .entry-content > .wp-block-pullquote,
.category-desktopnews .entry .entry-content > .wp-block-pullquote,
.category-androidnews .entry .entry-content > .wp-block-pullquote,
.category-desktoptips .entry .entry-content > .wp-block-pullquote,
.category-androidtips .entry .entry-content > .wp-block-pullquote,
.whatsnew .entry .entry-summary > .wp-block-pullquote,
.category-desktopnews .entry .entry-summary > .wp-block-pullquote,
.category-androidnews .entry .entry-summary > .wp-block-pullquote,
.category-desktoptips .entry .entry-summary > .wp-block-pullquote,
.category-androidtips .entry .entry-summary > .wp-block-pullquote,
.whatsnew .entry .entry-content > .wp-block-button,
.category-desktopnews .entry .entry-content > .wp-block-button,
.category-androidnews .entry .entry-content > .wp-block-button,
.category-desktoptips .entry .entry-content > .wp-block-button,
.category-androidtips .entry .entry-content > .wp-block-button,
.whatsnew .entry .entry-summary > .wp-block-button,
.category-desktopnews .entry .entry-summary > .wp-block-button,
.category-androidnews .entry .entry-summary > .wp-block-button,
.category-desktoptips .entry .entry-summary > .wp-block-button,
.category-androidtips .entry .entry-summary > .wp-block-button {
  max-width: 100%;
}
@media (min-width: 641px) {
  .page-template-whatsnew .entry-content .wp-block-column iframe,
  .single .entry-content .wp-block-column iframe {
    height: 221px;
  }
}
.entry .boxed {
  border-radius: 5px;
  box-shadow: 0 2px 64px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding: 20px;
}
.entry .boxed.color-sunset,
.entry .boxed.color-pink {
  border: none;
}
.entry .color-white {
  background-color: #ffffff;
}
.entry .color-blue {
  background-color: #cdedff;
}
.entry .color-yellow {
  background-color: #fee3bc;
}
.entry .color-green {
  background-color: #EAFAED;
}
.entry .color-pink {
  background-color: #d92f87;
}
.entry .color-black {
  background-color: #0A121F;
}
.entry .color-darkblue {
  background-color: #11184e;
}
.entry .color-sunset {
  background-color: #e13938;
}
.entry .color-black h2,
.entry .color-pink h2,
.entry .color-darkblue h2,
.entry .color-sunset h2,
.entry .color-black p,
.entry .color-pink p,
.entry .color-darkblue p,
.entry .color-sunset p,
.entry .color-black a,
.entry .color-pink a,
.entry .color-darkblue a,
.entry .color-sunset a,
.entry .color-black li,
.entry .color-pink li,
.entry .color-darkblue li,
.entry .color-sunset li,
.entry .color-black figcaption,
.entry .color-pink figcaption,
.entry .color-darkblue figcaption,
.entry .color-sunset figcaption {
  color: #fff;
}
.entry .color-black .is-style-outline a,
.entry .color-pink .is-style-outline a,
.entry .color-darkblue .is-style-outline a,
.entry .color-sunset .is-style-outline a {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.entry .color-black .is-style-outline a:hover,
.entry .color-pink .is-style-outline a:hover,
.entry .color-darkblue .is-style-outline a:hover,
.entry .color-sunset .is-style-outline a:hover {
  border-color: #fff !important;
}
.entry .color-yellow .is-style-outline a {
  border-color: #e6c99e !important;
}
.entry .color-yellow .is-style-outline a:hover {
  border-color: #000000 !important;
}
@media (max-width: 860px) {
  .wp-block-media-text.boxed {
    display: block;
  }
  .entry .boxed.wp-block-media-text .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0;
  }
  .entry .boxed {
    margin-top: 24px !important;
  }
}
@media (min-width: 641px) {
  .whatsnew {
    padding-top: 40px;
  }
  .entry .boxed {
    padding: 30px;
  }
}
@media (min-width: 641px) and (max-width: 860px) {
  .whatsnew .entry .entry-content > .wp-block-columns {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 861px) and (max-width: 879px) {
  .whatsnew .entry .entry-content > .wp-block-columns {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.whatsnew h1,
.category-desktopnews article h1,
.category-androidnews article h1,
.category-desktoptips article h1,
.category-androidtips article h1 {
  font-weight: 700;
  margin-bottom: -4px;
}
.whatsnew .entry-title,
.category-desktopnews article .entry-title,
.category-androidnews article .entry-title,
.category-desktoptips article .entry-title,
.category-androidtips article .entry-title {
  margin-bottom: 3px;
}
.whatsnew .entry-meta,
.category-desktopnews article .entry-meta,
.category-androidnews article .entry-meta,
.category-desktoptips article .entry-meta,
.category-androidtips article .entry-meta {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
  color: #919191;
  line-height: 1.8;
}
.whatsnew .row > div,
.category-desktopnews article .row > div,
.category-androidnews article .row > div,
.category-desktoptips article .row > div,
.category-androidtips article .row > div {
  margin-bottom: 0;
}
.whatsnew h2,
.category-desktopnews article h2,
.category-androidnews article h2,
.category-desktoptips article h2,
.category-androidtips article h2 {
  margin: 16px 0;
}
.whatsnew .didyouknow .wp-block-image,
.category-desktopnews article .didyouknow .wp-block-image,
.category-androidnews article .didyouknow .wp-block-image,
.category-desktoptips article .didyouknow .wp-block-image,
.category-androidtips article .didyouknow .wp-block-image {
  margin-bottom: 0;
}
.whatsnew .didyouknow .wp-block-image .alignleft,
.category-desktopnews article .didyouknow .wp-block-image .alignleft,
.category-androidnews article .didyouknow .wp-block-image .alignleft,
.category-desktoptips article .didyouknow .wp-block-image .alignleft,
.category-androidtips article .didyouknow .wp-block-image .alignleft,
.whatsnew .didyouknow .wp-block-image .alignright,
.category-desktopnews article .didyouknow .wp-block-image .alignright,
.category-androidnews article .didyouknow .wp-block-image .alignright,
.category-desktoptips article .didyouknow .wp-block-image .alignright,
.category-androidtips article .didyouknow .wp-block-image .alignright {
  margin-top: 0;
  margin-bottom: 0;
}
.whatsnew .btn-secondary,
.category-desktopnews article .btn-secondary,
.category-androidnews article .btn-secondary,
.category-desktoptips article .btn-secondary,
.category-androidtips article .btn-secondary {
  padding: 10px 16px;
  font-size: 15px;
}
.whatsnew .btn-secondary + .btn-secondary,
.category-desktopnews article .btn-secondary + .btn-secondary,
.category-androidnews article .btn-secondary + .btn-secondary,
.category-desktoptips article .btn-secondary + .btn-secondary,
.category-androidtips article .btn-secondary + .btn-secondary {
  margin-left: 4px;
}
.whatsnew .row,
.category-desktopnews article .row,
.category-androidnews article .row,
.category-desktoptips article .row,
.category-androidtips article .row {
  margin: 0;
}
.whatsnew .row + .row.entry,
.category-desktopnews article .row + .row.entry,
.category-androidnews article .row + .row.entry,
.category-desktoptips article .row + .row.entry,
.category-androidtips article .row + .row.entry {
  margin-top: 30px;
}
.whatsnew .row.nomargin + .row.entry,
.category-desktopnews article .row.nomargin + .row.entry,
.category-androidnews article .row.nomargin + .row.entry,
.category-desktoptips article .row.nomargin + .row.entry,
.category-androidtips article .row.nomargin + .row.entry {
  margin: 0;
}
#main .whatsnew .entry-content {
  padding: 10px 0 0 0;
}
#main .whatsnew > div + div {
  margin-top: 30px;
}
#main .whatsnew > div + .entry {
  border-top: 1px solid #e0e0e0;
  margin-top: 50px;
  padding-top: 40px;
}
#main .whatsnew .tipspost {
  border: none !important;
  margin: 30px 0 0 0 !important;
  padding: 0 !important;
}
.whatsnew .didyouknow .wp-block-columns,
.category-androidnews .wp-block-columns,
.category-androidnews .wp-block-columns {
  margin: 0;
}
.didyouknow .wp-block-button__link,
.category-desktoptips article .wp-block-button__link,
.category-androidtips article .wp-block-button__link {
  background-color: #fff !important;
}
@media (min-width: 641px) {
  .whatsnew .entry-content iframe,
  .category-desktopnews .entry-content iframe,
  .category-androidnews .entry-content iframe,
  .category-desktoptips .entry-content iframe,
  .category-androidtips .entry-content iframe {
    width: 960px;
    height: 540px;
  }
}
.category-desktopnews .section.blogwidth,
.category-androidnews .section.blogwidth,
.category-desktoptips .section.blogwidth,
.category-androidtips .section.blogwidth {
  width: 1160px;
}
.single.category-desktoptips .article-header,
.single.category-androidtips .article-header,
.single.category-desktoptips .article-footer,
.single.category-androidtips .article-footer {
  display: none;
}
.notification {
  background: #ECF9F3;
  color: #14AE54;
  line-height: 20px;
  font-weight: 500;
  font-size: 14px;
  padding: 14px;
  width: 100%;
  text-align: center;
  margin: 0;
}
.notification svg {
  vertical-align: bottom;
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
@media (min-width: 440px) {
  .notification {
    line-height: 24px;
    font-size: 16px;
  }
  .notification svg {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1200px) {
  .notification {
    line-height: 28px;
    font-size: 19px;
    padding: 16px;
  }
  .notification svg {
    width: 28px;
    height: 28px;
  }
}
.tab-nav {
  margin: 30px 30px 40px 30px;
  border-bottom: 1px solid #e0e0e0;
}
.tab-nav a {
  display: inline-block;
  color: #2f374f;
  text-decoration: none;
  padding: 2px 12px 6px 12px;
  border-bottom: 2px solid transparent;
  margin: 0 4px -1px 0;
}
.tab-nav a.current {
  font-weight: 600;
  border-color: #2f374f;
}
.tab-nav a:hover {
  border-color: #2f374f;
}
@media (min-width: 640px) {
  .tab-nav {
    margin: 24px 20px 40px 20px;
  }
}
.whatsnew .selector {
  position: relative;
  display: inline-block;
  text-align: left;
  margin: 20px 30px;
}
@media (min-width: 641px) {
  .whatsnew .selector {
    margin: 30px 20px 10px 20px;
  }
}
@media (min-width: 960px) {
  .whatsnew .selector {
    position: absolute;
    top: 40px;
    right: 20px;
    margin: 0;
  }
}
.whatsnew #versions-btn {
  background: #fff !important;
  border: 1px solid #e0e0e0;
  font-size: 16px;
  line-height: 17px;
  padding: 13px 40px 13px 15px;
  outline: none;
  text-shadow: none;
  color: #2f374f !important;
  margin: 7px auto;
}
.whatsnew #versions-btn:hover,
.whatsnew #versions-btn:focus {
  border-color: #b4b4b4;
}
.whatsnew #versions-btn:after {
  display: block;
  position: absolute;
  content: '';
  top: 6px;
  right: 0px;
  width: 40px;
  height: 44px;
  background: transparent url("img/icons/arrow-expand.svg") 8px 14px no-repeat;
  background-size: 20px 20px;
}
#selectversion {
  position: absolute;
  background: #fff;
  top: 51px;
  left: 0;
  width: 100%;
  max-height: 236px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #b4b4b4;
  border-width: 1px 0 1px 1px;
  border-radius: 4px;
  z-index: 999;
}
#selectversion a {
  display: block;
  color: #2f374f;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #e5e8f1;
  border-width: 0 1px 1px 0;
  padding: 10px 15px;
}
#selectversion a:hover {
  color: #0ac478;
}
.didyouknow,
.category-desktoptips article,
.category-androidtips article {
  background: #eff6fd;
  border-radius: 5px;
  padding: 32px;
}
.didyouknow h1,
.category-desktoptips article h1,
.category-androidtips article h1 {
  font-size: 1.7em;
}
.didyouknow figure img,
.category-desktoptips article figure img,
.category-androidtips article figure img {
  border-radius: 5px;
}
.didyouknow:after,
.category-desktoptips article:after,
.category-androidtips article:after {
  display: block;
  content: '';
  clear: both;
}
.page-template-emailsignup #vivaldiheader > .row,
.page-template-emailsignup #footer > .row {
  width: 1440px;
}
.emailpage {
  width: 1420px;
  text-align: center;
  margin-bottom: 80px;
}
.emailpage .row > div {
  margin-bottom: 10px;
}
.emailpage h1 {
  font-size: 26px;
  font-weight: 500;
}
.emailpage h1 b {
  font-weight: 500;
  color: #4c70f0;
  white-space: nowrap;
}
.emailpage p {
  font-size: 18px;
  line-height: 1.5;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  opacity: .9;
}
.emailpage .w100 {
  padding: 20px 20px 30px 20px;
}
.emailpage .service {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.emailpage .service p {
  font-size: 16px;
}
.emailpage .service .large {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}
.emailpage .btn-primary {
  background-color: #4c70f0 !important;
  margin: 20px auto 10px auto;
}
.emailpage .btn-primary:hover {
  background-color: #5379ff !important;
}
.emailpage img {
  display: block;
  max-width: 86%;
  margin: 10px auto 20px auto;
}
@media (min-width: 340px) {
  .emailpage .w100 {
    padding: 30px 30px 40px 30px;
  }
  .emailpage .service {
    padding: 20px 30px;
  }
}
@media (min-width: 380px) {
  .emailpage .w100 {
    padding: 40px;
  }
  .emailpage .service {
    padding: 30px 40px;
  }
}
@media (min-width: 640px) {
  .section.emailpage {
    max-width: 90%;
  }
  .emailpage h1 {
    font-size: 32px;
  }
  .emailpage p {
    font-size: 20px;
  }
  .emailpage .service p {
    font-size: 18px;
  }
  .emailpage .service .large {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .emailpage .row > div {
    margin-bottom: 40px;
  }
  .emailpage h1 {
    font-size: 39px;
    font-weight: 500;
  }
  .emailpage p {
    font-size: 24px;
  }
  .emailpage .w100 {
    padding: 60px 20px 40px 20px;
  }
  .emailpage .service {
    padding: 40px;
  }
  .emailpage .service p {
    font-size: 20px;
  }
  .emailpage .btn-primary {
    padding: 16px 42px;
    margin: 30px auto 10px auto;
  }
  .emailpage img {
    margin: 10px auto 40px auto;
  }
}
@media (min-width: 1000px) {
  .section.emailpage {
    max-width: 98%;
  }
  .emailpage .row > .w100-tablet {
    width: 33.33333%;
  }
}
@media (min-width: 1600px) {
  .emailpage h1 {
    font-size: 44px;
  }
}
#hero-game img {
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.7);
}
@media (min-width: 768px) {
  #hero-game {
    padding-top: 28px;
    margin-bottom: 30px;
  }
  .no-webp #hero-game {
    background-color: #101524;
    background-image: url(img/game/header.png);
    background-repeat: repeat-x;
    background-size: 1800px 480px;
    background-position: top center;
  }
  .webp #hero-game {
    background-color: #101524;
    background-image: url(img/game/header.webp);
    background-repeat: repeat-x;
    background-size: 1800px 480px;
    background-position: top center;
  }
}
@media (min-width: 1024px) {
  .no-webp #hero-game {
    background-size: 2400px 640px;
  }
  .webp #hero-game {
    background-size: 2400px 640px;
  }
}
.row > .introtext {
  margin: 0;
}
.row > .introtext p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 1200px) {
  .row > .introtext p {
    font-size: 21px;
    margin-bottom: 22px;
  }
}
.btns {
  padding: 0 20px 46px 20px;
  text-align: center;
}
.btns div {
  margin: auto;
}
.btns .btn-primary {
  background-color: #2a3bfe;
  margin: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.8);
  padding: 15px 30px;
  font-size: 16px;
  border-radius: 5px;
  text-shadow: none;
}
.btns .btn-primary:hover {
  background: #2155ff;
}
.btns .gplay {
  background-color: #ff217e;
}
.btns .gplay:hover {
  background: #ff21ae;
}
@media (min-width: 768px) {
  .btns .btn-primary {
    padding: 20px 40px;
    font-size: 18px;
  }
}
.neonblue {
  color: #2a3bfe;
}
.neongreen {
  color: #0bfb8c;
}
.neonpink,
#backtotop {
  color: #ff217e;
}
.neonpurple {
  color: #ff42ea;
}
.brandred {
  color: #ef3939;
}
#backtotop svg line,
#backtotop svg polyline {
  stroke: #ff217e !important;
}
#get-vivaldi-now {
  margin: 60px 0;
  background: #1a2033;
  padding: 85px 0 40px 0;
}
#get-vivaldi-now .btns {
  margin-top: 20px;
}
#newsletter {
  margin: 40px auto;
  width: 100%;
  max-width: 1180px;
}
#newsletter .row > div {
  padding: 0 30px;
}
#newsletterform {
  border: 1px solid #e0e0e0;
  background: #f6f6f6;
  padding: 22px 30px 30px 30px;
  height: 100%;
}
#newsletterform label {
  display: block;
  padding: 8px 0;
}
#newsletterform label + label {
  padding-top: 0;
}
#newsletterform p {
  margin: 0;
}
#newsletterform input[type=checkbox] {
  margin-right: 6px;
}
@media (min-width: 1200px) {
  #newsletter {
    margin: 100px auto 140px auto;
  }
  #newsletter .row > div {
    padding: 0 40px;
  }
  #newsletterform {
    padding: 32px 40px 40px 40px;
  }
}
@media (min-width: 1600px) {
  #newsletter {
    margin: 120px auto 140px auto;
  }
}
.page-template-template-contact {
  padding-bottom: 0;
}
.webp .page-template-template-contact {
  background: #eff3f8 url(img/bg_soft_lights.png) top right;
  background-size: cover;
}
.no-webp .page-template-template-contact {
  background: #eff3f8 url(img/bg_soft_lights.webp) top right;
  background-size: cover;
}
#contact-header {
  padding: 40px 20px 10px 20px;
}
#contact-header h1 {
  color: #526CDB;
  font-weight: bold;
}
#contact-header p {
  color: #212121;
  font-weight: 500;
}
#contact-page h2 {
  font-size: 20px;
}
#contact-page .answer a,
#contact-page .answer a:visited {
  color: #526CDB;
  font-weight: 500;
}
.box1,
.box2 {
  padding: 20px;
}
.box1 {
  box-shadow: 0 2px 64px 0 rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background-color: #ffffff;
  height: 100%;
}
.box2 {
  box-shadow: 0 2px 64px 0 rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background-color: #ffffff;
  height: 100%;
}
#addresses {
  clear: both;
  padding: 30px 20px;
  margin: -20px 0;
}
#addresses p {
  font-size: 16px;
}
@media (min-width: 641px) {
  #addresses {
    margin: 0 0 -20px 0;
  }
  #contact-page h2 {
    font-size: 22px;
  }
  .box1,
  .box2 {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  #contact-header {
    padding: 50px 20px 20px 20px;
  }
}
@media (min-width: 1920px) {
  #contact-header {
    padding: 60px 20px 30px 20px;
  }
}
#howWeDoIt,
#locations,
#WeAreInControl {
  padding-top: 100px;
  margin-top: -100px;
}
.infobox {
  background-color: #d1ecf8;
  border: 1px solid #80bcdd;
  border-radius: 3px;
  margin: 20px 0;
  padding: 20px;
  color: #2c6c9f;
  font-size: 15px;
}
.page-template-template-company blockquote {
  margin: 1.5em 0;
  padding: 0;
  color: BlueViolet;
  border: none;
}
.page-template-template-company blockquote::before {
  display: none;
}
.page-template-template-company blockquote + .attribution {
  position: relative;
  padding-left: 170px;
  top: -16px;
}
.page-template-template-company blockquote + .attribution:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 155px;
  border-top: 2px solid Gainsboro;
}
@media (max-width: 959px) {
  .container-sidenav {
    display: none;
  }
  .container-sideinner {
    padding: 20px;
  }
}
@media (min-width: 960px) {
  .container-sidenav {
    width: 280px;
    padding-top: 80px;
    position: absolute;
    padding: 20px;
  }
  .container-sidenav a.navlink {
    display: block;
    padding: 5px 10px;
    color: inherit;
  }
  .container-sidenav a.navlink.selected {
    text-decoration: none;
    pointer-events: none;
    color: Red;
    font-weight: 500;
    position: relative;
  }
  .container-sidenav a.selected:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 70px;
    border-top: 2px solid Gainsboro;
  }
  .container-sidenav .btn-primary {
    margin-top: 40px;
  }
  .container-sideinner {
    width: 66.6666666%;
    padding: 20px 20px 20px 10px;
  }
  .container-splitview > *:first-child {
    float: left;
  }
  .container-splitview > *:last-child {
    float: right;
  }
  .container-splitview:after {
    content: "";
    display: block;
    clear: both;
  }
}
.container-outer {
  width: auto;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.container-inner {
  width: auto;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.textcolumn {
  max-width: 40em;
}
.section-purple {
  background-color: #36364a;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-purple img {
  color: #ffffff;
}
.section-purple h2,
.section-purple h3 {
  color: inherit;
}
.section-lightgrey {
  background-color: #f3f3fd;
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-map {
  background-image: url(../img/map.png);
  background-position: Center Top;
  background-repeat: no-repeat;
}
.perks {
  padding: 1px;
  margin: 0;
}
.perks img {
  width: 40px;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 20px;
}
.perks span {
  margin-top: auto;
  margin-bottom: auto;
}
.perks li {
  margin: 0 1px 1px 0;
  display: flex;
  background: white;
  color: dimgrey;
  outline: 1px solid lightgrey;
  height: 80px;
  vertical-align: top;
  padding: 20px;
}
@media (min-width: 769px) {
  .perks li {
    float: left;
    width: 33.333333%;
    height: 100px;
  }
  .perks:after {
    display: block;
    content: "";
    clear: left;
  }
}
.location {
  margin: 20px;
}
#locations:after {
  content: "";
  display: block;
  clear: both;
}
.location-image img {
  width: 100%;
  height: auto;
  margin: 20px 0;
  color: #ffffff;
}
@media (min-width: 769px) {
  .location {
    display: flex;
  }
  .location > div {
    width: 50%;
    padding: 20px;
  }
  .location > div:first-child {
    float: left;
  }
  .location > div.location-image img {
    margin-top: auto;
    margin-bottom: auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  .location:last-child {
    float: right;
  }
  .location > div.location-text {
    margin-top: auto;
    margin-bottom: auto;
  }
}
.bignumbers {
  margin-top: 80px;
  margin-bottom: 80px;
}
.bignumbers .bignumber {
  text-align: center;
  border: 2px solid #e9e9e9;
  background-color: White;
  margin: 20px;
  padding: 30px 40px;
}
.bignumbers .bignumber-number {
  color: red;
  font-size: 2.75em;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.1em;
  max-width: auto;
}
.bignumbers .bignumber-label {
  white-space: nowrap;
}
@media (min-width: 769px) {
  .bignumbers {
    display: flex;
  }
  .bignumbers .bignumber {
    margin-left: auto;
    margin-right: auto;
  }
  .bignumbers .bignumber-label {
    white-space: normal;
  }
}
.jobs > a {
  display: block;
  color: inherit;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.6);
  border-top: 1px solid #D0D0D0;
}
.jobs > a:last-of-type {
  border-bottom: 1px solid #D0D0D0;
}
.jobs > a:hover {
  background-color: blueviolet;
  color: white !important;
}
@media (max-width: 767px) {
  .jobs > a > div {
    padding-top: 5px;
  }
  .jobs > a > div div {
    padding-bottom: 5px;
  }
  .jobs > a > div div:first-child {
    font-weight: bold;
  }
  .jobs > a > div div:last-child {
    display: none;
  }
}
@media (min-width: 768px) {
  .jobs div {
    display: flex;
  }
  .jobs div > div {
    margin-left: auto;
    width: 33.3333333%;
  }
  .jobs div > div:first-of-type {
    margin-left: 0;
  }
  .jobs div > div:last-of-type {
    width: auto;
  }
  #main .jobs > a > div {
    display: block !important;
    height: 30px;
  }
  #main .jobs > a > div > div {
    float: left;
    height: 30px;
  }
}
.gallery {
  margin-top: 40px;
  margin-bottom: 40px;
}
.gallery img {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: auto;
  border: 10px solid #ffffff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .gallery-table {
    padding: 0 20px;
  }
  .gallery-table img {
    margin-top: 10px !important;
  }
}
@media (min-width: 769px) {
  .gallery-3-alt,
  .gallery-stack {
    display: flex;
  }
  .gallery-stack {
    flex-direction: column;
    flex: 1;
  }
  .gallery-table {
    display: table;
    width: 100%;
  }
  .gallery-table div:nth-child(1) {
    display: table-cell;
    width: 60%;
    vertical-align: middle;
  }
  .gallery-table div:nth-child(2) {
    display: table-cell;
    width: 40%;
    padding-left: 15px;
  }
}
.gallery-3-alt {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  line-height: 0;
  padding-left: 35px;
  padding-right: 35px;
}
.gallery-3-alt .gallery-stack {
  margin-top: auto;
  margin-bottom: auto;
}
.gallery-3-alt .gallery-item {
  padding: 5px;
  flex: 1;
}
.container-outer img {
  margin: 15px 0;
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.container-outer img + img {
  margin-top: 0;
}
.no-flexbox .gallery-3-alt,
.no-flexbox .gallery-stack {
  display: block;
}
.bigbackground {
  position: relative;
  height: 900px;
  background: #0AC478;
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 30px;
}
.bigbackground-coverup {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 20%;
  background-image: linear-gradient(0deg, rgba(250, 250, 250, 0), rgba(250, 250, 250, 0.75), #fafafa);
}
#team {
  text-align: center;
}
#team .name {
  padding-top: 16px;
  font-weight: 500;
}
#team .occupation {
  color: #919191;
  margin-bottom: 8px;
  font-size: .85em;
}
#team .office {
  font-size: .85em;
}
#team .row > div {
  box-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
#team .row > div:hover {
  box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.1);
}
#sopranos {
  clear: both;
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: center;
}
#sopranos h2 {
  margin-bottom: 16px;
  color: #ef3939;
}
#sopranos p {
  color: #666;
}
@media (max-width: 679px) {
  #sopranos {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#header {
  position: fixed;
  -webkit-transform: translateZ(0) !important;
  -moz-transform: translateZ(0) !important;
  -ms-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
}
.timeline-wrap {
  padding: 38px 0;
  font: 14px/22px;
  background: #f5f7f9;
}
.timeline-wrap * {
  box-sizing: content-box;
}
.timeline-wrap .section {
  padding: 0;
}
.timeline {
  background-image: linear-gradient(90deg, #ec3b3f, #ec3b3f);
  background-size: 6px;
  background-repeat: repeat-y;
  background-position: 50% 0;
  margin: 80px auto;
  /* Desktop only */
  /* Mobile only */
}
.timeline time {
  display: block;
  box-sizing: content-box;
}
.timeline .timeline-head {
  display: block;
  width: 64px;
  height: auto;
  margin: 0 auto 60px auto;
  position: relative;
  top: -20px;
}
@media (max-width: 599px) {
  .timeline .timeline-head {
    margin-left: 0px;
    width: 48px;
  }
}
.timeline .timeline-end {
  display: block;
  width: 64px;
  height: auto;
  margin: 80px auto 40px auto;
  position: relative;
  bottom: -20px;
}
@media (max-width: 599px) {
  .timeline .timeline-end {
    margin-left: 0px;
    width: 48px;
  }
}
.timeline .timeline-entry {
  padding: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.timeline .timeline-entry + .timeline-entry {
  margin-top: 20px;
}
.timeline .timeline-entry img {
  max-width: 100%;
  height: auto;
  border-radius: 1px 1px 0 0;
  margin-bottom: 6px;
}
.timeline .timeline-entry > time {
  text-align: right;
  flex: 1 1 100%;
  padding: 10px 0 0 0;
  display: block;
  color: #666;
}
.timeline .timeline-entry h1 {
  font-size: 15px;
  margin: 0;
  font-weight: 500;
}
.timeline .timeline-entry ul {
  margin: 0;
  padding: 10px 30px;
}
.timeline .timeline-entry ul li {
  margin: 5px 0 0 0;
  padding: 0;
  font-size: 85%;
  list-style-position: outside;
}
.timeline .timeline-entry .timeline-dot {
  box-sizing: content-box;
  flex: 0 0 11px;
  height: 11px;
  background-color: #fff;
  border: 6px solid #ec3b3f;
  border-radius: 50%;
  margin: 9px 20px 0 20px;
  transition: transform 1s;
}
.timeline .timeline-entry.entry-current .timeline-dot {
  transform: scale(1.4);
  transition-duration: 0.1s;
}
.timeline .timeline-entry > .section {
  background-color: #fff;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  flex: 1 1 100%;
  position: relative;
}
.timeline .timeline-entry > .section a {
  color: #ef3939;
  font-size: 85%;
  display: block;
  margin: 10px 0;
}
.timeline .timeline-entry > .section a:after {
  content: " →";
}
.timeline .timeline-entry > .section > header,
.timeline .timeline-entry > .section > .entry-content {
  padding: 10px;
}
.timeline .timeline-entry > .section:before,
.timeline .timeline-entry > .section:after {
  display: block;
  position: absolute;
  content: "";
  top: 21px;
  margin-top: -10px;
  border: 10px solid transparent;
}
.timeline .timeline-entry > .section:after {
  border-right-color: white;
  left: -19px;
}
.timeline .timeline-entry > .section:before {
  border-right-color: #e6e6e6;
  left: -20px;
}
.timeline .timeline-entry.timeline-milestone > time {
  color: #ec3b3f;
}
.timeline .timeline-entry.timeline-milestone > .section header {
  background-color: #ec3b3f;
  border-radius: 5px;
  color: #fff;
}
.timeline .timeline-entry.timeline-milestone > .section header + .entry-content {
  box-shadow: 0 -3px #ec3b3f;
}
.timeline .timeline-entry.timeline-milestone > .section:after {
  border-right-color: #ec3b3f;
  left: -19px;
}
.timeline .timeline-entry.timeline-milestone > .section:before {
  border-right-color: #ec3b3f;
  left: -20px;
}
@media (min-width: 600px) {
  .timeline .timeline-entry:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .timeline .timeline-entry:nth-child(2n) > time {
    padding-right: 0;
    padding-left: 0;
    text-align: left;
  }
  .timeline .timeline-entry:nth-child(2n) > .section:after {
    border-left-color: white;
    border-right-color: transparent;
    right: -19px;
    left: auto;
  }
  .timeline .timeline-entry:nth-child(2n) > .section:before {
    border-left-color: #e6e6e6;
    border-right-color: transparent;
    right: -20px;
    left: auto;
  }
  .timeline .timeline-entry:nth-child(2n).timeline-milestone > .section:after {
    border-left-color: #ec3b3f;
    right: -19px;
  }
  .timeline .timeline-entry:nth-child(2n).timeline-milestone > .section:before {
    border-left-color: #ec3b3f;
    right: -20px;
  }
}
@media (max-width: 599px) {
  .timeline {
    background-position: 20px 0;
  }
  .timeline .timeline-entry {
    flex-direction: column;
    padding-left: 50px;
    position: relative;
  }
  .timeline .timeline-entry > time {
    text-align: left;
    padding: 5px 0;
  }
  .timeline .timeline-entry > .section {
    width: 100%;
  }
  .timeline .timeline-dot {
    position: absolute;
    left: -8.5px;
    top: 52px;
    height: 11px;
    width: 11px;
  }
}
.timeline-navigation-outer-wrapper {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 20px 20px 24px 20px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);
}
.timeline-navigation-outer-wrapper .timeline-navigation-inner-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
}
.timeline-navigation-outer-wrapper .timeline-navigation-inner-wrapper > time {
  font-size: 75%;
  font-weight: bold;
  color: #a2a0a0;
  line-height: 1.4;
}
.timeline-navigation-outer-wrapper .timeline-navigation-inner-wrapper .timeline-navigation {
  flex: 1;
  position: relative;
  margin: 0 10px;
}
.timeline-navigation-outer-wrapper .timeline-navigation-inner-wrapper .timeline-navigation nav {
  height: 12px;
  border: 0 solid #fff;
  border-width: 1px 1px 1px 0;
  outline: 1px solid #c9c9c9;
  position: relative;
}
.timeline-navigation-outer-wrapper .timeline-navigation-inner-wrapper .timeline-navigation nav a {
  display: inline-block;
  background-color: #e6e6e6;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-left: 1px solid #fff;
}
.timeline-navigation-outer-wrapper .timeline-navigation-inner-wrapper .timeline-navigation nav a.navigation-milestone {
  background-color: #ec3b3f;
}
.timeline-navigation-outer-wrapper .timeline-navigation-inner-wrapper .timeline-navigation nav a:hover {
  background-color: #00caa7;
}
.timeline-navigation-outer-wrapper .timeline-navigation-inner-wrapper .timeline-navigation .timeline-navigation-now {
  position: absolute;
  z-index: 1;
  bottom: -18px;
  width: 100px;
  margin-left: -50px;
  font-size: 75%;
  line-height: 1;
  transition: left 0.5s;
  text-align: center;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.timeline-navigation-outer-wrapper .timeline-navigation-inner-wrapper .timeline-navigation .timeline-navigation-now:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -3px;
  border: 2px solid #fff;
  height: 18px;
  width: 2px;
  top: -26px;
  background-color: #000;
}
.admin-bar-showing .timeline-navigation-outer-wrapper {
  top: 96px;
}
.error-page {
  font-size: 18px;
  padding: 40px 0;
  text-align: center;
}
.error-page h1 {
  color: #f03a39;
  font-weight: 800;
  line-height: 1.1;
  font-size: 1.6em;
  margin: 24px 0;
}
.error-page h1 strong {
  display: block;
  font-weight: 800;
  font-size: 1.6em;
}
.error-page p {
  margin: 24px 0;
}
.tony-img {
  max-width: 60%;
  display: block;
  margin: auto;
}
@media (min-width: 480px) {
  .error-page {
    font-size: 20px;
    padding: 60px 0;
  }
  .error-page h1 {
    font-size: 2em;
    margin: 30px 0;
  }
  .error-page h1 strong {
    font-size: 2em;
  }
  .error-page p {
    margin: 30px 0;
  }
  .tony-img {
    max-width: 42%;
  }
  .error-page .btn-primary {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .error-page {
    text-align: left;
    padding: 60px 30px;
  }
  .tony-img {
    float: right;
    max-width: 42%;
    margin: 0 0 0 20px;
  }
}
@media (min-width: 960px) {
  .error-page {
    font-size: 21px;
    padding: 80px 30px 60px 30px;
  }
  .error-page .btn-primary {
    font-size: 19px;
  }
  .tony-img {
    float: right;
    max-width: 42%;
    margin: -30px 0 0 30px;
  }
}
