/*!
Theme Name: FCJK
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fcjk
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.

FCJK 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
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Reusable classes
# Pages
	- Footer

--------------------------------------------------------------*/
/* Flex row */
/* Grid row */
/* Tpansitions */
/* Borders */
/* Images */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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;
  -webkit-text-size-adjust: 100%;
}

/* 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* 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 {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

h1 {
  color: #ffffff;
  text-align: center;
  font-family: "Petrona", serif;
  font-size: 3.2rem;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.064rem;
}
@media (min-width: 64em) {
  h1 {
    font-size: 5.5rem;
    letter-spacing: 0.11rem;
  }
}
@media (min-width: 90em) {
  h1 {
    font-size: 8.5rem;
  }
}

h2 {
  color: #303030;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: normal;
  font-size: 2.4rem;
  letter-spacing: 0.048rem;
  padding-bottom: 25px;
}
@media (min-width: 64em) {
  h2 {
    font-size: 3.4rem;
    letter-spacing: 0.08rem;
    padding-bottom: 30px;
  }
}
@media (min-width: 90em) {
  h2 {
    font-size: 3.6rem;
    padding-bottom: 35px;
  }
}

h3 {
  color: #303030;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.036rem;
  padding-bottom: 15px;
}

h4 {
  color: #c1272d;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
}
@media (min-width: 64em) {
  h4 {
    font-size: 1.4rem;
  }
}

h5 {
  color: #c1272d;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
}
@media (min-width: 64em) {
  h5 {
    font-size: 2.2rem;
    letter-spacing: 0.4px;
  }
}
@media (min-width: 90em) {
  h5 {
    font-size: 2.4rem;
  }
}

h6 {
  color: #303030;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.036rem;
}

p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
}
@media (min-width: 64em) {
  p {
    letter-spacing: 0.36px;
  }
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Petrona";
  src: url("../fonts/Petrona-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Petrona";
  src: url("../fonts/Petrona-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Petrona";
  src: url("../fonts/Petrona-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Petrona";
  src: url("../fonts/Petrona-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Petrona";
  src: url("../fonts/Petrona-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Petrona";
  src: url("../fonts/Petrona-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
/* Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  outline: none;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  line-height: 150%;
  font-weight: 400;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0 !important;
  overflow-x: hidden;
  background-color: #f2f2f2;
}

.main-wrapper {
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 4px 4px 8px rgba(120, 120, 120, 0.22);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c1272d;
  border-radius: 10px;
}

ul li,
ol li {
  position: relative;
  padding: 0 0 0 25px;
  font-size: 1.6rem;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li::after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: #c1272d;
  border-radius: 50%;
  left: 0;
  top: 10px;
}

ol {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: number;
}
ol li {
  counter-increment: number;
  padding-left: 30px;
}
@media (min-width: 64em) {
  ol li {
    padding-left: 35px;
  }
}
ol li::after {
  position: absolute;
  content: counter(number) ".";
  margin: 0;
  top: 0;
  left: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: 100%;
  width: auto;
}

.searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.searchform-field {
  border: none;
  outline: none;
}
.searchform-btn {
  border: none !important;
  background: none;
  height: 26px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Links
--------------------------------------------- */
a {
  text-decoration: none;
  color: #c1272d;
  font-size: 1.6rem;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  color: #000000;
  line-height: 130%;
}

