html,
body,
div,
span,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol li {
  list-style-type: decimal;
}

body {
  min-height: 100vh;
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
  /* background-color: rgb(0 0 0 / 10%) !important; */
}



.helvetica {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html,
body {
  /* color: #999; */
  background-repeat: repeat;
  /* background-image: url(/public/images/circles-light.png); */
  display: flex;
  flex-direction: column;
}

.wrapper {
  position: relative;
  width: 1400px;
  margin: 0 auto;
}

#hero-spot {
  color: #a7a7a7;
  -webkit-backface-visibility: hidden;
  line-height: 1.5em;
  max-width: none;
  margin: 0px auto 60px;
  font-size: 18px;
}

.content-body {
  width: 100%;
  margin: 0 auto;
}
.overflow-y-scroll {
  overflow-y: scroll;
}

.kodseged-inline {
  width: 1300px;
}

.page-footer {
  /* background-color: #f5f5f5; */
  width: 100%;
  /* padding-left: 20px; */
  /* padding-right: 20px; */
  /* padding-bottom: 30px; */
}

@media screen and (max-width: 1300px) {
  .kodseged-inline {
    width: 100%;
  }
}

@media screen and (max-width: 1300px) {
  .wrapper {
    width: 90%;
  }
}

img.animated-gif {
  width: 120px;
  height: auto;
}

a {
  color: #4183c4;
  text-decoration: none !important;
}

a:hover {
  color: #156cc2;
  text-decoration: none !important;
}

p code {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 2px 5px;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.page h1.title {
  margin-top: 25px;
}

em {
  font-style: italic;
}

textarea {
  border: none;
  background-color: transparent;
  width: 400px;
  outline: none;
}

.logo {
  display: block;
  width: 169px;
  margin: 0 auto;
}

.footer-cookie-padding {
  padding-bottom: 90px !important;
}

@media screen and (max-width: 600px) {
  .logo {
    width: 80px;
  }
}

.bg {
  /* background: url(/public/images/main-bg-3.webp); */
  background-size: cover;
}

.bg-aligned {
  background-position: 0 -60px;
}

.post-card-body {
  height: 90px;
}

.help-link {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #333;
  color: #bbb;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  -webkit-backface-visibility: hidden;
  -webkit-transition: color 0.2s ease-in-out 0s;
  -moz-transition: color 0.2s ease-in-out 0s;
  -o-transition: color 0.2s ease-in-out 0s;
  transition: color 0.2s ease-in-out 0s;
}

.help-link:hover {
  color: #fff;
}

#hero-spot {
  color: #fff;
  -webkit-backface-visibility: hidden;
  max-width: 830px;
  margin-top: 50px;
  font-weight: 100;
  font-size: 14px !important;
}

#main-title {
  color: #fff;
  -webkit-backface-visibility: hidden;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 100;
  line-height: 60px;
  text-align: center;
}

#hero-spot {
  color: #a7a7a7 !important;
  -webkit-backface-visibility: hidden;
  line-height: 1.5em !important;
  max-width: none !important;
  margin: 10px auto 0 !important;
  font-size: 18px !important;
}

#hero-spot2 {
  color: black !important;
  -webkit-backface-visibility: hidden;
  line-height: 1.5em !important;
  max-width: none !important;
  margin: 10px auto 0 !important;
  font-size: 25px !important;
  font-weight: 200;
}

#slideshow {
  margin: 30px auto 0;
  position: relative;
}

.slide {
  margin: 0 auto;
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 100;
  -webkit-transition: opacity 0.6s ease-in-out 0s;
  -moz-transition: opacity 0.6s ease-in-out 0s;
  -o-transition: opacity 0.6s ease-in-out 0s;
  transition: opacity 0.6s ease-in-out 0s;
}

.slide:first-child {
  position: relative;
  display: block;
}

.slide.active {
  opacity: 1;
  z-index: 90;
}

.shadow-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 9px;
  /* background: url(../images/section-shadow.png) repeat-x; */
}

footer {
  position: relative;
  font-size: 12px;
  line-height: 1.5;
  color: #777;
  clear: both;
  width: 1400px;
  /* padding: 40px 0; */
  /* border-top: 1px solid #eee; */
}

.site-footer-links li {
  display: inline-block;
  margin-left: 10px;
}

.site-footer-links li:first-child {
  margin-left: 0;
}

footer .right {
  float: right;
  margin: 0;
}

.left {
  float: left;
}

.article-left {
  width: 500px;
  margin-left: 20px;
}

.page .content {
  padding-left: 10%;
  padding-right: 10%;
}

.versions,
.themes {
  font-size: 1.1em;
}

.versions table {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  font-size: 1.1em;
}

.versions table tr th {
  font-weight: bold;
  text-align: left;
}

.versions table tr td {
  padding: 5px 20px 5px 0;
}

