/*-----------------------------------------------------------
	Theme Name: Vivaldicom-theme
	Theme URI: http://vivaldi.com
	Description: WordPress theme for the Vivaldi website
	Author: Vivaldi
	Author URI: http://vivaldi.com
	Version: 1.0
-------------------------------------------------------------*/
/*! normalize.css MIT License & sanitize.css CC0 License */
html,
body {
  background: #fff;
  margin: 0;
  text-align: left;
  -webkit-overflow-scrolling: touch;
}
html,
body,
article,
aside,
footer,
header,
nav,
section,
fieldset,
figure,
figcaption,
main,
blockquote {
  display: block;
  box-sizing: border-box;
  border: none;
  margin: 0;
  padding: 0;
}
.block {
  display: block !important;
}
div,
a,
li,
button,
form,
select {
  box-sizing: border-box;
}
audio,
canvas,
iframe,
img,
svg,
video {
  max-width: 100%;
  vertical-align: middle;
}
audio,
video,
canvas {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border: none;
  outline: none;
  max-width: 100%;
  height: auto;
  color: #000;
}
.img {
  display: block;
  width: 100%;
}
svg {
  display: inline-block;
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}
input,
select,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
input {
  overflow: visible;
  padding: 0 10px;
  border: 1px solid #DDD;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  resize: vertical;
}
[type="checkbox"],
[type="radio"],
aside ul {
  padding: 0;
}
::selection,
::-moz-selection,
::-webkit-selection {
  background-color: #b3d4fc;
  color: #212121;
  text-shadow: none;
}
::placeholder {
  opacity: .6;
}
template,
[hidden] {
  display: none;
}
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
section,
#main,
#hero {
  text-align: left;
}
#main {
  position: relative;
  z-index: 2;
}
figcaption,
.center {
  text-align: center;
}
.center * {
  margin-left: auto !important;
  margin-right: auto !important;
}
.center.larger {
  max-width: 760px;
  margin: auto;
  padding: 64px 32px;
}
.center.larger p {
  margin: auto;
}
[style="text-align: center;"] * {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .hidemobile {
    display: none !important;
  }
}
@media (min-width: 480px) {
  .center.larger {
    padding: 64px 64px;
  }
}
@media (min-width: 768px) {
  .alignright {
    float: right;
  }
  .btn-link.alignright {
    margin-top: 16px;
  }
  .center.larger {
    padding: 96px 64px;
  }
}
@media (min-width: 1200px) {
  .center.larger {
    padding: 128px 64px;
  }
}
.img + h2,
.img + h3 {
  margin-top: 16px;
}
.relative {
  position: relative;
}
.gradient {
  border-top: 1px solid #EEE;
  background: #fafafa;
  background: linear-gradient(to bottom, #fafafa 0%, #ffffff 90%, #ffffff 100%);
  padding-top: 64px;
  padding-bottom: 32px;
}
.header-colorful {
  position: relative;
  background-color: #5D27DF;
  z-index: 1;
  display: block;
  text-align: center;
  padding: 96px 48px;
  margin-bottom: 48px;
  color: white;
}
.header-colorful.blue-red {
  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);
}
.header-colorful.blue-green {
  background-image: linear-gradient(190deg, rgba(64, 255, 0, 0.2), rgba(64, 0, 255, 0.5)), 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(0, 255, 0, 0.1) 60%), linear-gradient(90deg, #4b0082, #4169e1, #3cb371);
}
.header-colorful .row > div {
  margin-bottom: 0;
}
.header-colorful h1,
.header-colorful a,
.header-colorful a:visited {
  color: white;
}
.header-colorful p {
  max-width: 32em;
}
.header-colorful .btn-primary,
.header-colorful .btn-secondary {
  display: block;
  border: none;
  margin-top: 24px;
}
@media screen and (min-width: 600px) {
  .header-colorful .btn-primary,
  .header-colorful .btn-secondary {
    float: left;
  }
  .header-colorful .btn-secondary {
    margin-right: 24px !important;
  }
}
[data-a11y-dialog-native] .dialog-overlay {
  display: none;
}
dialog[open] {
  display: block;
}
.dialog[aria-hidden="true"] {
  display: none;
}
.dialog-overlay {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.66);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.66);
}
.dialog-content {
  background-color: #ffffff;
  z-index: 3;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
}
/*

Popup animation. Commented out due to blurry text bug.

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes appear {
    from {
        transform: translate(-50%, -40%);
        opacity: 0;
    }
    to {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

.dialog:not([aria-hidden='true']) > .dialog-overlay {
    animation: fade-in 200ms 1 both;
}

.dialog:not([aria-hidden='true']) > .dialog-content {
    animation: appear 400ms 150ms 1 both;
}
*/
.dialog-content {
  padding: 30px;
  max-width: 90%;
  width: 540px;
  border-radius: 2px;
  font-size: 17px;
}
@media screen and (min-width: 700px) {
  .dialog-content {
    padding: 60px;
  }
}
.dialog-overlay {
  background-color: rgba(43, 46, 56, 0.9);
}
.dialog h2 {
  margin: 0;
}
.dialog-close {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  border: 0;
  padding: 0;
  background-color: transparent;
  font-weight: bold;
  font-size: 1.25em;
  width: 1.2em;
  height: 1.2em;
  text-align: center;
  cursor: pointer;
  transition: 0.15s;
}
@media screen and (min-width: 700px) {
  .dialog-close {
    top: 1em;
    right: 1em;
  }
}
/* fix z-index issue for video playing in fullscreen */
.playing.fullscreen #header,
.playing.fullscreen #footer,
.playing.fullscreen #feature-hero:after,
.playing.fullscreen .slider-nav,
.playing.fullscreen #main > div,
.playing.fullscreen #main > section {
  display: none;
}
.playing.fullscreen #main .videoarea {
  display: block !important;
}
/* can be used to trigger a redraw to workaround bugs */
.all-loaded .redraw {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.color--brand-red {
  background-color: #ef3939;
}
.color--brand-purple {
  background-color: #5D27DF;
}
.color--brand-green {
  background-color: #0AC478;
}
.color--brand-dark-gray {
  background-color: #212121;
}
.color--brand-light-gray {
  background-color: #F1F1F1;
}
.color--shade-red-1 {
  background-color: #d53939;
}
.color--shade-red-2 {
  background-color: #d45454;
}
.color--shade-red-3 {
  background-color: #de6363;
}
.color--shade-red-4 {
  background-color: #e78e8e;
}
.color--shade-red-5 {
  background-color: #e6a8a8;
}
.color--shade-green-1 {
  background-color: #1b9a66;
}
.color--shade-green-2 {
  background-color: #24aa73;
}
.color--shade-green-3 {
  background-color: #22c583;
}
.color--shade-green-4 {
  background-color: #3ddd9c;
}
.color--shade-green-5 {
  background-color: #86e1bc;
}
.color--shade-purple-1 {
  background-color: #54369d;
}
.color--shade-purple-2 {
  background-color: #6a46c0;
}
.color--shade-purple-3 {
  background-color: #7753cc;
}
.color--shade-purple-4 {
  background-color: #967bd8;
}
.color--shade-purple-5 {
  background-color: #c7bbe4;
}
.color--bg-light {
  background-color: #fafafa;
}
.color--text-normal {
  color: #333333;
}
.color--text-medium {
  color: #666666;
}
.color--text-light {
  color: #999999;
}
.color--text-very-light {
  color: #CCCCCC;
}
.color--text-normal-bg {
  background-color: #333333;
}
.color--text-medium-bg {
  background-color: #666666;
}
.color--text-light-bg {
  background-color: #999999;
}
.color--text-very-light-bg {
  background-color: #CCCCCC;
}
@font-face {
  font-family: 'Palanquin';
  font-style: normal;
  font-weight: 200;
  src: local('Palanquin ExtraLight'), local('Palanquin-ExtraLight'), url(fonts/latin-ext/Palanquin-ExtraLight.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Palanquin';
  font-style: normal;
  font-weight: 200;
  src: local('Palanquin ExtraLight'), local('Palanquin-ExtraLight'), url(fonts/Palanquin-ExtraLight.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Palanquin';
  font-style: normal;
  font-weight: 300;
  src: local('Palanquin Light'), local('Palanquin-Light'), url(fonts/latin-ext/Palanquin-Light.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Palanquin';
  font-style: normal;
  font-weight: 300;
  src: local('Palanquin Light'), local('Palanquin-Light'), url(fonts/Palanquin-Light.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Palanquin';
  font-style: normal;
  font-weight: 400;
  src: local('Palanquin Regular'), local('Palanquin-Regular'), url(fonts/latin-ext/Palanquin-Regular.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Palanquin';
  font-style: normal;
  font-weight: 400;
  src: local('Palanquin Regular'), local('Palanquin-Regular'), url(fonts/Palanquin-Regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Palanquin';
  font-style: normal;
  font-weight: 600;
  src: local('Palanquin SemiBold'), local('Palanquin-SemiBold'), url(fonts/latin-ext/Palanquin-SemiBold.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Palanquin';
  font-style: normal;
  font-weight: 600;
  src: local('Palanquin SemiBold'), local('Palanquin-SemiBold'), url(fonts/Palanquin-SemiBold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
  font-size: 16px;
  color: #333333;
  line-height: 1.625;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1400px) {
  html {
    font-size: 17px;
  }
  .col-md,
  .col-sm {
    font-size: 16px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  -webkit-font-smoothing: antialiased;
}
body,
.article,
button,
input,
select {
  font-family: 'Palanquin', sans-serif;
  font-size: 1em;
}
h1,
.h1 {
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 32px;
  margin-bottom: 16px;
}
h1:first-child,
.h1:first-child {
  margin-top: 0;
}
@media (max-width: 320px) {
  h1 br {
    display: none;
  }
}
@media (min-width: 960px) {
  h1,
  .h1 {
    font-size: 2.2em;
    line-height: 1.25;
  }
}
@media (min-width: 1080px) {
  h1,
  .h1 {
    font-size: 2.3em;
  }
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.6em;
  }
  html[lang=ja] h1 {
    font-size: 2.2em;
  }
}
@media (min-width: 1921px) {
  h1,
  .h1 {
    font-size: 2.8em;
  }
}
h2,
.h2 {
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 32px;
  margin-bottom: 16px;
}
h2:first-child,
.h2:first-child {
  margin-top: 0;
}
h3,
.h3,
aside h2 {
  font-size: 1.375em;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 48px;
  margin-bottom: 16px;
}
h3:first-child,
.h3:first-child,
aside h2:first-child {
  margin-top: 0;
}
h4,
.h4,
h5,
h6 {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.625;
  margin-top: 32px;
  margin-bottom: 8px;
}
h4:first-child,
.h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
p,
ul,
ol,
pre,
table,
blockquote {
  margin-top: 16px;
  margin-bottom: 16px;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
ul {
  list-style-position: outside;
  padding-left: 1.5em;
}
ul li {
  list-style-type: disc;
}
ul li + li {
  margin-top: 4px;
}
.small,
aside {
  font-size: 0.9em;
  line-height: 22.4px;
}
.large,
.larger p {
  font-size: 1.2em;
  line-height: 1.45;
  font-weight: 200;
}
@media (min-width: 768px) {
  .larger p {
    font-size: 1.8em;
    font-weight: 200;
    line-height: 38.4px;
  }
}
.lead-text {
  font-size: 1.1em;
  color: #666666;
  line-height: 35.2px;
  margin-bottom: 35.2px;
}
p:last-child {
  margin-bottom: 0;
}
hr,
.hr {
  clear: both;
  border: none;
  border-top: 1px solid #DDD;
  line-height: 0;
  height: 1px;
  overflow: hidden;
  box-sizing: border-box;
  margin: -1px 0;
}
b,
strong {
  font-weight: 600;
}
a,
a:active,
a:visited,
a:focus {
  -webkit-text-decoration-skip: objects;
  text-decoration: underline;
  cursor: pointer;
}
a {
  color: #09a766;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline-width: 1px;
}
a:active {
  outline: none;
}
h1 a,
h2 a,
h3 a,
h4 a {
  color: #333333;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: #09a766;
}
.graylinks a,
.graylinks a:visited {
  color: #212121;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
blockquote {
  display: block;
  padding-left: 12px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-left: 2px solid #ef3939;
}
#main button,
[type="submit"],
.vivaldi-button,
.btn-primary {
  display: inline-block;
  color: #FFFFFF !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-shadow: 0 1px 0 rgba(33, 33, 33, 0.3);
  text-decoration: none !important;
  background-color: #09a766;
  padding: 14px 24px;
  line-height: 1.3;
  border: none;
  font-weight: 600;
  border-radius: 3px;
  box-shadow: 0 10px 20px 0 rgba(10, 196, 120, 0.2);
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}
#main button:hover,
[type="submit"]:hover,
.vivaldi-button:hover,
.btn-primary:hover {
  background-color: #08935a;
}
.btn-primary img,
.btn-primary svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 0 10px 5px 0;
}
a.outline-button {
  color: #333;
  text-decoration: none;
  border: 2px solid #ccc;
  padding: 6px 18px;
  border-radius: 6px;
  background-color: #fff;
}
a.outline-button:hover {
  background-color: #f6f6f6;
}
#main [type="submit"] {
  font-size: 14px;
  height: 38px;
  line-height: 34px;
  margin-top: 5px;
  padding: 0 20px;
}
.btn-primary + .btn-secondary {
  margin-left: 24px;
}
a .version {
  display: inline-block;
  font-weight: 300;
}
.btn-secondary {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid #666666;
  border-radius: 3px;
  line-height: 1.3;
  font-weight: 600;
  padding: 14px 24px;
  background-color: #fff;
  color: #666666 !important;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.btn-secondary:hover {
  border-color: #09a766;
  background-color: #09a766;
  text-shadow: 0 1px 0 rgba(33, 33, 33, 0.3);
  box-shadow: 0 10px 20px 0 rgba(10, 196, 120, 0.2);
  color: #fff !important;
}
#main .btn-link {
  color: #333333 !important;
  text-decoration: underline !important;
  background: transparent;
  padding: 0;
  box-shadow: none;
  text-shadow: none;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 24px;
}
#main .btn-link:hover {
  text-decoration: none !important;
  background: transparent;
}
#main .btn-close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #212121 !important;
  background: transparent;
  width: 44px;
  height: 44px;
  padding: 10px;
  box-shadow: none;
  text-shadow: none;
  border: none;
}
#main .btn-close:hover {
  background: transparent;
}
#main .btn-close img {
  display: block;
  width: 24px;
  height: 24px;
}
.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: #fff;
  font-weight: 400;
}
.striped td {
  border: 1px solid #DDD;
}
.striped td,
.striped th {
  padding: 8px 16px;
}
.striped a {
  text-decoration: underline;
  color: #333333;
}
.striped a:hover {
  text-decoration: none;
}
.form > div {
  margin: 0 1px;
  padding: 0px 20px 20px 20px;
  background: #fff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid #DDD;
  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: 600;
  color: #333333;
}
.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: 767px) {
  .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: transparent;
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  line-height: 42px;
  margin: 0;
  padding: 0 15px;
  border: 1px solid #DDD;
  border-radius: 5px;
  font-size: 16px;
  color: #333333;
  z-index: 3;
}
.form-input:focus,
.form-input:active {
  outline: none;
  border-color: #999999;
}
.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: #333333;
}
.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: #333333 transparent transparent transparent;
  transition: transform 0.1s ease-out;
  z-index: 7;
}
.error .form-input {
  border-color: #ef3939 !important;
}
@media (min-width: 768px) {
  .form > div {
    padding: 10px 40px 40px 40px;
  }
}
.cssanimations .fadein,
.cssanimations .playing .mediabox-wrap,
.cssanimations .playing .mediabox-wrap .mediabox-close {
  opacity: 0;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadein;
  animation-name: fadein;
}
.cssanimations .fadeout,
.cssanimations .mediabox-wrap,
.cssanimations .mediabox-wrap .mediabox-close,
.cssanimations .mediabox-hide {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeout;
  animation-name: fadeout;
}
.cssanimations a .sub-arrow {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cssanimations a.highlighted .sub-arrow {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.cssanimations li.active .hero-text {
  opacity: 0;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadein;
  animation-name: fadein;
}
.cssanimations li .hero-image {
  opacity: 1;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  from,
  15%,
  45%,
  75%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.2, 0.5, 0.3, 1);
    animation-timing-function: cubic-bezier(0.2, 0.5, 0.3, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  35%,
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.6, 0.1, 0.7, 0.1);
    animation-timing-function: cubic-bezier(0.6, 0.1, 0.1, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
  55% {
    -webkit-animation-timing-function: cubic-bezier(0.8, 0.1, 0.8, 0.1);
    animation-timing-function: cubic-bezier(0.8, 0.1, 0.8, 0.1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
}
@keyframes bounce {
  from,
  15%,
  45%,
  75%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.2, 0.5, 0.3, 1);
    animation-timing-function: cubic-bezier(0.2, 0.5, 0.3, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  35%,
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.6, 0.1, 0.7, 0.1);
    animation-timing-function: cubic-bezier(0.6, 0.1, 0.1, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
  55% {
    -webkit-animation-timing-function: cubic-bezier(0.8, 0.1, 0.8, 0.1);
    animation-timing-function: cubic-bezier(0.8, 0.1, 0.8, 0.1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
}
section {
  width: 1020px;
  padding: 20px 20px 0px 20px;
  max-width: 100%;
  margin: auto;
}
section.wide {
  width: 1360px;
}
section.narrow {
  width: 800px;
}
section:after {
  content: '';
  display: table;
  clear: both;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.row > div {
  position: relative;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 24px;
}
.row .row > div {
  padding: 0;
}
@media (min-width: 768px) {
  .maincol .row > div {
    padding: 0 10px;
  }
}
.container {
  clear: both;
  padding: 36px 0;
}
.col-sm > div {
  width: 25%;
}
.col-md > div {
  width: 33.333333%;
}
.col-lg > div {
  width: 50%;
}
.reverse {
  flex-direction: row-reverse;
}
.top {
  align-items: flex-start;
}
.bottom {
  align-items: flex-end;
}
.center-h {
  align-items: center;
}
.center-v {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stretch {
  align-items: stretch;
}
.baseline {
  align-items: baseline;
}
section > h1,
section > h2,
section > h3,
section > h4,
section > p {
  padding: 0 12px 24px 12px;
}
aside {
  width: 100%;
  padding: 0 10px;
}
#main section:first-child {
  padding-top: 36px;
}
@media (max-width: 480px) {
  .col-md > div,
  .col-lg > div {
    width: 100%;
  }
  .col-sm > div {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .col-sm > div {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 640px) {
  .col-lg > div {
    width: 100%;
  }
  .col-sm > div,
  .col-md > div {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .row .pad-right {
    padding-right: 40px;
  }
  .row .pad-left {
    padding-left: 40px;
  }
  .row .maincol {
    width: 70%;
    padding-right: 15px;
  }
  .row aside {
    width: 30%;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  #main section:first-child {
    padding-top: 48px;
  }
  .row.whitespace {
    width: auto;
    max-width: none;
    margin-left: -12px;
    margin-right: -12px;
  }
  .row.whitespace > div {
    padding: 0 24px;
    margin-bottom: 36px;
  }
  .row .maincol {
    padding-right: 60px;
  }
}
body {
  padding-top: 64px;
  overflow-x: hidden;
}
#header {
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 97;
  width: 100%;
  height: 64px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  transition: transform .5s;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.07);
}
#header a,
#header a:active,
#header a:visited,
#header a:focus {
  color: #212121;
  text-decoration: none;
}
#header .row {
  width: 100%;
  padding: 0;
}
#header .row > div {
  margin: 0;
}
#header > .row {
  padding: 20px;
  width: 1692px;
  max-width: 100%;
  margin: auto;
}
#header.is-hidden {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#header.is-hidden:focus {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#header #logo,
#header #logo img {
  position: relative;
  display: block;
  width: 144px;
  height: 24px;
  z-index: 98;
}
#header ul,
#header li {
  list-style: none;
  padding: 0;
}
#main-nav {
  position: absolute;
  top: 0;
  right: 20px;
  left: 170px;
}
#menu,
#menu ul,
#menu li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}
#menu {
  position: relative;
  z-index: 9998;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin-top: -7px;
}
#menu a,
#menu a:hover,
#menu a:focus,
#menu a:active {
  display: block;
  padding: 11px 10px;
  color: #212121;
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}
#menu a.has-submenu,
#menu a:hover.has-submenu,
#menu a:focus.has-submenu,
#menu a:active.has-submenu {
  padding-right: 29px;
}
#menu a:hover,
#menu a.current {
  color: #ef3939;
}
#menu a .sub-arrow {
  position: absolute;
  width: 16px;
  height: 16px;
  overflow: hidden;
  right: 8px;
  top: 50%;
  margin-top: -7px;
  left: auto;
  background: transparent url(img/icons/arrow-dwn.png) center no-repeat;
  background-size: 16px 16px;
}
#menu ul {
  display: none;
}
#menu ul a,
#menu ul a:hover,
#menu ul a:focus,
#menu ul a:active {
  font-size: 14px;
  padding: 14px;
}
#menu ul li {
  border-top: 1px solid #EEE;
}
#menu ul li:first-child {
  border-top: 0;
}
#menu li,
#menu a {
  position: relative;
}
#menu::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
@media (max-width: 280px) {
  #header #logo {
    width: 26px;
    height: 26px;
    background: #fff url('img/icons/vivaldi-red.svg') center no-repeat;
    background-size: 26px 26px;
  }
  #header #logo img {
    display: none;
  }
}
@media (max-width: 1023px) {
  #header {
    overflow: hidden;
  }
  #header > .row {
    padding: 20px 10px;
  }
  #menu {
    display: block;
    position: absolute;
    top: 44px;
    right: -999px;
    margin: 0;
    left: auto;
    width: 100%;
    height: 100%;
    z-index: 97;
  }
  #menu > li {
    border-top: 1px solid #DDD;
  }
  #menu a,
  #menu a:hover,
  #menu a:focus,
  #menu a:active {
    padding: 15px;
    background: #fff;
  }
  #menu a.highlighted {
    font-weight: bold;
  }
  #menu ul li {
    border: none;
  }
  #menu ul a,
  #menu ul a:hover,
  #menu ul a:focus,
  #menu ul a:active {
    padding: 10px 30px 15px 30px;
  }
  #menu ul li:last-child a {
    padding-bottom: 20px;
  }
  #main-nav {
    left: 0;
    right: 0;
  }
  #navicon {
    outline: none;
    display: block;
    background: transparent;
    position: absolute;
    width: 32px;
    height: 32px;
    top: -3px;
    right: 6px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
    z-index: 999;
    box-shadow: none;
    border: none;
  }
  #navicon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 24px;
    background: #526575;
    border-radius: 3px;
    opacity: 1;
    left: 4px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #navicon span:nth-child(1) {
    top: 9px;
  }
  #navicon span:nth-child(2),
  #navicon span:nth-child(3) {
    top: 15px;
  }
  #navicon span:nth-child(4) {
    top: 21px;
  }
  #navicon span {
    transition: all 0.25s ease-in-out;
  }
  .showmenu {
    overflow: hidden;
    overflow-y: scroll;
  }
  .showmenu #header {
    min-height: 100%;
    overflow: auto;
  }
  .showmenu #menu {
    opacity: 1;
    left: 0;
    right: 0;
  }
  .showmenu #main-nav {
    left: -10px;
    right: -10px;
  }
  .showmenu #navicon {
    right: 16px;
  }
  .showmenu #navicon span:nth-child(1),
  .showmenu #navicon span:nth-child(4) {
    top: 15px;
    width: 0%;
    left: 50%;
  }
  .showmenu #navicon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .showmenu #navicon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .showmenu #main,
  .showmenu #hero,
  .showmenu #footer {
    display: none !important;
  }
  #btn-top-dl {
    display: none;
  }
}
@media (min-width: 1024px) {
  #navicon {
    display: none;
  }
  #menu li {
    float: left;
  }
  #menu a {
    white-space: nowrap;
  }
  #menu ul {
    position: absolute;
    width: 12em;
    border: 1px solid #DDD;
    background: #fff;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.07);
  }
  #menu ul li {
    float: none;
    font-size: 14px;
  }
  #menu ul a {
    white-space: normal;
  }
  #menu .scroll-up,
  #menu .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  #menu .scroll-up-arrow,
  #menu .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #212121 transparent;
  }
  #menu .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #212121 transparent transparent transparent;
  }
  #btn-top-dl {
    display: block;
    position: absolute;
    top: -5px;
    right: -10px;
    z-index: 9999;
  }
  #btn-top-dl .btn-primary {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 0.8;
    height: 35px;
  }
  #btn-top-dl .btn-primary svg {
    margin: -5px 8px 0 0;
  }
  #btn-top-dl .btn-primary span {
    display: none;
  }
}
@media (min-width: 1200px) {
  .cssanimations #header {
    position: fixed;
  }
}
.no-flexbox #hero {
  display: block;
}
.no-flexbox #hero > div {
  display: block;
  width: 100%;
}
.no-flexbox section {
  clear: both;
}
.no-flexbox .row {
  display: block;
}
.no-flexbox .row > div {
  float: left;
}
.no-flexbox .row:after {
  display: block;
  width: 100%;
  content: '';
  clear: both;
}
.no-flexbox .reverse > div {
  float: right;
}
#hero,
.slider-nav {
  position: relative;
  width: 100%;
  margin: auto;
  padding: 0;
  z-index: 2;
}
#hero {
  max-width: 1640px;
  overflow: hidden;
}
#hero a,
#hero a:visited {
  color: #212121;
}
#hero .call-to-action {
  margin-top: 24px;
}
#hero .btn-primary {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  #hero .call-to-action {
    margin-top: 30px;
  }
}
#hero ul,
#slider li,
.slider-nav ul,
.slider-nav li {
  box-sizing: border-box;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #slider {
    height: auto !important;
    padding-bottom: 0 !important;
  }
  #slider li {
    width: 100%;
  }
  #slider li .hero-image {
    position: relative;
    height: 320px;
  }
  #slider li .hero-text {
    text-align: center;
    padding: 32px;
  }
  #slider li .hero-text * {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  #slider li .hero-text:after {
    display: table;
    content: '';
    clear: both;
  }
  #slider li:nth-child(2) .call-to-action,
  #slider li:nth-child(3) .call-to-action,
  #slider li:nth-child(4) .call-to-action {
    display: none;
  }
  .slider-nav {
    display: none;
  }
}
@media (max-width: 1024px) {
  .slider-nav li {
    text-align: center;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #slider li .hero-image {
    height: 480px;
  }
}
@media (min-width: 768px) {
  #slider,
  #slider li,
  #slider li > div {
    height: 460px;
    max-height: calc(100vh - 108px);
  }
  #slider li + li {
    display: none;
  }
  .all-loaded #slider li + li {
    display: block;
  }
  .lSSlideOuter {
    overflow: hidden;
  }
  .lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
  }
  .lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
  }
  .lSSlideWrapper .lSFade {
    position: relative;
  }
  .lSSlideWrapper .lSFade > li {
    opacity: 0;
    position: absolute !important;
    top: 0;
    left: 30px;
    z-index: 9;
    width: 100%;
  }
  .lSSlideWrapper .lSFade > li.active {
    z-index: 10;
    left: 0;
    opacity: 1;
    transition: all 0.4s ease-in-out;
  }
  #slider {
    overflow: hidden;
    margin: 0;
  }
  #slider:before,
  #slider:after {
    content: " ";
    display: table;
    clear: both;
  }
  #slider li {
    width: 100%;
    float: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  #slider li > div {
    position: relative;
    width: 100%;
  }
  #slider li > div > div {
    width: 50%;
    height: 100%;
  }
  #slider li > div .hero1 {
    padding-bottom: 0;
  }
  #slider li > div .hero-text {
    display: table;
  }
  #slider li > div .hero-text > div {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 50%;
    height: 100%;
    padding: 30px;
  }
  #slider li > div .hero-image {
    position: absolute;
    left: 50%;
    top: 0;
  }
  .rtl .lSSlideOuter {
    direction: rtl;
  }
  .rtl .lSSlideOuter.lightSlider > *,
  .lSrtl .lSSlideOuter .lSGallery li {
    float: right !important;
  }
  #slider.lsGrab > li {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
  }
  #slider.lsGrabbing > li {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
  }
  .slider-nav {
    display: block;
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
  }
  .slider-nav nav,
  .slider-nav ul,
  .slider-nav li {
    position: relative;
    box-sizing: border-box;
  }
  .slider-nav nav {
    padding: 0;
    width: 100%;
    max-width: 1640px;
    margin: auto;
    position: relative;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.07);
  }
  .slider-nav ul {
    display: table;
    width: 100%;
    margin: 0;
  }
  .slider-nav #marker {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 25%;
    background: transparent;
    border-bottom: 4px solid #0AC478;
    z-index: 5;
    -webkit-transition: -webkit-transform 0.2s, box-shadow 0.2s;
    -moz-transition: -moz-transform 0.2s, box-shadow 0.2s;
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .slider-nav .nav1 {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .slider-nav .nav2 {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
  }
  .slider-nav .nav3 {
    -webkit-transform: translateX(300%);
    -moz-transform: translateX(300%);
    -ms-transform: translateX(300%);
    transform: translateX(300%);
  }
  .slider-nav a {
    display: block;
    color: #333333;
    text-decoration: none;
  }
  .slider-nav ul::after {
    clear: both;
    content: "";
    display: table;
  }
  .slider-nav li {
    display: table-cell;
    width: 25%;
    height: 100%;
    position: relative;
    line-height: 24px;
    font-size: 1em;
    text-decoration: none;
    background: #fff;
    border: 1px solid #EEE;
    border-width: 0 0 0 1px;
  }
  .slider-nav li span {
    display: block;
    padding: 3px 0;
  }
  .slider-nav li span span {
    display: none;
  }
  .slider-nav li .tab-button {
    padding: 18px 30px 23px 30px;
  }
  .slider-nav li a:hover,
  .slider-nav li a:focus {
    cursor: pointer;
    color: #0AC478 !important;
  }
  .slider-nav li:first-child {
    border-left-width: 0;
  }
  .slider-nav li img {
    width: 24px;
    height: 24px;
    margin: -3px 12px 0 0;
  }
}
@media (min-width: 1024px) {
  .slider-nav li {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .slider-nav + #main section:first-child {
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .slider-nav + #main section:first-child {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  #slider,
  #slider li,
  #slider li > div {
    height: 560px;
  }
  #slider li > div .hero-text > div {
    padding: 48px;
  }
  .slider-nav li span span {
    display: block;
    font-size: 0.7em;
    color: #999999;
  }
}
@media (min-width: 1400px) {
  #slider {
    font-size: 18px;
  }
  #slider li > div .hero-text > div {
    padding: 80px 64px;
  }
  .slider-nav li {
    font-size: 1.1em;
  }
  .slider-nav li span span {
    font-size: 0.6em;
  }
}
@media (min-width: 1600px) {
  #slider,
  #slider li,
  #slider li > div {
    height: 700px;
    max-height: calc(100vh - 192px);
  }
  #slider li > div .hero-text > div {
    padding-right: 100px;
    padding-left: 60px;
  }
  .slider-nav li .tab-button {
    padding: 25px 40px 30px 40px;
  }
}
@media (min-width: 1800px) {
  #slider,
  #slider li,
  #slider li > div {
    height: 720px;
  }
  #slider li > div .hero-text > div {
    padding-right: 160px;
    padding-left: 0;
  }
}
@media (min-width: 1920px) {
  #slider {
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #slider,
  #slider li,
  #slider li > div {
    height: 420px;
  }
  .slider-nav li {
    font-size: 13px;
  }
  .slider-nav li .tab-button {
    padding: 16px 20px;
  }
}
.mediabox-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  cursor: pointer;
}
.mediabox-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.mediabox-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #212121;
}
.mediabox-wrap .mediabox-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 38px;
  height: 38px;
  background: #000 url('img/icons/close-white.svg') center no-repeat;
  background-size: 16px 16px;
  cursor: pointer;
  outline: 0;
  z-index: 7;
}
#video {
  position: relative;
  height: 100%;
}
.play {
  display: block;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  outline: none;
}
.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 .play img {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all .5s;
  opacity: 1;
}
.all-loaded .play:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all .3s;
}
@media (min-width: 480px) {
  .mediabox-wrap .mediabox-close {
    width: 48px;
    height: 48px;
    background-size: 24px 24px;
  }
}
@media (min-width: 768px) {
  .play img {
    width: 112px;
    height: 112px;
    margin: -48px 0 0 -56px;
  }
}
.playing {
  height: 100%;
}
.playing .hero0 {
  background: #000;
}
@media (min-width: 1600px) {
  .play img {
    width: 152px;
    height: 151px;
    margin: -66px 0 0 -76px;
  }
}
.background {
  background-color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity .5s;
}
.background:hover {
  opacity: 0.85;
}
#featured {
  margin-top: 16px;
}
#featured a {
  display: block;
  padding: 120px 20px 20px 20px;
  height: 100%;
  text-decoration: none;
  color: #333333;
}
#featured a strong {
  display: block;
}
#featured a:after {
  display: table;
  content: "";
  clear: both;
}
#featured h3 {
  float: left;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  padding: 12px 20px 10px 20px;
  background: #212121;
  color: #fff;
  margin: 0;
}
#featured h3.category-news,
#featured h3.category-blog {
  background: #0AC478;
}
#featured h3.category-feature {
  background: #5D27DF;
}
#featured p {
  clear: both;
  float: left;
  background: #fff;
  margin: 0;
  padding: 12px 15px;
}
@media (min-width: 480px) {
  #featured a {
    padding-top: 176px;
  }
}
@media (max-width: 767px) {
  #featured h4 {
    font-size: 1.8em;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #featured > .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@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: 1024px) {
  #featured a {
    padding: 130px 22px 22px 22px;
  }
}
@media (min-width: 1200px) {
  #featured a {
    padding: 196px 30px 30px 30px;
  }
  #featured p {
    padding: 15px 20px;
    min-width: 300px;
  }
}
@media (min-width: 1600px) {
  #featured {
    margin-top: 48px;
  }
}
#testimonials a,
#testimonials a:visited {
  color: #212121 !important;
  opacity: .4;
  text-decoration: none;
}
#testimonials a:hover {
  text-decoration: underline;
}
#testimonials blockquote {
  border: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  #testimonials {
    padding-left: 0;
    padding-right: 0;
  }
  #testimonials h4 {
    font-size: 1.8em;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
  }
  #testimonials > div > div {
    padding: 0;
  }
}
.box {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.07);
  height: 100%;
  border-radius: 5px;
  padding: 24px;
}
.box .name {
  margin-top: 0;
  line-height: 1.3;
}
.box .small {
  color: #666666;
}
.avatar {
  float: left;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  margin: -2px 20px 20px 0;
}
.avatar + p + p {
  clear: both;
}
@media (max-width: 768px) {
  #testimonials .row > div {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #testimonials {
    margin-top: 32px;
  }
  .box {
    padding: 32px;
  }
}
#get-vivaldi {
  padding: 32px 32px;
  width: 930px;
  max-width: 100%;
  margin: auto;
}
#get-vivaldi p {
  margin: 8px 0 3px 0;
}
#get-vivaldi > div {
  margin: auto;
}
#get-vivaldi div div {
  padding-top: 4px;
  float: left;
  max-width: 540px;
}
#get-vivaldi .vivaldi-icon {
  float: left;
  width: 48px;
  height: 48px;
  margin: 0 20px 20px 0;
}
#get-vivaldi a {
  float: right;
  margin: 20px 10px 0 0;
}
#get-vivaldi:after {
  display: table;
  content: "";
  clear: both;
}
#get-vivaldi br + br {
  display: none;
}
@media (max-width: 480px) {
  #get-vivaldi {
    display: none;
  }
}
@media (min-width: 768px) {
  #get-vivaldi .vivaldi-icon {
    width: 80px;
    height: 80px;
    margin: 0 24px 0 0;
  }
  #get-vivaldi a {
    margin: 10px 0 0 30px;
  }
}
@media (min-width: 1200px) {
  #get-vivaldi {
    padding: 80px 32px;
  }
}
.platforms span {
  display: block;
  color: #999999;
}
.win_builds .win_icon,
.mac_builds .mac_icon,
.linux_debian_builds .linux_icon,
.platforms a:hover svg path {
  fill: #5D27DF;
}
.linuxbtns .btn-primary,
.linuxbtns .btn-secondary {
  min-width: 260px;
  margin-bottom: 20px;
}
#dl-thanks {
  color: #fff;
  margin-bottom: -49px;
}
#dl-thanks a {
  color: #fff !important;
}
#dl-image {
  margin-bottom: 30px;
}
#dl-image img {
  display: block;
  width: 100%;
  box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