.btn, .btn-black, .btn-red {
  border: 1px solid;
  color: #000000;
  line-height: 130%;
  color: #ffffff;
  -webkit-transition: 0.1s ease-in all;
  transition: 0.1s ease-in all;
}
.btn-red {
  background-color: #c1272d;
}
.btn-red:hover {
  background-color: #c1272d;
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}
.btn-black {
  background-color: #000000;
}
.btn-black:hover {
  background-color: #000000;
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  padding: 15px;
  border-radius: 0;
  border: none;
  background-color: #f2f2f2;
  width: 100%;
  font-family: "Montserrat", sans-serif;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  outline: none;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* when menu is closed */
.site {
  /* Burger menu*/
  /* Language switcher display */
  /* Language switcher */
}
.site-header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  height: auto;
  z-index: 1000;
  border-bottom: 2px solid #f2f2f2;
  max-height: 300px;
  -webkit-transition: 0.3s ease max-height;
  transition: 0.3s ease max-height;
}
.site-header-wrapper {
  padding: 15px 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  width: 100%;
  position: relative;
  /* hide menu content */
}
@media (min-width: 48em) {
  .site-header-wrapper {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media (min-width: 90em) {
  .site-header-wrapper {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
.site-header-wrapper .main-navigation-content {
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  -webkit-transition: 0.1s ease opacity;
  transition: 0.1s ease opacity;
  /* underline active page */
}
.site-header-wrapper .main-navigation-content .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.site-header-wrapper .main-navigation-content .menu-main-menu-container {
  /* links with sub-menu */
}
@media (min-width: 48em) {
  .site-header-wrapper .main-navigation-content .menu-main-menu-container a {
    position: relative;
  }
}
@media (min-width: 48em) {
  .site-header-wrapper .main-navigation-content .menu-main-menu-container a::after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    background: #c1272d;
    -webkit-transition: 0.11s ease width;
    transition: 0.11s ease width;
    z-index: -1;
  }
}
@media (min-width: 48em) {
  .site-header-wrapper .main-navigation-content .menu-main-menu-container a:hover {
    color: #ffffff !important;
  }
}
@media (min-width: 48em) {
  .site-header-wrapper .main-navigation-content .menu-main-menu-container a:hover::after {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.33s ease width;
    transition: 0.33s ease width;
  }
}
.site-header-wrapper .main-navigation-content .menu-main-menu-container .menu-item-has-children {
  /* Hide sub-menu for small screens */
}
.site-header-wrapper .main-navigation-content .menu-main-menu-container .menu-item-has-children > a {
  /* For small screens show arrow for sub-menu */
}
@media (max-width: 47.99em) {
  .site-header-wrapper .main-navigation-content .menu-main-menu-container .menu-item-has-children > a {
    position: relative;
    padding-right: 20px;
  }
}
@media (min-width: 48em) {
  .site-header-wrapper .main-navigation-content .menu-main-menu-container .menu-item-has-children > a {
    pointer-events: none;
  }
}
@media (max-width: 47.99em) {
  .site-header-wrapper .main-navigation-content .menu-main-menu-container .menu-item-has-children > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background-image: url(".././images/icons/arrow-down.svg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 8px;
    width: 12px;
    -webkit-transition: ease-in 0.3s all;
    transition: ease-in 0.3s all;
  }
}
@media (max-width: 47.99em) {
  .site-header-wrapper .main-navigation-content .menu-main-menu-container .menu-item-has-children .sub-menu {
    visibility: hidden;
    opacity: 0;
    height: 0;
    -webkit-transition: 0.1s ease all;
    transition: 0.1s ease all;
  }
}
.site-header-wrapper .main-navigation-content .menu-main-menu-container .menu-item-has-children.focus {
  /* Show sub-menu on click */
}
.site-header-wrapper .main-navigation-content .menu-main-menu-container .menu-item-has-children.focus > a {
  /* Rotate arrow on click */
}
@media (max-width: 63.99em) {
  .site-header-wrapper .main-navigation-content .menu-main-menu-container .menu-item-has-children.focus > a::after {
    top: 18%;
    -webkit-transition: ease-out 0.2s all;
    transition: ease-out 0.2s all;
    rotate: 180deg;
  }
}
@media (max-width: 47.99em) {
  .site-header-wrapper .main-navigation-content .menu-main-menu-container .menu-item-has-children.focus .sub-menu {
    visibility: visible;
    opacity: 1;
    height: auto;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
  }
}
.site-header.scrolled {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.site-header.scrolled .site-header-wrapper {
  padding: 10px 0;
}
.site-header.scrolled .custom-logo-link {
  height: 35px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
@media (min-width: 64em) {
  .site-header.scrolled .custom-logo-link {
    height: 45px;
  }
}
@media (min-width: 90em) {
  .site-header.scrolled .custom-logo-link {
    height: 50px;
  }
}
.site-branding .custom-logo-link {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  display: inline-block;
  height: 40px;
}
@media (min-width: 64em) {
  .site-branding .custom-logo-link {
    height: 55px;
  }
}
@media (min-width: 90em) {
  .site-branding .custom-logo-link {
    height: 70px;
  }
}
.site-branding .custom-logo-link img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-search {
  display: none;
}
@media (max-width: 47.99em) {
  .site-search {
    position: absolute;
    top: 80px;
    width: 100%;
  }
}
@media (min-width: 48em) {
  .site-search {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    text-align: right;
    display: block;
  }
}
.site-search-wrapper {
  border: 1px solid rgba(119, 119, 119, 0.3);
}
@media (min-width: 48em) {
  .site-search-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.site-search-wrapper .searchform-field {
  background: none;
  font-weight: 600;
}
.site-search-wrapper .searchform-btn {
  margin: auto;
  padding-right: 15px;
}
.site-search-wrapper .searchform-field, .site-search-wrapper .searchform-btn {
  opacity: 0.3;
  -webkit-transition: 0.1s ease all;
  transition: 0.1s ease all;
}
.site-search-wrapper.focus {
  border: 1px solid rgba(119, 119, 119, 0.5);
}
.site-search-wrapper.focus .searchform-field, .site-search-wrapper.focus .searchform-btn {
  opacity: 1;
  -webkit-transition: 0.1s ease all;
  transition: 0.1s ease all;
}
.site .menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  border: none;
  background: none;
  float: right;
  cursor: pointer;
  font-weight: 600;
}
.site .menu-toggle .bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  row-gap: 5px;
  width: 26px;
}
.site .menu-toggle .bar-1, .site .menu-toggle .bar-2, .site .menu-toggle .bar-3 {
  height: 3px;
  width: 100%;
  background-color: #000000;
  -webkit-transition: 0.1s ease all;
  transition: 0.1s ease all;
}
.site-translator-mobile {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 20px;
}
.site-translator-mobile:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #f2f2f2;
  left: 0;
  bottom: 60px;
}
@media (min-width: 64em) {
  .site-translator-mobile {
    display: none;
  }
}
.site-translator-desktop {
  position: relative;
  width: 95px;
  height: 35px;
}
@media (max-width: 63.99em) {
  .site-translator-desktop {
    display: none;
  }
}
@media (min-width: 64em) {
  .site .trp_language_switcher_shortcode {
    position: fixed;
  }
}
.site .trp_language_switcher_shortcode .trp-ls-shortcode-language {
  border: none !important;
  border-radius: unset !important;
  width: auto !important;
  padding: 0 !important;
}
@media (max-width: 63.99em) {
  .site .trp_language_switcher_shortcode .trp-ls-shortcode-language {
    height: auto !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    background-image: unset !important;
  }
}
@media (max-width: 63.99em) {
  .site .trp_language_switcher_shortcode .trp-ls-shortcode-language a {
    padding: 0 0 0 25px !important;
  }
  .site .trp_language_switcher_shortcode .trp-ls-shortcode-language a:first-child {
    border-right: 3px solid #f2f2f2;
    padding: 0 25px 0 0 !important;
  }
}
.site .trp_language_switcher_shortcode .trp-ls-shortcode-current-language {
  width: auto !important;
  background-image: url(".././images/icons/arrow-down.svg") !important;
  background-size: 15px 10px !important;
  background-position: right 50%;
  border: none !important;
  border-radius: unset !important;
  padding: 0 5px 0 0 !important;
}
@media (max-width: 63.99em) {
  .site .trp_language_switcher_shortcode .trp-ls-shortcode-current-language {
    opacity: 0;
    visibility: hidden !important;
    height: 0 !important;
  }
}
.site .trp_language_switcher_shortcode .trp-ls-shortcode-disabled-language {
  padding: 5px 10px !important;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
@media (max-width: 63.99em) {
  .site .trp_language_switcher_shortcode .trp-ls-shortcode-disabled-language {
    pointer-events: none;
  }
}
.site .trp_language_switcher_shortcode .trp-ls-shortcode-disabled-language:hover {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.site .trp_language_switcher_shortcode a {
  font-size: 1.6rem;
  font-weight: 600 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  padding: 5px 10px !important;
}
.site .trp-language-switcher-container {
  width: unset !important;
  height: unset !important;
}
.site .trp-flag-image {
  width: auto;
  height: 100%;
  max-width: 35px;
  max-height: 20px;
}
@media (min-width: 64em) {
  .site .trp-flag-image {
    max-width: 40px;
    max-height: 24px;
  }
}

/* when menu is opened */
.site-header.menu-opened {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: hidden;
  max-height: 100%;
  -webkit-transition: 0.3s ease max-height;
  transition: 0.3s ease max-height;
  /* Close Menu */
}
@media (max-height: 768px) {
  .site-header.menu-opened {
    bottom: 0 !important;
  }
}
@media (min-width: 90em) {
  .site-header.menu-opened {
    bottom: 20vh;
  }
}
.site-header.menu-opened::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 70px;
  height: 2px;
  background-color: #f2f2f2;
}
@media (min-width: 48em) {
  .site-header.menu-opened::after {
    top: 85px;
  }
}
@media (min-width: 64em) {
  .site-header.menu-opened::after {
    top: 95px;
  }
}
@media (min-width: 90em) {
  .site-header.menu-opened::after {
    top: 110px;
  }
}
.site-header.menu-opened .site-search {
  display: block;
}
@media (max-width: 63.99em) {
  .site-header.menu-opened .site-translator-mobile {
    display: block;
  }
}
@media (max-width: 63.99em) {
  .site-header.menu-opened .main-navigation {
    margin: -15px 0 0;
  }
}
.site-header.menu-opened .main-navigation .main-navigation-content {
  position: absolute;
  top: 140px;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  min-height: 65vh;
  overflow-y: auto;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 48em) {
  .site-header.menu-opened .main-navigation .main-navigation-content {
    top: 80px;
  }
}
@media (min-width: 64em) {
  .site-header.menu-opened .main-navigation .main-navigation-content {
    top: 120px;
  }
}
@media (min-width: 77.5em) {
  .site-header.menu-opened .main-navigation .main-navigation-content {
    top: 130px;
  }
}
@media (min-width: 1240px) and (max-height: 768px) {
  .site-header.menu-opened .main-navigation .main-navigation-content {
    min-height: 80vh !important;
  }
}
.site-header.menu-opened .main-navigation .main-navigation-content .nav-menu {
  -webkit-transition: 0.1s ease opacity;
  transition: 0.1s ease opacity;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
@media (min-width: 48em) {
  .site-header.menu-opened .main-navigation .main-navigation-content .nav-menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 30px;
    width: 100%;
  }
}
@media (min-width: 64em) {
  .site-header.menu-opened .main-navigation .main-navigation-content .nav-menu {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    min-height: 500px;
  }
}
@media (min-width: 77.5em) {
  .site-header.menu-opened .main-navigation .main-navigation-content .nav-menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 100px 1fr 100px 1fr 100px 1fr 100px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 70px 1fr;
    grid-template-rows: 1fr 1fr;
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
    row-gap: 70px;
  }
  .site-header.menu-opened .main-navigation .main-navigation-content .nav-menu > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .site-header.menu-opened .main-navigation .main-navigation-content .nav-menu > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .site-header.menu-opened .main-navigation .main-navigation-content .nav-menu > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .site-header.menu-opened .main-navigation .main-navigation-content .nav-menu > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .site-header.menu-opened .main-navigation .main-navigation-content .nav-menu > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }
  .site-header.menu-opened .main-navigation .main-navigation-content .nav-menu > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .site-header.menu-opened .main-navigation .main-navigation-content .nav-menu > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .site-header.menu-opened .main-navigation .main-navigation-content .nav-menu > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .site-header.menu-opened .main-navigation .main-navigation-content .nav-menu > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  .site-header.menu-opened .main-navigation .main-navigation-content .nav-menu > *:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
  }
  .site-header.menu-opened .main-navigation .main-navigation-content .nav-menu #menu-item-744 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/3/2;
  }
  .site-header.menu-opened .main-navigation .main-navigation-content .nav-menu #menu-item-745 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/3/3;
  }
}
.site-header.menu-opened .main-navigation .main-navigation-content .nav-menu li {
  padding: 0;
}
@media (max-width: 47.99em) {
  .site-header.menu-opened .main-navigation .main-navigation-content .nav-menu li:not(:last-child) {
    border-bottom: 2px solid #f2f2f2;
  }
}
.site-header.menu-opened .main-navigation .main-navigation-content .nav-menu li::after {
  display: none;
}
.site-header.menu-opened .main-navigation .main-navigation-content .nav-menu li a {
  font-weight: 600;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin: 15px 0;
  display: inline-block;
}
@media (min-width: 64em) {
  .site-header.menu-opened .main-navigation .main-navigation-content .nav-menu li a {
    margin: 0 0 20px;
  }
}
@media (max-width: 63.99em) {
  .site-header.menu-opened .main-navigation .main-navigation-content .nav-menu .sub-menu {
    position: relative;
    z-index: 99999;
  }
}
@media (max-width: 63.99em) {
  .site-header.menu-opened .main-navigation .main-navigation-content .nav-menu .sub-menu li {
    border-bottom: none;
  }
}
.site-header.menu-opened .main-navigation .main-navigation-content .nav-menu .sub-menu li a {
  color: #303030;
  text-transform: none !important;
  margin: 0 0 10px !important;
  padding: 5px 0 !important;
}
@media (min-width: 64em) {
  .site-header.menu-opened .main-navigation .main-navigation-content .nav-menu .sub-menu li a {
    margin: 0 0 15px !important;
    padding: 0 !important;
  }
}
.site-header.menu-opened .menu-toggle span {
  opacity: 0;
}
@media (max-width: 63.99em) {
  .site-header.menu-opened .menu-toggle span {
    width: 0;
    height: 0;
  }
}
.site-header.menu-opened .menu-toggle .bar-2 {
  display: none;
}
.site-header.menu-opened .menu-toggle .bar-1 {
  rotate: 45deg;
  width: 30px;
  -webkit-transform: translateY(5px) translateX(6px);
          transform: translateY(5px) translateX(6px);
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
@media (min-width: 64em) {
  .site-header.menu-opened .menu-toggle .bar-1 {
    width: 35px;
  }
}
.site-header.menu-opened .menu-toggle .bar-3 {
  rotate: -45deg;
  width: 30px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
@media (min-width: 64em) {
  .site-header.menu-opened .menu-toggle .bar-3 {
    width: 35px;
  }
}

/* Page loading animation */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  -webkit-animation: loaderFadeOut 0.9s linear forwards;
          animation: loaderFadeOut 0.9s linear forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.loading-logo {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.loading-logo img {
  -webkit-animation: slideUp 0.3s linear forwards;
          animation: slideUp 0.3s linear forwards;
  -webkit-animation-delay: 0.2;
          animation-delay: 0.2;
  height: 70px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 48em) {
  .loading-logo img {
    height: 80px;
  }
}
@media (min-width: 64em) {
  .loading-logo img {
    height: 90px;
  }
}
@media (min-width: 90em) {
  .loading-logo img {
    height: 100px;
  }
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Colors */
.color-red {
  color: #c1272d;
}
.color-white {
  color: #ffffff;
}
.color-charcoal {
  color: #303030;
}
.color-black {
  color: #000000;
}

/* Text */
.text {
  /* Bold Text */
  /* Highlighted Text */
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-bold {
  font-weight: 600;
}
.text-highlight {
  color: #c1272d;
  font-family: "Petrona", serif;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 700;
  line-height: 150%; /* 33px */
  letter-spacing: 0.36px;
}
@media (min-width: 64em) {
  .text-highlight {
    font-size: 2rem;
    letter-spacing: 0.44px;
  }
}

/* Borders */
.red-border-left {
  border-left: 3px solid #c1272d;
}

/* Background */
.bg-white {
  background-color: #ffffff;
}
.bg-red {
  background-color: #c1272d;
}
.bg-charcoal {
  background-color: #303030;
}

/* Image */
.img-center {
  height: 100%;
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* Clip Image */
.clip-img-left {
  -webkit-clip-path: polygon(12% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(12% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/* Overlay */
.overlay, .overlay-gradient-gray, .overlay-gradient-gray-right, .overlay-gradient-gray-left, .overlay-gradient-white, .overlay-gradient-white-right, .overlay-gradient-white-left, .overlay-gradient-charcoal-bottom, .overlay-gradient-charcoal, .overlay-gradient-charcoal-right, .overlay-gradient-charcoal-left, .overlay-gradient-red, .overlay-gradient-red-right, .overlay-gradient-red-left, .overlay-charcoal, .overlay-red {
  position: absolute;
  height: 100%;
  right: -20px;
  left: -20px;
  top: 0;
  bottom: 0;
  z-index: 1;
  /* Gradients */
}
@media (min-width: 64em) {
  .overlay, .overlay-gradient-gray, .overlay-gradient-gray-right, .overlay-gradient-gray-left, .overlay-gradient-white, .overlay-gradient-white-right, .overlay-gradient-white-left, .overlay-gradient-charcoal-bottom, .overlay-gradient-charcoal, .overlay-gradient-charcoal-right, .overlay-gradient-charcoal-left, .overlay-gradient-red, .overlay-gradient-red-right, .overlay-gradient-red-left, .overlay-charcoal, .overlay-red {
    width: 100%;
    left: 0;
    right: 0;
  }
}
.overlay-red {
  z-index: -1;
  background-color: #c1272d;
}
.overlay-charcoal {
  z-index: -1;
  background-color: #303030;
}
.overlay-gradient-red, .overlay-gradient-red-right, .overlay-gradient-red-left {
  background: -webkit-gradient(linear, left top, left bottom, from(#c1272d), to(rgba(193, 39, 45, 0)));
  background: linear-gradient(180deg, #c1272d 0%, rgba(193, 39, 45, 0) 100%);
}
@media (min-width: 64em) {
  .overlay-gradient-red-left {
    background: -webkit-gradient(linear, left top, right top, from(#c1272d), to(rgba(242, 242, 242, 0)));
    background: linear-gradient(90deg, #c1272d 0%, rgba(242, 242, 242, 0) 100%);
  }
}
@media (min-width: 64em) {
  .overlay-gradient-red-right {
    background: -webkit-gradient(linear, right top, left top, from(#c1272d), to(rgba(193, 39, 45, 0)));
    background: linear-gradient(270deg, #c1272d 0%, rgba(193, 39, 45, 0) 100%);
  }
}
.overlay-gradient-charcoal, .overlay-gradient-charcoal-right, .overlay-gradient-charcoal-left {
  background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(rgba(193, 39, 45, 0)));
  background: linear-gradient(180deg, #303030 0%, rgba(193, 39, 45, 0) 100%);
}
@media (min-width: 64em) {
  .overlay-gradient-charcoal-left {
    background: -webkit-gradient(linear, left top, right top, from(#303030), to(rgba(242, 242, 242, 0)));
    background: linear-gradient(90deg, #303030 0%, rgba(242, 242, 242, 0) 100%);
  }
}
@media (min-width: 64em) {
  .overlay-gradient-charcoal-right {
    background: -webkit-gradient(linear, right top, left top, from(#303030), to(rgba(193, 39, 45, 0)));
    background: linear-gradient(270deg, #303030 0%, rgba(193, 39, 45, 0) 100%);
  }
}
.overlay-gradient-charcoal-bottom {
  background: -webkit-gradient(linear, left bottom, left top, from(#303030), to(rgba(242, 242, 242, 0)));
  background: linear-gradient(0deg, #303030 0%, rgba(242, 242, 242, 0) 100%);
}
.overlay-gradient-white, .overlay-gradient-white-right, .overlay-gradient-white-left {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(193, 39, 45, 0)));
  background: linear-gradient(180deg, #ffffff 0%, rgba(193, 39, 45, 0) 100%);
}
@media (min-width: 64em) {
  .overlay-gradient-white-left {
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(242, 242, 242, 0)));
    background: linear-gradient(90deg, #ffffff 0%, rgba(242, 242, 242, 0) 100%);
  }
}
@media (min-width: 64em) {
  .overlay-gradient-white-right {
    background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(rgba(193, 39, 45, 0)));
    background: linear-gradient(270deg, #ffffff 0%, rgba(193, 39, 45, 0) 100%);
  }
}
.overlay-gradient-gray, .overlay-gradient-gray-right, .overlay-gradient-gray-left {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(242, 242, 242)), to(rgba(242, 242, 242, 0)));
  background: linear-gradient(180deg, rgb(242, 242, 242) 0%, rgba(242, 242, 242, 0) 100%);
}
@media (min-width: 64em) {
  .overlay-gradient-gray-left {
    background: -webkit-gradient(linear, left top, right top, from(#f2f2f2), to(rgba(242, 242, 242, 0)));
    background: linear-gradient(90deg, #f2f2f2 0%, rgba(242, 242, 242, 0) 100%);
  }
}
@media (min-width: 64em) {
  .overlay-gradient-gray-right {
    background: -webkit-gradient(linear, right top, left top, from(#f2f2f2), to(rgba(242, 242, 242, 0)));
    background: linear-gradient(270deg, #f2f2f2 0%, rgba(242, 242, 242, 0) 100%);
  }
}

/* Swiper Slider Navigation Arrows */
.swiper {
  /* Swiper Slider Pagination */
}
.swiper-button, .swiper-button-next, .swiper-button-prev {
  height: 40px !important;
  width: 40px !important;
  background-color: #000000;
}
.swiper-button:after, .swiper-button-next:after, .swiper-button-prev:after {
  content: "" !important;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
}
.swiper-button-prev {
  left: 0 !important;
}
.swiper-button-prev::after {
  background-image: url(".././images/icons/arrow-left.svg");
}
.swiper-button-next {
  right: 0 !important;
}
.swiper-button-next::after {
  background-image: url(".././images/icons/arrow-right.svg");
}
.swiper-pagination {
  bottom: 30px !important;
}
@media (min-width: 64em) {
  .swiper-pagination {
    display: none;
  }
}
.swiper-pagination-bullet {
  height: 10px !important;
  width: 10px !important;
  background-color: #777777 !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background-color: #c1272d !important;
}

/* Single PDF Files */
.single-file, .single-file-redict, .single-file-download, .single-file-red {
  background-color: #ffffff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 60px;
  grid-template-columns: auto 60px;
  position: relative;
}
.single-file:hover a, .single-file-redict:hover a, .single-file-download:hover a, .single-file-red:hover a {
  background-color: #303030;
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
@media (min-width: 64em) {
  .single-file:hover a, .single-file-redict:hover a, .single-file-download:hover a, .single-file-red:hover a {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}
.single-file-title {
  padding: 15px;
}
@media (min-width: 64em) {
  .single-file-title {
    padding: 20px;
  }
}
.single-file-link a {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 38px;
  height: 38px;
  background-color: #c1272d;
  -webkit-transition: 0.2s ease-out all;
  transition: 0.2s ease-out all;
}
@media (min-width: 64em) {
  .single-file-link a {
    height: 100%;
    width: 100%;
    position: relative;
  }
}
.single-file-link a::before {
  content: "";
  position: absolute;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 12px;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.2s ease-out all;
  transition: 0.2s ease-out all;
}
@media (min-width: 64em) {
  .single-file-link a::before {
    background-size: auto 20px;
  }
}
.single-file-red {
  background-color: #c1272d;
}
.single-file-red .single-file-link a {
  background-color: #ffffff;
}
.single-file-red .single-file-link a::before {
  background-image: url(".././images/icons/arrow-right-red.svg");
  border: 2px solid #c1272d;
}
.single-file-download .single-file-link a::before {
  background-image: url(".././images/icons/download-white.svg");
}
.single-file-redict .single-file-link a::before {
  background-image: url(".././images/icons/arrow-right.svg");
}

/* Breadcrumbs */
.breadcrumbs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 115%;
  color: #c1272d;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.32px;
  padding: 20px 0;
  border-bottom: rgba(119, 119, 119, 0.5) solid 1px;
}
@media (min-width: 64em) {
  .breadcrumbs-wrapper {
    padding: 30px 0;
  }
}
@media (min-width: 90em) {
  .breadcrumbs-wrapper {
    font-size: 1.8rem;
    letter-spacing: 0.4px;
    padding: 50px 0;
  }
}
@media (min-width: 90em) {
  .breadcrumbs-wrapper {
    font-size: 2rem;
  }
}
.breadcrumbs-wrapper span:not(:last-child) {
  color: #303030 !important;
}
.breadcrumbs-icon {
  height: 13px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0 15px;
}
@media (min-width: 64em) {
  .breadcrumbs-icon {
    height: 14px;
    padding: 0 20px;
  }
}
@media (min-width: 90em) {
  .breadcrumbs-icon {
    height: 16px;
  }
}

/* Archive pages tabs */
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  background-color: #ffffff;
}
@media (min-width: 64em) {
  .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
.tabs-single {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 63.99em) {
  .tabs-single.active {
    display: block;
    position: relative;
  }
  .tabs-single.active::before {
    content: "";
    position: absolute;
    background-image: url(".././images/icons/arrow-down.svg");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
  }
  .tabs-single.inactive {
    display: none;
  }
}
.tabs-single-link {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 150%;
  color: #303030;
  display: block;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border-bottom: 3px solid #ffffff;
}
@media (min-width: 64em) {
  .tabs-single-link {
    font-size: 1.6rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    align-items: center;
  }
}
@media (min-width: 90em) {
  .tabs-single-link {
    padding: 25px;
    font-size: 1.8rem;
  }
}
.tabs-single-link:hover {
  color: #c1272d;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  border-bottom: 3px solid #c1272d;
}
.tabs-single-link.active {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  border-bottom: 3px solid #c1272d;
  background-color: rgba(193, 39, 45, 0.15);
}

/* Posts Pagination Customize */
.pagination {
  text-align: center;
}
.pagination .nav-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.pagination .nav-links .page-numbers {
  text-align: center;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: auto;
  color: #000000;
  font-weight: 500;
  border: 2px solid #000000;
  padding-top: 5px;
}
.pagination .nav-links .page-numbers.current {
  color: #ffffff;
  background-color: #c1272d;
  border: 2px solid #c1272d;
}
.pagination .nav-links .page-numbers.next, .pagination .nav-links .page-numbers.prev {
  padding-top: 8px;
  background-color: #000000;
}
.pagination .nav-links .pagination-arrow {
  height: 18px;
  width: auto;
}

/* Post Date */
.post-date {
  color: #777777;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.post-date img {
  height: 100%;
  width: auto;
  max-height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Posts Grid */
.grid-single-post {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff;
  border-bottom: 3px solid #c1272d;
}
.grid-single-post-intro .img-wrapper {
  height: 260px;
}
@media (min-width: 64em) {
  .grid-single-post-intro .img-wrapper {
    height: 335px;
  }
}
.grid-single-post-intro .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid-single-post-intro .info-wrapper {
  padding: 30px 15px 45px;
}
@media (min-width: 64em) {
  .grid-single-post-intro .info-wrapper {
    padding: 25px 25px 15px;
  }
}
.grid-single-post-intro .info-wrapper-title {
  font-size: 2.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  padding: 0;
  margin-bottom: 15px;
}
.grid-single-post-content {
  padding: 0 15px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 64em) {
  .grid-single-post-content {
    padding: 0 25px 25px;
  }
}
.grid-single-post-content .text-wrapper-text {
  color: #777777;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
@media (min-width: 64em) {
  .grid-single-post-content .text-wrapper-text {
    margin-bottom: 40px;
  }
}

.read-more {
  display: inline-block;
  padding: 5px 15px;
  background-color: #c1272d;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.2s ease-out all;
  transition: 0.2s ease-out all;
}
.read-more:hover {
  background-color: #303030;
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}

.show-more {
  padding: 10px 0 0;
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (min-width: 64em) {
  .show-more {
    display: none;
  }
}

@media (max-width: 63.99em) {
  .text-overflow-hide p:last-of-type {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 6;
  }
}

/* Images transition */
.img-transition {
  overflow: hidden;
}
.img-transition img {
  -webkit-transition: 0.2s ease-out all;
  transition: 0.2s ease-out all;
}
.img-transition img:hover {
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  scale: 1.1;
}

/* Transition on archieve filter tabs */
.loaded {
  opacity: 1 !important;
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}

.hover-move-up {
  -webkit-transition: 0.1s ease all;
  transition: 0.1s ease all;
}
.hover-move-up:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.hover-move-down {
  -webkit-transition: 0.1s ease all;
  transition: 0.1s ease all;
}
.hover-move-down:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.hover-grow {
  -webkit-transition: 0.1s ease all;
  transition: 0.1s ease all;
}
.hover-grow:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.hover-shadow {
  -webkit-transition: 0.1s ease all;
  transition: 0.1s ease all;
}
.hover-shadow:hover {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  -webkit-box-shadow: 4px 4px 8px rgba(120, 120, 120, 0.22);
          box-shadow: 4px 4px 8px rgba(120, 120, 120, 0.22);
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes loaderFadeOut {
  0% {
    opacity: 1;
    z-index: 10000;
  }
  80% {
    opacity: 1;
    z-index: 10000;
  }
  100% {
    opacity: 0;
    z-index: -10;
  }
}
@keyframes loaderFadeOut {
  0% {
    opacity: 1;
    z-index: 10000;
  }
  80% {
    opacity: 1;
    z-index: 10000;
  }
  100% {
    opacity: 0;
    z-index: -10;
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/* Pages
--------------------------------------------- */
.archive-stuff-lists {
  padding: 35px 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  background-color: #ffffff;
  row-gap: 50px;
  border-bottom: 3px solid #c1272d;
}
@media (min-width: 48em) {
  .archive-stuff-lists {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    row-gap: unset;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media (min-width: 64em) {
  .archive-stuff-lists {
    padding: 55px;
    -webkit-column-gap: 90px;
       -moz-column-gap: 90px;
            column-gap: 90px;
  }
}
.archive-stuff-lists .title {
  color: #303030;
  padding-bottom: 15px;
  font-size: 1.8rem;
}
@media (min-width: 64em) {
  .archive-stuff-lists .title {
    font-size: 2rem;
  }
}
.archive-stuff-lists .item {
  font-size: 1.6rem;
}
.archive-stuff-tabs {
  margin: 70px 0;
}
@media (min-width: 90em) {
  .archive-stuff-tabs {
    margin: 100px 0;
  }
}
.archive-stuff-grid .stuff-wrapper {
  opacity: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  row-gap: 10px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media (min-width: 64em) {
  .archive-stuff-grid .stuff-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 30px;
  }
  .archive-stuff-grid .stuff-wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .archive-stuff-grid .stuff-wrapper > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .archive-stuff-grid .stuff-wrapper > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media (min-width: 77.5em) {
  .archive-stuff-grid .stuff-wrapper {
    -webkit-column-gap: 90px;
       -moz-column-gap: 90px;
            column-gap: 90px;
    row-gap: 90px;
  }
}
.archive-stuff-grid .stuff-wrapper-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.archive-stuff-grid .stuff-wrapper-single-img {
  -ms-flex-preferred-size: 1;
      flex-basis: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 175px;
}
@media (min-width: 36em) {
  .archive-stuff-grid .stuff-wrapper-single-img {
    height: 215px;
  }
}
@media (min-width: 48em) {
  .archive-stuff-grid .stuff-wrapper-single-img {
    height: 255px;
  }
}
@media (min-width: 64em) {
  .archive-stuff-grid .stuff-wrapper-single-img {
    height: 335px;
  }
}
@media (min-width: 90em) {
  .archive-stuff-grid .stuff-wrapper-single-img {
    height: 420px;
  }
}
.archive-stuff-grid .stuff-wrapper-single-img img {
  display: block;
  width: 100%;
}
.archive-stuff-grid .stuff-wrapper-single-content {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding: 15px 10px;
  border-bottom: 3px solid #c1272d;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 64em) {
  .archive-stuff-grid .stuff-wrapper-single-content {
    padding: 25px;
  }
}
.archive-stuff-grid .stuff-wrapper-single-content-title {
  font-size: 1.5rem;
  padding-bottom: 5px;
  color: #303030;
  font-weight: 600;
  display: block;
}
@media (min-width: 64em) {
  .archive-stuff-grid .stuff-wrapper-single-content-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 90em) {
  .archive-stuff-grid .stuff-wrapper-single-content-title {
    font-size: 2rem;
  }
}
.archive-stuff-grid .stuff-wrapper-single-content-position {
  font-size: 1.5rem;
  font-weight: 500;
  color: #777777;
  display: block;
}
@media (min-width: 64em) {
  .archive-stuff-grid .stuff-wrapper-single-content-position {
    font-size: 1.6rem;
  }
}
@media (min-width: 90em) {
  .archive-stuff-grid .stuff-wrapper-single-content-position {
    font-size: 1.8rem;
  }
}

.news-archive-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 50px;
}
@media (min-width: 48em) {
  .news-archive-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 35px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
    row-gap: 40px;
  }
}
@media (min-width: 64em) {
  .news-archive-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-row: 1;
    grid-row: 1fr;
  }
}
.news-archive-grid .grid-single-post-content .text-wrapper-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.news-archive .pagination {
  padding-top: 70px;
}
@media (min-width: 64em) {
  .news-archive .pagination {
    padding-top: 100px;
  }
}

.announcement-wrapper {
  max-width: 905px;
  margin: 0 auto;
  padding: 35px 20px;
}
@media (min-width: 64em) {
  .announcement-wrapper {
    padding: 45px 100px;
  }
}

.archive-issues .grid-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (min-width: 64em) {
  .archive-issues .grid-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 350px auto;
    grid-template-columns: 350px auto;
  }
}
@media (min-width: 64em) {
  .archive-issues .grid-wrapper .pagination {
    margin-top: 100px;
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/2/3;
  }
}
.archive-issues-categories {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 15px;
}
.archive-issues-categories-single {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}
.archive-issues-categories-single-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.archive-issues-categories-single-info img {
  height: auto;
  max-height: 35px;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
.archive-issues-categories-single-info .title {
  padding: 0;
}
.archive-issues-categories-single-desc {
  padding: 20px 0 0;
}
.archive-issues-tabs .tabs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.archive-issues-tabs .tabs-single-link {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.archive-issues-grid {
  opacity: 0;
  margin: 50px 0;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
@media (min-width: 36em) {
  .archive-issues-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (min-width: 64em) {
  .archive-issues-grid {
    margin: 0;
  }
}
@media (min-width: 77.5em) {
  .archive-issues-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.stuff-post {
  margin: 60px 0 70px;
}
@media (min-width: 64em) {
  .stuff-post {
    margin: 85px 0 135px;
  }
}
.stuff-post .bg-white {
  padding: 10px 15px 40px;
}
@media (min-width: 64em) {
  .stuff-post .bg-white {
    padding: 50px 50px 100px;
  }
}
.stuff-post-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}
@media (min-width: 64em) {
  .stuff-post-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    padding-bottom: 35px;
  }
}
.stuff-post-intro-img .img-wrapper img {
  max-width: 335px;
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
@media (min-width: 64em) {
  .stuff-post-intro-img .img-wrapper img {
    width: 420px;
    margin: 0;
  }
}
.stuff-post-intro-content .content-wrapper-title {
  font-size: 1.8rem;
  padding: 20px 0 0;
}
@media (min-width: 64em) {
  .stuff-post-intro-content .content-wrapper-title {
    font-size: 3.2rem;
    padding: 0;
  }
}
.stuff-post-intro-content .content-wrapper-position {
  color: #777777;
  font-size: 1.6rem;
  padding-bottom: 25px;
  display: block;
}
@media (min-width: 64em) {
  .stuff-post-intro-content .content-wrapper-position {
    font-size: 2.4rem;
    padding-bottom: 50px;
  }
}
.stuff-post-intro-content .content-wrapper-desc p:not(:first-child) {
  padding-top: 25px;
}
@media (min-width: 64em) {
  .stuff-post-intro-content .content-wrapper-desc p:not(:first-child) {
    padding-top: 40px;
  }
}
.stuff-post-additional-desc {
  padding: 35px 0 0;
}
@media (min-width: 64em) {
  .stuff-post-additional-desc {
    padding: 0;
  }
}
.stuff-post-additional-desc p:not(:first-child) {
  padding-top: 25px;
}
@media (min-width: 64em) {
  .stuff-post-additional-desc p:not(:first-child) {
    padding-top: 40px;
  }
}
.stuff-post-lists .list-wrapper {
  padding-top: 50px;
}
@media (min-width: 64em) {
  .stuff-post-lists .list-wrapper {
    padding-top: 70px;
  }
}
.stuff-post-lists .list-wrapper-title {
  padding-bottom: 30px;
}
@media (min-width: 64em) {
  .stuff-post-lists .list-wrapper-title {
    padding-bottom: 50px;
  }
}

.news-single-post-content {
  padding: 35px 15px;
  margin: 50px 0 70px;
}
@media (min-width: 64em) {
  .news-single-post-content {
    margin: 100px 0 170px;
    padding: 100px 150px;
  }
}
.news-single-post-content .content-wrapper-info-title {
  padding-bottom: 20px;
}
.news-single-post-content .content-wrapper-content {
  padding-top: 35px;
}
.news-single-post-recent {
  margin: 0 0 70px;
}
@media (min-width: 64em) {
  .news-single-post-recent {
    margin: 0 0 170px;
  }
}
.news-single-post-recent .recent-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 50px;
}
@media (min-width: 48em) {
  .news-single-post-recent .recent-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 35px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
    row-gap: 40px;
  }
}
@media (min-width: 64em) {
  .news-single-post-recent .recent-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-row: 1;
    grid-row: 1fr;
  }
}

.post-type-archive-issues {
  position: relative;
}
.post-type-archive-issues .details-wrapper {
  color: #777777;
  font-size: 1.6rem;
}

.archive-issues-grid {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.archive-issues-grid-single.show-details .issue-overlay {
  display: block;
}
.archive-issues .issue-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.archive-issues .issue-wrapper-intro .img-wrapper {
  height: 230px;
  width: 100%;
}
@media (min-width: 64em) {
  .archive-issues .issue-wrapper-intro .img-wrapper {
    height: 200px;
  }
}
@media (min-width: 90em) {
  .archive-issues .issue-wrapper-intro .img-wrapper {
    height: 220px;
  }
}
.archive-issues .issue-wrapper-intro .img-wrapper img {
  width: 100%;
}
.archive-issues .issue-wrapper-intro .info-wrapper {
  padding: 20px 15px 0;
}
.archive-issues .issue-wrapper-intro .info-wrapper-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.archive-issues .issue-wrapper-intro .details-wrapper {
  padding: 0 15px 0;
  color: #777777;
}
.archive-issues .issue-wrapper-intro .details-wrapper-author, .archive-issues .issue-wrapper-intro .details-wrapper-year {
  color: #777777;
  font-size: 1.6rem;
}
.archive-issues .issue-wrapper-content {
  padding: 10px 15px 25px;
}
@media (min-width: 64em) {
  .archive-issues .issue-wrapper-content {
    padding: 20px 15px 25px;
  }
}
.archive-issues .issue-wrapper-content .text-wrapper-text {
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
}
.archive-issues .issue-wrapper-content .btn-wrapper {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.archive-issues .issue-wrapper-content .btn-wrapper .download-link {
  display: block;
  background-image: url(".././images/icons/download.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  height: 35px;
  width: 100%;
  max-width: 35px;
}
.archive-issues .issue-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  overflow-y: scroll;
  background-color: rgba(48, 48, 48, 0.5);
  -webkit-animation: fadeIn 0.3s ease;
          animation: fadeIn 0.3s ease;
}
.archive-issues .issue-overlay-wrapper {
  background-color: #ffffff;
  max-width: 1265px;
  margin: 100px auto;
  padding: 0 15px 35px;
  position: relative;
}
@media (min-width: 64em) {
  .archive-issues .issue-overlay-wrapper {
    padding: 0 210px 95px;
  }
}
.archive-issues .issue-overlay-wrapper .btn-close {
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 20px;
  height: 20px;
  width: 20px;
}
@media (min-width: 64em) {
  .archive-issues .issue-overlay-wrapper .btn-close {
    right: 45px;
    top: 45px;
    height: 35px;
    width: 35px;
  }
}
.archive-issues .issue-overlay-wrapper .btn-close img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.archive-issues .issue-overlay-wrapper .img-wrapper {
  width: 100%;
  height: 250px;
  margin: 0 auto;
}
@media (min-width: 64em) {
  .archive-issues .issue-overlay-wrapper .img-wrapper {
    height: 600px;
  }
}
.archive-issues .issue-overlay-wrapper .img-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.archive-issues .issue-overlay-wrapper .content-wrapper .desc {
  padding: 20px 0 0;
}
.archive-issues .issue-overlay .details-wrapper {
  padding: 10px 0;
  color: #777777;
}
.archive-issues .issue-overlay .details-wrapper-author, .archive-issues .issue-overlay .details-wrapper-year {
  color: #777777;
  font-size: 1.6rem;
}

.contact-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 50px;
}
@media (min-width: 64em) {
  .contact-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    row-gap: 50px;
  }
}
.contact-wrapper-info {
  padding: 35px 15px;
  border-bottom: 3px solid #c1272d;
}
@media (min-width: 64em) {
  .contact-wrapper-info {
    padding: 55px 30px;
  }
}
@media (min-width: 90em) {
  .contact-wrapper-info {
    padding: 85px 120px;
  }
}
.contact-wrapper-info .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  row-gap: 15px;
}
@media (min-width: 64em) {
  .contact-wrapper-info .info-list {
    row-gap: 25px;
  }
}
.contact-wrapper-info .info-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 0;
}
.contact-wrapper-info .info-list-item:after {
  display: none;
}
@media (min-width: 64em) {
  .contact-wrapper-info .info-list-item {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
.contact-wrapper-info .info-list-item-img {
  height: 18px;
  width: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 64em) {
  .contact-wrapper-info .info-list-item-img {
    height: 23px;
    width: 23px;
  }
}
.contact-wrapper-info .info-list-item-text {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 48em) {
  .contact-wrapper-info .info-list-item-text {
    font-size: 1.8rem;
  }
}
@media (min-width: 64em) {
  .contact-wrapper-info .info-list-item-text {
    font-size: 2rem;
  }
}
@media (min-width: 90em) {
  .contact-wrapper-info .info-list-item-text {
    font-size: 2rem;
  }
}
.contact-wrapper-form {
  padding: 35px 15px;
  border-bottom: 3px solid #c1272d;
}
@media (min-width: 64em) {
  .contact-wrapper-form {
    padding: 55px 30px;
  }
}
@media (min-width: 90em) {
  .contact-wrapper-form {
    padding: 85px 120px;
  }
}
.contact-wrapper-form .fcjk-contact .wpcf7-form-control-wrap {
  display: block;
}
.contact-wrapper-form .fcjk-contact .wpcf7-form-control-wrap:not(:last-child) {
  margin-bottom: 25px;
}
.contact-wrapper-form .fcjk-contact .wpcf7-submit {
  color: #ffffff;
  margin-top: 20px;
}
@media (min-width: 64em) {
  .contact-wrapper-map {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/3/3;
  }
}
.contact-wrapper-map iframe {
  height: 355px;
  width: 100%;
}
@media (min-width: 64em) {
  .contact-wrapper-map iframe {
    height: 100%;
  }
}

.studies-tabs {
  padding: 70px 0;
}
@media (min-width: 64em) {
  .studies-tabs {
    text-align: center;
  }
}
@media (min-width: 90em) {
  .studies-tabs {
    padding: 100px 0;
  }
}
@media (min-width: 36em) {
  .studies-tabs .tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 64em) {
  .studies-tabs .tabs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #ffffff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.studies-tabs .tabs-single {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media (min-width: 36em) {
  .studies-tabs .tabs-single {
    text-align: center;
  }
}
@media (max-width: 63.99em) {
  .studies-tabs .tabs-single.inactive {
    display: block;
  }
}
.studies-tabs .tabs-single::before {
  content: none;
}
.studies-lists .fcjk-docs-image {
  display: none;
}
.studies-lists .fcjk-docs-image.active {
  -webkit-animation: 0.6s fadeIn linear forwards;
          animation: 0.6s fadeIn linear forwards;
  display: block;
}
@media (min-width: 64em) {
  .studies-lists .fcjk-docs-image.active {
    padding: 80px 0;
  }
}
@media (min-width: 64em) {
  .studies-lists .fcjk-docs-image-img {
    width: 60%;
  }
}

.activities-tabs {
  padding: 70px 0;
}
@media (min-width: 64em) {
  .activities-tabs {
    text-align: center;
  }
}
@media (min-width: 90em) {
  .activities-tabs {
    padding: 100px 0;
  }
}
@media (min-width: 36em) {
  .activities-tabs .tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 64em) {
  .activities-tabs .tabs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #ffffff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.activities-tabs .tabs-single {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media (min-width: 36em) {
  .activities-tabs .tabs-single {
    text-align: center;
  }
}
@media (max-width: 63.99em) {
  .activities-tabs .tabs-single.inactive {
    display: block;
  }
}
.activities-tabs .tabs-single::before {
  content: none;
}
.activities-list {
  display: none;
}
.activities-list.active {
  -webkit-animation: 0.6s fadeIn linear forwards;
          animation: 0.6s fadeIn linear forwards;
  display: block;
}
.activities-videos-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 50px;
}
@media (min-width: 48em) {
  .activities-videos-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    row-gap: 50px;
  }
}
@media (min-width: 64em) {
  .activities-videos-wrapper {
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
    row-gap: 100px;
  }
}
.activities-videos-single-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px auto;
  grid-template-columns: 120px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 64em) {
  .activities-videos-single-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 170px auto;
    grid-template-columns: 170px auto;
  }
}
@media (min-width: 90em) {
  .activities-videos-single-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 250px auto;
    grid-template-columns: 250px auto;
    -ms-grid-rows: 155px;
    grid-template-rows: 155px;
  }
  .activities-videos-single-wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .activities-videos-single-wrapper > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
.activities-videos-single-wrapper-img {
  position: relative;
	height:100%;
}
.activities-videos-single-wrapper-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(".././images/icons/play.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 30px;
  pointer-events: none;
}
.activities-videos-single-wrapper-img img {
  width: 100%;
}
.activities-videos-single-wrapper-title {
  padding: 0 35px 0 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  border-bottom: 3px solid #c1272d;
  position: relative;
}
@media (min-width: 64em) {
  .activities-videos-single-wrapper-title {
    padding: 0 40px 0 20px;
  }
}
@media (min-width: 90em) {
  .activities-videos-single-wrapper-title {
    padding: 0 45px;
  }
}
.activities-videos-single-wrapper-title::after {
  content: "";
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  height: 15px;
  width: 25px;
  background-image: url(".././images/icons/youtube-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}
@media (min-width: 64em) {
  .activities-videos-single-wrapper-title::after {
    height: 20px;
    width: 30px;
  }
}
.activities-videos-single-wrapper-title a {
  text-decoration: underline;
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
@media (min-width: 64em) {
  .activities-videos-single-wrapper-title a {
    font-size: 1.8rem;
  }
}
@media (min-width: 90em) {
  .activities-videos-single-wrapper-title a {
    font-size: 2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
  }
}

.search-page-wrapper {
  padding: 100px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  row-gap: 70px;
}
@media (min-width: 48em) {
  .search-page-wrapper {
    row-gap: 50px;
  }
}
.search-page-wrapper .searchform {
  margin: 30px 0 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #303030;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  background-color: #ffffff;
}
.search-page-wrapper .searchform-field {
  width: auto;
}
.search-page-wrapper .searchform-btn {
  padding-right: 10px;
}
.search-page-wrapper .searchform input {
  background-color: #ffffff;
}
.search-result {
  max-width: 970px;
}
.search-result-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 130px 25px auto;
  grid-template-columns: 130px auto;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
@media (min-width: 48em) {
  .search-result-wrapper {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 180px 30px auto;
    grid-template-columns: 180px auto;
  }
}
.search-result-wrapper-img img {
  width: 100%;
}
.search-result-wrapper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  row-gap: 20px;
}
@media (min-width: 48em) {
  .search-result-wrapper-content {
    row-gap: 30px;
  }
}
.search-result-wrapper-content-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.search-result-wrapper-content-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
@media (min-width: 48em) {
  .search-result-wrapper-content-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }
}

.fcjk-home-hero {
  max-height: 950px;
  min-height: 250px;
  width: 100%;
  height: 85vh;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  margin: 79px 0 0;
}
@media (min-width: 64em) {
  .fcjk-home-hero {
    margin: 77px 0 0;
  }
}
.fcjk-home-hero-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.fcjk-home-hero-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  height: 100%;
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}
@media (min-width: 64em) {
  .fcjk-home-hero-title {
    padding-bottom: 80px;
  }
}
@media (min-width: 77.5em) {
  .fcjk-home-hero-title {
    padding-bottom: 130px;
  }
}
@media (min-width: 64em) {
  .fcjk-home-hero-title h1 {
    font-size: 4.5rem;
  }
}
@media (min-width: 90em) {
  .fcjk-home-hero-title h1 {
    font-size: 5.5rem;
  }
}
.fcjk-home-hero .main-wrapper {
  height: 100%;
}
.fcjk-home-news {
  padding: 50px 0 70px;
}
@media (min-width: 64em) {
  .fcjk-home-news {
    padding: 70px 0;
  }
}
@media (min-width: 90em) {
  .fcjk-home-news {
    padding: 100px 0;
  }
}
.fcjk-home-news-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media (min-width: 64em) {
  .fcjk-home-news-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 30px 1fr 30px 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    row-gap: 30px;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
  .fcjk-home-news-list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .fcjk-home-news-list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .fcjk-home-news-list > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .fcjk-home-news-list > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .fcjk-home-news-list > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .fcjk-home-news-list > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
.fcjk-home-news-list .single-news {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90px 10px auto;
  grid-template-columns: 90px auto;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 15px;
}
@media (min-width: 48em) {
  .fcjk-home-news-list .single-news {
    width: 80%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 125px auto;
    grid-template-columns: 125px auto;
  }
}
@media (min-width: 64em) {
  .fcjk-home-news-list .single-news {
    width: unset;
  }
}
@media (min-width: 77.5em) {
  .fcjk-home-news-list .single-news {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 220px 20px auto;
    grid-template-columns: 220px auto;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
    -ms-grid-rows: auto 20px 1fr;
    grid-template-rows: auto 1fr;
  }
  .fcjk-home-news-list .single-news > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .fcjk-home-news-list .single-news > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .fcjk-home-news-list .single-news > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .fcjk-home-news-list .single-news > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (min-width: 90em) {
  .fcjk-home-news-list .single-news {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
.fcjk-home-news-list .single-news:first-child {
  background-color: #ffffff;
  width: 100%;
  border-bottom: 3px solid #c1272d;
}
@media (min-width: 64em) {
  .fcjk-home-news-list .single-news:first-child {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/4/2;
  }
}
@media (min-width: 64em) and (max-width: 89.99em) {
  .fcjk-home-news-list .single-news:first-child {
    max-height: 660px;
  }
}
.fcjk-home-news-list .single-news:first-child .single-news-img {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1/1/1/3;
  height: 255px;
}
@media (min-width: 48em) {
  .fcjk-home-news-list .single-news:first-child .single-news-img {
    height: 335px;
  }
}
@media (min-width: 64em) {
  .fcjk-home-news-list .single-news:first-child .single-news-img {
    height: 100%;
	  max-height:425px;
  }
}
.fcjk-home-news-list .single-news:first-child .single-news-info {
  padding: 30px 15px 0;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2/1/2/3;
}
@media (min-width: 64em) {
  .fcjk-home-news-list .single-news:first-child .single-news-info {
    padding: 35px 35px 0;
  }
}
.fcjk-home-news-list .single-news:first-child .single-news-content {
  padding: 0 15px 35px;
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 3/1/3/3;
}
@media (min-width: 64em) {
  .fcjk-home-news-list .single-news:first-child .single-news-content {
    padding: 0 35px 35px;
  }
}
.fcjk-home-news-list .single-news:first-child .single-news-content-desc p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.fcjk-home-news-list .single-news-img {
  width: 100%;
  height: 90px;
}
@media (min-width: 48em) {
  .fcjk-home-news-list .single-news-img {
    height: 125px;
  }
}
@media (min-width: 77.5em) {
  .fcjk-home-news-list .single-news-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/3/2;
	height: 225px;
  }
}
.fcjk-home-news-list .single-news-img img {
  width: 100%;
}
@media (min-width: 77.5em) {
  .fcjk-home-news-list .single-news-info {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/1/3;
  }
}
.fcjk-home-news-list .single-news-info-title {
  padding: 0 0 10px;
}
.fcjk-home-news-list .single-news-info-title .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.fcjk-home-news-list .single-news-info-date {
  position: relative;
  padding: 0 0 0 20px;
}
.fcjk-home-news-list .single-news-info-date::after {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 16px;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(".././images/icons/calendar.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left 35%;
}
.fcjk-home-news-list .single-news-info-date .date {
  font-size: 1.4rem;
  display: block;
  color: #777777;
}
.fcjk-home-news-list .single-news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2/1/2/3;
}
@media (min-width: 77.5em) {
  .fcjk-home-news-list .single-news-content {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/2/3;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.fcjk-home-news-list .single-news-content-desc p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.fcjk-home-news-list .single-news-content-btn {
  padding: 15px 0 0;
}
@media (min-width: 64em) {
  .fcjk-home-news-list .single-news-content-btn {
    padding: 30px 0 0;
  }
}
.fcjk-home-news-link {
  text-align: center;
  padding: 40px 0 0;
}
@media (min-width: 64em) {
  .fcjk-home-news-link {
    text-align: right;
    padding: 50px 0 0;
  }
}
@media (min-width: 90em) {
  .fcjk-home-news-link {
    padding: 100px 0 0;
  }
}
.fcjk-home-news-link .link {
  font-weight: 600;
  position: relative;
  padding: 0 15px 0 0;
}
.fcjk-home-news-link .link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(".././images/icons/arrow-right-red.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 8px auto;
  width: 15px;
  height: 100%;
}
.fcjk-home-about {
  padding: 50px 0 70px;
}
@media (min-width: 64em) {
  .fcjk-home-about {
    padding: 70px 0;
  }
}
@media (min-width: 90em) {
  .fcjk-home-about {
    padding: 100px 0;
  }
}
.fcjk-home-about-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media (min-width: 48em) {
  .fcjk-home-about-wrapper {
    row-gap: 60px;
  }
}
@media (min-width: 64em) {
  .fcjk-home-about-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: unset;
  }
}
.fcjk-home-about-wrapper-page {
  position: relative;
}
@media (min-width: 36em) {
  .fcjk-home-about-wrapper-page {
    width: 400px;
    margin: 0 auto;
  }
}
@media (min-width: 64em) {
  .fcjk-home-about-wrapper-page {
    width: unset;
    margin: unset;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 90em) {
  .fcjk-home-about-wrapper-page {
    padding: 0 70px;
  }
}
@media (min-width: 64em) {
  .fcjk-home-about-wrapper-page:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 30px;
    bottom: 30px;
    right: 0;
    width: 2px;
    background-color: #f2f2f2;
  }
}
.fcjk-home-about-wrapper-page-row-1 {
  text-align: center;
}
.fcjk-home-about-wrapper-page-row-1 .icon {
  height: 70px;
  width: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 90em) {
  .fcjk-home-about-wrapper-page-row-1 .icon {
    height: 100px;
    width: 100px;
  }
}
.fcjk-home-about-wrapper-page-row-1 .title {
  font-weight: 600;
  display: block;
  padding: 5px 0 25px;
  font-size: 1.6rem;
}
@media (min-width: 64em) {
  .fcjk-home-about-wrapper-page-row-1 .title {
    padding: 15px 0 35px;
    font-size: 1.8rem;
  }
}
@media (min-width: 64em) {
  .fcjk-home-about-wrapper-page-row-2 {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.fcjk-home-about-wrapper-page-row-2 .img-wrapper {
  height: 225px;
  width: 100%;
}
@media (min-width: 64em) {
  .fcjk-home-about-wrapper-page-row-2 .img-wrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.fcjk-home-about-wrapper-page-row-2 .img-wrapper img {
  width: 100%;
  display: block;
}
.fcjk-home-about-wrapper-page-row-2 .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.fcjk-home-about-wrapper-page-row-2 .content-wrapper .subtitle {
  padding: 20px 0 0;
}
.fcjk-home-about-wrapper-page-row-2 .content-wrapper .desc {
  font-size: 1.6rem;
  padding: 15px 0 20px;
}
.fcjk-home-students {
  padding: 50px 0 70px;
}
@media (min-width: 64em) {
  .fcjk-home-students {
    margin: 70px 0;
    padding: 70px 0;
    position: relative;
  }
}
@media (min-width: 90em) {
  .fcjk-home-students {
    margin: 100px 0;
    padding: 100px 0;
  }
}
.fcjk-home-students-img {
  height: 285px;
}
@media (min-width: 48em) {
  .fcjk-home-students-img {
    height: 355px;
  }
}
@media (min-width: 64em) {
  .fcjk-home-students-img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    height: unset;
  }
}
@media (min-width: 90em) {
  .fcjk-home-students-img {
    width: 40%;
  }
}
.fcjk-home-students-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 64em) {
  .fcjk-home-students-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 55% 45%;
    grid-template-columns: 55% 45%;
  }
}
@media (min-width: 90em) {
  .fcjk-home-students-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
}
.fcjk-home-students-wrapper-list {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/1/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  row-gap: 35px;
}
.fcjk-home-students-wrapper-list .main-title {
  text-align: center;
  padding: 40px 0 0;
}
@media (min-width: 64em) {
  .fcjk-home-students-wrapper-list .main-title {
    padding: 0;
    text-align: left;
  }
}
.fcjk-home-students-wrapper-list .single-file, .fcjk-home-students-wrapper-list .single-file-red, .fcjk-home-students-wrapper-list .single-file-download, .fcjk-home-students-wrapper-list .single-file-redict {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px auto 40px;
  grid-template-columns: 100px auto 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-rows: 80px;
  grid-template-rows: 80px;
}
.fcjk-home-students-wrapper-list .single-file > *:nth-child(1), .fcjk-home-students-wrapper-list .single-file-red > *:nth-child(1), .fcjk-home-students-wrapper-list .single-file-download > *:nth-child(1), .fcjk-home-students-wrapper-list .single-file-redict > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.fcjk-home-students-wrapper-list .single-file > *:nth-child(2), .fcjk-home-students-wrapper-list .single-file-red > *:nth-child(2), .fcjk-home-students-wrapper-list .single-file-download > *:nth-child(2), .fcjk-home-students-wrapper-list .single-file-redict > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.fcjk-home-students-wrapper-list .single-file > *:nth-child(3), .fcjk-home-students-wrapper-list .single-file-red > *:nth-child(3), .fcjk-home-students-wrapper-list .single-file-download > *:nth-child(3), .fcjk-home-students-wrapper-list .single-file-redict > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (min-width: 64em) {
  .fcjk-home-students-wrapper-list .single-file, .fcjk-home-students-wrapper-list .single-file-red, .fcjk-home-students-wrapper-list .single-file-download, .fcjk-home-students-wrapper-list .single-file-redict {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 160px auto 45px;
    grid-template-columns: 160px auto 45px;
    -ms-grid-rows: 85px;
    grid-template-rows: 85px;
  }
  .fcjk-home-students-wrapper-list .single-file > *:nth-child(1), .fcjk-home-students-wrapper-list .single-file-red > *:nth-child(1), .fcjk-home-students-wrapper-list .single-file-download > *:nth-child(1), .fcjk-home-students-wrapper-list .single-file-redict > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .fcjk-home-students-wrapper-list .single-file > *:nth-child(2), .fcjk-home-students-wrapper-list .single-file-red > *:nth-child(2), .fcjk-home-students-wrapper-list .single-file-download > *:nth-child(2), .fcjk-home-students-wrapper-list .single-file-redict > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .fcjk-home-students-wrapper-list .single-file > *:nth-child(3), .fcjk-home-students-wrapper-list .single-file-red > *:nth-child(3), .fcjk-home-students-wrapper-list .single-file-download > *:nth-child(3), .fcjk-home-students-wrapper-list .single-file-redict > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.fcjk-home-students-wrapper-list .single-file:hover .single-file-link a, .fcjk-home-students-wrapper-list .single-file-red:hover .single-file-link a, .fcjk-home-students-wrapper-list .single-file-download:hover .single-file-link a, .fcjk-home-students-wrapper-list .single-file-redict:hover .single-file-link a {
  background-color: #303030;
}
.fcjk-home-students-wrapper-list .single-file-img {
  height: 100%;
}
.fcjk-home-students-wrapper-list .single-file-img img {
  width: 100%;
}
.fcjk-home-students-wrapper-list .single-file-link {
  position: relative;
}
.fcjk-home-students-wrapper-list .single-file-link a {
  position: relative;
  display: block;
  width: 100%;
  height: 38px;
  background-color: #c1272d;
}
@media (min-width: 64em) {
  .fcjk-home-students-wrapper-list .single-file-link a::before {
    left: 2px;
  }
}
.fcjk-home-custom-page {
  padding: 0 0 70px;
}
@media (min-width: 90em) {
  .fcjk-home-custom-page {
    padding: 0 0 100px;
  }
}
.fcjk-home-custom-page .read-more {
  margin: 20px 0 0;
}
.fcjk-home-editions {
  padding: 50px 0;
}
@media (min-width: 64em) {
  .fcjk-home-editions {
    padding: 70px 0;
  }
}
@media (min-width: 90em) {
  .fcjk-home-editions {
    padding: 100px 0;
  }
}
.fcjk-home-editions .fcjk-projects-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 50px;
}
@media (min-width: 48em) {
  .fcjk-home-editions .fcjk-projects-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: unset;
  }
}
@media (min-width: 64em) {
  .fcjk-home-editions .fcjk-projects-wrapper {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 400px 60px 400px;
    grid-template-columns: 400px 400px;
  }
}
@media (min-width: 90em) {
  .fcjk-home-editions .fcjk-projects-wrapper {
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 420px 100px 420px;
    grid-template-columns: 420px 420px;
  }
}
@media (min-width: 48em) {
  .fcjk-home-editions .fcjk-projects-wrapper-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 63.99em) {
  .fcjk-home-editions .fcjk-projects-wrapper-single .single-project {
    height: unset;
  }
}
.fcjk-home-editions .fcjk-projects-wrapper-single .single-project-img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.fcjk-home-editions .fcjk-projects-wrapper-single .single-project-content {
  padding: 30px 15px;
}
@media (min-width: 64em) {
  .fcjk-home-editions .fcjk-projects-wrapper-single .single-project-content {
    padding: 25px;
  }
}
.fcjk-home-editions .fcjk-projects-wrapper-single .single-project-content .info {
  color: #777777;
  padding: 0 0 20px;
  font-size: 1.6rem;
}
.fcjk-home-editions .fcjk-projects-wrapper-single .single-project-content .read-more {
  margin: 40px 0 0;
}
.fcjk-home-contact {
  margin: 50px 0 70px;
}
@media (min-width: 64em) {
  .fcjk-home-contact {
    margin: 70px 0;
  }
}
@media (min-width: 90em) {
  .fcjk-home-contact {
    margin: 100px 0;
  }
}
.fcjk-home-contact .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  row-gap: 15px;
}
@media (min-width: 64em) {
  .fcjk-home-contact .info-list {
    row-gap: 25px;
  }
}
.fcjk-home-contact .info-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 0;
}
@media (min-width: 64em) {
  .fcjk-home-contact .info-list-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.fcjk-home-contact .info-list-item:after {
  display: none;
}
@media (min-width: 64em) {
  .fcjk-home-contact .info-list-item {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
.fcjk-home-contact .info-list-item-img {
  margin-top: 5px;
  height: 18px;
  width: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 64em) {
  .fcjk-home-contact .info-list-item-img {
    margin-top: 0;
    height: 23px;
    width: 23px;
  }
}
.fcjk-home-contact .info-list-item-text {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 48em) {
  .fcjk-home-contact .info-list-item-text {
    font-size: 1.8rem;
  }
}
@media (min-width: 77.5em) {
  .fcjk-home-contact .info-list-item-text {
    font-size: 2rem;
  }
}
.fcjk-home-newsletter-wrapper {
  padding: 40px 15px;
  background-color: #c1272d;
  background-image: url(".././images/footer/newsletter.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 64em) {
  .fcjk-home-newsletter-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px;
  }
}
@media (min-width: 90em) {
  .fcjk-home-newsletter-wrapper {
    padding: 55px;
  }
}
.fcjk-home-newsletter-wrapper-title .title {
  text-align: center;
}
@media (min-width: 64em) {
  .fcjk-home-newsletter-wrapper-title .title {
    padding: 0;
    text-align: left;
  }
}
.fcjk-home-newsletter-wrapper-form .read-more {
  margin: 25px 0 0;
  background-color: #ffffff;
  border-color: #c1272d;
  color: #c1272d;
  font-weight: 500;
  -webkit-transition: 0.2s ease-out all;
  transition: 0.2s ease-out all;
}
.fcjk-home-newsletter-wrapper-form .read-more:hover {
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
  background-color: #303030;
  color: #ffffff;
}

.footer {
  background-color: #303030;
  padding: 55px 0 140px;
  color: #ffffff;
  position: relative;
  font-size: 1.6rem;
}
@media (min-width: 64em) {
  .footer {
    padding: 100px 0 45px;
    font-size: 1.8rem;
  }
}
.footer a {
  color: #ffffff;
}
.footer-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  position: relative;
  z-index: 1;
}
@media (min-width: 48em) {
  .footer-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media (min-width: 64em) {
  .footer-grid {
    row-gap: 45px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.footer-grid-logo a {
  display: inline-block;
  height: 75px;
}
@media (min-width: 64em) {
  .footer-grid-logo a {
    height: 90px;
  }
}
.footer-grid-logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-grid-info {
  padding: 35px 0 55px;
}
@media (min-width: 48em) {
  .footer-grid-info {
    padding: 0;
  }
}
.footer-grid-info .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  row-gap: 15px;
}
.footer-grid-info .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}
.footer-grid-info .list-item img {
  max-height: 24px;
  max-width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-grid-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}
@media (min-width: 64em) {
  .footer-grid-menu {
    row-gap: 15px;
    padding: 0;
  }
}
.footer-grid-menu .link-list ul {
  list-style: none;
}
.footer-grid-menu .link-list ul li {
  padding: 0;
}
.footer-grid-menu .link-list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-grid-menu .link-list ul li::after {
  display: none;
}
.footer-grid-menu .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  padding: 55px 0 35px;
}
@media (min-width: 77.5em) {
  .footer-grid-menu .social {
    padding: 0;
  }
}
.footer-grid-menu .social-img {
  height: 36px;
  width: 36px;
  display: inline-block;
}
.footer-grid-menu .social-img img {
  display: block;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all;
}
.footer-grid-menu .social-img img:hover {
  scale: 1.1;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
@media (min-width: 48em) {
  .footer-grid-copyright {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 3/1/3/3;
  }
}
@media (min-width: 64em) {
  .footer-grid-copyright {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2/1/2/3;
  }
}
.footer-grid-copyright span {
  font-size: 1.2rem;
  font-weight: 400;
}
@media (min-width: 64em) {
  .footer-grid-copyright span {
    font-size: 1.4rem;
  }
}
.footer-illustration {
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  max-width: 65%;
  opacity: 0.3;
}
@media (min-width: 48em) {
  .footer-illustration {
    height: 40%;
  }
}
@media (min-width: 64em) {
  .footer-illustration {
    height: 50%;
  }
}
@media (min-width: 77.5em) {
  .footer-illustration {
    height: 70%;
  }
}

/* Blocks
--------------------------------------------- */
.clipped-img-right-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  overflow: hidden;
}
@media (min-width: 64em) {
  .clipped-img-right-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 55% 45%;
    grid-template-columns: 55% 45%;
  }
}
@media (min-width: 90em) {
  .clipped-img-right-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60% 40%;
    grid-template-columns: 60% 40%;
  }
}
@media (min-width: 64em) {
  .clipped-img-right-wrapper-content {
    padding-bottom: 35px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 90em) {
  .clipped-img-right-wrapper-content {
    padding-bottom: 55px;
  }
}
.clipped-img-right-wrapper-content .list-wrapper {
  padding: 35px 15px;
  position: relative;
}
@media (min-width: 64em) {
  .clipped-img-right-wrapper-content .list-wrapper {
    padding: 35px;
  }
}
@media (min-width: 90em) {
  .clipped-img-right-wrapper-content .list-wrapper {
    padding: 55px;
  }
}
.clipped-img-right-wrapper-content .list-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 150%;
  bottom: 0;
  background-color: #ffffff;
  z-index: -1;
  border-left: 3px solid #c1272d;
}
.clipped-img-right-wrapper-content .list-wrapper ul li:not(:last-child) {
  margin-bottom: 15px;
}
.clipped-img-right-wrapper-content .text-wrapper {
  padding: 35px 15px;
  position: relative;
}
@media (min-width: 64em) {
  .clipped-img-right-wrapper-content .text-wrapper {
    padding: 35px;
  }
}
@media (min-width: 90em) {
  .clipped-img-right-wrapper-content .text-wrapper {
    padding: 55px;
  }
}
.clipped-img-right-wrapper-content .text-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 150%;
  bottom: 0;
  background-color: #ffffff;
  z-index: -1;
  border-left: 3px solid #c1272d;
}
.clipped-img-right-wrapper-img {
  position: relative;
}
@media (min-width: 64em) {
  .clipped-img-right-wrapper-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.clipped-img-right-wrapper-img .img-wrapper {
  height: 255px;
}
@media (min-width: 48em) {
  .clipped-img-right-wrapper-img .img-wrapper {
    height: 335px;
  }
}
@media (min-width: 64em) {
  .clipped-img-right-wrapper-img .img-wrapper {
    height: 100%;
    max-height: 450px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.clipped-img-right-wrapper-img .img-wrapper img {
  width: 100%;
}

.fcjk-image-left {
  overflow-x: hidden;
}
.fcjk-image-left-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 64em) {
  .fcjk-image-left-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    padding-bottom: 35px;
  }
}
@media (min-width: 90em) {
  .fcjk-image-left-wrapper {
    padding-bottom: 55px;
  }
}
.fcjk-image-left-wrapper-img {
  height: 255px;
}
@media (min-width: 48em) {
  .fcjk-image-left-wrapper-img {
    height: 335px;
  }
}
@media (min-width: 64em) {
  .fcjk-image-left-wrapper-img {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}
.fcjk-image-left-wrapper-img .img-wrapper {
  height: 100%;
}
.fcjk-image-left-wrapper-img .img-wrapper img {
  width: 100%;
}
.fcjk-image-left-wrapper-text {
  position: relative;
  padding: 35px 15px;
}
.fcjk-image-left-wrapper-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border-left: 3px solid #c1272d;
  z-index: -1;
}
@media (min-width: 64em) {
  .fcjk-image-left-wrapper-text {
    margin-top: 100px;
    padding: 35px 35px 0 35px;
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
  }
  .fcjk-image-left-wrapper-text::after {
    bottom: -55px;
    left: -35%;
    border-right: 3px solid #c1272d;
    border-left: none;
  }
}
@media (min-width: 90em) {
  .fcjk-image-left-wrapper-text {
    padding: 55px 55px 0 55px;
  }
}
@media (min-width: 64em) {
  .fcjk-image-left.reverse .fcjk-image-left-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 64em) {
  .fcjk-image-left.reverse .fcjk-image-left-wrapper-text::after {
    left: 0;
    right: -35%;
    border-left: 3px solid #c1272d;
    border-right: none;
  }
}
@media (max-width: 63.99em) {
  .fcjk-image-left.reverse .fcjk-image-left-wrapper-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 64em) {
  .fcjk-quote-wrapper {
    padding: 0 55px;
  }
}
@media (min-width: 90em) {
  .fcjk-quote-wrapper {
    padding: 0 150px;
  }
}
@media (min-width: 64em) {
  .fcjk-quote-wrapper-quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    padding-top: 30px;
  }
}
@media (min-width: 90em) {
  .fcjk-quote-wrapper-quote {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    padding-top: 50px;
  }
}
.fcjk-quote-wrapper-quote .quote {
  border-left: 3px solid #c1272d;
  font-style: italic;
  font-weight: 700;
  padding-left: 15px;
  margin: 30px 0;
  font-family: "Petrona", serif;
}
@media (min-width: 64em) {
  .fcjk-quote-wrapper-quote .quote {
    padding-left: 30px;
    margin: 0;
  }
}
@media (min-width: 90em) {
  .fcjk-quote-wrapper-quote .quote {
    padding-left: 50px;
  }
}
.fcjk-quote-wrapper-otro {
  padding-top: 30px;
}
@media (min-width: 90em) {
  .fcjk-quote-wrapper-otro {
    padding-top: 50px;
  }
}

.fcjk-img-middle-wrapper {
  position: relative;
}
.fcjk-img-middle-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  right: -20px;
  top: 10%;
  background-color: #ffffff;
  border-bottom: 3px solid #c1272d;
  z-index: -1;
}
@media (min-width: 48em) {
  .fcjk-img-middle-wrapper::after {
    top: 20%;
  }
}
@media (min-width: 64em) {
  .fcjk-img-middle-wrapper::after {
    top: 25%;
    left: 0;
    right: 0;
  }
}
.fcjk-img-middle-wrapper-img .img-wrapper {
  height: 255px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 48em) {
  .fcjk-img-middle-wrapper-img .img-wrapper {
    height: 355px;
    width: 530px;
  }
}
@media (min-width: 90em) {
  .fcjk-img-middle-wrapper-img .img-wrapper {
    height: 455px;
    width: 630px;
  }
}
.fcjk-img-middle-wrapper-img .img-wrapper img {
  margin: 0 auto;
}
.fcjk-img-middle-wrapper .fcjk-quote {
  padding: 35px 0;
}
@media (min-width: 64em) {
  .fcjk-img-middle-wrapper .fcjk-quote {
    padding: 55px 0;
  }
}
@media (min-width: 90em) {
  .fcjk-img-middle-wrapper .fcjk-quote {
    padding: 55px 0 95px;
  }
}

.fcjk-left-image-gradient {
  overflow: hidden;
}
@media (max-width: 63.99em) {
  .fcjk-left-image-gradient {
    position: relative;
  }
}
@media (min-width: 64em) {
  .fcjk-left-image-gradient-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 60%;
    grid-template-columns: 40% 60%;
    position: relative;
  }
}
@media (min-width: 90em) {
  .fcjk-left-image-gradient-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 43% 57%;
    grid-template-columns: 43% 57%;
  }
}
.fcjk-left-image-gradient-wrapper-text {
  z-index: 1;
  padding: 40px 0;
}
@media (min-width: 64em) {
  .fcjk-left-image-gradient-wrapper-text {
    padding: 50px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 90em) {
  .fcjk-left-image-gradient-wrapper-text {
    padding: 100px 75px;
  }
}
.fcjk-left-image-gradient-wrapper-img {
  position: relative;
  height: 375px;
}
@media (min-width: 64em) {
  .fcjk-left-image-gradient-wrapper-img {
    height: 100%;
  }
}
.fcjk-left-image-gradient-wrapper-img img {
  position: absolute;
  height: 100%;
  max-width: unset;
  right: -20px;
  left: -20px;
  top: 0;
  bottom: 0;
  width: -webkit-fill-available;
}
@media (min-width: 64em) {
  .fcjk-left-image-gradient-wrapper-img img {
    width: 100%;
    left: 0;
    right: 0;
  }
}
@media (min-width: 64em) {
  .fcjk-left-image-gradient.reverse .fcjk-left-image-gradient-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60% 40%;
    grid-template-columns: 60% 40%;
  }
}
@media (min-width: 90em) {
  .fcjk-left-image-gradient.reverse .fcjk-left-image-gradient-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 57% 43%;
    grid-template-columns: 57% 43%;
  }
}
.fcjk-left-image-gradient.reverse .fcjk-left-image-gradient-wrapper-text,
.fcjk-left-image-gradient.reverse .fcjk-left-image-gradient-wrapper-img {
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
}

.clipped-img-right-full {
  position: relative;
  overflow: hidden;
}
.clipped-img-right-full-content {
  padding: 40px 0;
}
@media (min-width: 64em) {
  .clipped-img-right-full-content {
    max-width: 60%;
    padding: 50px;
  }
}
@media (min-width: 90em) {
  .clipped-img-right-full-content {
    max-width: 55%;
    padding: 100px;
  }
}
.clipped-img-right-full-img {
  width: 100%;
  height: 270px;
}
@media (min-width: 48em) {
  .clipped-img-right-full-img {
    height: 335px;
  }
}
@media (min-width: 64em) {
  .clipped-img-right-full-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    height: 100%;
    -webkit-clip-path: polygon(12% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(12% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media (min-width: 90em) {
  .clipped-img-right-full-img {
    width: 45%;
  }
}
@media (min-width: 64em) {
  .clipped-img-right-full.reverse .clipped-img-right-full-img {
    left: 0;
    right: unset;
    -webkit-clip-path: polygon(0 0, 88% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 88% 0%, 100% 100%, 0% 100%);
  }
}
@media (min-width: 64em) {
  .clipped-img-right-full.reverse .clipped-img-right-full-content {
    float: right;
  }
}
.clipped-img-right-full .single-file-red {
  margin: 50px 0 0;
}
@media (min-width: 64em) {
  .clipped-img-right-full .single-file-red {
    margin: 40px 0 0;
  }
}

.fcjk-slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  background-color: #ffffff;
  border-bottom: 3px solid #c1272d;
}
@media (min-width: 64em) {
  .fcjk-slider-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background-color: unset;
  }
}
.fcjk-slider-wrapper-text {
  padding: 40px 15px;
}
@media (min-width: 64em) {
  .fcjk-slider-wrapper-text {
    padding: 55px;
    background-color: #ffffff;
  }
}
@media (min-width: 90em) {
  .fcjk-slider-wrapper-text {
    padding: 55px 155px 100px;
  }
}
.fcjk-slider-wrapper-img {
  position: relative;
}
@media (min-width: 64em) {
  .fcjk-slider-wrapper-img::after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    right: 0;
    top: 50%;
    z-index: -1;
  }
}
@media (max-width: 63.99em) {
  .fcjk-slider-wrapper-img .slider1Column .swiper-wrapper {
    padding: 0 0 70px;
  }
}
.fcjk-slider-wrapper-img .slider1Column .swiper-wrapper .swiper-slide {
  max-height: 415px;
  overflow: hidden;
}
.fcjk-slider-wrapper-img .slider1Column .swiper-wrapper .swiper-slide img {
  margin: 0 auto;
}
@media (min-width: 64em) {
  .fcjk-slider-wrapper-img .slider1Column .swiper-wrapper .swiper-slide img {
    max-width: 630px;
  }
}
@media (min-width: 64em) {
  .fcjk-slider-wrapper-img .slider2Columns {
    max-width: 90%;
  }
}
@media (max-width: 63.99em) {
  .fcjk-slider-wrapper-img .slider2Columns .swiper-wrapper {
    padding: 0 0 70px;
  }
}
.fcjk-slider-wrapper-img .slider2Columns .swiper-wrapper .swiper-slide {
  overflow: hidden;
  height: 235px;
}
@media (min-width: 36em) {
  .fcjk-slider-wrapper-img .slider2Columns .swiper-wrapper .swiper-slide {
    height: 290px;
  }
}
@media (min-width: 48em) {
  .fcjk-slider-wrapper-img .slider2Columns .swiper-wrapper .swiper-slide {
    height: 330px;
  }
}
@media (min-width: 64em) {
  .fcjk-slider-wrapper-img .slider2Columns .swiper-wrapper .swiper-slide {
    height: 350px;
  }
}
@media (min-width: 90em) {
  .fcjk-slider-wrapper-img .slider2Columns .swiper-wrapper .swiper-slide {
    height: 415px;
  }
}
.fcjk-slider-wrapper-img .slider2Columns .swiper-wrapper .swiper-slide img {
  margin: 0 auto;
}
@media (min-width: 64em) {
  .fcjk-slider-wrapper-img .slider2Columns .swiper-wrapper .swiper-slide img {
    max-width: -webkit-fill-available;
    padding: 0 10px;
  }
}
@media (max-width: 63.99em) {
  .fcjk-slider-wrapper-img .swiper-button-prev, .fcjk-slider-wrapper-img .swiper-button-next {
    display: none;
  }
}

.fcjk-services {
  position: relative;
  padding: 15px 0;
}
.fcjk-services-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 30px;
  padding: 0 0 20px;
}
@media (min-width: 48em) {
  .fcjk-services-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media (min-width: 64em) {
  .fcjk-services-wrapper {
    padding: 0;
    max-width: 65%;
  }
}
@media (min-width: 90em) {
  .fcjk-services-wrapper {
    max-width: 60%;
  }
}
.fcjk-services-wrapper .single-service {
  padding: 25px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
@media (min-width: 64em) {
  .fcjk-services-wrapper .single-service {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }
}
@media (min-width: 64em) {
  .fcjk-services-wrapper .single-service {
    padding: 35px;
  }
}
@media (min-width: 90em) {
  .fcjk-services-wrapper .single-service {
    padding: 50px;
  }
}
.fcjk-services-wrapper .single-service-icon img {
  height: 45px;
  width: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}
.fcjk-services-img {
  height: 375px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 64em) {
  .fcjk-services-img {
    overflow: unset;
    position: absolute;
    height: 100%;
    width: 55%;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
}
@media (min-width: 90em) {
  .fcjk-services-img {
    width: 60%;
  }
}
.fcjk-services-img img {
  width: 100%;
}

.fcjk-projects-wrapper .single-project {
  height: 100%;
  position: relative;
}
.fcjk-projects-wrapper .single-project-img {
  border-bottom: 1px solid #777777;
  padding: 25px 15px;
  height: 240px;
  overflow: hidden;
}
@media (min-width: 64em) {
  .fcjk-projects-wrapper .single-project-img {
    height: 250px;
    padding: 35px;
  }
}
@media (min-width: 90em) {
  .fcjk-projects-wrapper .single-project-img {
    height: 275px;
    padding: 50px;
  }
}
.fcjk-projects-wrapper .single-project-img img {
  width: 100%;
}
.fcjk-projects-wrapper .single-project-content {
  padding: 25px 15px;
}
@media (min-width: 64em) {
  .fcjk-projects-wrapper .single-project-content {
    padding: 35px;
  }
}
@media (min-width: 90em) {
  .fcjk-projects-wrapper .single-project-content {
    padding: 50px;
  }
}
@media (min-width: 64em) {
  .fcjk-projects-wrapper .single-project-content h3 {
    font-size: 2rem;
  }
}
@media (min-width: 90em) {
  .fcjk-projects-wrapper .single-project-content h3 {
    font-size: 2.4rem;
  }
}
.fcjk-projects-wrapper .fcjkProjects {
  /* all slides same hight */
  /* positioning slider bullets */
}
@media (max-width: 63.99em) {
  .fcjk-projects-wrapper .fcjkProjects {
    padding: 0 0 40px;
  }
}
@media (min-width: 48em) {
  .fcjk-projects-wrapper .fcjkProjects {
    overflow: unset;
  }
}
@media (min-width: 48em) {
  .fcjk-projects-wrapper .fcjkProjects .swiper-wrapper {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
@media (min-width: 77.5em) {
  .fcjk-projects-wrapper .fcjkProjects .swiper-wrapper {
    -webkit-column-gap: 160px;
       -moz-column-gap: 160px;
            column-gap: 160px;
  }
}
.fcjk-projects-wrapper .fcjkProjects .swiper-slide {
  height: auto !important;
  border-bottom: 3px solid #c1272d;
}
@media (min-width: 48em) {
  .fcjk-projects-wrapper .fcjkProjects .swiper-slide {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.fcjk-projects-wrapper .fcjkProjects .swiper-pagination {
  bottom: 0 !important;
}

.fcjk-partners-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 50px;
  row-gap: 45px;
}
@media (min-width: 48em) {
  .fcjk-partners-wrapper {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 60px;
  }
}
@media (min-width: 77.5em) {
  .fcjk-partners-wrapper {
    -webkit-column-gap: 140px;
       -moz-column-gap: 140px;
            column-gap: 140px;
    row-gap: 70px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.fcjk-partners-wrapper-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fcjk-partners-wrapper-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 3/1;
  max-width: 235px;
  max-height: 85px;
}
@media (min-width: 64em) {
  .fcjk-partners-wrapper-img img {
    max-height: 100px;
    max-width: 450px;
  }
}

.fcjk-files-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  row-gap: 30px;
}

.fcjk-files-wrapper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media (min-width: 48em) {
  .fcjk-files-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    grid-auto-rows: 1fr;
  }
}
@media (min-width: 64em) {
  .fcjk-files-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 45% 45%;
    grid-template-columns: 45% 45%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 90em) {
  .fcjk-files-wrapper {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    row-gap: 60px;
  }
}

.hero, .hero-main, .hero-page {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden;
  margin: 79px 0 0;
}
@media (min-width: 64em) {
  .hero, .hero-main, .hero-page {
    margin: 94px 0 0;
  }
}
.hero::before, .hero-main::before, .hero-page::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(48, 48, 48, 0.5);
}
.hero .main-wrapper, .hero-main .main-wrapper, .hero-page .main-wrapper {
  height: 100%;
}
.hero .main-wrapper h1, .hero-main .main-wrapper h1, .hero-page .main-wrapper h1 {
  position: relative;
  z-index: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-page {
  height: 20vh;
  min-height: 120px;
}
@media (min-width: 48em) {
  .hero-page {
    height: 35vh;
  }
}
.fcjk-padding-small {
  height: 50px;
  width: 100%;
}
.fcjk-padding-medium {
  height: 50px;
  width: 100%;
}
@media (min-width: 77.5em) {
  .fcjk-padding-medium {
    height: 70px;
  }
}
@media (min-width: 90em) {
  .fcjk-padding-medium {
    height: 100px;
  }
}
.fcjk-padding-large {
  height: 70px;
  width: 100%;
}
@media (min-width: 77.5em) {
  .fcjk-padding-large {
    height: 100px;
  }
}
@media (min-width: 90em) {
  .fcjk-padding-large {
    height: 170px;
  }
}

@media (min-width: 64em) {
  .fcjk-timeline-wrapper.mobile {
    display: none;
  }
}
.fcjk-timeline-wrapper.mobile .fcjk-timeline-wrapper-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  row-gap: 35px;
}
@media (min-width: 48em) {
  .fcjk-timeline-wrapper.mobile .fcjk-timeline-wrapper-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.fcjk-timeline-wrapper.mobile .fcjk-timeline-wrapper-row .icon {
  padding: 0 0 25px;
}
@media (max-width: 63.99em) {
  .fcjk-timeline-wrapper.desktop {
    display: none;
  }
}
.fcjk-timeline-wrapper.desktop .fcjk-timeline-wrapper-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.fcjk-timeline-wrapper.desktop .fcjk-timeline-wrapper-row .icon {
  padding: 25px 0;
}
.fcjk-timeline .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}
.fcjk-timeline .icon img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 35px;
  max-height: 70px;
}
@media (min-width: 64em) {
  .fcjk-timeline .icon img {
    height: 35px;
    max-height: unset;
  }
}

.fcjk-text-columns-title {
  padding-left: 15px;
}
@media (min-width: 64em) {
  .fcjk-text-columns-title {
    padding-left: 50px;
  }
}
@media (min-width: 64em) {
  .fcjk-text-columns-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(250px, 600px) 70px minmax(300px, 645px);
    grid-template-columns: minmax(250px, 600px) minmax(300px, 645px);
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
    row-gap: 0;
  }
}
@media (min-width: 90em) {
  .fcjk-text-columns-wrapper {
    -webkit-column-gap: 150px;
       -moz-column-gap: 150px;
            column-gap: 150px;
  }
}
.fcjk-text-columns-wrapper p {
  padding-left: 15px;
  border-left: 3px solid #c1272d;
}
@media (min-width: 64em) {
  .fcjk-text-columns-wrapper p {
    padding-left: 50px;
  }
}
.fcjk-text-columns-wrapper p:not(:last-of-type) {
  margin-bottom: 50px;
}
@media (min-width: 64em) {
  .fcjk-text-columns-wrapper p:not(:last-of-type) {
    margin-bottom: 0;
  }
}

.fcjk-highlighted-text {
  overflow: hidden;
}
.fcjk-highlighted-text-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 64em) {
  .fcjk-highlighted-text-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% 75%;
    grid-template-columns: 25% 75%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .fcjk-highlighted-text-wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .fcjk-highlighted-text-wrapper > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .fcjk-highlighted-text-wrapper > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .fcjk-highlighted-text-wrapper > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media (min-width: 64em) {
  .fcjk-highlighted-text-wrapper-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/3/2;
    height: 80%;
  }
}
.fcjk-highlighted-text-wrapper-img .img-wrapper {
  height: 100%;
}
.fcjk-highlighted-text-wrapper-img .img-wrapper img {
  width: 100%;
  height: 285px;
  margin: auto;
}
@media (min-width: 48em) {
  .fcjk-highlighted-text-wrapper-img .img-wrapper img {
    height: 335px;
  }
}
@media (min-width: 64em) {
  .fcjk-highlighted-text-wrapper-img .img-wrapper img {
    margin: unset;
    height: auto;
    min-height: 100%;
  }
}
.fcjk-highlighted-text-wrapper-text .text-wrapper {
  padding: 40px 15px;
  position: relative;
}
@media (min-width: 64em) {
  .fcjk-highlighted-text-wrapper-text .text-wrapper {
    padding: 35px;
  }
}
@media (min-width: 90em) {
  .fcjk-highlighted-text-wrapper-text .text-wrapper {
    padding: 55px;
  }
}
.fcjk-highlighted-text-wrapper-text .text-wrapper::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: -1;
  border-left: 3px solid #c1272d;
}
@media (min-width: 64em) {
  .fcjk-highlighted-text-wrapper-text .text-wrapper::before {
    left: -100px;
    border-left: none;
    border-right: 3px solid #c1272d;
  }
}
.fcjk-highlighted-text-wrapper-highlight .highlight-wrapper {
  padding: 35px 0 0;
}
@media (min-width: 64em) {
  .fcjk-highlighted-text-wrapper-highlight .highlight-wrapper {
    padding: 35px 35px 0;
  }
}
@media (min-width: 90em) {
  .fcjk-highlighted-text-wrapper-highlight .highlight-wrapper {
    padding: 55px 55px 0;
  }
}
@media (min-width: 64em) {
  .fcjk-highlighted-text.reverse .fcjk-highlighted-text-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80% 20%;
    grid-template-columns: 80% 20%;
  }
}
@media (min-width: 64em) {
  .fcjk-highlighted-text.reverse .fcjk-highlighted-text-wrapper-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/3/3;
  }
}
@media (min-width: 64em) {
  .fcjk-highlighted-text.reverse .fcjk-highlighted-text-wrapper-text .text-wrapper::before {
    border-right: none;
    border-left: 3px solid #c1272d;
    right: -100px;
    left: 0;
  }
}

.fcjk-highlighted-text-full-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 35px;
}
@media (min-width: 64em) {
  .fcjk-highlighted-text-full-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30% 70%;
    grid-template-columns: 30% 70%;
    row-gap: 50px;
    padding: 0 35px;
  }
}
@media (min-width: 90em) {
  .fcjk-highlighted-text-full-wrapper {
    row-gap: 100px;
    padding: 0 65px;
  }
}
.fcjk-highlighted-text-full-wrapper-text {
  padding: 0 0 0 15px;
  border-left: 3px solid #c1272d;
}
@media (min-width: 64em) {
  .fcjk-highlighted-text-full-wrapper-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 0 0 30px;
  }
}
@media (min-width: 90em) {
  .fcjk-highlighted-text-full-wrapper-text {
    padding: 0 0 0 50px;
  }
}
@media (min-width: 64em) {
  .fcjk-highlighted-text-full-wrapper-img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding: 0 40px 0 0;
    margin: auto;
  }
}
@media (min-width: 90em) {
  .fcjk-highlighted-text-full-wrapper-img {
    padding: 0 70px 0 0;
  }
}
@media (max-width: 63.99em) {
  .fcjk-highlighted-text-full-wrapper-img .img-wrapper img {
    min-height: 250px;
    max-height: 450px;
    width: 100%;
    margin: 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 64em) {
  .fcjk-highlighted-text-full-wrapper-highlight {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2/1/2/3;
    padding: 0 100px;
  }
}

@media (min-width: 64em) {
  .fcjk-ordered-list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.fcjk-ordered-list-wrapper .list {
  margin: 0 auto;
  list-style: none;
  counter-reset: li-count;
}
.fcjk-ordered-list-wrapper .list-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30px auto;
  grid-template-columns: 30px auto;
  padding: 0;
  font-size: 1.6rem;
}
.fcjk-ordered-list-wrapper .list-item:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 64em) {
  .fcjk-ordered-list-wrapper .list-item:nth-child(2n) {
    margin-left: 90px;
  }
}
.fcjk-ordered-list-wrapper .list-item::after {
  content: none;
}
@media (min-width: 64em) {
  .fcjk-ordered-list-wrapper .list-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px auto;
    grid-template-columns: 80px auto;
    -ms-grid-rows: minmax(80px, 1fr);
    grid-template-rows: minmax(80px, 1fr);
    width: 685px;
  }
  .fcjk-ordered-list-wrapper .list-item > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .fcjk-ordered-list-wrapper .list-item > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 90em) {
  .fcjk-ordered-list-wrapper .list-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 90px auto;
    grid-template-columns: 90px auto;
    -ms-grid-rows: minmax(90px, 1fr);
    grid-template-rows: minmax(90px, 1fr);
  }
  .fcjk-ordered-list-wrapper .list-item > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .fcjk-ordered-list-wrapper .list-item > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
.fcjk-ordered-list-wrapper .list-item-number {
  background-color: #c1272d;
  counter-increment: li-count;
  position: relative;
}
@media (max-width: 63.99em) {
  .fcjk-ordered-list-wrapper .list-item-number {
    height: 30px;
  }
}
.fcjk-ordered-list-wrapper .list-item-number::after {
  content: counter(li-count) ".";
  position: absolute;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 64em) {
  .fcjk-ordered-list-wrapper .list-item-number::after {
    font-size: 2.6rem;
  }
}
@media (min-width: 90em) {
  .fcjk-ordered-list-wrapper .list-item-number::after {
    font-size: 3.2rem;
  }
}
.fcjk-ordered-list-wrapper .list-item-text {
  padding: 15px;
}
@media (min-width: 64em) {
  .fcjk-ordered-list-wrapper .list-item-text {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media (min-width: 90em) {
  .fcjk-ordered-list-wrapper .list-item-text {
    padding: 20px;
  }
}

.fcjk-docs-list-wrapper {
  padding: 35px 15px;
}
@media (min-width: 64em) {
  .fcjk-docs-list-wrapper {
    padding: 50px;
  }
}
.fcjk-docs-list-wrapper .main-title {
  padding-bottom: 15px;
}
.fcjk-docs-list-wrapper .list-wrapper:not(:last-child) {
  padding-bottom: 40px;
}
@media (max-width: 63.99em) {
  .fcjk-docs-list-wrapper .list-item {
    font-size: 1.6rem;
  }
}
.fcjk-docs-list-wrapper .list-item:not(:last-child) {
  margin-bottom: 15px;
}
.fcjk-docs-list-wrapper .list-title {
  padding-bottom: 15px;
}

@media (min-width: 64em) {
  .fcjk-docs-image {
    position: relative;
    padding: 80px 0;
  }
}
.fcjk-docs-image-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 30px;
}
@media (min-width: 64em) {
  .fcjk-docs-image-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-max-content;
    -ms-grid-columns: max-content;
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
    row-gap: 30px;
  }
}
.fcjk-docs-image-img {
  position: relative;
  height: 375px;
}
@media (min-width: 64em) {
  .fcjk-docs-image-img {
    position: absolute;
    height: 100%;
    width: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
}
.fcjk-docs-image-img img {
  width: 100%;
}
@media (max-width: 63.99em) {
  .fcjk-docs-image-img .overlay-gradient-white-left {
    right: 0;
    left: 0;
  }
}

.libraries {
  background-color: #303030;
  padding: 40px 0 30px;
}
@media (min-width: 64em) {
  .libraries {
    padding: 70px 0 100px;
  }
}
.libraries-wrapper {
  position: relative;
}
.libraries-wrapper .librariesSwiper .library-img {
  height: 225px;
  width: 100%;
}
@media (min-width: 64em) {
  .libraries-wrapper .librariesSwiper .library-img {
    height: 250px;
  }
}
@media (min-width: 90em) {
  .libraries-wrapper .librariesSwiper .library-img {
    height: 275px;
  }
}
.libraries-wrapper .librariesSwiper .library-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.libraries-wrapper .librariesSwiper .library-info {
  padding: 30px 15px;
}
@media (min-width: 64em) {
  .libraries-wrapper .librariesSwiper .library-info {
    padding: 25px;
  }
}
@media (min-width: 64em) {
  .libraries .swiper {
    margin: 60px;
  }
}
@media (min-width: 90em) {
  .libraries .swiper {
    margin: 90px;
  }
}
@media (max-width: 63.99em) {
  .libraries .swiper-wrapper {
    padding-bottom: 50px;
  }
}
@media (min-width: 48em) {
  .libraries .swiper-slide {
    height: auto;
  }
}
.libraries .swiper-button-next, .libraries .swiper-button-prev {
  background-color: #ffffff;
}
@media (max-width: 63.99em) {
  .libraries .swiper-button-next, .libraries .swiper-button-prev {
    display: none;
  }
}
.libraries .swiper-button-next::after {
  background-image: url(".././images/icons/arrow-right-red.svg");
}
.libraries .swiper-button-prev::after {
  background-image: url(".././images/icons/arrow-right-red.svg");
  rotate: 180deg;
}
.libraries .swiper-pagination {
  bottom: 0 !important;
}
.libraries .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: #ffffff !important;
}

.fcjk-content-middle-img-slider-wrapper-text {
  padding: 35px 15px;
}
@media (min-width: 64em) {
  .fcjk-content-middle-img-slider-wrapper-text {
    padding: 55px;
  }
}
@media (min-width: 90em) {
  .fcjk-content-middle-img-slider-wrapper-text {
    padding: 100px 150px;
  }
}
.fcjk-content-middle-img-slider-wrapper-swiper {
  position: relative;
}
@media (min-width: 64em) {
  .fcjk-content-middle-img-slider-wrapper-swiper .swiper {
    max-width: 90%;
  }
}
@media (max-width: 63.99em) {
  .fcjk-content-middle-img-slider-wrapper-swiper .swiper-wrapper {
    padding-bottom: 50px;
  }
}
.fcjk-content-middle-img-slider-wrapper-swiper .swiper-slide {
  height: 235px;
}
@media (min-width: 36em) {
  .fcjk-content-middle-img-slider-wrapper-swiper .swiper-slide {
    height: 290px;
  }
}
@media (min-width: 48em) {
  .fcjk-content-middle-img-slider-wrapper-swiper .swiper-slide {
    height: 330px;
  }
}
@media (min-width: 64em) {
  .fcjk-content-middle-img-slider-wrapper-swiper .swiper-slide {
    height: 350px;
  }
}
@media (min-width: 90em) {
  .fcjk-content-middle-img-slider-wrapper-swiper .swiper-slide {
    height: 415px;
  }
}
.fcjk-content-middle-img-slider-wrapper-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 63.99em) {
  .fcjk-content-middle-img-slider-wrapper-swiper .swiper-button-next, .fcjk-content-middle-img-slider-wrapper-swiper .swiper-button-prev {
    display: none;
  }
}
.fcjk-content-middle-img-slider-wrapper-swiper .swiper-pagination {
  bottom: 0 !important;
}
.fcjk-content-middle-img-slider-wrapper-list {
  padding: 35px 15px;
}
@media (min-width: 64em) {
  .fcjk-content-middle-img-slider-wrapper-list {
    padding: 55px 55px 55px 65px;
  }
}
@media (min-width: 90em) {
  .fcjk-content-middle-img-slider-wrapper-list {
    padding: 100px 150px;
  }
}
.fcjk-content-middle-img-slider-wrapper-list ul li:not(:last-child) {
  margin-bottom: 15px;
}

.not-found {
  background-color: #ffffff;
  padding: 155px 0 75px;
}
@media (min-width: 90em) {
  .not-found {
    padding: 185px 0 75px;
  }
}
.not-found-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}
.not-found-img {
  height: 265px;
}
.not-found-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.not-found-text {
  text-align: center;
  padding: 70px 0 25px;
}
.not-found-text h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  color: #c1272d;
  font-style: normal;
  font-weight: 600;
}
.not-found-text p {
  font-weight: 600;
}

.pojo-a11y-toolbar-inner li{
	padding: 0;
}
.pojo-a11y-toolbar-inner li:after{
	content:none;
}