.themes .content {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.themes .content ul {
  width: 8em;
  margin-left: auto;
  margin-right: auto;
}

.submit-btn {
  padding: 13px 24px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  border: 0;
  border-radius: 5px;
  background-color: #7ec954;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
}

.submit-btn:hover {
  cursor: pointer;
}

.submit-btn:disabled {
  background-color: #addd91;
  cursor: not-allowed;
}

.fb-like {
  margin: 10px 0 0 0 !important;
  /* responsive */
}

.fb-like,
.fb-like>span,
.fb-like iframe[style] {
  width: 100% !important;
}

.small-text {
  font-size: 0.8em;
}

.smaller-text {
  font-size: 0.6em;
}

.list-style-circle {
  list-style: circle;
}

.bg-transparent-70 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.menlo-font {
  font-family: "Menlo", monospace;
}

.oswald-font {
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 1em;
}

@font-face {
  font-family: "Din";
  font-display: block;
  src: url("/public/fonts/din-condensed/DINCondensed-Bold.ttf") format("woff");
}

@font-face {
  font-family: "Helvetica";
  src: url("/public/fonts/helvetica/Helvetica.ttf") format("woff");
}

@font-face {
  font-family: "Work Sans";
  font-display: block;
  font-style: normal;
  font-weight: 100;
  src: url("/public/fonts/Work_Sans/static/WorkSans-Thin.ttf") format("woff");
}

@font-face {
  font-family: "Menlo";
  font-display: block;
  font-style: normal;
  src: url("/public/fonts/Menlo/Menlo-Regular-400.ttf") format("woff");
}

@font-face {
  font-family: Apercu Light;
  src: url(/public/fonts/apercu/light.otf) format("opentype");
}

@font-face {
  font-family: Apercu Regular;
  src: url(/public/fonts/apercu/regular.otf) format("opentype");
}

@font-face {
  font-family: Apercu Medium;
  src: url(/public/fonts/apercu/medium.otf) format("opentype");
}

@font-face {
  font-family: Apercu Bold;
  src: url(/public/fonts/apercu/bold.otf) format("opentype");
}

.main-brand {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#main-navbar-toggler {
  background-image: linear-gradient(to right, rgb(255 199 63) 0%, rgb(253 52 89) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgb(0 0 0 / 0%);
  color: rgb(0 0 0 / 0%);
}

.text-gradient {
  background-image: linear-gradient(to right, rgb(255 199 63) 0%, rgb(253 52 89) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgb(0 0 0 / 0%);
  color: rgb(0 0 0 / 0%);
}

@media screen and (max-width: 670px) {
  .main-brand {
    font-size: 0.5em;
    padding: 0;
  }

  .main-brand-right-text {
    left: -2px !important;
  }
}

p {
  font-size: 1.4em;
}

.fb-like span,
.fb-like iframe {
  min-width: 100px !important;
  min-height: 20px !important;
}

#main-nav {
  background: black;
  background-size: cover;
  border-bottom: none;
  margin: 0 !important;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  align-content: center;
}

.spacer {
  margin-top: auto !important;
  aspect-ratio: 1280/100;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* .layer1 {
  background-image: url(/public/images/layered-waves-haikei.svg);
} */

/* NAVBAR */
.navbar-visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease-out;
  z-index: 9999;
}

.navbar-hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s ease-in;
}

.fade-in {
  -webkit-animation: fadein 0.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 0.5s;
  /* Internet Explorer */
  -o-animation: fadein 0.5s;
  /* Opera < 12.1 */
  animation: fadein 0.5s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Mui reset */
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

strong,
b {
  font-family: "Apercu Bold", "Helvetica", "Arial", sans-serif !important;
  font-weight: normal !important;
}

/* Mui reset */
body {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  margin: 0;
  font-size: 0.9rem !important;
  line-height: 1.4 !important;
  font-family: "Apercu Medium", "Helvetica", "Arial", sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: -0.04em !important;
}

.fw-bold {
  font-family: "Apercu Bold", "Helvetica", "Arial", sans-serif !important;
  font-weight: normal !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -0.04em;
  font-weight: 500;
}

/* body {
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
  font-size: 0.875rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.01071em;
} */

@media print {
  body {
    background-color: #fff;
  }
}

body::backdrop {
  background-color: #fafafa;
}

.badge-lg {
  font-size: 1.2em;
  margin: 3px
}

@media (max-width: 576px) {
  .width-sm-100 {
      width: 100%;
  }
}



.skewed-container {
  background: cyan;
  color: darkblue;
  position: relative;
  z-index: 1;
}

.skewed-container::before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: inherit;
  transform: skew(0, -2deg);
  transform-origin: top left;
}

.skewed-container::after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: inherit;
  transform: skew(0, -2deg);
  transform-origin: bottom right;
}