/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 15px;
  /* 2 */
  line-height: 15px; }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: Monosten;
  src: url(../fonts/Monosten/Monosten-A.woff2?etag=9bdc03646207a5354c40167543f428b6) format("woff2"), url(../fonts/Monosten/Monosten-A.woff) format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: LatoLatinWeb;
  src: url(../fonts/LatoLatin/LatoLatin-Bold.eot?etag=86f41d54c4fa52ecfcae6204c03e4782);
  src: url(../fonts/LatoLatin/LatoLatin-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/LatoLatin/LatoLatin-Bold.woff2?etag=3ff66ada9b57d10c17e415222486ec21) format("woff2"), url(../fonts/LatoLatin/LatoLatin-Bold.woff?etag=f323edeea9058ded98148eefffb1794a) format("woff"), url(../fonts/LatoLatin/LatoLatin-Bold.ttf?etag=20ee9bd18996dbf668b6585cf59a6bed) format("truetype");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: LatoLatinWeb;
  src: url(../fonts/LatoLatin/LatoLatin-BoldItalic.eot?etag=328250e7434a3067a36856da8f62a9bc);
  src: url(../fonts/LatoLatin/LatoLatin-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/LatoLatins/LatoLatin-BoldItalic.woff2?etag=e3efadc700b8e6364a98fda1b2e2b784) format("woff2"), url(../fonts/LatoLatin/LatoLatin-BoldItalic.woff?etag=2538f760e9fb5f5ec46f70facba55ac5) format("woff"), url(../fonts/LatoLatin/LatoLatin-BoldItalic.ttf?etag=e22cd5242829916ff8a5e0c6464c480e) format("truetype");
  font-style: italic;
  font-weight: 700;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: LatoLatinWeb;
  src: url(../fonts/LatoLatin/LatoLatin-Italic.eot?etag=6df64ed5a283ba37d65346e4c133fd21);
  src: url(../fonts/LatoLatin/LatoLatin-Italic.eot?#iefix) format("embedded-opentype");
  font-style: italic;
  font-weight: 400;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: LatoLatinWeb;
  src: url(../fonts/LatoLatin/LatoLatin-Regular.eot?etag=6cfad5881181ae658a6efdd68889a690);
  src: url(../fonts/LatoLatin/LatoLatin-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/LatoLatin/LatoLatin-Regular.woff2?etag=3cd36578026d6c12eddf9a5c671a251d) format("woff2"), url(../fonts/LatoLatin/LatoLatin-Regular.woff?etag=586ec8dc57c264cffafa044f8603e7bb) format("woff"), url(../fonts/LatoLatin/LatoLatin-Regular.ttf?etag=c305a828efdfe8d0e57a840028d3c289) format("truetype");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility; }
