@charset "UTF-8";
/*
Theme Name: Szkoła
Author: Szkoła
Version: 1.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cb
*/
/* =WordPress Core
-------------------------------------------------------------- */
/* Text meant only for screen readers. */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.mobile-top-bar {
  display:none;
  width: calc(100% - -32px);
  margin-left: -16px;
}
.mobile-top-bar li.nav__item.nav__item--top.nav-switcher{
  display: none;
}
.mobile-top-bar li {
  background: #004D8B;
  margin-bottom: 1px;
  padding: 0.5rem 2rem;
}
.mobile-top-bar li a img {
  margin-right: 10px;
  width: 20px;
}
.mobile-top-bar li a {
  color: #fff;
  display: flex;
  align-items: center;
}
@media all and (max-width: 900px) {
  .mobile-top-bar {
    display:block;
  }
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  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 {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Regular.woff2") format("woff2"), url("fonts/Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Bold.woff2") format("woff2"), url("fonts/Lato-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("fonts/Lora-Bold.woff2") format("woff2"), url("fonts/Lora-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("fonts/Lora-Regular.woff2") format("woff2"), url("fonts/Lora-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes slideUp {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slideDown {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  1% {
    opacity: 1;
    transform: scale(1);
    display: block;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  overflow-x: hidden;
  width: 100%;
}

html {
  font-size: 16px;
  --accent: #F58220;
}

body {
  background-color: #FFFFFF;
  color: #555859;
  font-family: "Lato", sans-serif;
  line-height: 1.2em;
}

ul li::marker {
  color: #004D8B;
}

ul,
ol {
  padding-left: 1.1em;
}
ul li,
ol li {
  margin-bottom: 0.7em;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}

p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}

button,
textarea,
select,
input,
code,
tt,
pre {
  font-family: "Lato", sans-serif;
}

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

a {
  text-decoration: none;
  color: #555859;
  transition: color 0.3s ease;
}
a:hover, a:focus {
  color: #004D8B;
}b

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-family: "Lora", sans-serif;
  line-height: 1.2em;
}

h1,
.has-large-font-size {
  font-size: 2.4rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.3rem;
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 1rem;
}

input,
button {
  font-family: "Lato", sans-serif;
}

button {
  cursor: pointer;
}

select {
  height: 1.75rem;
  padding: 0 0.75rem;
  border: 2px solid #004D8B;
  border-radius: 1rem;
  font-weight: bold;
  color: #004D8B;
  text-transform: uppercase;
  background-color: transparent;
}

.container {
  width: 1364px;
  margin: 0 auto;
}
@media all and (max-width: 1445px) {
  .container {
    width: 94%;
  }
}
.container--large {
  width: 1568px;
}
@media all and (max-width: 1662px) {
  .container--large {
    width: 94%;
  }
}

.inputfield {
  height: 38px;
  width: 100%;
  outline: none;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  padding: 0 1rem;
  font-size: 0.93rem;
  font-family: "Lato", sans-serif;
}
.inputfield::placeholder {
  color: #DEDEDE;
}
.inputfield--textarea {
  height: auto;
  padding: 1rem;
  resize: vertical;
  min-height: 80px;
}

.is-style-awarded {
  color: #004D8B;
  font-family: "Lora", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.33em;
}
@media all and (max-width: 750px) {
  .is-style-awarded {
    font-size: 1.25rem;
  }
}

.alert {
  border-radius: 1.5rem;
  box-shadow: 0 0 1rem 0.3rem #ccc;
  padding: 1.5rem 1.25rem;
  margin: 1rem 0;
  font-family: "Lora", sans-serif;
  font-size: 1.3rem;
  width: 100%;
}
@media all and (max-width: 750px) {
  .alert {
    padding: 1rem 0.5rem;
    font-size: 1rem;
    border-radius: 0.4rem;
  }
}
.alert--warning {
  background-color: #f7a7a3;
  border-left: 0.3rem solid #8f130c;
  color: #8f130c;
}
.alert--success {
  background-color: #a8f0c6;
  border-left: 5px solid #178344;
  color: #178344;
}

.site-title {
  font-size: 3.375rem;
  color: #004D8B;
  font-family: "Lora", sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4rem;
}
@media all and (max-width: 750px) {
  .site-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
}
.site-content {
  margin-top: 4rem;
  margin-bottom: 4rem;
  position: relative;
  z-index: 0;
}
@media all and (max-width: 1100px) {
  .site-content {
    margin-top: 3rem;
    margin-relative: 3rem;
  }
}
@media all and (max-width: 750px) {
  .site-content {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.content-no-margin .site-content {
  margin-top: 0;
}
.site-content::before, .site-content::after {
  content: "";
  background: url("img/background.jpg") no-repeat left bottom/contain;
  position: absolute;
  width: 700px;
  height: 100%;
  max-height: 1770px;
  opacity: 0.1;
  z-index: -15;
  min-height: 100vh;
}
.site-content::before {
  top: -15rem;
  left: 100%;
}
.letters-right-hide .site-content::before {
  display: none;
}
.site-content::after {
  right: 100%;
  bottom: -10%;
}
.letters-left-hide .site-content::after {
  display: none;
}

blockquote {
  border: 1px solid #004D8B;
  padding: 3rem 2rem 2rem;
  border-radius: 2rem;
  font-size: 1.2rem;
  line-height: 1.2em;
  font-style: italic;
  position: relative;
  background-color: #FFFFFF;
  margin-top: 3rem;
}
@media all and (max-width: 1100px) {
  blockquote {
    font-size: 1rem;
  }
}
@media all and (max-width: 750px) {
  blockquote {
    margin-top: 1.5rem;
    padding: 2rem 1rem 1rem;
  }
}
blockquote::before {
  content: "";
  position: absolute;
  top: -1.75rem;
  right: 0;
  width: 4.4rem;
  height: 3.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background: url("img/quote.svg") center/40px 36px no-repeat, #FFFFFF;
}
blockquote em, blockquote cite {
  font-family: "Lato", sans-serif;
  font-style: normal;
}

.blockquote--accent {
  background-color: #004D8B;
  border-color: #FFFFFF;
}
.blockquote--accent::before {
  background: url("img/quote-white.svg") center/40px 36px no-repeat, #004D8B;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.modal__box {
  width: 810px;
  background-color: #FFFFFF;
}
@media all and (max-width: 858px) {
  .modal__box {
    width: 94%;
  }
}
.modal__top {
  height: 2.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  padding: 0 0.4rem;
  border-bottom: 1px solid #004D8B;
}
.modal__exit {
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 0.93rem;
  color: #004D8B;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.modal__exit-cross {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  border: 2px solid #004D8B;
  position: relative;
  margin-left: 1.25rem;
}
.modal__exit-cross::before, .modal__exit-cross::after {
  content: "";
  width: 1rem;
  height: 0.15rem;
  background-color: #004D8B;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
.modal__exit-cross::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__exit-cross::after {
  transform: translate(-50%, -50%) rotate(315deg);
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}

.has-image-shadow img {
  filter: drop-shadow(0.1875rem 0.1875rem 0.75rem rgba(0, 0, 0, 0.16));
}

.wp-block-image figcaption {
  text-align: center;
  font-size: 0.8125rem;
  color: #B2B2B2;
}

.hamburger {
  padding: 10px;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  margin: 0;
  display: none;
}
@media all and (max-width: 1100px) {
  .hamburger {
    display: inline-block;
  }
}

.hamburger {
  transition: transform 0.3s 0.1s ease-in-out;
}

.hamburger__box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger__inner {
  width: 100%;
  height: 3px;
  background-color: #004D8B;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.1s 0.2s ease-in-out;
}

.hamburger__inner::before,
.hamburger__inner::after {
  width: 100%;
  height: 3px;
  background-color: #004D8B;
  position: absolute;
  content: "";
  left: 0;
  transition: transform 0.2s 0.2s ease-in-out;
}

.hamburger__inner::before {
  top: -10px;
}

.hamburger__inner::after {
  top: 10px;
}

.hamburger--active .hamburger__inner {
  background-color: transparent;
}

.hamburger--active .hamburger__inner:before {
  transform: translateY(10px) rotate(45deg);
}

.hamburger--active .hamburger__inner:after {
  transform: translateY(-10px) rotate(-45deg);
}

.button {
  border: 0;
  outline: 0;
  background-color: #F58220;
  color: #FFFFFF;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  font-weight: bold;
}

.more {
  align-self: center;
  font-weight: bold;
  font-size: 0.93rem;
  text-transform: uppercase;
  color: #004D8B;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-self: center;
  background-color: transparent;
  border: 0;
  outline: 0;
}
.more--white {
  color: #FFFFFF;
}
.more--white:hover, .more--white:focus {
  color: #FFFFFF;
}
.more--white.more--full {
  border-top-color: #FFFFFF;
}
.more--right {
  justify-content: flex-end;
}
.more--center {
  justify-content: center;
}
.more__text {
  position: relative;
  padding-left: 1rem;
}
.more__text::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--accent);
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  opacity: 0;
  transform: translateX(-5px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  top: 0.35rem;
  left: 0rem;
  opacity: 1;
  background-color: #B2B2B2;
}
.more--full {
  width: 100%;
  border-top: 1px solid #004D8B;
  padding: 1.1rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.more:hover .more__text::before {
  opacity: 1;
  transform: translateX(0);
  background-color: #F58220;
}

.nav,
.header-additional {
  position: relative;
  font-size: 0.9375rem;
}
.nav::before,
.header-additional::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  left: calc(50% - 10.5rem);
  z-index: -1;
  width: 200vw;
}
.nav__list,
.header-additional__list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.nav__item,
.header-additional__item {
  margin-bottom: 0;

}

.header-additional {
  padding: 0.375rem 0;
  min-height: 32px;
}
@media all and (max-width: 900px) {
  .header-additional {
    margin-left: -12rem;
    width: calc(100% + 12rem);
    display: none;
  }
}
.header-additional::before {
  background-color: #004D8B;
}
.header-additional__list {
  height: inherit;
  justify-content: center;
  flex-wrap: wrap;
}
@media all and (max-width: 900px) {
  .header-additional__list {
    flex-direction: column;
  }
}
.header-additional .nav-switcher {
	visibility:hidden;
  transform: none;
  position: initial;
  padding: 0;
  width: auto;
}
.intro-page .header-additional .nav-switcher {
  display: none;
}
.header-additional__item {
  margin-right: 6.25rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  align-items: center;
}
@media all and (max-width: 1100px) {
  .header-additional__item {
    margin-right: 4rem;
  }
}
@media all and (max-width: 900px) {
  .header-additional__item {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .header-additional__item:last-child {
    margin-bottom: 0;
  }
}
.header-additional__item:last-child {
  margin-right: 0;
}
.header-additional__icon {
  margin-right: 0.4rem;
}
.header-additional__link {
  color: #FFFFFF;
  transition: filter 0.3s ease;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.header-additional__link:hover, .header-additional__link:focus {
  color: #FFFFFF;
  filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-10deg) saturate(600%) contrast(0.8);
}

.nav {
  height: 78px;
}
@media all and (max-width: 1100px) {
  .nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
}
.header-main--intro .nav::before {
  background-color: transparent;
}
.header-main--intro .nav .nav__list {
  justify-content: center;
  padding-right: 6rem;
}
.nav::before {
  background-color: rgba(255, 255, 255, 0.8);
}
@media all and (max-width: 1580px) {
  .nav__search {
    display: none;
  }
}
@media all and (max-width: 1100px) {
  .nav__search {
    display: block;
    margin-top: 2rem;
  }
}
.nav-switcher {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0.3125rem;
  border-radius: 3rem;
  width: 5rem;
  visibility: hidden;
	
}
.nav-switcher__list {
  padding: 0;
}
.nav__list {
  justify-content: space-between;
  text-transform: uppercase;
  position: relative;
}
@media all and (max-width: 1100px) {
  .nav__list {
    padding: 0 1rem 1rem;
    flex-direction: column;
    align-items: stretch;
    position: fixed;
    width: 320px;
    height: 100vh;
    background-color: #FFFFFF;
    top: 0;
    left: 0;
    z-index: 10;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transform: translateX(-100vw);
    transition: transform 0.3s ease;
    justify-content: flex-start;
  }
  .nav__list--active {
    transform: translateX(0);
  }
}
.nav__item {
  margin-right: 2rem;
}
@media all and (max-width: 1500px) {
  .nav__item {
    margin-right: 1rem;
  }
}
@media all and (max-width: 750px) {
  .nav__item {
    margin-right: 0;
  }
}
.nav__item:last-child {
  margin-right: 0;
  
}
.nav__item--current, .nav__item--parent {
  position: relative;
}
.nav__item--current > .nav__link::before, .nav__item--parent--current > .nav__link::before {
  opacity: 1;
  transform: translateX(0);
}
@media all and (max-width: 1100px) {
  .nav__item--parent {
    flex-wrap: wrap;
  }
  .nav__item--parent.show > .nav__sub-trigger {
    transform: translateY(-50%) rotate(360deg);
  }
  .nav__item--parent.show > .nav__sub-list {
    display: block;
  }
}
.nav__item--parent:hover > .nav__link::before {
  opacity: 1;
  transform: translateX(0);
}
.nav__item--parent:hover > .nav__sub-list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.nav__exit {
  display: none;
  background-color: #004D8B;
  width: calc(100% + 2rem);
  margin-left: -1rem;
  height: 50px;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
  padding: 0.6rem 1rem;
  text-transform: uppercase;
  font-family: "Lora", sans-serif;
}
@media all and (max-width: 1100px) {
  .nav__exit {
    display: flex;
  }
}
.nav__exit-trigger {
  position: relative;
  font-size: 0;
  text-indent: -999em;
  width: 30px;
  height: 30px;
  z-index: 1;
}
.nav__exit-trigger::before, .nav__exit-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 24px;
  width: 1px;
  background-color: #FFFFFF;
}
.nav__exit-trigger::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.nav__exit-trigger::after {
  transform: translate(-50%, -50%) rotate(315deg);
}
.nav__link {
  color: #004D8B;
  position: relative;
  padding-left: 1rem;
  height: 78px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
@media all and (max-width: 1100px) {
  .nav__link {
    height: initial;
    padding: 0.8rem;
    align-items: flex-start;
  }
}
.nav__link::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--accent);
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  opacity: 0;
  transform: translateX(-5px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  top: 2.2rem;
  left: 0;
}
@media all and (max-width: 1100px) {
  .nav__link::before {
    display: none;
  }
}
.nav__link:hover::before, .nav__link:focus::before {
  opacity: 1;
  transform: translateX(0);
}
.nav__sub-trigger {
  border: 0;
  outline: 0;
  background: url("img/arrow-small.png") center center/contain no-repeat, transparent;
  font-size: 0;
  text-indent: -999em;
  width: 10px;
  height: 6px;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.3s ease;
  position: absolute;
  top: 50%;
  right: 0;
  pointer-events: none;
  display: none;
}
@media all and (max-width: 1100px) {
  .nav__sub-trigger {
    display: block;
    transform: rotate(180deg);
    top: 1.3rem;
  }
}
.nav__sub-list {
  list-style: none;
  position: absolute;
  width: 17.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1.25rem 0;
  left: -1rem;
  top: 100%;
  transform: translateY(1rem);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  visibility: hidden;
}
@media all and (max-width: 1100px) {
  .nav__sub-list {
    flex-basis: 100%;
    position: initial;
    top: initial;
    left: initial;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: none;
  }
  .nav__sub-list--level-1 {
    padding: 0 1.25rem;
  }
}
@media all and (max-width: 1100px) and (max-width: 750px) {
  .nav__sub-list--level-1 {
    padding: 0.5rem;
  }
}
.nav__sub-list .nav__sub-list {
  top: 0;
  left: 100%;
}
@media all and (max-width: 750px) {
  .nav__sub-list .nav__sub-list {
    padding: 0.5rem;
  }
}
.nav__sub-item {
  margin-bottom: 0;
}
.nav__sub-item.nav__item--current .nav__sub-link::before {
  opacity: 1;
  transform: translateX(0);
}
.nav__sub-link {
  color: #004D8B;
  display: block;
  padding: 0.5rem 1.1rem 0.5rem 2rem;
  position: relative;
}
@media all and (max-width: 1100px) {
  .nav__sub-link {
    width: 100%;
    background-color: transparent;
    padding: 0.65rem;
  }
}
.nav__sub-link::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--accent);
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  opacity: 0;
  transform: translateX(-5px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  top: 0.84rem;
  left: 1rem;
}
@media all and (max-width: 750px) {
  .nav__sub-link::before {
    display: none;
  }
}
.nav__sub-link:hover::before {
  opacity: 1;
  transform: translateX(0);
}

.header-navigations {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(100% - 21rem);
}
@media all and (max-width: 1300px) {
  .header-navigations {
    flex-basis: calc(100% - 12rem);
  }
}
.header-logo {
  flex: 0 0 16.25rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1300px) {
  .header-logo {
    flex-basis: 10rem;
  }
}
.header-main {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 8.75rem;
  z-index: 2;
  position: relative;
}
@media all and (max-width: 900px) {
  .header-main {
    height: 5.75rem;
  }
}
.header-main--intro .header-navigations {
  flex: 0 0 100%;
}

.contact-widget-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media all and (max-width: 1100px) {
  .contact-widget-list {
    flex-direction: column;
  }
}
.contact-widget-list a,
.contact-widget-list strong,
.contact-widget-list b {
  font-weight: bold;
}
.contact-widget-list__title {
  font-size: 1.125rem;
  font-family: "Lora", sans-serif;
  margin-bottom: 1.5rem;
}
@media all and (max-width: 750px) {
  .contact-widget-column {
    margin-bottom: 1rem;
  }
  .contact-widget-column:last-child {
    margin-bottom: 0;
  }
}
.contact-widget-row {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media all and (max-width: 750px) {
  .contact-widget-row {
    flex-direction: column;
  }
}
.contact-widget-row:last-child {
  margin-bottom: 0;
}
.contact-widget--third {
  flex-basis: 33%;
}
.contact-widget--half {
  flex-basis: 49%;
}
.contact-widget--full {
  flex-basis: 100%;
}

.contact-list-form {
  flex: 0 0 20rem;
}
.contact-list-grid {
  flex: 0 0 calc(100% - 23rem);
}

.footer {
  padding: 4rem 0 0;
  position: relative;
  color: #FFFFFF;
  z-index: 0;
}
@media all and (max-width: 750px) {
  .footer {
    padding: 2rem 0 0;
  }
}
.footer a {
  color: inherit;
  transition: color 0.3s ease;
}
.footer a:hover, .footer a:focus {
  color: var(--accent);
}
.footer::before {
  content: "";
  background: #004d8b;
  background: linear-gradient(180deg, #004d8b 0%, #002644 100%);
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.footer-info {
  text-align: center;
  padding: 1rem 0;
  color: #005FAB;
  position: relative;
  margin-top: 2rem;
}
.footer-info::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  height: 1px;
  width: calc(100% + 8.75rem * 2);
  left: 50%;
  transform: translateX(-50%);
  background-color: #005FAB;
}

.intro-trigger {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 4.5rem;
  height: 4.5rem;
  background-color: #004D8B;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, color 0.3s ease;
  z-index: 100;
}
@media all and (max-width: 750px) {
  .intro-trigger {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.intro-trigger__icon {
  height: 1.7rem;
}
.intro-trigger__text {
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-top: 0.3rem;
  font-weight: bold;
}
@media all and (max-width: 750px) {
  .intro-trigger__text {
    display: none;
  }
}
.intro-trigger:hover {
  background-color: #F58220;
  color: #FFFFFF;
}

.contact-box--intro .contact-box-content {
  margin-top: -3rem;
  position: relative;
  z-index: 10;
}
.contact-box--intro .contact-box-row {
  display: flex;
  flex-direction: column;
  flex-direction: column-reverse;
  grid-gap: initial;
}
.contact-box--intro .contact-box-map {
  height: 20rem;
}
.contact-box-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 5rem;
}
@media all and (max-width: 1100px) {
  .contact-box-grid {
    grid-template-columns: 1fr;
    grid-gap: 2.5rem;
  }
}
.contact-box__title {
  text-align: center;
  margin-bottom: 3.3rem;
}
@media all and (max-width: 1100px) {
  .contact-box__title {
    margin-bottom: 1.5rem;
  }
}
.contact-box-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 3.75rem;
  font-size: 1.2rem;
  line-height: 1.3em;
}
@media all and (max-width: 750px) {
  .contact-box-row {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
    grid-gap: initial;
  }
}
@media all and (max-width: 750px) {
  .contact-box-content {
    margin-top: -3rem;
    position: relative;
    z-index: 10;
  }
}
.contact-box-content__description {
  margin-top: 1.5rem;
  font-weight: bold;
}
.contact-box-map iframe {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0.1875rem 0.1875rem 0.75rem rgba(0, 0, 0, 0.16));
}
@media all and (max-width: 750px) {
  .contact-box-map iframe {
    height: 20rem;
  }
}
.contact-box-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media all and (max-width: 750px) {
  .contact-box-columns {
    flex-direction: column;
  }
}
.contact-box-columns__title {
  font-size: 1.2rem;
  margin-bottom: 1.1rem;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.contact-box-contact {
  flex-basis: 50%;
}
@media all and (max-width: 750px) {
  .contact-box-contact {
    flex-basis: 100%;
  }
}
.contact-box-form {
  flex-basis: 48%;
}
@media all and (max-width: 750px) {
  .contact-box-form {
    flex-basis: 100%;
    margin-top: 2rem;
  }
}
.contact-box-list {
  list-style: none;
  padding-left: 0;
  font-size: 0.93rem;
}
.contact-box-list a,
.contact-box-list b,
.contact-box-list strong {
  font-weight: bold;
  color: #F58220;
}
.contact-box-list a:hover, .contact-box-list a:focus,
.contact-box-list b:hover,
.contact-box-list b:focus,
.contact-box-list strong:hover,
.contact-box-list strong:focus {
  text-decoration: underline;
}
.contact-box-list__single {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.5rem;
}
.contact-box-list__single:last-child {
  margin-bottom: 0;
}
.contact-box-list__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.contact-box-single--yellow .button {
  background-color: #F3D016;
  color: #004D8B;
}
.contact-box-single--yellow .contact-box-list a,
.contact-box-single--yellow .contact-box-list b,
.contact-box-single--yellow .contact-box-list strong {
  font-weight: bold;
  color: #F3D016;
}

.hero {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  position: relative;
  margin-top: -22px;
}
@media all and (max-width: 900px) {
  .hero {
    margin-top: -5.75rem;
  }
}
.hero-standard {
  height: 18rem;
}
@media all and (max-width: 750px) {
  .hero-standard {
    height: 25rem;
  }
}
@media all and (max-width: 750px) {
  .hero-slider {
    padding-bottom: 4rem;
  }
}
.hero-slider .slider-single {
  height: 50rem;
}
@media all and (max-width: 750px) {
  .hero-slider .slider-single {
    height: initial;
  }
}
.hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slider {
  position: relative;
}
.slider-list {
  height: calc(100% - 3rem);
}
.slider-list .slick-list {
  height: inherit;
}
.slider-list:not(.slick-initialized) .slider-single:not(:first-child) {
  display: none;
}
.slider-nav {
  position: absolute;
  bottom: 1.3rem;
  left: 50%;
  transform: translateX(-50%);
}
.slider-nav .slick-dots {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.slider-nav button {
  border: 0;
  outline: 0;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #004D8B;
  font-size: 0;
}
.slider-nav li {
  margin-right: 0.6rem;
}
.slider-nav li:last-child {
  margin-right: 0;
}
.slider-nav li.slick-active button {
  background-color: #004D8B;
}
.slider-single {
  position: relative;
}
.slider-single::after {
  content: "";
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, white 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 60%;
}
@media all and (max-width: 750px) {
  .slider-single::after {
    display: none;
  }
}
.slider-single__background {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 750px) {
  .slider-single__background {
    height: 25rem;
  }
}
.slider-content {
  position: absolute;
  bottom: 4.375rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: #FFFFFF;
  padding: 2.6rem 1.5rem;
  font-size: 0.93rem;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1100px) {
  .slider-content {
    padding: 2rem 1.5rem;
  }
}
@media all and (max-width: 750px) {
  .slider-content {
    padding: 2rem 1rem;
  }
}
.slider-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 77, 139, 0.8);
}
@media all and (max-width: 750px) {
  .slider-content::before {
    background-color: #004D8B;
  }
}
@media all and (max-width: 750px) {
  .slider-content {
    position: initial;
    left: initial;
    bottom: initial;
    transform: initial;
  }
}
.slider-content__title {
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.18em;
}
@media all and (max-width: 1100px) {
  .slider-content__title {
    font-size: 1.5rem;
  }
}
.slider-content__description {
  margin-top: 1.375rem;
}
.slider-content__button {
  position: relative;
  align-self: center;
  color: #FFFFFF;
  margin-top: 2rem;
  padding-left: 1rem;
  font-weight: bold;
  font-size: 0.93rem;
}
.slider-content__button:focus, .slider-content__button:hover {
  color: #FFFFFF;
}

.person {
  width: 800px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 2rem;
  color: #555859;
  filter: drop-shadow(0.1875rem 0.1875rem 0.75rem rgba(0, 0, 0, 0.16));
}
.person-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.person-avatar {
  flex: 0 0 15rem;
}
.person-content {
  flex: 0 0 calc(100% - 18rem);
}
.person-header {
  color: #004D8B;
  font-weight: bold;
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 0.9rem;
  margin-bottom: 0.9rem;
}
.person-header__title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.person-header__role {
  font-size: 1.125rem;
}

.search-form {
  flex-shrink: 1;
  flex-grow: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.3);
  border: 2px solid #004D8B;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0.33rem 0.66rem;
  border-radius: 2rem;
  height: 2.53rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  max-width: 11rem;
}
.search-form__search, .search-form__submit {
  background-color: transparent;
  border: 0;
  outline: 0;
}
.search-form__search {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  flex-grow: 1;
  width: calc(100% - 1.06rem);
}
.search-form__search::placeholder {
  color: #6E6E6E;
}
.search-form__submit {
  font-size: 0;
  height: 1.06rem;
  width: 1.06rem;
  background: url("img/icon-search.svg") center/contain no-repeat;
}

.tutorams-content blockquote {
  background-color: #F8F8F8;
}
.tutorams-content blockquote::before {
  background-color: #F8F8F8;
}
.tutorams-content-single {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #F8F8F8;
  padding: 2rem;
  min-height: 11rem;
  margin-bottom: 3.5rem;
}
@media all and (max-width: 1100px) {
  .tutorams-content-single {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media all and (max-width: 750px) {
  .tutorams-content-single {
    flex-direction: column;
  }
}
.tutorams-content-single:last-child {
  margin-bottom: 0;
}
.tutorams-content-content {
  color: #555859;
  flex: 0 0 calc(100% - 19.5rem);
  align-self: center;
}
.tutorams-content-content__title {
  font-family: "Lora", sans-serif;
  font-size: 1.5rem;
  color: #004D8B;
  margin-bottom: 0.8125rem;
}
.tutorams-content-author {
  background-color: #004D8B;
  color: #FFFFFF;
  text-align: center;
  padding: 2rem 0.75rem;
  filter: drop-shadow(0.1875rem 0.1875rem 0.75rem rgba(0, 0, 0, 0.16));
  flex: 0 0 17.25rem;
  transition: background-color 0.3s ease;
  display: block;
}
@media all and (max-width: 750px) {
  .tutorams-content-author {
    width: 100%;
    flex-basis: auto;
    margin-bottom: 1rem;
  }
}
.tutorams-content-author:hover, .tutorams-content-author:focus {
  background-color: #FFFFFF;
}
.tutorams-content-author__more {
  margin-top: 1rem;
  color: inherit;
}
.tutorams-content-author__header {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-bottom: 1.625rem;
  margin-bottom: 0.9rem;
  position: relative;
  font-weight: bold;
}
.tutorams-content-author__header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #DEDEDE;
  width: calc(100% - 1.125rem);
  height: 1px;
}
.tutorams-content-author__title {
  font-family: "Lora", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.tutorams-content-author__role {
  font-size: 0.93rem;
  font-weight: bold;
}
.tutorams-content-author__content {
  font-size: 0.875rem;
  margin-bottom: 1rem;
  color: #DEDEDE;
}

.cf7__single {
  margin-bottom: 0.6rem;
}
.cf7__single--button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wpcf7-not-valid-tip {
  padding: 0.4rem 0.8rem;
  margin: 0.65rem 0 0.2rem;
}

.wpcf7 form .wpcf7-response-output,
.wpcf7-not-valid-tip {
  background-color: var(--accent);
  color: #FFFFFF;
  font-size: 0.9rem;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2rem 0 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: 0;
  padding: 0.45rem 0.75rem;
  line-height: 1.4em;
}

.posts-featured {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.latest-posts--featured-right .posts-featured {
  flex-direction: row;
}
@media all and (max-width: 750px) {
  .posts-featured {
    flex-direction: column;
    align-items: stretch;
  }
}
.posts-featured:nth-child(2n) {
  flex-direction: row;
}
@media all and (max-width: 750px) {
  .posts-featured:nth-child(2n) {
    flex-direction: column;
  }
}
.posts-featured-column {
  flex-basis: 49%;
}
@media all and (max-width: 750px) {
  .posts-featured-column {
    flex-basis: 100%;
  }
}
.posts-featured-content {
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 750px) {
  .posts-featured-content {
    order: 2;
  }
}
.posts-featured-content__title {
  font-size: 1.5rem;
  line-height: 1.33em;
  color: #004D8B;
}
.posts-featured-content__title-url {
  color: inherit;
}
.posts-featured-content__title-url:hover {
  color: #F58220;
}
.posts-featured-content__text {
  margin-top: 3rem;
}
@media all and (max-width: 750px) {
  .posts-featured-content__text {
    margin-top: 1rem;
  }
}
.posts-featured-content__more {
  align-self: center;
  margin-top: 1.75rem;
}
@media all and (max-width: 750px) {
  .posts-featured-content__more {
    margin-top: 1rem;
  }
}
@media all and (max-width: 750px) {
  .posts-featured-image {
    order: 1;
    margin-bottom: 2rem;
  }
}
.posts-featured-image__thumbnail {
  width: 100%;
  height: 405px;
  object-fit: cover;
  display: block;
  filter: drop-shadow(0.1875rem 0.1875rem 0.75rem rgba(0, 0, 0, 0.16));
}
@media all and (max-width: 600px) {
  .posts-featured-image__thumbnail {
    height: 250px;
  }
}
.posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-gap: 1.75rem;
  margin-top: 2rem;
}
.latest-posts--column-3 .posts-grid {
  grid-template-columns: repeat(3, 1fr);
}
@media all and (max-width: 750px) {
  .latest-posts--column-3 .posts-grid {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  }
}
.latest-posts--column-2 .posts-grid {
  grid-template-columns: repeat(2, 1fr);
}
@media all and (max-width: 750px) {
  .latest-posts--column-2 .posts-grid {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  }
}
@media all and (max-width: 750px) {
  .posts-grid {
    grid-gap: 1rem;
  }
}
.posts-full {
  margin-top: 2rem;
}
.posts-single {
  font-size: 0.93rem;
  display: flex;
  flex-direction: column;
}
.posts-single__thumbnail, .posts-single__blank {
  width: 100%;
  height: 210px;
  filter: drop-shadow(0.1875rem 0.1875rem 0.75rem rgba(0, 0, 0, 0.16));
}
.posts-single__blank {
  font-size: 0.9rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  background-color: #004D8B;
  color: #FFFFFF;
}
.posts-single__thumbnail {
  object-fit: cover;
  object-position: center;
}
.posts-single__title {
  margin-top: 1.5rem;
  font-weight: bold;
  font-size: inherit;
  color: #004D8B;
}
.posts-single__title-url {
  color: inherit;
}
.posts-single__title-url:hover {
  color: #F58220;
}
.posts-single__content {
  margin-top: 2.3125rem;
}
@media all and (max-width: 750px) {
  .posts-single__content {
    margin-top: 1.5rem;
  }
}
.posts-single__more {
  justify-self: center;
  margin-top: 1.6rem;
}
.latest-posts--position-left .posts-single__more {
  align-self: flex-start;
}
.latest-posts--position-right .posts-single__more {
  align-self: flex-end;
}
@media all and (max-width: 750px) {
  .posts-single__more {
    margin-top: 1rem;
  }
}
.posts-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 4rem;
  font-size: 1.25rem;
  line-height: 1em;
}
.posts-pagination .page-numbers {
  margin-right: 1.5rem;
  transition: color 0.3s ease;
}
.posts-pagination .page-numbers:last-child {
  margin-right: 0;
}
.posts-pagination .page-numbers.prev, .posts-pagination .page-numbers.next {
  background: url("img/arrow-pagination.svg") no-repeat center/9px 14px;
  width: 9px;
  height: 1.25rem;
  text-indent: -9999rem;
}
.posts-pagination .page-numbers.current, .posts-pagination .page-numbers:hover {
  color: var(--accent);
}
.posts-related {
  margin-top: 3rem;
}
.posts-related__title {
  text-align: center;
  color: #004D8B;
  font-size: 2rem;
  margin-bottom: 3rem;
}

.single-post-meta {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 1rem 0;
}
@media all and (max-width: 750px) {
  .single-post-meta {
    flex-direction: column;
  }
}
.single-post-meta__icon {
  margin-right: 0.67rem;
}
.single-post-meta__single {
  margin-right: 3.75rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
@media all and (max-width: 750px) {
  .single-post-meta__single {
    margin-bottom: 1rem;
  }
  .single-post-meta__single:last-child {
    margin-bottom: 0;
  }
}
.single-post-meta__single:last-child {
  margin-right: 0;
}
.single-post__title {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
  color: #004D8B;
}
.single-post__blank, .single-post__thumbnail {
  width: 100%;
  height: 560px;
}
@media all and (max-width: 750px) {
  .single-post__blank, .single-post__thumbnail {
    height: 350px;
  }
}
@media all and (max-width: 750px) {
  .single-post__blank, .single-post__thumbnail {
    height: 250px;
  }
}
.single-post__thumbnail {
  object-fit: cover;
}
.single-post__blank {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  background-color: #004D8B;
  color: #FFFFFF;
  font-size: 1.3rem;
}

.history-short, .history-image {
  flex: 0 0 calc((100% - 7rem) / 2);
}
@media all and (max-width: 1100px) {
  .history-short, .history-image {
    flex-basis: 49%;
    order: 2;
  }
}
@media all and (max-width: 750px) {
  .history-short, .history-image {
    flex-basis: 100%;
  }
}
.history-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.history-header {
  color: #FFFFFF;
  position: relative;
  padding: 4.8rem 0;
}
@media all and (max-width: 1100px) {
  .history-header {
    padding: 2rem 0;
  }
}
.history-header::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 2 * 8rem);
  background-color: #004D8B;
  z-index: -2;
}
.history-header::after {
  content: "";
  position: absolute;
  top: 0;
  background: url("../img/background-white.png") center left/cover no-repeat;
  height: 100%;
  width: 446px;
  z-index: -1;
  background: url("img/background-white.png") center left/cover no-repeat;
  left: -8rem;
}
.history-header__more {
  margin-top: 3rem;
}
.history-header__thumbnail {
  max-width: 100%;
  object-fit: cover;
}
.history-header__title {
  text-align: center;
  font-size: 3.375rem;
  line-height: 1.2em;
  margin-bottom: 3rem;
}
@media all and (max-width: 1100px) {
  .history-header__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.history-image {
  align-self: stretch;
}
@media all and (max-width: 750px) {
  .history-image {
    margin-bottom: 2rem;
  }
}
.history-image__blank {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  background-color: #004D8B;
  color: #FFFFFF;
  height: 100%;
  background-color: #555859;
}
.history-list {
  list-style: none;
  padding-left: 0;
  font-family: "Lora", sans-serif;
  font-size: 1.375rem;
  flex: 0 0 5.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (max-width: 1100px) {
  .history-list {
    overflow: scroll;
    flex-direction: row;
    flex-basis: 100%;
    order: 1;
    margin-bottom: 2rem;
  }
}
.history-list__single {
  cursor: pointer;
  color: inherit;
  height: 2.2rem;
  margin-bottom: 0;
}
@media all and (max-width: 1100px) {
  .history-list__single {
    height: initial;
    margin-right: 1rem;
    line-height: 1.2em;
  }
  .history-list__single:first-child {
    margin-left: auto;
  }
  .history-list__single:last-child {
    margin-right: auto;
  }
}
.history-list__single.active {
  font-size: 2rem;
}
.history-list__single.active, .history-list__single:hover, .history-list__single:focus {
  color: #F58220;
}
.history-short__title {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  border: 1px solid #F58220;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.history-short__text {
  border-left: 1px solid #F58220;
  padding-left: 1.375rem;
  margin-bottom: 1.25rem;
}
.history-short__more {
  color: inherit;
  margin-left: auto;
}
.history-content {
  margin-top: 6.125rem;
}
.history-content__title {
  text-align: center;
  color: #004D8B;
  font-size: 3.375rem;
  margin-bottom: 4.125rem;
}
@media all and (max-width: 1100px) {
  .history-content__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.intro {
  position: relative;
  position: relative;
  margin-top: -8.75rem;
  padding-top: 11rem;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 900px) {
  .intro {
    min-height: auto;
    margin-top: -5.75rem;
    height: initial;
    padding: 5.75rem 0 0;
  }
}
.intro::before, .intro::after {
  content: "";
}
.intro::before {
  z-index: -2;
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #C6C6C6;
  mix-blend-mode: saturation;
}
.intro::after {
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, white 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 60%;
  z-index: -1;
}
.intro--pl .intro-language--pl {
  filter: grayscale(0);
}
.intro--pl .intro-backgrounds-mobile__en {
  opacity: 0;
}
.intro--en .intro-language--en {
  filter: grayscale(0);
}
.intro--en .intro-backgrounds-mobile__pl {
  opacity: 0;
}
.intro--en .intro-bg--en path {
  fill: url(#bg-en);
}
.intro--en .intro-backgrounds {
  background: #f6f6f6;
}
.intro-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media all and (max-width: 750px) {
  .intro-row {
    flex-direction: column;
    justify-content: center;
    height: 30rem;
  }
}
.intro-language {
  flex: 0 0 calc((100% - 10rem) / 2);
  filter: grayscale(1);
  transition: filter 0.3s ease;
  max-width: 100%;
}
@media all and (max-width: 750px) {
  .intro-language {
    flex-basis: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.intro-language__image {
  max-width: 100%;
}
.intro-language--active, .intro-language:hover {
  filter: grayscale(0);
}
@media all and (max-width: 900px) {
  .intro-language__url img {
    width: 320px;
  }
}
.intro-hand {
  width: 16rem;
  height: 16rem;
  padding: 1rem;
  background-color: #FFFFFF;
  filter: drop-shadow(0.1875rem 0.1875rem 0.75rem rgba(0, 0, 0, 0.16));
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
@media all and (max-width: 1100px) {
  .intro-hand {
    width: 10rem;
    height: 10rem;
  }
}
@media all and (max-width: 750px) {
  .intro-hand {
    height: 7rem;
    width: 7rem;
    position: initial;
    top: initial;
    left: initial;
    transform: none;
    transform: rotate(90deg);
  }
}
.intro-hand__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  transform: rotate(270deg);
}
.intro-backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: linear-gradient(90deg, #FF7800 0%, #FAA603 100%);
  z-index: -1;
  transition: all 0.3s ease;
}
@media all and (max-width: 750px) {
  .intro-backgrounds {
    background: transparent;
  }
}
.intro-backgrounds-mobile {
  position: absolute;
  display: none;
}
@media all and (max-width: 750px) {
  .intro-backgrounds-mobile {
    display: block;
  }
}
.intro-backgrounds-mobile__pl {
  top: 0;
  height: 20.75rem;
  width: 100vw;
  clip-path: none;
  background: linear-gradient(90deg, #FF7800 0%, #FAA603 100%);
}
.intro-backgrounds-mobile__en {
  top: 20.75rem;
  height: 20.75rem;
  width: 100vw;
  clip-path: none;
  right: 0;
  background: linear-gradient(90deg, #FAA603 0%, #F5D307 100%);
}
.intro-bg {
  position: absolute;
  top: 0;
  width: 51.5vw;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.intro-bg--en {
  right: 0;
}
@media all and (max-width: 750px) {
  .intro-bg--en {
    display: none;
  }
}
.intro-description {
  color: #FFFFFF;
  position: relative;
  z-index: 10;
  padding: 2.6rem 1.5rem;
  margin-top: 4.8rem;
}
.intro-description::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #004D8B;
  z-index: -1;
}
@media all and (max-width: 750px) {
  .intro-description::before {
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
  }
}
@media all and (max-width: 750px) {
  .intro-description {
    margin-top: 1.75rem;
    padding: 1.5rem 1rem;
  }
}
.intro-description__title {
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.18em;
}
@media all and (max-width: 1100px) {
  .intro-description__title {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 750px) {
  .intro-description__title {
    font-size: 1.2rem;
  }
}
.intro-description__text {
  margin-top: 1.375rem;
}
.intro-description__more {
  margin-top: 2rem;
  color: inherit;
}
.intro-description__more:hover, .intro-description__more:focus {
  color: inherit;
}

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