/*!
Theme Name: Skrivertunet
Theme URI: http://underscores.me/

Description: Description
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: skrivertunet
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

skrivertunet is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* Vendors
--------------------------------------------- */
@keyframes splide-loading {
  0% {
    transform: rotate(0); }
  to {
    transform: rotate(1turn); } }

.splide__container {
  position: relative;
  box-sizing: border-box; }

.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: max-content;
  will-change: transform; }

.splide.is-active .splide__list {
  display: flex; }

.splide__pagination {
  display: inline-flex;
  align-items: center;
  width: 95%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0; }

.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0; }

.splide {
  visibility: hidden; }

.splide, .splide__slide {
  position: relative;
  outline: none; }

.splide__slide {
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  flex-shrink: 0; }

.splide__slide img {
  vertical-align: bottom; }

.splide__slider {
  position: relative; }

.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  animation: splide-loading 1s linear infinite; }

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden; }

.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  user-select: none; }

.splide--fade > .splide__track > .splide__list {
  display: block; }

.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0; }

.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1; }

.splide--rtl {
  direction: rtl; }

.splide--ttb > .splide__track > .splide__list {
  display: block; }

.splide--ttb > .splide__pagination {
  width: auto; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
@font-face {
  font-family: 'Matter';
  src: url("fonts/Matter-SemiBold.eot");
  src: url("fonts/Matter-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Matter-SemiBold.woff2") format("woff2"), url("fonts/Matter-SemiBold.woff") format("woff"), url("fonts/Matter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Matter';
  src: url("fonts/Matter-RegularItalic.eot");
  src: url("fonts/Matter-RegularItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Matter-RegularItalic.woff2") format("woff2"), url("fonts/Matter-RegularItalic.woff") format("woff"), url("fonts/Matter-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Matter';
  src: url("fonts/Matter-Regular.eot");
  src: url("fonts/Matter-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Matter-Regular.woff2") format("woff2"), url("fonts/Matter-Regular.woff") format("woff"), url("fonts/Matter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Matter';
  src: url("fonts/Matter-SemiBoldItalic.eot");
  src: url("fonts/Matter-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Matter-SemiBoldItalic.woff2") format("woff2"), url("fonts/Matter-SemiBoldItalic.woff") format("woff"), url("fonts/Matter-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "kansasnew";
  src: url("https://use.typekit.net/af/808773/00000000000000007735c4d4/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/808773/00000000000000007735c4d4/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/808773/00000000000000007735c4d4/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "kansasnew";
  src: url("https://use.typekit.net/af/c48b51/00000000000000007735c4d2/30/l?subset_id=2&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/c48b51/00000000000000007735c4d2/30/d?subset_id=2&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/c48b51/00000000000000007735c4d2/30/a?subset_id=2&fvd=n3&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: kansasnew, serif;
  color: #FCFAF7;
  letter-spacing: .405px;
  margin-top: 0; }

h1,
.h1 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 300; }

h2,
.h2 {
  font-size: 40px;
  line-height: 49px;
  font-weight: 300;
  letter-spacing: 0.5px; }

h3,
.h3 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 300; }
  @media (max-width: 768px) {
    h3,
    .h3 {
      font-size: 25px;
      line-height: 38px;
      font-weight: 300; } }
h4,
.h4 {
  font-size: 27px;
  line-height: 33px;
  font-weight: 300;
  letter-spacing: 0.243px; }
  @media (max-width: 768px) {
    h4,
    .h4 {
      font-size: 21px;
      line-height: 26px;
      font-weight: 300; } }
/* Elements
--------------------------------------------- */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  background-color: #473729;
  font: 400 normal 16px/27px "Matter";
  margin: 0;
  padding: 0;
  color: #FCFAF7; }

.skip-link {
  display: none; }

.devs-shout-out {
  height: 0 !important;
  overflow: hidden !important; }

.go-right {
  text-align: right; }

@media (max-width: 768px) {
  p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400; }
    p strong {
      font-size: 17px;
      line-height: 24px;
      font-weight: 600; } }

/* Links
--------------------------------------------- */
a {
  transition: .2s ease;
  text-decoration: none; }

.link-deco {
  color: #FCFAF7;
  font-weight: 600;
  text-decoration: underline; }
  .link-deco:hover {
    text-decoration: none; }

/* Forms
--------------------------------------------- */
button,
[role="button"],
input:not([type="range"]) {
  touch-action: manipulation; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  box-shadow: none; }

.btn-primary {
  background: #FCFAF7;
  border: 2px solid #FCFAF7;
  border-radius: 30px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.135px;
  color: #473729;
  padding: 0 15px;
  min-width: 204px;
  min-height: 48px;
  font-family: "Matter";
  cursor: pointer;
  box-sizing: border-box; }
  .btn-primary:disabled {
    opacity: .7; }
  @media (max-width: 768px) {
    .btn-primary {
      display: block;
      width: 100%;
      max-width: 334px;
      margin: 0 auto;
      font-size: 15px;
      line-height: 18px;
      font-weight: 600; } }
.input-control {
  color: #FCFAF7;
  border: 0;
  border-bottom: 1px solid rgba(252, 250, 247, 0.5);
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 37px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.135px;
  background: linear-gradient(to bottom, transparent 95%, #FCFAF7 100%) no-repeat;
  background-size: 0 100%;
  transition: background-size 0.2s ease; }
  @media (max-width: 768px) {
    .input-control {
      font-size: 15px;
      margin-bottom: 30px; } }
  .input-control:focus {
    outline: none;
    background-size: 100% 100%; }
  .input-control::-webkit-input-placeholder {
    color: #FCFAF7; }
  .input-control::-ms-input-placeholder {
    color: #FCFAF7; }
  .input-control::placeholder {
    color: #FCFAF7; }
  .input-control:-webkit-autofill, .input-control:-webkit-autofill:hover, .input-control:-webkit-autofill:focus, .input-control:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 40px #473729 inset !important;
    -webkit-text-fill-color: #FCFAF7 !important; }

.checkbox-control {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400; }
  @media (max-width: 768px) {
    .checkbox-control {
      font-size: 13px;
      line-height: 20px;
      font-weight: 400; } }
  .checkbox-control span {
    margin-left: 0; }
  .checkbox-control label {
    line-height: 18px; }
    .checkbox-control label input {
      position: absolute;
      width: 0;
      height: 0;
      display: none; }
      .checkbox-control label input:checked + span::after {
        content: ' ';
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: #FCFAF7;
        left: 3px; }
        @media (max-width: 768px) {
          .checkbox-control label input:checked + span::after {
            width: 16px;
            height: 16px;
            left: 3px; } }
    .checkbox-control label span {
      position: relative;
      padding-left: 30px;
      cursor: pointer;
      margin-right: 0;
      display: block;
      margin-bottom: 16px; }
      @media (max-width: 768px) {
        .checkbox-control label span {
          padding-left: 40px; } }
      .checkbox-control label span::before, .checkbox-control label span::after {
        content: ' ';
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        box-sizing: border-box; }
      .checkbox-control label span::before {
        width: 16px;
        height: 16px;
        border: 1px solid #FCFAF7;
        left: 0; }
        @media (max-width: 768px) {
          .checkbox-control label span::before {
            width: 22px;
            height: 22px; } }
  .checkbox-control--lg {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400; }
    @media (max-width: 768px) {
      .checkbox-control--lg {
        font-size: 15px;
        line-height: 24px;
        font-weight: 400; } }
    .checkbox-control--lg label input:checked + span::after {
      width: 16px;
      height: 16px;
      left: 5px; }
      @media (max-width: 768px) {
        .checkbox-control--lg label input:checked + span::after {
          width: 16px;
          height: 16px;
          left: 3px; } }
    .checkbox-control--lg label span {
      padding-left: 42px; }
      @media (max-width: 768px) {
        .checkbox-control--lg label span {
          padding-left: 40px; } }
      .checkbox-control--lg label span::before {
        width: 26px;
        height: 26px; }
        @media (max-width: 768px) {
          .checkbox-control--lg label span::before {
            width: 22px;
            height: 22px; } }
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/*
  Site nav
*/
header.site-header {
  margin-top: 35px;
  padding-top: 40px;
  /* .desktop-navigation */ }
  @media (max-width: 768px) {
    header.site-header {
      padding-top: 0; } }
  header.site-header > a {
    display: none; }
    @media (max-width: 1286px) {
      header.site-header > a {
        display: block;
        margin: 30px auto 40px;
        text-align: center;
        width: fit-content; } }
  header.site-header .desktop-navigation {
    transition: .2s ease;
    position: fixed;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
    left: 0;
    right: 0;
    top: 0;
    background-color: #473729;
    z-index: 100; }
    header.site-header .desktop-navigation nav {
      max-width: 1286px;
      margin: 0 auto;
      padding: 0 25px; }
    @media (max-width: 768px) {
      header.site-header .desktop-navigation {
        display: none; } }
    header.site-header .desktop-navigation #site-navigation ul {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      margin: 0 0 30px 0;
      padding: 0; }
      header.site-header .desktop-navigation #site-navigation ul li {
        list-style-type: none;
        flex: 1;
        flex-basis: fit-content;
        flex-basis: min-content;
        flex-basis: max-content; }
        header.site-header .desktop-navigation #site-navigation ul li:not(:last-child) {
          padding-right: 10px; }
        header.site-header .desktop-navigation #site-navigation ul li:last-child {
          text-align: right; }
        header.site-header .desktop-navigation #site-navigation ul li.logo {
          padding-right: 40px;
          flex-basis: 315px; }
          header.site-header .desktop-navigation #site-navigation ul li.logo img {
            transition: 1s ease;
            width: 275px; }
          @media (max-width: 1286px) {
            header.site-header .desktop-navigation #site-navigation ul li.logo {
              display: none; } }
        header.site-header .desktop-navigation #site-navigation ul li a {
          text-decoration: none;
          font-size: 16px;
          line-height: 19px;
          font-weight: 600;
          color: #FCFAF7; }
          header.site-header .desktop-navigation #site-navigation ul li a:hover {
            opacity: .8; }
        header.site-header .desktop-navigation #site-navigation ul li.meny-btn a {
          padding: 13px 19px;
          border: 2px solid #FCFAF7;
          border-radius: 30px;
          white-space: nowrap; }
          header.site-header .desktop-navigation #site-navigation ul li.meny-btn a:hover {
            background-color: #FCFAF7;
            color: #473729;
            opacity: 1; }
  header.site-header.menu-sticky {
    padding-top: 134px; }
    @media (max-width: 768px) {
      header.site-header.menu-sticky {
        padding-top: initial; } }
    header.site-header.menu-sticky #site-navigation ul {
      margin: 0 0 25px; }
    header.site-header.menu-sticky .desktop-navigation {
      position: fixed;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding-top: 35px;
      left: 0;
      right: 0;
      top: 0;
      background-color: #473729;
      z-index: 100; }
      header.site-header.menu-sticky .desktop-navigation nav {
        max-width: 1286px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 25px; }