/**
 * Swiper 6.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 9, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }
:root {
  --swiper-theme-color:#007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color:#000000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

html {
  font-size: 12px;
  scroll-behavior: smooth; }
  @media screen and (min-width: 64rem) {
    html {
      font-size: 15px; } }

body {
  font-family: LatoLatinWeb; }

h1,
h2,
h3,
h4,
h5 {
  font-family: Monosten;
  font-weight: 400; }

* {
  box-sizing: border-box; }

h3 {
  font-size: 1.3333333333rem;
  line-height: 1.6666666667rem;
  font-weight: 400; }

h2 {
  font-size: 1rem;
  text-align: center;
  font-weight: 400; }

p {
  line-height: 1.6666666667rem; }

figure img {
  width: 100%;
  max-width: 488px; }

figure {
  margin: 0; }

img[src*="#unzoom150"] {
  border: lightgrey solid 1px;
  padding: 20px;
  zoom: 66.667%; }

img[src*="#unzoom200"] {
  border: lightgrey solid 1px;
  padding: 20px;
  zoom: 50%; }

img[src*="#unzoom300"] {
  border: lightgrey solid 1px;
  padding: 20px;
  zoom: 33.33%; }

header {
  background-color: #2E1C47;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000001;
  overflow: hidden; }

header .items_wrapper {
  font-family: monosten;
  font-weight: 100;
  display: flex;
  justify-content: space-between;
  align-content: center;
  padding: 1.8333333333rem 2.0833333333rem 0.8333333333rem 2.0833333333rem; }
  @media screen and (min-width: 51.2rem) {
    header .items_wrapper {
      padding: 2.2666666667rem 3.0444444444rem;
      margin: 0 auto; } }
  @media screen and (min-width: 106.6666666667rem) {
    header .items_wrapper {
      width: 106.6666666667rem;
      padding: 2.2533333333rem 0; } }
  header .items_wrapper .logo {
    width: 30%; }
    @media screen and (min-width: 51.2rem) {
      header .items_wrapper .logo {
        width: 11.6666666667rem; } }
    header .items_wrapper .logo img {
      max-width: 14.6666666667rem; }
  header .items_wrapper nav {
    width: 70%;
    font-size: 0.8333333333rem;
    display: flex;
    justify-content: flex-end; }
    @media screen and (min-width: 51.2rem) {
      header .items_wrapper nav {
        font-size: 1.4666666667rem; } }
    header .items_wrapper nav ul {
      list-style-type: none;
      display: flex;
      justify-content: flex-end;
      margin: 0;
      align-self: center; }
      header .items_wrapper nav ul li {
        margin-left: 1.25rem; }
        @media screen and (min-width: 51.2rem) {
          header .items_wrapper nav ul li {
            margin-left: 4.6666666667rem; } }
        header .items_wrapper nav ul li a {
          color: #FFF;
          text-decoration: none;
          line-height: 1rem; }

section {
  overflow: hidden; }

.newsletter {
  background-color: #2E1C47; }

.newsletter .items_wrapper {
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  padding: 5.8333333333rem 37px; }
  .newsletter .items_wrapper h2 {
    font-family: monosten;
    font-size: 1.9166666667rem;
    font-weight: 400; }
  .newsletter .items_wrapper img {
    width: 60px; }
  .newsletter .items_wrapper p {
    text-align: center;
    font-size: 1rem; }
  .newsletter .items_wrapper .form_elements {
    display: flex;
    justify-content: center;
    margin-top: 1.6666666667rem; }
    .newsletter .items_wrapper .form_elements .email_field {
      padding: 0.8333333333rem;
      border: 2px solid #61d3e1;
      background-color: transparent;
      font-family: monosten;
      font-size: 0.8333333333rem;
      line-height: 1.25rem;
      color: #61d3e1;
      outline: none;
      outline-width: 0; }
    .newsletter .items_wrapper .form_elements .submit_button {
      padding: 1rem;
      background-color: #61d3e1;
      border: none;
      color: #2E1C47;
      height: 100%; }
  .newsletter .items_wrapper .socialmedia_links {
    list-style-type: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-top: 4.1666666667rem; }
    .newsletter .items_wrapper .socialmedia_links li {
      padding: 0 1.25rem; }
    .newsletter .items_wrapper .socialmedia_links img {
      width: 3.75rem; }

.grecaptcha-badge {
  visibility: hidden; }

@media screen and (min-width: 51.2rem) {
  .newsletter .items_wrapper {
    margin: 0 auto;
    padding: 8.8666666667rem 3.0444444444rem; }
    @supports (display: grid) {
      .newsletter .items_wrapper {
        display: grid;
        grid-template-columns: minmax(90px, 130px) 3fr 3fr;
        grid-template-rows: 2fr 1fr 1fr; }
        .newsletter .items_wrapper img {
          grid-column: 1/2;
          grid-row: 1/4;
          align-self: start; }
        .newsletter .items_wrapper h2 {
          grid-column: 2/3;
          align-self: start;
          text-align: left;
          margin: 0; }
        .newsletter .items_wrapper p {
          grid-column: 2/3;
          grid-row: 2/3;
          text-align: left;
          margin: 0;
          align-self: start;
          font-size: 1.1333333333rem;
          line-height: 1.8rem; }
        .newsletter .items_wrapper #subscriptionForm {
          grid-column: 3/4;
          grid-row: 1/4;
          margin: 0; }
          .newsletter .items_wrapper #subscriptionForm .form_elements .email_field {
            padding: 0 2.3333333333rem;
            height: 100%;
            width: 350px; }
          .newsletter .items_wrapper #subscriptionForm .form_elements .submit_button {
            padding: 27px 62px;
            font-size: 0.9333333333rem; }
        .newsletter .items_wrapper .grecaptcha-terms {
          grid-column: 3/4;
          grid-row: 2/4;
          padding-left: 100px; }
          .newsletter .items_wrapper .grecaptcha-terms p {
            font-size: xx-small;
            color: gray; }
            .newsletter .items_wrapper .grecaptcha-terms p a {
              color: gray; }
        .newsletter .items_wrapper .socialmedia_links {
          grid-column: 2/3;
          grid-row: 3/4;
          justify-self: start;
          justify-content: start;
          margin: 1.3333333333rem 0 0 0; }
          .newsletter .items_wrapper .socialmedia_links li {
            padding: 0 2.6666666667rem 0 0; } } }
@media screen and (min-width: 106.6666666667rem) {
  .newsletter .items_wrapper {
    width: 1600px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0; } }
@media screen and (min-width: 1024px) {
  .newsletter .items_wrapper h2 {
    font-size: 2.7333333333rem;
    line-height: 3.4rem; } }
@media screen and (min-width: 1410px) {
  .newsletter .items_wrapper h2 {
    font-size: 4rem;
    line-height: 4.6666666667rem; }
  .newsletter .items_wrapper p {
    margin-top: 1.3333333333rem; } }
.home_page {
  margin-top: 75px;
  padding: 0 3.0833333333rem; }
  @media screen and (min-width: 51.2rem) {
    .home_page {
      margin-top: 240px;
      padding: 0 3.0444444444rem; } }
  @media screen and (min-width: 768px) and (max-width: 1400px) {
    .home_page {
      padding: 0 3.0444444444rem; } }
  @media screen and (min-width: 768px) and (max-width: 1280px) {
    .home_page {
      margin-top: 160px; } }

.latest_posts {
  display: block;
  margin-bottom: 70px;
  max-width: 1600px;
  margin: 75px auto 4.6666666667rem auto; }
  .latest_posts .post_data {
    overflow: hidden; }
  .latest_posts .post_details {
    font-size: 0.75rem;
    font-family: monosten;
    color: #C8C8C8; }
    .latest_posts .post_details span {
      color: #973EFF; }
  .latest_posts .post_excerpt {
    margin: 1rem 0;
    font-size: 11px;
    line-height: 20px; }
  .latest_posts h3 a {
    color: black;
    text-decoration: none; }
  .latest_posts .read_button {
    display: block;
    width: 100%;
    background-color: #973EFF;
    color: #FFF;
    text-align: center;
    padding: 0.7em 0px;
    text-decoration: none;
    transition: all 200ms ease-in-out;
    margin-top: 15px; }
    .latest_posts .read_button:hover {
      background-color: #000; }
  .latest_posts .swiper-container {
    height: 175vw; }
  .latest_posts .swiper-button-next:after, .latest_posts .swiper-button-prev:after {
    color: #d5d5d5; }
  .latest_posts .swiper-pagination-bullet {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 12px;
    opacity: 1;
    border: 1px solid #C8C8C8;
    border-radius: 0;
    background-color: transparent;
    color: #C8C8C8; }
  .latest_posts .swiper-pagination-bullet-active {
    color: #973EFF;
    border-color: #973EFF;
    outline: 0; }
  .latest_posts .swiper-pagination.in-pagination {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: unset; }

.post_share_n_tag {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1em;
  font-family: monosten; }
  .post_share_n_tag .post_category {
    background-color: #973EFF;
    font-size: 0.75rem;
    padding: 5px 8px;
    margin-bottom: 0.4166666667rem;
    transition: all 200ms ease-in-out; }
    .post_share_n_tag .post_category:hover {
      background-color: #000; }
    .post_share_n_tag .post_category img {
      width: 15px; }
    .post_share_n_tag .post_category a {
      color: #FFF;
      text-decoration: none; }

.share_buttons, .share_buttons.desktop {
  margin-bottom: 0.4166666667rem; }
  .share_buttons ul, .share_buttons.desktop ul {
    display: flex;
    justify-content: flex-start;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .share_buttons ul li, .share_buttons.desktop ul li {
      width: 25px;
      height: 25px;
      margin-right: 20px; }

.share_buttons.desktop {
  display: none; }

@media screen and (min-width: 768px) {
  @supports (display: grid) {
    .latest_posts .post_data {
      display: grid;
      grid-template-columns: minmax(200px, 480px) 2fr 1fr 8%;
      grid-template-rows: 1fr 1fr 3fr 1fr;
      width: 90%;
      height: 480px;
      gap: 0.6666666667rem 3.6666666667rem;
      margin: 0 auto; } }
  .latest_posts h3 {
    font-size: 2.5333333333rem;
    line-height: 3.2rem;
    padding-top: 1.1333333333rem; }
    @supports (display: grid) {
      .latest_posts h3 {
        grid-column: 2 / 4;
        align-self: start;
        justify-self: start;
        margin: 0; } }
  .latest_posts .swiper-container {
    height: 32rem; }
  .latest_posts .swiper-slide {
    display: flex;
    justify-content: space-between; }
    .latest_posts .swiper-slide figure {
      padding-left: 2px; }
      @supports (display: grid) {
        .latest_posts .swiper-slide figure {
          grid-column: 1/2;
          grid-row: 1/4; } }
      .latest_posts .swiper-slide figure img {
        width: 100%;
        object-fit: cover; }
  @supports (display: grid) {
    .latest_posts .post_details_and_tag {
      grid-column: 2 / 4;
      display: flex;
      justify-content: flex-start; } }
  .latest_posts .post_details {
    font-size: 1.2rem;
    margin-top: 0;
    margin-right: 60px;
    line-height: 30px;
    font-family: LatoLatinWeb; }
  .latest_posts .post_share_n_tag {
    font-size: 0.6rem;
    margin: 0;
    display: block; }
    .latest_posts .post_share_n_tag .post_category {
      margin-top: 0;
      padding: 0 11px;
      height: 30px;
      display: flex; }
      .latest_posts .post_share_n_tag .post_category a {
        font-size: 0.9333333333rem;
        display: flex;
        flex-wrap: nowrap; }
      .latest_posts .post_share_n_tag .post_category img {
        width: 30px;
        margin-right: 7px; }
      .latest_posts .post_share_n_tag .post_category span {
        line-height: 30px; }
  .latest_posts .post_excerpt {
    font-size: 1.3333333333rem;
    line-height: 2rem; }
    @supports (display: grid) {
      .latest_posts .post_excerpt {
        grid-column: 2 / 4;
        align-self: center; } }
  @supports (display: grid) {
    .latest_posts .pagination_and_read_button {
      grid-column: 2 / 4;
      grid-row: 4 / 5;
      justify-self: end;
      font-size: 1.2rem;
      display: flex;
      align-items: center;
      height: 50px;
      align-self: end; } }
  .latest_posts .read_button {
    width: 9.1666666667rem;
    height: 50px;
    line-height: 26px;
    order: 2;
    margin-left: 63px;
    margin-top: 0; }
  .latest_posts .swiper-pagination.in-pagination {
    margin: 0;
    width: 260px;
    height: 36px;
    margin-bottom: 0px;
    font-size: 1.2rem;
    display: flex;
    flex-wrap: nowrap;
    position: unset; }
  .latest_posts .swiper-pagination-bullet {
    font-size: 1.3333333333rem; }

  .share_buttons, .share_buttons.desktop {
    display: none; }

  .share_buttons.desktop {
    display: block;
    width: unset; }
    @supports (display: grid) {
      .share_buttons.desktop {
        grid-column: 4/5;
        grid-row: 1/4;
        justify-self: end; } }
    .share_buttons.desktop ul {
      flex-direction: column; }
      .share_buttons.desktop ul li {
        margin-bottom: 1.6666666667rem;
        width: 50px;
        height: 50px; } }
@media screen and (min-width: 768px) and (max-width: 1620px) {
  .latest_posts h3 {
    font-size: 1.979vw;
    line-height: 2.5vw; } }
@media screen and (min-width: 768px) and (max-width: 1340px) {
  .latest_posts .post_data {
    width: 100%; } }
@media screen and (max-width: 1340px) {
  .latest_posts .swiper-button-next, .latest_posts .swiper-button-prev {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1480px) {
  .latest_posts .post_details {
    font-size: 0.8rem; }
  .latest_posts .post_excerpt {
    font-size: 1.2rem;
    line-height: 1.8666666667rem; }
  .latest_posts .swiper-pagination.in-pagination {
    width: 100%; }
  .latest_posts .read_button {
    width: 13.3333333333rem; } }
@media screen and (min-width: 768px) and (max-width: 1210px) {
  @supports (display: grid) {
    .latest_posts .post_data {
      grid-template-columns: minmax(200px, 480px) minmax(340px, 480px) 1fr 8%;
      width: 100%;
      height: 36vw;
      gap: 0.6666666667rem 3.6666666667rem; } } }
.featured_posts, .older_posts {
  padding-bottom: 50px; }
  .featured_posts h2, .older_posts h2 {
    margin: 0 0 2.9166666667rem 0; }
  @media screen and (min-width: 64rem) {
    .featured_posts, .older_posts {
      padding-bottom: 3.3333333333rem;
      margin-top: 16.3333333333rem; }
      @supports (display: grid) {
        .featured_posts, .older_posts {
          display: grid;
          grid-template-columns: minmax(180px, 1fr) repeat(3, minmax(250px, 390px)) minmax(180px, 1fr);
          gap: 3.3333333333rem 3.3333333333rem; }
          .featured_posts h2, .older_posts h2 {
            grid-column: 2/5;
            text-align: left;
            margin-bottom: -5px;
            padding-bottom: 23px;
            border-bottom: 1px solid #C8C8C8;
            font-size: 1.3333333333rem; }
          .featured_posts .sidebar_left, .older_posts .sidebar_left {
            grid-column: 1/2;
            grid-row: 1/3; }
          .featured_posts .sidebar_right, .older_posts .sidebar_right {
            grid-column: 5/6;
            grid-row: 1/3; } } }

@media screen and (min-width: 64rem) {
  .older_posts {
    margin-top: 5.3333333333rem; }
    @supports (display: grid) {
      .older_posts .sidebar_left {
        grid-column: 1/2;
        grid-row: 1/5; }
      .older_posts .sidebar_right {
        grid-column: 5/6;
        grid-row: 1/5; }
        .older_posts .sidebar_right .categories h2 {
          text-align: left;
          border: 0;
          margin: 0; }
        .older_posts .sidebar_right .categories ul {
          list-style-type: none;
          margin: 0;
          padding: 0;
          display: inline-flex;
          flex-direction: column;
          align-content: flex-start;
          justify-content: flex-start;
          text-align: left; } } }

.older_posts_button {
  margin-top: -5rem;
  margin-bottom: 6.25rem;
  text-align: center;
  transition: all 500ms ease-in-out; }
  .older_posts_button a {
    text-decoration: none;
    color: #000; }
  .older_posts_button h2::after {
    content: '. . .';
    display: block;
    color: #9A9A9A;
    font-size: 25px; }
  .older_posts_button:hover {
    transform: translate(0, -5px); }
  @media screen and (min-width: 560px) {
    .older_posts_button {
      margin-top: 3.3333333333rem;
      margin-bottom: 18.1333333333rem; }
      .older_posts_button h2 {
        font-size: 1.3333333333rem;
        margin: 0; } }

.blog_item {
  box-shadow: 0px 0px 31px -8px rgba(0, 0, 0, 0.75);
  margin: 0 37px 2.9166666667rem 37px;
  transition: all .5s ease; }
  .blog_item figure {
    margin-bottom: 1.4166666667rem; }
    .blog_item figure img {
      border-bottom: 1px solid #C8C8C8; }
  .blog_item a {
    color: #000;
    text-decoration: none; }
  .blog_item h3 {
    margin: 0px 22px 17px;
    font-family: LatoLatinWeb;
    font-size: 1.3333333333rem;
    line-height: 19px;
    font-weight: 700; }
  .blog_item .post_excerpt {
    margin: 0 22px 20px;
    font-size: 0.8333333333rem;
    line-height: 18px; }
  .blog_item .read_button {
    display: block;
    padding: 0.7333333333rem 0;
    font-size: 0.8rem;
    font-weight: 700;
    text-align: center;
    border-top: 1px solid #C8C8C8;
    color: #000;
    text-decoration: none;
    width: 100%; }
  .blog_item:hover {
    transform: scale(1.05); }
  @media screen and (min-width: 64rem) {
    @supports (display: grid) {
      .blog_item {
        margin: 0;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start; } }
    .blog_item > * {
      display: flex;
      flex-flow: column nowrap; }
    .blog_item figure {
      margin-bottom: 2.4666666667rem; }
    .blog_item .item_details_container {
      display: flex;
      flex-flow: column wrap;
      justify-content: space-between;
      height: 465px;
      width: 100%; }
    .blog_item h3 {
      margin: 0px 40px 45px;
      font-size: 1.3333333333rem;
      line-height: 24px; }
    .blog_item .post_excerpt {
      margin: 0 40px 55px;
      font-size: 1.2rem;
      line-height: 28px; }
    .blog_item .read_button {
      margin-top: auto;
      padding: 1.4666666667rem 0;
      font-size: 1.2rem; } }
  @media screen and (min-width: 560px) {
    @supports (display: grid) {
      .blog_item {
        margin: 0;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start; } }
    .blog_item .item_details_container {
      display: flex;
      flex-flow: column wrap;
      justify-content: space-between;
      width: 100%; }
    .blog_item .read_button {
      margin-top: auto; } }
  @media screen and (min-width: 560px) and (max-width: 768px) {
    .blog_item .item_details_container {
      height: 260px; } }
  @media screen and (min-width: 560px) and (max-width: 1210px) {
    .blog_item {
      margin: 0 10px 20px; } }

@media screen and (min-width: 768px) and (max-width: 1580px) {
  .featured_posts, .older_posts {
    padding: 0 3.0444444444rem 3rem; }
    @supports (display: grid) {
      .featured_posts, .older_posts {
        grid-template-columns: repeat(3, minmax(260px, 1fr));
        gap: 2.6666666667rem 2.6666666667rem; } }
    .featured_posts .sidebar_left, .featured_posts .sidebar_right, .older_posts .sidebar_left, .older_posts .sidebar_right {
      display: none; }
    .featured_posts h2, .older_posts h2 {
      grid-column: 1/4; } }
@media screen and (min-width: 560px) and (max-width: 1210px) {
  .featured_posts, .older_posts {
    padding: 0 20px 3rem;
    margin-top: 100px; }
    @supports (display: grid) {
      .featured_posts, .older_posts {
        display: grid;
        grid-template-columns: repeat(2, minmax(250px, 1fr));
        gap: 0.6666666667rem; } }
    .featured_posts .sidebar_left, .featured_posts .sidebar_right, .older_posts .sidebar_left, .older_posts .sidebar_right {
      display: none; }
    .featured_posts h2, .older_posts h2 {
      grid-column: 1/3; } }
@media screen and (min-width: 1580px) {
  section.categories {
    display: none; } }
.iframe_featured_posts {
  padding-bottom: 50px;
  padding-top: 50px; }
  .iframe_featured_posts h2 {
    margin: 0 0 2.9166666667rem 0; }
  @media screen and (min-width: 64rem) {
    .iframe_featured_posts {
      padding: 3.3333333333rem; }
      @supports (display: grid) {
        .iframe_featured_posts {
          display: grid;
          grid-template-columns: repeat(3, minmax(250px, 700px));
          gap: 3.3333333333rem 3.3333333333rem; } } }
  .iframe_featured_posts .blog_item {
    box-shadow: 0px 0px 31px -8px rgba(0, 0, 0, 0.75);
    margin: 0 37px 2.9166666667rem 37px;
    transition: all .5s ease; }
    .iframe_featured_posts .blog_item figure {
      margin-bottom: 1.4166666667rem; }
      .iframe_featured_posts .blog_item figure img {
        border-bottom: 1px solid #C8C8C8; }
    .iframe_featured_posts .blog_item a {
      color: #000;
      text-decoration: none; }
    .iframe_featured_posts .blog_item h3 {
      margin: 0px 22px 17px;
      font-family: LatoLatinWeb;
      font-size: 1.3333333333rem;
      line-height: 19px;
      font-weight: 700; }
    .iframe_featured_posts .blog_item .post_excerpt {
      margin: 0 22px 20px;
      font-size: 0.8333333333rem;
      line-height: 18px; }
    .iframe_featured_posts .blog_item .read_button {
      display: block;
      padding: 0.7333333333rem 0;
      font-size: 0.8rem;
      font-weight: 700;
      text-align: center;
      border-top: 1px solid #C8C8C8;
      color: #000;
      text-decoration: none;
      width: 100%; }
    .iframe_featured_posts .blog_item:hover {
      transform: scale(1.05); }
    @media screen and (min-width: 64rem) {
      @supports (display: grid) {
        .iframe_featured_posts .blog_item {
          margin: 0;
          display: flex;
          flex-flow: row wrap;
          justify-content: flex-start; } }
      .iframe_featured_posts .blog_item > * {
        display: flex;
        flex-flow: column nowrap; }
      .iframe_featured_posts .blog_item figure {
        margin-bottom: 2.4666666667rem; }
      .iframe_featured_posts .blog_item .item_details_container {
        display: flex;
        flex-flow: column wrap;
        justify-content: space-between;
        height: 410px;
        width: 100%; }
      .iframe_featured_posts .blog_item h3 {
        margin: 0px 40px 25px;
        font-size: 1.3333333333rem;
        line-height: 24px; }
      .iframe_featured_posts .blog_item .post_excerpt {
        margin: 0 40px 20px;
        font-size: 1.2rem;
        line-height: 28px; }
      .iframe_featured_posts .blog_item .read_button {
        margin-top: auto;
        padding: 1.4666666667rem 0;
        font-size: 1.2rem; } }
    @media screen and (min-width: 560px) {
      @supports (display: grid) {
        .iframe_featured_posts .blog_item {
          margin: 0;
          display: flex;
          flex-flow: row wrap;
          justify-content: flex-start; } }
      .iframe_featured_posts .blog_item .item_details_container {
        display: flex;
        flex-flow: column wrap;
        justify-content: space-between;
        width: 100%; }
      .iframe_featured_posts .blog_item .read_button {
        margin-top: auto; } }
    @media screen and (min-width: 560px) and (max-width: 768px) {
      .iframe_featured_posts .blog_item .item_details_container {
        height: 260px; } }

@media screen and (min-width: 768px) and (max-width: 1580px) {
  .iframe_featured_posts {
    padding: 3.0444444444rem 3rem; }
    @supports (display: grid) {
      .iframe_featured_posts {
        grid-template-columns: repeat(3, minmax(270px, 1fr));
        gap: 2.6666666667rem 2.6666666667rem; } }
    .iframe_featured_posts .sidebar_left, .iframe_featured_posts .sidebar_right {
      display: none; }
    .iframe_featured_posts h2 {
      grid-column: 1/4; } }
@media screen and (min-width: 560px) and (max-width: 1210px) {
  .iframe_featured_posts {
    padding: 2.2833333333rem 3rem; }
    @supports (display: grid) {
      .iframe_featured_posts {
        display: grid;
        grid-template-columns: repeat(2, minmax(235px, 1fr));
        gap: 2rem; } }
    .iframe_featured_posts .sidebar_left, .iframe_featured_posts .sidebar_right {
      display: none; }
    .iframe_featured_posts h2 {
      grid-column: 1/3; } }
@media screen and (min-width: 1580px) {
  section.categories {
    display: none; } }
.categories {
  margin: 2.9166666667rem calc(37px - 10px) 2.9166666667rem calc(37px - 10px); }
  .categories h2 {
    margin-bottom: 35px; }
  .categories ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .categories ul li {
      margin: 0 7px 14px 0; }
      .categories ul li a {
        text-decoration: none;
        color: #FFF;
        font-size: 9px;
        background-color: #9A9A9A;
        padding: 0.5em 1em;
        transition: all 200ms ease-in-out; }
        .categories ul li a:hover {
          background-color: #000; }
  @media screen and (min-width: 64rem) {
    .categories h2 {
      font-size: 1.3333333333rem; }
    .categories ul li a {
      font-size: 15px; } }

.sidebar_right {
  display: none; }
  @media screen and (min-width: 64rem) {
    .sidebar_right {
      display: block; }
      .sidebar_right .categories {
        margin: 6rem 0 0 0; }
        .sidebar_right .categories h2 {
          text-align: left;
          border: 0;
          margin: 0; }
        .sidebar_right .categories ul {
          list-style-type: none;
          margin: 0;
          padding: 0;
          display: inline-flex;
          flex-direction: column;
          align-items: start;
          text-align: left; }
          .sidebar_right .categories ul li {
            margin-bottom: 1.3333333333rem; } }

.archive_page {
  margin: 10.4166666667rem 37px; }
  .archive_page h1 {
    text-align: center;
    font-size: 20px; }
  .archive_page .archive_categories {
    margin-top: 3.3333333333rem;
    font-family: monosten; }
    .archive_page .archive_categories > ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; }
      .archive_page .archive_categories > ul li {
        margin: 0 0.8333333333rem 0.8333333333rem 0; }
        .archive_page .archive_categories > ul li a {
          display: block;
          text-decoration: none;
          color: #FFF;
          background-color: #973EFF;
          padding: 0.3em 1em;
          font-size: 0.8333333333rem;
          transition: all 300ms ease-in-out; }
          .archive_page .archive_categories > ul li a:hover {
            background-color: #000; }
  .archive_page .category_posts {
    font-size: 0.9166666667rem; }
    .archive_page .category_posts h3 {
      margin: 4.1666666667rem 0 2.5rem 0; }
    .archive_page .category_posts .category_heading {
      color: #C8C8C8;
      display: flex;
      margin: 0 0 1.25rem 0; }
      .archive_page .category_posts .category_heading > * {
        display: block; }
      .archive_page .category_posts .category_heading .date {
        width: 23%; }
      .archive_page .category_posts .category_heading .author {
        width: 23%; }
    .archive_page .category_posts ul {
      margin: 0;
      padding: 0; }
      .archive_page .category_posts ul li {
        display: flex;
        border-bottom: 1px solid #C8C8C8;
        padding-bottom: 0.4166666667rem;
        margin-bottom: 0.4166666667rem; }
        .archive_page .category_posts ul li > * {
          display: block; }
        .archive_page .category_posts ul li time {
          width: 23%;
          color: #9A9A9A; }
        .archive_page .category_posts ul li span.author_name {
          width: 23%; }
        .archive_page .category_posts ul li a {
          width: 54%;
          color: #973EFF;
          text-decoration: none;
          transition: all 300ms ease-in-out; }
          .archive_page .category_posts ul li a:hover {
            color: #000; }
  .archive_page .blog_stats {
    display: flex;
    align-items: flex-start;
    margin-top: 3.3333333333rem; }
    .archive_page .blog_stats > * {
      display: block; }
    .archive_page .blog_stats h2 {
      width: 35%;
      margin: 0;
      text-align: left; }
    .archive_page .blog_stats div {
      width: 65%; }
      .archive_page .blog_stats div ul {
        padding: 0;
        margin: 0;
        list-style-type: none; }

@media screen and (min-width: 51.2rem) {
  .archive_page {
    margin: 20rem auto;
    padding: 0 137px; }
    .archive_page h1 {
      text-align: left;
      margin: 0 0 2.6666666667rem;
      font-size: 2.3333333333rem; }
    .archive_page .archive_categories {
      display: flex;
      justify-content: space-between;
      margin: 2.6666666667rem 0 0 0; }
      .archive_page .archive_categories > ul {
        justify-content: flex-start;
        align-content: flex-start;
        margin-top: 2rem; }
        .archive_page .archive_categories > ul li {
          margin: 0 1.5333333333rem 1.5333333333rem 0; }
          .archive_page .archive_categories > ul li a {
            font-size: 1.2rem;
            padding: 0.6666666667rem 2.6666666667rem; }
    .archive_page .category_posts {
      font-size: 1.2rem; }
      .archive_page .category_posts h3 {
        font-size: 2rem;
        margin-top: 8.6rem; }
      .archive_page .category_posts ul li {
        padding-bottom: 0.75rem;
        margin-bottom: 0.75rem; }
    .archive_page .blog_stats {
      margin-top: 10rem;
      font-size: 1.2rem; }
      .archive_page .blog_stats h2 {
        font-size: 2rem; } }
@media screen and (min-width: 87.4666666667rem) {
  .archive_page {
    width: 1312px;
    padding: 0; } }
.post_page {
  margin: 6.25rem 37px; }
  .post_page h1 {
    margin-bottom: 1.5rem;
    font-size: 1.3333333333rem; }
  .post_page h2 {
    font-size: 13px;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 40px; }
  .post_page h3 {
    font-weight: 600;
    font-family: LatoLatinWeb;
    text-align: left; }
  .post_page p.buttons {
    text-align: center;
    margin-bottom: 80px;
    margin-top: 80px; }
    .post_page p.buttons a {
      display: inline-block;
      margin-left: 20px;
      margin-right: 20px;
      width: fit-content;
      background-color: #973EFF;
      color: white !important;
      padding: 10px; }
  .post_page h2::before, .post_page h3::before, .post_page h4::before {
    content: "";
    display: block;
    height: 120px;
    margin: -120px 0 0; }
  .post_page .post_details {
    margin-bottom: 2.25rem;
    font-size: 0.75rem;
    font-family: LatoLatinWeb;
    color: #C8C8C8; }
    .post_page .post_details span {
      color: #973EFF; }
  .post_page .post_content {
    margin: 0.8333333333rem 0 6.6666666667rem; }
    .post_page .post_content ul, .post_page .post_content ol {
      line-height: 20px; }
    .post_page .post_content ul ul, .post_page .post_content ul ol, .post_page .post_content ol ol, .post_page .post_content ol ul {
      margin-bottom: 20px; }
  .post_page .post_footer_share_buttons {
    padding-bottom: 1.25rem;
    border-bottom: 2px solid #C8C8C8; }
    .post_page .post_footer_share_buttons ul {
      display: flex;
      justify-content: center;
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .post_page .post_footer_share_buttons ul li {
        width: 45px;
        height: 45px;
        margin: 0 15px; }
  .post_page .post_comments {
    margin: 12.5rem 0 6.6666666667rem; }
    .post_page .post_comments h3 {
      display: none; }
  .post_page pre.prettyprint {
    border: 1px solid #C8C8C8;
    overflow: auto;
    padding: 15px 15px; }

p.toc_header {
  color: #a3afbd !important;
  font-size: 13px !important;
  padding: 20px 0 0 0; }

nav[data-toggle="toc"] {
  top: 120px; }
  nav[data-toggle="toc"] li {
    line-height: 1.2rem !important; }
  nav[data-toggle="toc"] a, nav[data-toggle="toc"] a:visited {
    color: rgba(78, 82, 87, 0.8) !important;
    padding: 20px 0 0 0; }
  nav[data-toggle="toc"] a.active:visited, nav[data-toggle="toc"] a.active:visited {
    color: #4e5257 !important;
    font-weight: bold !important;
    margin-left: -20px; }

/* small screens */
@media (max-width: 768px) {
  .toc_nav {
    display: none; } }