@media (min-width: 768px) {
  #dl-thanks {
    padding: 20px 0;
    min-height: calc(100vh - 220px);
  }
  #dl-image {
    width: 50%;
    float: right;
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  #dl-thanks {
    padding: 40px 0 40px 40px;
    min-height: calc(100vh - 72px);
  }
}
@media (min-width: 1600px) {
  #dl-thanks {
    font-size: 18px;
  }
}
#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: #fff;
  z-index: 2;
}
#feature-hero h1 {
  margin: 0 auto;
}
#feature-hero p {
  margin: 0 auto 48px auto;
  max-width: 700px;
}
#feature-hero div {
  position: relative;
  width: 980px;
  max-width: 100%;
  margin: auto;
  z-index: 3;
}
#feature-hero #video {
  height: 550px;
  box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
#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 img {
  display: block;
  width: 100%;
  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%;
  }
}
@media (min-width: 768px) {
  #feature-hero {
    padding: 64px 80px 0 80px;
  }
  #feature-hero p {
    margin: 8px auto 48px 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 p {
    margin-bottom: 64px;
  }
}
@media (min-width: 1600px) {
  #feature-hero {
    padding-top: 96px;
  }
  #feature-hero p {
    margin-bottom: 80px;
  }
}
.playing #feature-hero #video a {
  position: absolute;
}
#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: 64px;
  }
}
@media (min-width: 1200px) {
  #top-features {
    padding: 128px 0 0 0;
  }
  #top-features div {
    padding-bottom: 64px;
  }
}
#all-features {
  padding-top: 64px;
}
#all-features li {
  padding-left: 2px;
}
#feature-description {
  padding-top: 64px;
}
#feature-description .row {
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  #feature-description .row > div {
    width: 100%;
  }
  #feature-description .row > div img {
    margin-top: 48px;
  }
}
@media (min-width: 768px) {
  #feature-description {
    padding-top: 96px;
  }
  #feature-description .row {
    padding-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  #feature-description {
    padding-top: 160px;
  }
  #feature-description .row {
    padding-bottom: 128px;
  }
}
@media (min-width: 1600px) {
  #feature-description {
    padding-top: 192px;
  }
  #feature-description .row {
    padding-bottom: 160px;
  }
}
.nicequote {
  padding: 60px 10px;
  margin: 0;
  border: none;
}
.nicequote img {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  float: left;
}
.nicequote p {
  margin: 0 0 16px 72px;
}
.nicequote a {
  color: #999999 !important;
}
.nicequote:after {
  display: table;
  content: '';
  clear: both;
}
@media (min-width: 768px) {
  .nicequote {
    padding: 0 40px 80px 40px;
  }
  .nicequote img {
    width: 96px;
    height: 96px;
    border-radius: 100%;
    float: left;
  }
  .nicequote p {
    margin: 0 0 16px 136px;
  }
}
@media (max-width: 480px) {
  .nicequote {
    padding: 0 20px;
    text-align: center;
  }
  .nicequote img {
    float: none;
    margin: 0 auto 20px auto;
  }
  .nicequote p {
    margin-left: 0;
  }
}
#learnmore {
  margin-top: 80px;
  margin-bottom: -48px;
  border-top: 1px solid #EEE;
  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: 767px) {
  #learnmore {
    padding: 48px 0;
  }
  #learnmore img {
    display: block;
    max-width: 70%;
    height: auto;
    margin: 0 auto 16px auto;
  }
}
#news-promo {
  background: #eff6fd;
  margin: -20px -30px -10px -30px;
  padding: 30px;
}
#news-promo h2 {
  margin: 0;
}
#news-promo input {
  height: 38px;
  line-height: 36px;
  vertical-align: middle;
  margin-right: 12px;
  border-radius: 3px;
}
@media (min-width: 768px) {
  #news-promo {
    margin: -44px 0 30px 0;
  }
  .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%;
  }
}
@media (min-width: 768px) {
  #news-promo {
    padding: 40px 54px;
  }
}
@media (min-width: 1200px) {
  #news-promo {
    margin: -44px -12px 50px -12px;
  }
}
#newsletterform {
  margin: 20px 0;
}
#newsletterform > div {
  padding: 8px 0;
  line-height: 2;
}
#newsletterform input[type=checkbox] {
  margin-right: 5px;
}
.boilerplate {
  margin-top: 60px;
  border-top: 1px solid #EEE;
  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;
}
.nicelist h2 {
  margin-bottom: 24px;
}
.nicelist ul {
  margin-top: 28px;
}
.nicelist li {
  list-style: none;
  padding: 1px 0 12px 32px;
  background: #fff url('img/icons/file.png') top left no-repeat;
}
aside nav ul {
  margin: 0;
  border-bottom: 1px solid #EEE;
}
aside nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
aside nav ul li > a {
  display: block;
  padding: 15px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  outline: none;
  color: #333333 !important;
  border-top: 1px solid #DDD;
}
aside nav ul ul {
  display: none;
  background: #f6f6f6;
  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: 767px) {
  aside {
    padding: 0;
  }
  aside #sidemenu {
    margin: 0 -20px;
  }
}
.highlight-posts {
  padding: 15px 20px 20px 20px;
  margin-top: -10px;
  margin-bottom: 30px;
}
.entry-content figure {
  max-width: 100%;
}
.entry-content figure img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
p.date {
  margin: 0;
}
@media (max-width: 767px) {
  .post-list > .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .post-list > .row header h1,
  .post-list > .row header p,
  .post-list > .row div div {
    padding-left: 20px;
    padding-right: 20px;
  }
  .post-list > .highlight-posts {
    margin-left: -50px;
    margin-right: -50px;
  }
  .post-list .maincol .whitespace,
  .post-list .maincol .whitespace > div {
    padding: 0;
  }
}
@media (max-width: 880px) {
  #main .social-share-buttons li a {
    width: 26px !important;
    height: 26px !important;
    font-size: 14px;
    margin-bottom: 1px;
  }
  #main .social-share-buttons li a span {
    margin-top: 6px !important;
    margin-left: 6px !important;
  }
}
@media (min-width: 768px) {
  .highlight-posts {
    background: #eff6fd;
  }
}
@media (max-width: 1024px) {
  .highlight-posts {
    margin: -36px -20px 30px -20px;
  }
  .article-header {
    padding-top: 10px;
  }
}
@media (min-width: 1200px) {
  .highlight-posts {
    padding: 40px 30px 30px 30px;
    margin-bottom: 60px;
  }
}
.search-results img {
  float: left;
  margin: 0 30px 0 0;
}
.search-results img + h1 + p + .small {
  margin-left: 126px;
}
@media (max-width: 767px) {
  .search-results img {
    width: 48px;
    height: 48px;
    margin: 0 20px 0 0;
  }
  .search-results img + h1 + p + .small {
    margin-left: 0;
  }
}
#author-bio {
  position: relative;
  min-height: 148px;
  margin: 0 10px 48px 10px;
  padding: 26px;
  background: #f6f6f6;
}
#author-bio .avatar {
  position: absolute;
  top: 26px;
  left: 26px;
  width: 96px;
  height: 96px;
}
#author-bio .author-information {
  margin-left: 124px;
}
#author-bio .author-name {
  display: block;
  font-size: 18px;
  font-style: italic;
}
#author-bio .author-name a {
  font-style: normal;
  font-weight: 700;
  color: #333333;
  text-decoration: none;
}
#author-bio .author-name a:hover {
  color: #333333;
  text-decoration: underline;
}
#author-bio .author-info {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 22px;
}
footer #author-bio {
  margin: 64px 0 48px 0;
}
@media (max-width: 767px) {
  #author-bio {
    min-height: 100px;
    margin: -36px -30px 15px -30px;
  }
  #author-bio .avatar {
    width: 48px;
    height: 48px;
  }
  #author-bio .author-information {
    margin-left: 64px;
  }
  #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: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #999999;
}
#main .entry-cats a:hover {
  color: #09a766;
}
.lead-text + .entry-meta {
  margin-top: 26px;
  padding-top: 26px;
  border-top: 1px solid #EEE;
}
#main .entry-meta {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
}
#main .entry-meta strong a {
  color: #ef3939;
  text-decoration: none;
}
.post-views,
.comment-count {
  font-weight: 600;
  margin: 0 0 30px 0;
  font-size: 13px;
}
.comment-count {
  margin-top: 30px;
}
.entry-content img {
  display: inline-block;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .entry-content iframe {
    margin-top: 10px;
    max-width: 100%;
    width: 760px;
    height: 428px;
  }
}
.download-vivaldi-sidebar {
  background-color: rgba(239, 57, 57, 0.08);
  padding: 10px 15px 20px 15px;
}
.download-vivaldi-sidebar a {
  display: block;
  color: #212121;
  background-color: #fff;
  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: 700;
  text-transform: uppercase;
  margin-top: 4px;
}
.rss-feed {
  background-color: #ffeddb;
  padding: 5px 10px;
  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;
}
.pagination {
  clear: both;
  padding: 10px;
}
.page-numbers {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #F1F1F1;
  color: #212121;
  text-decoration: none !important;
}
.page-numbers.dots {
  margin: 0;
  border-color: transparent;
}
.page-numbers.current {
  color: #fff;
  background-color: #ef3939;
  border-color: #ef3939;
}
.page-numbers:hover:not(.current) {
  color: #333333;
  display: inline-block;
  background-color: #f6f6f6;
}
span.page-numbers {
  margin: 0 8px;
}
.searchform #s {
  box-sizing: border-box;
  width: 100%;
  padding: 7px 14px;
}
.searchform #searchsubmit {
  display: none;
}
#comments {
  margin-top: 24px;
}
#nodebb .user {
  left: 0 !important;
}
#nodebb-comments-list li {
  list-style: none;
  padding-left: 0;
}
#nodebb .topic-profile-pic {
  margin-left: 0;
}
#main button.customize-partial-edit-shortcut-button {
  padding: 0 !important;
  box-shadow: none !important;
}
.row.banners {
  margin-top: 40px;
}
.row.banners div {
  border-top: 1px solid #EEE;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.row.banners textarea {
  width: 100%;
  height: 60px;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}