/* Mobile */
.mobile-navigation {
  display: none; }
  @media (max-width: 768px) {
    .mobile-navigation {
      display: block; } }
  .mobile-navigation .menu-holder {
    outline: 0;
    display: flex;
    position: fixed;
    z-index: 105;
    color: #473729;
    background: #FCFAF7;
    width: 100%;
    /*height: 100px;*/
    border: 0;
    left: 0;
    bottom: 0;
    align-items: center;
    box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    padding: 14px 25px 23px;
    box-sizing: border-box;
    transition: 0.4s ease-in-out; }
    .mobile-navigation .menu-holder .btn-container a {
      border-radius: 30px;
      background-color: #FCFAF7;
      color: #473729;
      border: 1px solid #473729;
      padding: 15px 30px;
      font-size: 13px;
      line-height: 15.5px;
      font-weight: 600;
      text-decoration: none;
      letter-spacing: 0.5px; }
      .mobile-navigation .menu-holder .btn-container a:hover {
        background-color: #473729;
        color: #FCFAF7; }
    .mobile-navigation .menu-holder .mobile-nav-trigger {
      width: 40px;
      height: 45px;
      position: relative;
      background-color: rgba(0, 0, 0, 0);
      color: #473729; }
      .mobile-navigation .menu-holder .mobile-nav-trigger .container > span {
        transition: opacity 0.4s ease-in-out; }
      .mobile-navigation .menu-holder .mobile-nav-trigger .container .icon {
        position: relative; }
  .mobile-navigation .mobile-nav {
    transition: opacity 0.4s ease-in-out;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #473729;
    top: 0;
    left: 0;
    z-index: 104; }
    .mobile-navigation .mobile-nav .js-menu {
      margin: 20px 0;
      padding: 0;
      text-align: center; }
      .mobile-navigation .mobile-nav .js-menu li {
        list-style-type: none; }
        .mobile-navigation .mobile-nav .js-menu li a {
          font-family: kansasnew;
          font-size: 28px;
          line-height: 45px;
          font-weight: 300;
          letter-spacing: .41px;
          color: #FCFAF7;
          margin: 0;
          padding: 0;
          display: block; }
    .mobile-navigation .mobile-nav > div > a {
      font-size: 13px;
      line-height: 15.5px;
      font-weight: 400;
      letter-spacing: .41px;
      color: #FCFAF7;
      margin-top: 20px; }
      .mobile-navigation .mobile-nav > div > a:first-child {
        margin-top: 0; }

/* Open mobile navigation */
.mobile-nav--open .mobile-navigation .menu-holder {
  background-color: #473729;
  box-shadow: none; }
  .mobile-nav--open .mobile-navigation .menu-holder .btn-container a {
    background-color: #FCFAF7;
    color: #473729; }
  .mobile-nav--open .mobile-navigation .menu-holder .mobile-nav-trigger .container {
    position: relative; }
    .mobile-nav--open .mobile-navigation .menu-holder .mobile-nav-trigger .container > span {
      opacity: 0; }
    .mobile-nav--open .mobile-navigation .menu-holder .mobile-nav-trigger .container:after {
      content: "";
      border-radius: 45px;
      border: 2px solid #FCFAF7;
      position: absolute;
      width: 45px;
      height: 45px;
      top: -8px;
      left: -8px; }

.mobile-nav--open .mobile-navigation .mobile-nav .menu_logo {
  margin-top: 25px; }
  .mobile-nav--open .mobile-navigation .mobile-nav .menu_logo svg path {
    fill: #FCFAF7; }

/****/
/**
 * * Mobile navigation
 * */
.mobile-nav--open .mobile-nav {
  opacity: 1;
  pointer-events: all; }

.mobile-nav__main {
  align-self: stretch; }

.mobile-nav__main > a {
  display: block;
  padding: 2rem; }

.mobile-nav-trigger {
  outline: 0;
  display: block;
  border: 0; }

/**
 * * Helper classes
 * */
.wrap {
  padding: 2em;
  height: 100%; }

.wrap.--flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap; }

.list--reset {
  margin: 0;
  padding: 0;
  list-style-type: none; }

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

.hamburger-to-close {
  width: 30px;
  height: 30px;
  cursor: pointer; }

.hamburger-to-close:before, .hamburger-to-close:after {
  content: ""; }

.hamburger-to-close .hamburger-middle, .hamburger-to-close:before, .hamburger-to-close:after {
  position: absolute;
  width: 28px;
  height: 2px;
  background-color: #473729; }

.hamburger-to-close:before, .hamburger-to-close:after {
  width: 19px; }

.hamburger-to-close .hamburger-middle {
  top: 15px;
  margin-top: -1px;
  transition: transform ease 200ms;
  border-radius: 100px; }

.hamburger-to-close:before {
  top: 3.75px;
  left: 5px;
  transition: top 200ms ease 200ms, transform ease 200ms;
  border-radius: 100px; }

.hamburger-to-close:after {
  bottom: 3.75px;
  left: 5px;
  transition: bottom 200ms ease 200ms, transform ease 200ms;
  border-radius: 100px; }

.mobile-nav--open .hamburger-middle {
  transform: rotate(-45deg);
  transition: transform 200ms ease 200ms;
  background-color: #FCFAF7;
  width: 19px;
  left: 6px;
  top: 15px; }

.mobile-nav--open .hamburger-to-close:before {
  top: 14.2857142857px;
  transform: rotate(-45deg);
  transition: top ease 200ms, transform 200ms ease 200ms; }

.mobile-nav--open .hamburger-to-close:after {
  bottom: 15px;
  transform: rotate(45deg);
  transition: bottom ease 200ms, transform 200ms ease 200ms;
  width: 19px;
  left: 6px;
  top: 14px;
  background-color: #FCFAF7; }

/* Posts and pages
--------------------------------------------- */
.cs-container, .custom-slider .splide__arrows {
  max-width: 1286px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0 75px;
  box-sizing: content-box; }
  @media (max-width: 1024px) {
    .cs-container, .custom-slider .splide__arrows {
      padding: 0 25px; } }
footer.site-footer {
  background-color: #473729;
  padding-top: 100px;
  padding-bottom: 60px; }
  @media (max-width: 768px) {
    footer.site-footer {
      padding-top: 60px;
      padding-bottom: 120px; } }
  footer.site-footer .site-info {
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
    @media (max-width: 768px) {
      footer.site-footer .site-info {
        flex-direction: column;
        align-items: center; } }
    footer.site-footer .site-info > div {
      min-height: 240px;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      width: 33%; }
      @media (max-width: 768px) {
        footer.site-footer .site-info > div {
          min-height: auto;
          text-align: center;
          width: 100%; } }
      footer.site-footer .site-info > div h5 {
        font-size: 23px;
        line-height: 28px;
        font-weight: 300;
        color: #FCFAF7;
        letter-spacing: .24px;
        margin: 0 0 15px 0;
        padding: 0; }
      footer.site-footer .site-info > div p {
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
        color: #FCFAF7;
        margin: 0;
        padding: 0; }
        footer.site-footer .site-info > div p a {
          color: #FCFAF7;
          text-decoration: underline; }
      footer.site-footer .site-info > div .privacy-policy-link,
      footer.site-footer .site-info > div .additional-links {
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
        color: #FCFAF7;
        text-decoration: underline;
        margin-left: 10px; }
      @media (max-width: 768px) {
        footer.site-footer .site-info > div .privacy-policy-link {
          display: none; } }
      footer.site-footer .site-info > div.logo-block {
        justify-content: center;
        align-items: center; }
        @media (max-width: 768px) {
          footer.site-footer .site-info > div.logo-block {
            justify-content: start;
            margin-bottom: 70px; } }
        footer.site-footer .site-info > div.logo-block img {
          max-width: 150px; }
        @media (max-width: 768px) {
          footer.site-footer .site-info > div.logo-block {
            order: -1; }
            footer.site-footer .site-info > div.logo-block img {
              max-width: 120px; } }
      footer.site-footer .site-info > div .contact-block {
        text-align: right; }
        @media (max-width: 768px) {
          footer.site-footer .site-info > div .contact-block {
            text-align: center;
            margin-top: 70px; } }
        footer.site-footer .site-info > div .contact-block a {
          display: block;
          font-size: 14px;
          line-height: 22px;
          font-weight: 400;
          color: #FCFAF7; }
      @media (max-width: 768px) {
        footer.site-footer .site-info > div .links-block {
          text-align: center;
          margin-top: 70px;
          display: flex;
          justify-content: space-between; }
          footer.site-footer .site-info > div .links-block a {
            padding: 0; } }
      footer.site-footer .site-info > div .links-block .privacy-policy-link {
        display: none; }
        @media (max-width: 768px) {
          footer.site-footer .site-info > div .links-block .privacy-policy-link {
            display: block; } }
.homepage-first-part-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* Message block */
  /* Simple right centered text block */ }
  @media (max-width: 924px) {
    .homepage-first-part-content {
      flex-direction: column; } }
  .homepage-first-part-content .cs-message-block {
    width: 490px;
    min-height: 470px;
    margin-top: -50px;
    background-image: url("data:image/svg+xml,%3Csvg width='500' height='479' viewBox='0 0 500 479' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M463.835 345.479C464.538 343.397 465.159 341.231 465.845 338.917C511.838 188.954 499.653 175.783 449.141 102.56C431.64 76.954 411.54 52.0844 384.676 34.2293C325.01 -5.45025 240.388 -3.18435 176.523 27.4524C151.894 39.4356 115.348 55.3089 93.6299 73.6885L93.5505 73.7674C75.6265 91.5365 59.4701 120.299 54.1845 133.433C51.0085 139.185 41.2568 166.825 38.5515 172.541C17.182 213.232 1.82677 258.032 6.776 303.155C17.3246 395.839 118.693 470.7 222.011 474.37C295.069 476.558 369.041 454.363 419.069 406.326C441.287 386.191 453.496 376.784 463.835 345.479Z' fill='%23FCFAF7'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 99;
    position: relative;
    min-width: 490px;
    box-sizing: border-box; }
    .homepage-first-part-content .cs-message-block.without_bg {
      background-image: none !important; }
    .homepage-first-part-content .cs-message-block > * {
      max-width: 315px; }
    .homepage-first-part-content .cs-message-block h3 {
      font-size: 35px;
      line-height: 45px;
      font-weight: 400;
      letter-spacing: .41px;
      margin: 30px 0 15px 0; }
    .homepage-first-part-content .cs-message-block p {
      font-size: 16px;
      line-height: 27px;
      font-weight: 400; }
    .homepage-first-part-content .cs-message-block .m-btn {
      font-size: 16px;
      line-height: 19px;
      font-weight: 600;
      letter-spacing: .5px;
      color: #FCFAF7;
      border-radius: 30px;
      border: 2px solid #473729;
      padding: 15px 22px;
      margin-top: 25px; }
      .homepage-first-part-content .cs-message-block .m-btn:hover {
        color: #FCFAF7;
        background: #473729; }
    @media (max-width: 924px) {
      .homepage-first-part-content .cs-message-block {
        background-position: center;
        width: 100%;
        height: auto; } }
    @media (max-width: 450px) {
      .homepage-first-part-content .cs-message-block {
        background-color: #FCFAF7;
        min-width: auto;
        min-height: auto;
        width: 100%;
        padding: 150px 10px 49px;
        z-index: 1;
        margin-top: -105px;
        margin-bottom: 40px; } }
  .homepage-first-part-content .cs-rightside-content {
    max-width: 702px;
    margin-left: 15px;
    margin-bottom: 50px;
    margin-top: 45px; }
    @media (max-width: 924px) {
      .homepage-first-part-content .cs-rightside-content {
        max-width: 100%; }
        .homepage-first-part-content .cs-rightside-content h1 {
          text-align: center;
          margin-bottom: 60px; } }
    @media (max-width: 768px) {
      .homepage-first-part-content .cs-rightside-content {
        margin-left: 0; } }
.custom-slider {
  margin-bottom: 92px;
  padding-top: 56px; }
  @media (max-width: 768px) {
    .custom-slider {
      margin-bottom: 46px;
      padding-top: 62px; } }
  .custom-slider .custom-slider__slide {
    background-color: #FCFAF7;
    color: #473729;
    padding: 43px 34px 57px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center; }
    @media (max-width: 768px) {
      .custom-slider .custom-slider__slide {
        padding: 28px 16px 36px; } }
  .custom-slider .custom-slider__head {
    margin-bottom: 36px; }
    @media (max-width: 768px) {
      .custom-slider .custom-slider__head {
        margin-bottom: 19px; } }
    .custom-slider .custom-slider__head > * {
      margin-bottom: 0; }
  .custom-slider .custom-slider__title {
    margin-bottom: 37px;
    color: #473729; }
    @media (max-width: 768px) {
      .custom-slider .custom-slider__title {
        margin-bottom: 21px; } }
    .custom-slider .custom-slider__title > * {
      margin-bottom: 0;
      color: #473729; }
  .custom-slider .custom-slider__content {
    margin-bottom: 54px; }
    @media (max-width: 768px) {
      .custom-slider .custom-slider__content {
        font-size: 13px;
        line-height: 20px;
        font-weight: 400;
        margin-bottom: 34px; } }
  .custom-slider .img {
    max-width: 100%; }
    @media (max-width: 768px) {
      .custom-slider .img {
        max-width: 137px; } }
  .custom-slider .custom-slider__link {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #473729; }
    @media (max-width: 768px) {
      .custom-slider .custom-slider__link {
        font-size: 13px;
        line-height: 16px;
        font-weight: 600;
        letter-spacing: .5px; } }
    .custom-slider .custom-slider__link svg {
      transition: 0.1s ease-in; }
    .custom-slider .custom-slider__link:hover svg {
      transition: 0.1s ease-in;
      transform: translateX(4px); }
    .custom-slider .custom-slider__link:hover .custom-slider__link-deco {
      text-decoration: none; }
  .custom-slider .custom-slider__link-deco {
    margin-right: 10px;
    text-decoration: underline; }
  .custom-slider .splide__arrows {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -80px;
    margin-bottom: 40px;
    z-index: 0; }
    @media (max-width: 768px) {
      .custom-slider .splide__arrows {
        margin-top: -60px;
        margin-bottom: 20px; } }
  .custom-slider .splide__arrow {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer; }
    .custom-slider .splide__arrow:hover {
      opacity: .9; }
    .custom-slider .splide__arrow:disabled, .custom-slider .splide__arrow[disabled] {
      opacity: .3; }
    .custom-slider .splide__arrow::after {
      display: block;
      content: ' ';
      width: 38px;
      height: 38px;
      background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='19' cy='19' r='18' stroke='%23473729' stroke-width='2'/%3E%3Cpath d='M10 19.5H25.5M22 15L26 19.4366L22 24' stroke='%23473729' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
      background-size: cover; }
      @media (max-width: 768px) {
        .custom-slider .splide__arrow::after {
          width: 26px;
          height: 26px; } }
    .custom-slider .splide__arrow--prev {
      margin-right: 22px; }
      @media (max-width: 768px) {
        .custom-slider .splide__arrow--prev {
          margin-right: 0px; } }
      .custom-slider .splide__arrow--prev::after {
        transform: rotate(180deg); }
    .custom-slider .splide__arrow svg {
      display: none; }

.mobile-slider-container {
  position: relative;
  z-index: 100; }
  .mobile-slider-container > div {
    z-index: 100; }

.heading-section {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 100px;
  white-space: pre-wrap; }
  @media (max-width: 768px) {
    .heading-section {
      margin-top: 50px;
      margin-bottom: 50px; } }
.map-section iframe {
  width: 100%;
  height: 488px;
  margin-bottom: -6px; }

.contacts-header {
  padding-top: 55px; }

.contacts-section {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 90px; }
  @media (max-width: 769px) {
    .contacts-section {
      flex-direction: column; } }
  .contacts-section .contact-item {
    max-width: 312px;
    padding: 50px 20px;
    background-color: #FCFAF7;
    text-align: center;
    margin-right: 39px;
    margin-left: 39px;
    box-sizing: border-box;
    color: #473729; }
    @media (max-width: 924px) {
      .contacts-section .contact-item {
        margin-right: 15px;
        margin-left: 15px; } }
    @media (max-width: 769px) {
      .contacts-section .contact-item {
        max-width: 100%;
        width: 100%;
        margin: 0 0 30px 0; } }
    .contacts-section .contact-item h4 {
      margin: 26px auto -10px;
      padding: 0;
      color: #473729; }
      @media (max-width: 768px) {
        .contacts-section .contact-item h4 {
          font-size: 27px;
          line-height: 33px;
          font-weight: 300; } }
    .contacts-section .contact-item p {
      font-size: 15px;
      line-height: 17.6px;
      font-weight: 400;
      letter-spacing: .14px;
      margin-bottom: 12px; }
      .contacts-section .contact-item p.pos-field {
        font-weight: 700; }
    .contacts-section .contact-item a {
      text-decoration: underline;
      letter-spacing: .14px;
      font-size: 15px;
      line-height: 22px;
      font-weight: 600;
      color: #473729;
      display: block; }

.banner-section {
  position: relative;
  height: 660px;
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .banner-section {
      height: 0;
      padding-bottom: 100%; } }
  .banner-section img {
    object-fit: cover;
    width: 100%;
    height: 660px; }
    @media (max-width: 768px) {
      .banner-section img {
        /*clip-path: url(#svgPath);*/
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
        .banner-section img svg {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; } }
.contact-form {
  padding: 103px 0 112px;
  color: #FCFAF7;
  background-color: #473729;
  background-image: url('data:image/svg+xml;utf8,<svg width="637" height="575" viewBox="0 0 637 575" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.03" fill-rule="evenodd" clip-rule="evenodd" d="M593.875 421.968C594.838 419.432 595.696 416.793 596.641 413.972C659.934 231.257 644.406 214.851 580.474 124.024C558.329 92.2645 532.788 61.3505 498.292 38.8809C421.677 -11.0525 311.643 -10.1468 227.921 25.9771C195.631 40.1144 147.761 58.7542 119.104 80.7925L118.999 80.8874C95.2868 102.262 73.6144 137.143 66.437 153.118C62.1742 160.096 48.8522 193.744 45.2022 200.688C16.4749 250.069 -4.53234 304.617 0.842 360.011C12.3785 473.799 142.369 567.758 276.561 574.537C371.461 578.833 468.121 553.275 534.267 495.527C563.616 471.35 579.704 460.093 593.875 421.968Z" fill="%23FCFAF7" fill-opacity="0.5"/></svg>');
  background-repeat: no-repeat;
  background-position: 50% 30px; }
  @media (max-width: 768px) {
    .contact-form {
      padding: 66px 0 80px;
      background-position: 50% 48%;
      background-size: calc(100% - 40px) auto; } }
  .contact-form .form-content__title {
    margin-bottom: 15px;
    color: #FCFAF7; }
    @media (max-width: 768px) {
      .contact-form .form-content__title {
        margin-bottom: 21px;
        font-size: 34px;
        line-height: 44px;
        font-weight: 400; } }
.form-content {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400; }
  @media (max-width: 768px) {
    .form-content {
      display: block; } }
  .form-content .form-content__aside-title {
    width: 40%; }
    @media (max-width: 768px) {
      .form-content .form-content__aside-title {
        width: 100%;
        font-size: 15px;
        line-height: 24px;
        font-weight: 400;
        margin-bottom: 51px; } }
  .form-content .form-content__aside {
    width: 55%; }
    @media (max-width: 768px) {
      .form-content .form-content__aside {
        width: 100%; } }
  .form-content p {
    margin-top: 0;
    margin-bottom: 0; }

.checkbox-line {
  display: flex;
  align-items: top;
  margin-bottom: 25px; }
  @media (max-width: 768px) {
    .checkbox-line {
      display: block;
      margin-top: 5px;
      margin-bottom: 35px;
      font-size: 15px;
      line-height: 24px;
      font-weight: 400; } }
  .checkbox-line .checkbox-line__text {
    margin-bottom: 15px;
    width: 200px; }
    @media (max-width: 768px) {
      .checkbox-line .checkbox-line__text {
        margin-bottom: 19px; } }
  .checkbox-line .checkbox-control {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto; }
    @media (max-width: 575px) {
      .checkbox-line .checkbox-control {
        grid-template-columns: 1fr 1fr; } }
    .checkbox-line .checkbox-control > span {
      margin: 0 10px;
      align-self: center;
      /*margin-left: 40px;

      @media ( max-width: $tab ) {
        margin-left: 30px;
      }

      &:first-child {
        margin-left: 20px;

        @media ( max-width: $tab ) {
          margin-left: 0;
        }
      }*/ }

.form-line {
  margin-bottom: 55px; }

.short-docs-container {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: flex-end;
  flex-flow: wrap; }
  .short-docs-container .soc-item {
    padding-left: 55px;
    padding-right: 55px;
    margin-bottom: 87px;
    width: 33%;
    box-sizing: border-box; }
    .short-docs-container .soc-item p {
      font-size: 16px;
      line-height: 27px;
      font-weight: 400;
      margin: 0; }
    .short-docs-container .soc-item h4 {
      margin-bottom: 25px; }
    .short-docs-container .soc-item a {
      display: flex;
      color: #FCFAF7;
      border-top: 1px solid #FCFAF7;
      border-bottom: 1px solid #FCFAF7;
      padding-top: 20px;
      padding-bottom: 20px;
      position: relative;
      justify-content: space-between;
      align-items: center;
      font-size: 16px;
      line-height: 27px;
      font-weight: 600;
      text-decoration: underline;
      margin-top: 30px; }
      .short-docs-container .soc-item a span {
        display: flex; }
      .short-docs-container .soc-item a:hover {
        opacity: .8;
        text-decoration: none; }
    @media (max-width: 1024px) {
      .short-docs-container .soc-item {
        width: 50%; } }
    @media (max-width: 768px) {
      .short-docs-container .soc-item {
        width: 100%;
        padding: 0; } }
.docs-container .soc-item {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  background-color: #fff;
  margin-bottom: 100px; }
  .docs-container .soc-item .image {
    width: 100%;
    max-width: 702px;
    max-height: 702px; }
    .docs-container .soc-item .image img {
      object-fit: cover;
      height: 100%;
      width: 100%; }
    .docs-container .soc-item .image.type-img {
      padding: 65px;
      text-align: right;
      box-sizing: border-box; }
      .docs-container .soc-item .image.type-img img {
        width: auto;
        height: auto;
        max-width: 100%; }
  .docs-container .soc-item .content {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 100px;
    padding-bottom: 100px; }
    .docs-container .soc-item .content h1, .docs-container .soc-item .content p {
      text-align: center; }
    .docs-container .soc-item .content p {
      /*margin-bottom: 40px;*/
      margin-bottom: 0; }
    .docs-container .soc-item .content a {
      display: flex;
      color: #FCFAF7;
      border-top: 1px solid #FCFAF7;
      padding-top: 20px;
      padding-bottom: 20px;
      position: relative;
      justify-content: space-between;
      align-items: center;
      font-size: 16px;
      line-height: 27px;
      font-weight: 600;
      text-decoration: underline; }
      .docs-container .soc-item .content a:first-of-type {
        margin-top: 50px; }
      .docs-container .soc-item .content a span {
        display: flex; }
      .docs-container .soc-item .content a:last-child {
        border-bottom: 1px solid #FCFAF7; }
      .docs-container .soc-item .content a:hover {
        opacity: .8;
        text-decoration: none; }
    @media (max-width: 1024px) {
      .docs-container .soc-item .content {
        width: 65%; } }
  .docs-container .soc-item:nth-child(even) {
    flex-direction: row-reverse; }
  @media (max-width: 768px) {
    .docs-container .soc-item {
      margin-bottom: 30px;
      flex-direction: column; }
      .docs-container .soc-item .image {
        max-width: 100%; }
      .docs-container .soc-item .content {
        padding-top: 35px;
        padding-bottom: 35px;
        width: 100%;
        box-sizing: border-box;
        padding: 35px 25px; }
        .docs-container .soc-item .content h1 {
          font-size: 30px;
          line-height: 44px;
          font-weight: 400; }
      .docs-container .soc-item:nth-child(even) {
        flex-direction: column; } }
.cs-gallery {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-left: -14px;
  margin-right: -14px;
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .cs-gallery {
      margin-left: -4px;
      margin-right: -4px; } }
  .cs-gallery .cs-gallery__item {
    cursor: pointer;
    flex-shrink: 0;
    flex-grow: 1;
    padding: 0 14px 32px; }
    @media (max-width: 768px) {
      .cs-gallery .cs-gallery__item {
        padding: 0 4px 4px; } }
    .cs-gallery .cs-gallery__item:nth-child(8n+1) {
      width: 100%; }
      .cs-gallery .cs-gallery__item:nth-child(8n+1) .cs-gallery__item-inner {
        padding-bottom: 51.3%; }
    .cs-gallery .cs-gallery__item:nth-child(8n+2) {
      width: 56%; }
      .cs-gallery .cs-gallery__item:nth-child(8n+2) .cs-gallery__item-inner {
        padding-bottom: 93.3%; }
    .cs-gallery .cs-gallery__item:nth-child(8n+3) {
      width: 44%; }
      .cs-gallery .cs-gallery__item:nth-child(8n+3) .cs-gallery__item-inner {
        padding-bottom: 120%; }
    .cs-gallery .cs-gallery__item:nth-child(8n+4), .cs-gallery .cs-gallery__item:nth-child(8n+5), .cs-gallery .cs-gallery__item:nth-child(8n+6) {
      width: calc(100% / 3); }
      .cs-gallery .cs-gallery__item:nth-child(8n+4) .cs-gallery__item-inner, .cs-gallery .cs-gallery__item:nth-child(8n+5) .cs-gallery__item-inner, .cs-gallery .cs-gallery__item:nth-child(8n+6) .cs-gallery__item-inner {
        padding-bottom: 100%; }
    .cs-gallery .cs-gallery__item:nth-child(8n+7) {
      width: 44%; }
      .cs-gallery .cs-gallery__item:nth-child(8n+7) .cs-gallery__item-inner {
        padding-bottom: 120%; }
    .cs-gallery .cs-gallery__item:nth-child(8n+8) {
      width: 56%; }
      .cs-gallery .cs-gallery__item:nth-child(8n+8) .cs-gallery__item-inner {
        padding-bottom: 93.3%; }
  .cs-gallery .cs-gallery__item-inner {
    position: relative;
    height: 0;
    padding-bottom: 52%; }
  .cs-gallery .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @supports not (object-fit: cover) {
      .cs-gallery .img {
        width: auto;
        left: 50%;
        transform: translateX(-50%); } }

.mfp-container {
  padding-left: 20px;
  padding-right: 20px; }

.mfp-content {
  position: relative; }
  .mfp-content .mfp-arrow {
    opacity: 1; }
    .mfp-content .mfp-arrow::after {
      display: none; }
    .mfp-content .mfp-arrow::before {
      width: 38px;
      height: 38px;
      background-image: url('data:image/svg+xml;utf8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="13" cy="13" r="12" stroke="%23ffffff" stroke-width="2"/><path d="M6.8421 13.3421H17.4474M15.0526 10.2632L17.7895 13.2988L15.0526 16.4211" stroke="%23ffffff" stroke-width="2" stroke-linecap="round"/></svg>');
      background-size: cover;
      opacity: 1;
      border: none; }
  .mfp-content .mfp-arrow-left::before {
    transform: rotate(180deg); }
  .mfp-content .mfp-counter {
    display: none; }
  .mfp-content .mfp-title {
    padding: 30px 0 0;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #FCFAF7;
    text-align: center; }
    @media (max-width: 768px) {
      .mfp-content .mfp-title {
        font-size: 15px;
        line-height: 24px;
        font-weight: 400;
        text-align: left; } }
  .mfp-content .mfp-close {
    width: 48px;
    height: 48px;
    background-image: url('data:image/svg+xml;utf8,<svg width="47" height="47" viewBox="0 0 47 47" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1" y="1" width="45" height="45" rx="22.5" stroke="%23FCFAF7" stroke-width="2"/><line x1="16.8418" y1="29.7909" x2="29.6325" y2="17.0002" stroke="%23FCFAF7" stroke-width="2" stroke-linecap="round"/><line x1="17.3693" y1="17" x2="30.16" y2="29.7907" stroke="%23FCFAF7" stroke-width="2" stroke-linecap="round"/></svg>');
    background-size: cover;
    text-indent: 99999px;
    top: -48px;
    opacity: 1;
    right: 0; }
    @media (max-width: 768px) {
      .mfp-content .mfp-close {
        width: 45px;
        height: 45px;
        position: fixed;
        bottom: 100px;
        top: auto;
        right: 20px; } }
.mfp-preloader {
  display: none !important; }

.content-section {
  display: flex;
  flex-direction: row;
  margin-bottom: 80px; }
  @media (max-width: 768px) {
    .content-section {
      margin-bottom: 50px; } }
  .content-section.right {
    flex-direction: row-reverse; }
  .content-section .content-block img {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
    height: auto; }
  .content-section .content-block p {
    margin-bottom: 40px;
    margin-top: 0;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400; }
    .content-section .content-block p:last-child {
      margin-bottom: 0; }
    .content-section .content-block p a {
      color: #FCFAF7;
      font-size: 16px;
      line-height: 27px;
      font-weight: 600; }
      .content-section .content-block p a:hover {
        text-decoration: none; }
    .content-section .content-block p a:not(.content-btn) {
      text-decoration: underline; }
  .content-section .content-btn {
    padding: 13px 37px 15px;
    border: 2px solid #FCFAF7;
    border-radius: 30px;
    color: #FCFAF7;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    letter-spacing: .5px; }
    .content-section .content-btn:hover {
      background-color: #FCFAF7;
      color: #473729; }
  .content-section.image-empty {
    justify-content: flex-end; }
    .content-section.image-empty .content-block {
      width: 60%;
      max-width: 702px; }
      .content-section.image-empty .content-block .download-link {
        display: flex;
        justify-content: space-between;
        align-content: center;
        font-size: 16px;
        line-height: 27px;
        font-weight: 600;
        border-top: 1px solid #473729;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #FCFAF7;
        text-decoration: underline; }
        .content-section.image-empty .content-block .download-link:last-child {
          border-bottom: 1px solid #473729; }
        .content-section.image-empty .content-block .download-link:hover {
          opacity: .8;
          text-decoration: none; }
      @media (max-width: 1024px) {
        .content-section.image-empty .content-block {
          width: 100%; } }
  .content-section.image-exists {
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 768px) {
      .content-section.image-exists {
        flex-direction: column; } }
    .content-section.image-exists .image-block {
      width: 100%;
      max-width: 702px; }
      @media (max-width: 768px) {
        .content-section.image-exists .image-block {
          max-width: 100%; } }
      .content-section.image-exists .image-block img {
        width: 100%;
        object-fit: cover; }
    .content-section.image-exists .content-block {
      max-width: 510px;
      width: 100%;
      padding-left: 25px; }
      @media (max-width: 768px) {
        .content-section.image-exists .content-block {
          max-width: 100%;
          padding: 25px 0; } }
    .content-section.image-exists.action-block {
      box-sizing: border-box;
      align-items: stretch; }
      .content-section.image-exists.action-block .image-block {
        position: relative;
        min-width: 702px;
        max-height: 702px; }
        @media (max-width: 1024px) and (min-width: 769px) {
          .content-section.image-exists.action-block .image-block {
            min-width: 50%;
            padding: 25px; } }
        @media (max-width: 768px) {
          .content-section.image-exists.action-block .image-block {
            min-width: 100%;
            max-height: 100%;
            display: flex; } }
        .content-section.image-exists.action-block .image-block img {
          width: 100%;
          object-fit: cover;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
          @media (max-width: 768px) {
            .content-section.image-exists.action-block .image-block img {
              position: initial; } }
      .content-section.image-exists.action-block.image-type-img {
        background-color: #FCFAF7;
        color: #473729;
        align-items: center; }
        .content-section.image-exists.action-block.image-type-img .image-block {
          padding: 0;
          box-sizing: border-box;
          min-width: 702px;
          height: 702px;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media (max-width: 768px) {
            .content-section.image-exists.action-block.image-type-img .image-block {
              padding: 0;
              min-width: auto;
              width: 100%;
              height: auto; } }
          .content-section.image-exists.action-block.image-type-img .image-block img {
            position: initial;
            max-width: 615px;
            height: auto; }
          @media (max-width: 1024px) and (min-width: 769px) {
            .content-section.image-exists.action-block.image-type-img .image-block {
              width: 60%;
              min-width: 60%;
              padding: 25px; } }
      .content-section.image-exists.action-block .content-block {
        padding: 85px 77px;
        box-sizing: border-box;
        max-width: 100%;
        text-align: center;
        background-color: #FCFAF7;
        color: #473729; }
        @media (max-width: 768px) {
          .content-section.image-exists.action-block .content-block {
            padding: 25px; } }
        .content-section.image-exists.action-block .content-block .content-btn {
          display: inline-block;
          padding: 13px 37px 15px;
          border: 2px solid #473729;
          border-radius: 30px;
          color: #473729;
          font-size: 16px;
          line-height: 19px;
          font-weight: 600;
          letter-spacing: .5px; }
          .content-section.image-exists.action-block .content-block .content-btn:hover {
            background-color: #473729;
            color: #FCFAF7; }
        .content-section.image-exists.action-block .content-block h1, .content-section.image-exists.action-block .content-block h2, .content-section.image-exists.action-block .content-block h3, .content-section.image-exists.action-block .content-block h4 {
          color: #473729; }

/* Block section styles */
.code-block {
  margin-bottom: 100px; }

.privacy-policy .content-section {
  padding-top: 50px; }

a.content-btn {
  text-decoration: none;
  display: inline-block; }

/* Comments
--------------------------------------------- */
/* Widgets
--------------------------------------------- */
/* Media
--------------------------------------------- */
/* Captions
--------------------------------------------- */
/* Galleries
--------------------------------------------- */
/* Slider
--------------------------------------------- */
#primary .cs-container, #primary .custom-slider .splide__arrows, .custom-slider #primary .splide__arrows {
  /* end decktop slider */ }
  #primary .cs-container .slider-container .nextend-arrow, #primary .custom-slider .splide__arrows .slider-container .nextend-arrow, .custom-slider #primary .splide__arrows .slider-container .nextend-arrow {
    width: 38px;
    height: 38px;
    background-color: unset; }
    #primary .cs-container .slider-container .nextend-arrow img, #primary .custom-slider .splide__arrows .slider-container .nextend-arrow img, .custom-slider #primary .splide__arrows .slider-container .nextend-arrow img {
      display: none !important; }
    #primary .cs-container .slider-container .nextend-arrow.nextend-arrow-previous, #primary .custom-slider .splide__arrows .slider-container .nextend-arrow.nextend-arrow-previous, .custom-slider #primary .splide__arrows .slider-container .nextend-arrow.nextend-arrow-previous {
      background-image: url("data:image/svg+xml,%3Csvg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d)'%3E%3Cpath d='M5.00001 22.9116C5.00001 13.0236 13.0545 4.99994 23 4.99994C32.9455 4.99994 41 13.0236 41 22.9116C41 32.7995 32.9455 40.8232 23 40.8232C13.0545 40.8232 5 32.7995 5.00001 22.9116Z' stroke='white' stroke-width='2'/%3E%3Cpath d='M32 22.414L16.5 22.414M20 26.8931L16 22.4771L20 17.9349' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d' x='0' y='0' width='46' height='45.8233' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
      border-radius: 30px; }
    #primary .cs-container .slider-container .nextend-arrow.nextend-arrow-next, #primary .custom-slider .splide__arrows .slider-container .nextend-arrow.nextend-arrow-next, .custom-slider #primary .splide__arrows .slider-container .nextend-arrow.nextend-arrow-next {
      background-image: url("data:image/svg+xml,%3Csvg width='46' height='47' viewBox='0 0 46 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d)'%3E%3Cpath d='M41 23.4004C41 33.2884 32.9455 41.3121 23 41.3121C13.0545 41.3121 5 33.2884 5 23.4004C5 13.5125 13.0545 5.48877 23 5.48877C32.9455 5.48877 41 13.5125 41 23.4004Z' stroke='white' stroke-width='2'/%3E%3Cpath d='M14 23.898H29.5M26 19.4189L30 23.8349L26 28.3771' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d' x='0' y='0.48877' width='46' height='45.8233' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E"); }
    #primary .cs-container .slider-container .nextend-arrow:hover, #primary .custom-slider .splide__arrows .slider-container .nextend-arrow:hover, .custom-slider #primary .splide__arrows .slider-container .nextend-arrow:hover {
      opacity: .7; }
  @media (max-width: 450px) {
    #primary .cs-container .slider-container, #primary .custom-slider .splide__arrows .slider-container, .custom-slider #primary .splide__arrows .slider-container {
      display: none; } }
  #primary .cs-container .mobile-slider-container .nextend-arrow, #primary .custom-slider .splide__arrows .mobile-slider-container .nextend-arrow, .custom-slider #primary .splide__arrows .mobile-slider-container .nextend-arrow {
    width: 26px !important;
    height: 26px !important;
    background-color: unset;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .3; }
    #primary .cs-container .mobile-slider-container .nextend-arrow img, #primary .custom-slider .splide__arrows .mobile-slider-container .nextend-arrow img, .custom-slider #primary .splide__arrows .mobile-slider-container .nextend-arrow img {
      display: none !important; }
    #primary .cs-container .mobile-slider-container .nextend-arrow.nextend-arrow-previous, #primary .custom-slider .splide__arrows .mobile-slider-container .nextend-arrow.nextend-arrow-previous, .custom-slider #primary .splide__arrows .mobile-slider-container .nextend-arrow.nextend-arrow-previous {
      background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13' cy='13' r='12' stroke='%23473729' stroke-width='2'/%3E%3Cpath d='M6.8421 13.3421H17.4474M15.0526 10.2632L17.7895 13.2988L15.0526 16.4211' stroke='%23473729' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
      transform: rotate(180deg);
      right: 71px !important; }
      @media (max-width: 768px) {
        #primary .cs-container .mobile-slider-container .nextend-arrow.nextend-arrow-previous, #primary .custom-slider .splide__arrows .mobile-slider-container .nextend-arrow.nextend-arrow-previous, .custom-slider #primary .splide__arrows .mobile-slider-container .nextend-arrow.nextend-arrow-previous {
          right: 20px !important; } }
    #primary .cs-container .mobile-slider-container .nextend-arrow.nextend-arrow-next, #primary .custom-slider .splide__arrows .mobile-slider-container .nextend-arrow.nextend-arrow-next, .custom-slider #primary .splide__arrows .mobile-slider-container .nextend-arrow.nextend-arrow-next {
      background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13' cy='13' r='12' stroke='%23473729' stroke-width='2'/%3E%3Cpath d='M6.8421 13.3421H17.4474M15.0526 10.2632L17.7895 13.2988L15.0526 16.4211' stroke='%23473729' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
      padding: 0 25px 0 10px;
      right: 10px !important; }
    #primary .cs-container .mobile-slider-container .nextend-arrow:hover, #primary .custom-slider .splide__arrows .mobile-slider-container .nextend-arrow:hover, .custom-slider #primary .splide__arrows .mobile-slider-container .nextend-arrow:hover {
      opacity: 1; }
  @media (min-width: 451px) {
    #primary .cs-container .mobile-slider-container, #primary .custom-slider .splide__arrows .mobile-slider-container, .custom-slider #primary .splide__arrows .mobile-slider-container {
      display: none; } }
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Alignments
--------------------------------------------- */

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