@media (min-width: 769px) {
  .toc_nav {
    width: 29%;
    float: left;
    height: 100%; }

  .toc_content {
    width: 70%;
    float: right; } }
@media screen and (min-width: 64rem) {
  .post_page {
    max-width: 1312px;
    margin: 240px auto 0; }
    .post_page p {
      font-size: 20px;
      line-height: 30px; }
    .post_page h2 {
      font-size: 26px;
      text-align: left;
      margin-bottom: 17px;
      margin-top: 60px; }
    .post_page h3 {
      font-weight: 600;
      font-family: LatoLatinWeb; }
    @supports (display: grid) {
      .post_page {
        display: grid;
        grid-template-columns: 2fr 2fr 0.5fr 50px;
        gap: 2rem; } }
    @supports (display: grid) {
      .post_page .post_header {
        grid-column: 1/5;
        display: grid;
        grid-template-columns: 2fr 2fr 0.5fr 50px;
        grid-template-rows: 1fr 1fr 3fr;
        height: 480px;
        gap: 0.6666666667rem 3.6666666667rem; } }
    .post_page .post_header h1 {
      font-size: 2.5333333333rem;
      line-height: 3.2rem; }
      @supports (display: grid) {
        .post_page .post_header h1 {
          grid-column: 2 / 4;
          align-self: start;
          justify-self: start;
          margin: 0; } }
    @supports (display: grid) {
      .post_page .post_header figure {
        grid-column: 1/2;
        grid-row: 1/4; } }
    .post_page .post_header figure img {
      width: 100%;
      object-fit: cover; }
    .post_page .post_header .post_details_and_tag {
      grid-column: 2 / 4;
      display: flex;
      justify-content: flex-start; }
    .post_page .post_header .post_details {
      font-size: 1.2rem;
      margin-top: 0;
      margin-right: 60px;
      line-height: 30px; }
    .post_page .post_header .post_share_n_tag {
      margin: 0;
      display: block; }
      .post_page .post_header .post_share_n_tag .post_category {
        margin-top: 0;
        padding: 0 11px;
        height: 30px;
        display: flex; }
        .post_page .post_header .post_share_n_tag .post_category a {
          font-size: 0.9333333333rem;
          display: flex;
          flex-wrap: nowrap; }
        .post_page .post_header .post_share_n_tag .post_category img {
          width: 30px;
          margin-right: 7px; }
        .post_page .post_header .post_share_n_tag .post_category span {
          line-height: 30px; }
    .post_page .post_header .post_excerpt p {
      margin: 0; }
    @supports (display: grid) {
      .post_page .post_header .post_excerpt {
        grid-column: 2 / 4;
        grid-row: 3 /4;
        align-self: center;
        font-size: 1.3333333333rem;
        line-height: 2rem; } }
    .post_page .post_content {
      max-width: 100%;
      margin-top: 40px; }
      .post_page .post_content ul, .post_page .post_content ol {
        font-size: 1.3333333333rem;
        line-height: 2rem; }
      .post_page .post_content a {
        text-decoration: none; }
      .post_page .post_content a:visited {
        color: #0000ee; }
      @supports (display: grid) {
        .post_page .post_content {
          grid-column: 1/4;
          grid-row: 2/3;
          justify-self: end; } }
    .post_page .post_footer_share_buttons ul {
      justify-content: flex-end; }
    @supports (display: grid) {
      .post_page .post_footer_share_buttons {
        grid-column: 1/4;
        grid-row: 3/4;
        margin-left: 30%; } }
    .post_page .post_comments {
      margin: 0 0 5.3333333333rem; }
      .post_page .post_comments h3 {
        text-align: center; }
      @supports (display: grid) {
        .post_page .post_comments {
          grid-column: 1/4;
          grid-row: 4/5;
          margin-left: 30%; } } }
@media screen and (min-width: 51.2rem) and (max-width: 87.4666666667rem) {
  .post_page .post_header {
    padding: 0 3.0444444444rem; } }
footer {
  background-color: #120B1D;
  border-top: 1px solid #3b3b62; }

footer .container {
  border-top: 1px solid #3b3b62; }

footer .items_wrapper {
  padding: 5.8333333333rem 37px 6.6666666667rem 37px;
  color: #FFF; }
  footer .items_wrapper .footericons {
    display: flex;
    justify-content: center; }
    footer .items_wrapper .footericons img {
      max-width: 6.6666666667rem;
      margin: 0 1.6666666667rem; }
  footer .items_wrapper .footer_texts {
    margin: 4.1666666667rem 0 0 0;
    text-align: center; }
    footer .items_wrapper .footer_texts .cr_based {
      margin: 0;
      font-size: 1.1666666667rem; }
    footer .items_wrapper .footer_texts .cr_copy {
      margin: 0 10%; }

footer .links_section {
  padding: 10rem 3.0444444444rem 5.8333333333rem 3.0444444444rem;
  margin: 0 auto; }
  footer .links_section .links {
    display: flex;
    justify-content: space-between; }
    footer .links_section .links .col_logo {
      width: 20%;
      padding-right: 50px; }
      footer .links_section .links .col_logo img {
        width: 12.6666666667rem; }
    footer .links_section .links .col_links {
      margin: 0 25px;
      width: 12%; }
      footer .links_section .links .col_links h4 {
        color: #FFF;
        font-size: 1.0666666667rem;
        margin: 0 0 2.6666666667rem;
        font-family: monosten; }
      footer .links_section .links .col_links ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        font-size: 0.9333333333rem;
        line-height: 1.6rem; }
        footer .links_section .links .col_links ul li {
          margin: 1.3333333333rem 0; }
      footer .links_section .links .col_links a {
        color: #FFF;
        text-decoration: none;
        transition: all 300ms ease-in-out; }
        footer .links_section .links .col_links a:hover {
          color: #973EFF; }
  @media screen and (max-width: 66.6666666667rem) {
    footer .links_section {
      display: none; } }
  @media screen and (min-width: 106.6666666667rem) {
    footer .links_section {
      width: 1600px;
      padding-left: 0;
      padding-right: 0; } }

@media screen and (min-width: 51.2rem) {
  footer .items_wrapper {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 5.8333333333rem 3.0444444444rem 6.6666666667rem 3.0444444444rem; }
    footer .items_wrapper .footericons {
      width: 30%;
      justify-content: flex-end;
      margin-left: 20%;
      order: 2; }
    footer .items_wrapper .footer_texts {
      text-align: left;
      margin: 0; }
      footer .items_wrapper .footer_texts .cr_copy {
        margin: 0; } }
@media screen and (min-width: 106.6666666667rem) {
  footer .items_wrapper {
    width: 1600px;
    padding-left: 0;
    padding-right: 0; } }
.tabGroup li {
  padding-bottom: 0 !important; }

.tabGroup ul {
  margin-bottom: 0 !important; }

.tabGroup section[role="tabpanel"] {
  padding: 0 !important; }

.tabGroup {
  margin-bottom: 30px; }

.tabGroup pre {
  margin: 0 !important; }

.tabGroup code {
  ---overflow-x: visible !important; }

.ui-tabs-panel pre {
  border: none; }

.ui-state-active {
  background: #6666ff !important; }

.ui-tabs .ui-tabs-panel {
  padding: 0; }

.ui-widget-header a {
  font-size: 12pt; }

.tabGroup pre {
  font-size: 95%;
  white-space: normal !important;
  margin-bottom: 30px !important;
  line-height: 20px; }
.tabGroup pre {
  padding: 5px;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  background-color: transparent; }
.tabGroup pre code, .tabGroup pre.program-output {
  max-height: 600px;
  display: block;
  padding: 1em;
  overflow: auto; }
.tabGroup pre code, .tabGroup pre.program-output {
  white-space: pre !important; }

div.sample-links {
  margin-top: 40px;
  text-align: right;
  margin-bottom: -7px; }

div.sample-links a {
  color: green !important; }

div.sample-links.tabbed {
  text-align: right;
  margin-bottom: 5px; }

.cs-comment, .hljs-comment, .highlight-comment {
  color: #0C8406; }

.cs-keyword, .hljs-built_in, .hljs-keyword, .highlight-keyword {
  color: blue; }

.cs-keyword.cs-control {
  color: #8F08C4; }

.cs-number, .highlight-number {
  color: black; }

.cs-string, .hljs-string, .highlight-literal {
  color: #A31515; }

.cs-punctuation {
  color: black; }

.cs-class-name, .cs-interface-name, .cs-static-symbol, .hljs-type, .hljs-title {
  color: #2C91B0; }

.cs-local-name, .cs-parameter-name, .hljs-variable {
  color: #1F37A0; }

.cs-parameter-name {
  color: #1F37A0; }

.cs-method-name, .cs-extension-method-name, .cs-identifier, .hljs-function .hljs-title {
  color: #74531F; }

.cs-namespace-name {
  color: black; }

.cs-xml-doc-comment, .hljs-doctag {
  color: #808080; }

.cr-CompileTime,
.cr-Conflict,
.cr-TemplateKeyword,
.cr-Dynamic,
.cr-CompileTimeVariable,
.cr-GeneratedCode {
  background-color: rgba(50, 50, 90, 0.1); }

.cr-TemplateKeyword {
  color: #fa00fa !important;
  font-weight: bold; }

.hljs {
  color: black; }

.hljs-quote {
  color: green; }

.hljs-name,
.hljs-selector-tag,
.hljs-tag {
  color: #00f; }

.hljs-addition,
.hljs-attribute,
.hljs-literal,
.hljs-section,
.hljs-template-tag,
.hljs-template-variable {
  color: #a31515; }

.hljs-deletion,
.hljs-meta,
.hljs-selector-attr,
.hljs-selector-pseudo {
  color: #2b91af; }

.hljs-doctag {
  color: grey; }

.hljs-attr {
  color: red; }

.hljs-bullet,
.hljs-link,
.hljs-symbol {
  color: #00b0e8; }

.hljs-emphasis {
  font-style: italic; }

.hljs-strong {
  font-weight: 700; }