#contact-page section {
  padding-top: 32px !important;
  padding-bottom: 24px;
}
#contact-page h3 {
  margin-bottom: 24px;
}
#contact-channels div {
  max-width: 50%;
}
#contact-channels a {
  display: block;
  color: #333333;
}
.faq {
  margin: 32px 0 0 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #DDD;
}
.faq .item {
  list-style: none;
  border-top: 1px solid #DDD;
  padding: 0;
}
.faq .item.active {
  padding-top: 10px;
}
.faq img {
  display: block;
  margin: 10px 0;
}
.faq .topic {
  position: relative;
  margin: 0;
  padding: 12px 22px;
  cursor: pointer;
  font-size: 0.9em;
}
.faq .topic::before {
  position: absolute;
  top: 22px;
  left: 0;
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
  transition: transform 0.1s ease-out;
}
.faq .topic:hover {
  color: #09a766;
}
.faq .topic:hover::before {
  border-color: #09a766;
}
.faq .item.active .topic::before {
  transform: rotate(45deg);
  top: 18px;
}
.faq .answer {
  margin: 0;
  padding: 15px 22px 40px 22px;
  display: none;
  font-size: 0.9em;
}
.faq .answer p {
  margin-top: 0;
}
#select-topic {
  background-color: #fafafa;
}
#contactform {
  margin-top: 32px;
}
#contactResult {
  position: relative;
  clear: both;
  width: 100%;
  margin-top: 30px;
  font-size: 0.8em;
}
#contactResult.warning,
#contactResult.error {
  background-color: #fffad0;
  border: 1px solid #ffe58b;
  padding: 14px;
  color: #695400;
}
#contactResult.success {
  background-color: #e2fbf0;
  border: 1px solid #0AC478;
  padding: 14px;
  color: #287147;
}
#contactResult.error:after,
#contactResult.success:after {
  top: 15px;
  right: 15px;
}
#addresses {
  clear: both;
  background-color: #5D27DF;
  background-image: linear-gradient(190deg, rgba(64, 255, 0, 0.2), rgba(64, 0, 255, 0.5)), 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(0, 255, 0, 0.1) 60%), linear-gradient(90deg, #4b0082, #4169e1, #3cb371);
  color: #fff;
  padding: 40px 20px 0 20px;
  margin: 64px 0 -48px 0;
}
#footer {
  position: relative;
  z-index: 1;
  background: #fafafa;
  border-top: 1px solid #EEE;
  margin-top: 48px;
}
#footer > .row {
  width: 1360px;
  padding: 0 20px;
  max-width: 100%;
  margin: auto;
}
#footer > .row > div {
  padding: 0 10px;
  margin-bottom: 0;
}
#footer h3 {
  font-size: 15px;
  margin-bottom: 16px;
}
#footer ul,
#footer li,
#footer p {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
}
#footer select {
  font-size: 14px;
  border: 1px solid #DDD;
  border-radius: 5px;
  background: #fff;
  padding: 2px 6px;
}
#footer .copyright p {
  letter-spacing: .5px;
  line-height: 26px;
  margin: 0;
}
#footer #vivaldi-icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: -2px 5px 0 0;
}
#newsletterpromo {
  padding-top: 32px !important;
  font-size: 14px;
}
#newsletterpromo img {
  width: 32px;
  height: 32px;
  margin: 0 10px 2px 0;
  vertical-align: middle;
}
.locales {
  margin: -3px 0 16px 0;
}
#social a {
  display: inline-block;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  margin: 0 6px 0 0;
}
#social a:hover {
  opacity: .8;
}
#social svg {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}
@media (max-width: 480px) {
  #footer .col-lg > div {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #footer {
    text-align: center;
  }
  #footer div div {
    padding: 0;
  }
  .copyright a {
    white-space: nowrap;
  }
}
@media (min-width: 640px) {
  #social,
  .locales {
    text-align: right;
  }
  #social {
    padding-top: 32px !important;
  }
}
@media (min-width: 768px) {
  #footer {
    padding-bottom: 16px;
  }
  #footer .col-md > div {
    width: 33.333333%;
  }
  #footer .col-lg > div {
    margin-bottom: 0;
    width: 66.666666%;
  }
  #footer .col-lg > div:last-child {
    width: 33.333333%;
  }
  #footer .col-lg.reverse > div {
    width: 33.333333%;
  }
  #footer .col-lg.reverse > div:last-child {
    width: 66.666666%;
  }
  #newsletterpromo,
  #social {
    padding: 48px 0 !important;
  }
}
@media (min-width: 1200px) {
  #footer .row .col-lg > div {
    width: 75%;
  }
  #footer .row .col-lg > div:last-child {
    width: 25%;
  }
  #footer .col-lg.reverse > div {
    width: 25%;
  }
  #footer .col-lg.reverse > div:last-child {
    width: 75%;
  }
  #footer .row .col-md > div {
    width: 16.6666666%;
  }
}
