@charset "UTF-8";
@font-face {
  font-family: "Suisse Int'l";
  src: url("../fonts/suisse-int-l/Suisse Int'l.eot");
  src: url("../fonts/suisse-int-l/Suisse Int'l.eot?#iefix") format("embedded-opentype"), url("../fonts/suisse-int-l/Suisse Int'l.woff2") format("woff2"), url("../fonts/suisse-int-l/Suisse Int'l.woff") format("woff"), url("../fonts/suisse-int-l/Suisse Int'l.ttf") format("truetype"), url("../fonts/suisse-int-l/Suisse Int'l.svg#Suisse Int'l") format("svg");
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}
body {
  font: 16px "Suisse Int'l", sans-serif;
}
textarea, input {
  background: 0;
  border-radius: 0;
}
.smooth {
  transition: all 0.2s;
}
a {
  color: #000;
  cursor: pointer;
  position: relative;
}
@media (min-width: 992px) {
  .home .menu a {
    color: #E8E7E3 !important;
  }
  .home .menu a:hover {
    color: #E8E7E3 !important;
  }
  .home .menu a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 2px;
    display: block;
    background: transparent;
    z-index: -1;
    transition: width 0.35s;
  }
  .home .menu a:hover::after {
    width: 100%;
    background: #E8E7E3 !important;
  }
}
.menu a {
  padding: 0.5rem;
  color: #000;
}
.menu a:hover {
  color: #000;
}
.menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  display: block;
  background: transparent;
  z-index: -1;
  transition: width 0.35s;
}
.menu a:hover::after {
  width: 100%;
  background: #000;
}
a {
  text-decoration: none;
}
strong {
  font-weight: normal;
  text-transform: uppercase;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media screen and (max-width: 991px) {
  .cursor-wrap.mbm-ex {
    display: none;
  }
  .cursor-wrap {
    display: none;
  }
  .cursor-dot {
    display: none;
  }
}
.cursor-wrap, .work-num, .certificate-img, .work-top-img, .radio-txt {
  pointer-events: none;
}
body:hover .cursor-wrap {
  opacity: 1;
}
cursor-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cursor-wrap.mbm-ex {
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.cursor-dot {
  width: 12px;
  height: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #fff;
}
.radial-gradient {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  background: #9b59b6;
  background: radial-gradient(at center, #3498db, #9b59b6) !important;
}
.gradient {
  background-color: rgba(0, 0, 0, 0.7);
  transition: background-color 0.15s ease-out;
}
.gradient:hover {
  background-color: rgba(22, 42, 100, 0.9);
  background-image: radial-gradient(circle at var(--x) var(--y), #3b82f6 0%, transparent 100px);
}
.wave {
  -webkit-animation-name: wave-animation;
  -moz-animation-name: wave-animation;
  -o-animation-name: wave-animation;
  animation-name: wave-animation;
  -webkit-animation-duration: 2.5s;
  -moz-animation-duration: 2.5s;
  -o-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 70% 70%;
  -moz-transform-origin: 70% 70%;
  -ms-transform-origin: 70% 70%;
  -o-transform-origin: 70% 70%;
  transform-origin: 70% 70%;
  display: inline-block;
}
@-webkit-keyframes wave-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  20% {
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
  }
  30% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  40% {
    -webkit-transform: rotate(9deg);
    transform: rotate(9deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes wave-animation {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  20% {
    -moz-transform: rotate(50deg);
    transform: rotate(50deg);
  }
  30% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  40% {
    -moz-transform: rotate(9deg);
    transform: rotate(9deg);
  }
  50% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-o-keyframes wave-animation {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  20% {
    -o-transform: rotate(50deg);
    transform: rotate(50deg);
  }
  30% {
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  40% {
    -o-transform: rotate(9deg);
    transform: rotate(9deg);
  }
  50% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes wave-animation {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  20% {
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    transform: rotate(50deg);
  }
  30% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  40% {
    -webkit-transform: rotate(9deg);
    -moz-transform: rotate(9deg);
    -o-transform: rotate(9deg);
    transform: rotate(9deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
html body.home, body.home {
  height: var(--app-height);
  /* overflow: hidden; */
  touch-action: none;
}
body {
  display: flex;
  flex-direction: column;
  /* overflow: hidden; */
  background: #E8E7E3;
}
body.home header {
  background: transparent;
}
header {
  background-color: #E8E7E3;
  position: fixed;
  width: 100%;
  height: calc(90px + 60 * ((100vw - 320px) / 1600));
  z-index: 10;
}
header:after {
  content: "";
  display: block;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  header:after {
    width: calc(50vw - calc(30px + 30 * ((100vw - 320px) / 1600)));
  }
}
@media (max-width: 991px) {
  header:after {
    width: 100vw;
  }
}
@media (max-width: 991px) {
  body.home header {
    overflow: hidden;
  }
}
.home main {
  margin-top: 0;
}
@media (min-width: 992px) {
  .single main {
    display: flex;
    flex-direction: column;
  }
}
main {
  margin-top: calc(90px + 60 * ((100vw - 320px) / 1600));
}
main {
  flex: 1 auto;
  position: relative;
}
@media (min-width: 992px) {
  main {
    display: flex;
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  main {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  main {
    margin-top: calc(90px + 60 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 991px) {
  main .img {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
  }
}
@media (min-width: 992px) {
  main .img {
    z-index: 11;
  }
}
@media (max-width: 991px) {
  main .img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 992px) {
  header ul.category-menu {
    display: none;
  }
}
aside {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
@media (min-width: 992px) {
  aside {
    padding: calc(30px + 30 * ((100vw - 320px) / 1600));
    height: calc(100% - calc(90px + 60 * ((100vw - 320px) / 1600)));
  }
}
@media (max-width: 991px) {
  aside {
    padding: 0 calc(30px + 30 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 991px) {
  aside ul.category-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  aside {
    position: fixed;
    top: calc(calc(90px + 60 * ((100vw - 320px) / 1600)) - 42px);
    top: 100px;
    z-index: 9;
  }
}
 ul.category-menu {
  display: flex;
}
@media (min-width: 992px) {
   ul.category-menu {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
   ul.category-menu {
    padding: 0px calc(30px + 30 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 991px) {
   ul.category-menu {
    overflow: auto;
    overflow-y: hidden;
  }
}
 ul.category-menu li {
  flex: 0 0 auto;
}
@media (max-width: 991px) {
   ul.category-menu li {
    padding: 8px 25px;
  }
}
@media (max-width: 991px) {
   ul.category-menu li.first {
    order: -1;
  }
}
@media (max-width: 991px) {
   ul.category-menu li.first {
    padding: 8px 25px 8px 0px !important;
  }
}
 ul.category-menu li a {
  text-transform: lowercase;
  font-size: calc(15px + 15 * ((100vw - 320px) / 1600));
}
 ul.category-menu li a:hover {
  color: #FE635A;
}
 ul.category-menu li a:hover:after {
  position: absolute;
  right: -40px;
  content: "»";
  font-weight: lighter;
  font-size: calc(25px + 10 * ((100vw - 320px) / 1600));
  padding-right: 15px;
  color: #FE635A;
}
@media (min-width: 992px) {
   ul.category-menu li a:hover:after {
    top: calc(calc(0px + 10 * ((100vw - 320px) / 1600)) * -1);
  }
}
@media (max-width: 991px) {
   ul.category-menu li a:hover:after {
    top: calc(calc(8px + 2 * ((100vw - 320px) / 1600)) * -1);
  }
}
 ul.category-menu li a.active {
  color: #FE635A;
}
 ul.category-menu li a.active:after {
  position: absolute;
  right: -40px;
  content: "»";
  font-weight: lighter;
  font-size: calc(25px + 10 * ((100vw - 320px) / 1600));
  padding-right: 15px;
  color: #FE635A;
}
@media (min-width: 992px) {
   ul.category-menu li a.active:after {
    top: calc(calc(0px + 10 * ((100vw - 320px) / 1600)) * -1);
  }
}
@media (max-width: 991px) {
   ul.category-menu li a.active:after {
    top: calc(calc(8px + 2 * ((100vw - 320px) / 1600)) * -1);
  }
}
body.category header:after {
  background: #e6e6e6;
  content: "";
  display: block;
  height: calc(90px + 60 * ((100vw - 320px) / 1600));
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
}
.row, .c12 {
  width: 100%;
}
.row {
  display: flex;
  flex-direction: row;
}
@media (max-width: 870px) {
  .row {
    flex-direction: column;
  }
}
.c1 {
  width: 8.33%;
}
.c2 {
  width: 16.66%;
}
.c3 {
  width: 25%;
}
.c4 {
  width: 33.33%;
}
.c5 {
  width: 41.66%;
}
.c6 {
  width: 50%;
}
.c7 {
  width: 58.33%;
}
.c8 {
  width: 66.66%;
}
.c9 {
  width: 75%;
}
.c10 {
  width: 83.33%;
}
.c11 {
  width: 91.66%;
}
::selection {
  background: #FE635A;
}
body {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: rgba(254, 99, 90, 0.5);
  -khtml-user-select: rgba(254, 99, 90, 0.5);
  -moz-user-select: rgba(254, 99, 90, 0.5);
  -ms-user-select: rgba(254, 99, 90, 0.5);
  user-select: rgba(254, 99, 90, 0.5);
}
header ul#menu-menu-gorne li.current-post-ancestor a::after, header ul#menu-menu-gorne li.current-post-parent a::after, header ul#menu-menu-gorne li.current-menu-parent a::after {
  width: 100%;
  background: #000;
}
header ul#menu-menu-gorne li.current-menu-item a::after {
  width: 100%;
  background: #000;
}
@media (min-width: 992px) {
  header ul#menu-menu-gorne li:first-child a::before {
    left: -10px !important;
  }
}
@media (max-width: 991px) {
  header ul#menu-menu-gorne li:first-child a::before {
    left: -15px !important;
  }
}
header ul#menu-menu-gorne li a:before {
  content: attr(data-number);
}
@media (min-width: 992px) {
  header ul#menu-menu-gorne li a:before {
    font-size: 13px !important;
    width: 15px !important;
    height: 15px !important;
    position: absolute !important;
    top: 0px !important;
    left: -12px !important;
  }
}
@media (max-width: 991px) {
  header ul#menu-menu-gorne li a:before {
    font-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
    position: absolute !important;
    top: 8px !important;
    left: -20px !important;
  }
}
header nav:not(.category) ul, header nav:not(.category) ol {
  list-style-type: none !important;
  padding: 0 !important;
}
@media (min-width: 992px) {
  header nav:not(.category) ul li:not(:first-child), header nav:not(.category) ol li:not(:first-child) {
    margin-left: 45px !important;
  }
}
header nav:not(.category) ul li, header nav:not(.category) ol li {
  display: inline-block !important;
  position: relative !important;
}
@media (max-width: 991px) {
  header nav:not(.category) ul li, header nav:not(.category) ol li {
    min-width: 190px;
  }
}
header nav:not(.category) ul li:first-child::before, header nav:not(.category) ol li:first-child::before {
  left: -15px !important;
}
@media (min-width: 992px) {
  header nav:not(.category) ul li::before, header nav:not(.category) ol li::before {
    font-size: 13px !important;
    width: 15px !important;
    height: 15px !important;
    position: absolute !important;
    top: 8px !important;
    left: -17px !important;
  }
}
@media (max-width: 991px) {
  header nav:not(.category) ul li::before, header nav:not(.category) ol li::before {
    font-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
    position: absolute !important;
    top: 8px !important;
    left: -20px !important;
  }
}
header nav:not(.category) ul li a, header nav:not(.category) ol li a {
  text-transform: lowercase;
  text-decoration: none;
}
@media (min-width: 992px) {
  header nav:not(.category) ul li a, header nav:not(.category) ol li a {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  header nav:not(.category) ul li a, header nav:not(.category) ol li a {
    font-size: 50px;
  }
}
nav.category {
  display: flex;
  flex-wrap: nowrap;
}
.home nav h1 {
  color: #E8E7E3;
}
nav:not(.category) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: calc(30px + 30 * ((100vw - 320px) / 1600)) calc(30px + 30 * ((100vw - 320px) / 1600)) calc(calc(30px + 30 * ((100vw - 320px) / 1600))/2) calc(30px + 30 * ((100vw - 320px) / 1600));
}
@media (max-width: 991px) {
  nav:not(.category) {
    justify-content: space-between;
  }
}
nav:not(.category) h1 {
  font-size: 17px;
  font-weight: 300;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  #menu-menu-gorne {
    margin-left: 200px;
  }
}
.home .hamburger:not(.active) span {
  background-color: #E8E7E3;
}
.hamburger {
  display: none;
}
.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #101010;
}
.hamburger span:nth-child(2) {
  width: 15px;
  margin: 0 0 0 10px;
}
.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu .current-menu-item:before {
  color: #FE635A;
}
.menu-link {
  font-size: 1.6rem;
  font-weight: 400;
  color: #475569;
}
.menu-link:hover {
  color: #482ff7;
}
.logo {
  z-index: 11;
}
.logo svg {
  max-height: 50px;
}
@media only screen and (max-width: 991px) {
  .menu {
    position: fixed;
    left: -100vw;
    top: 0px;
    flex-direction: column;
    background-color: #f6f6f6;
    width: 100%;
    transition: 0.3s;
    height: 100vh !important;
    width: 100vw !important;
    display: flex !important;
    justify-content: center;
  }
  .menu.active {
    left: 0;
    z-index: 10;
  }
  .hamburger {
    display: block;
    cursor: pointer;
    z-index: 11;
  }
  .hamburger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}
ul {
  list-style-type: none;
}
ul li {
  margin-left: 0px;
  padding: 10px 0px;
  position: relative;
  display: flex;
}
ul:not(.menu):not(.category-menu) {
  list-style-type: none;
}
ul:not(.menu):not(.category-menu) li {
  margin-left: 0px;
  padding: 10px 0px;
  position: relative;
  display: flex;
}
ul:not(.menu):not(.category-menu) li:before {
  position: absolute;
  top: 0px;
  left: -25px;
  content: "»";
  font-weight: lighter;
  font-size: 30px;
  padding-right: 15px;
}
p {
  padding: 15px 0;
}
.hero__slider {
  height: 100%;
  width: 100%;
}
.hero__slider--slides {
  position: relative;
  height: 100%;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  z-index: 0;
}
.hero__slider--slide {
  padding: 0px !important;
  position: absolute !important;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.hero__slider--slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero__slider--slide--active {
  opacity: 1;
  z-index: 2;
}
.hero__slider--buttons {
  display: none;
  position: absolute;
  right: 0.5rem;
  top: 0px;
  z-index: 10;
  font-size: 0px;
}
body.home header ul.category-menu {
  display: none;
}
.circle {
  position: absolute;
  z-index: 1;
  transform-origin: 50% 50%;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 20000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 20000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 20000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 20000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media (min-width: 992px) {
  .circle {
    height: 170px;
    top: calc(50vh - 85px);
    left: unset;
    right: calc(40vw - 136px);
  }
}
@media (max-width: 991px) {
  .circle {
    height: 100px;
    bottom: -130px;
    right: 20px;
  }
}
@media (max-width: 991px) {
  .circle--bottom {
    top: unset !important;
    bottom: calc(100px/2 * -1) !important;
  }
}
@media (min-width: 992px) {
  .circle--bottom {
    top: calc(50vh - 85px);
    left: unset;
    right: calc(40vw - 136px);
    position: absolute;
  }
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.homepage--page-title {
  font-size: calc(40px + 35 * ((100vw - 320px) / 1600));
  text-transform: uppercase;
  line-height: 1.25;
  font-weight: 500;
}
@media (min-width: 992px) {
  .homepage--page-title {
    position: absolute;
    bottom: calc(30px + 30 * ((100vw - 320px) / 1600));
    padding: 0 calc(30px + 30 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 991px) {
  .homepage--page-title {
    position: relative;
    padding: calc(calc(30px + 30 * ((100vw - 320px) / 1600)) / 2);
    width: calc(100% - calc(30px + 30 * ((100vw - 320px) / 1600)) / 2*2);
  }
}
@media (min-width: 992px) {
  .homepage .pimg {
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
    width: 40vw;
    height: 100% !important;
  }
}
.homepage__img {
  background-position: top center;
  background-size: cover;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 992px) {
  .homepage__img {
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
    width: 40vw;
    height: 100% !important;
  }
}
body.page-id-10 header .circle {
  display: none;
}
@media (max-width: 991px) {
  body.page-id-10 header .circle path {
    fill: #FE635A;
  }
}
body.page-id-10 header ul.category-menu {
  display: none;
}
@media (max-width: 991px) {
  .about {
    height: 100%;
  }
}
.about__title {
  font-size: 60px;
  position: absolute;
  bottom: 10vh;
  text-transform: uppercase;
}
.about__img {
  background-position: bottom center;
  background-size: cover;
}
@media (min-width: 992px) {
  .about__img .circle {
    top: -50px;
    bottom: 0;
    right: -50px;
    position: absolute;
    height: 100px;
    z-index: 11;
  }
}
.about__img .circle path {
  fill: #000;
}
@media (min-width: 992px) {
  .about__img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 40vw;
    aspect-ratio: 0.8125;
    z-index: 11;
  }
}
@media (max-width: 991px) {
  .about__img {
    position: relative;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 0.8125;
    min-height: 0;
  }
}
@media (min-width: 992px) {
  .about__content {
    width: 36vw;
    position: absolute;
    left: 43.8vw;
  }
}
@media (max-width: 991px) {
  .about__content {
    min-height: calc(100vh - calc(90px + 60 * ((100vw - 320px) / 1600)));
  }
}
@media (min-width: 992px) {
  .about__content {
    padding: 100px calc(30px + 30 * ((100vw - 320px) / 1600)) calc(30px + 30 * ((100vw - 320px) / 1600)) calc(30px + 30 * ((100vw - 320px) / 1600));
    width: 50vw;
  }
}
@media (max-width: 991px) {
  .about__content {
    padding: calc(calc(30px + 30 * ((100vw - 320px) / 1600)) + 70px) calc(30px + 30 * ((100vw - 320px) / 1600)) calc(30px + 30 * ((100vw - 320px) / 1600)) calc(30px + 30 * ((100vw - 320px) / 1600));
    width: 100%;
  }
}
.about__content a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 8px;
}
.about__content h2 {
  font-size: calc(18px + 18 * ((100vw - 320px) / 1600));
  line-height: calc(28px + 8 * ((100vw - 320px) / 1600));
}
.about__content p {
  margin-bottom: 0px;
}
@media (min-width: 992px) and (max-width: 1600px) {
  .about__content p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 1601px) {
  .about__content p {
    font-size: calc(14px + 12 * ((100vw - 320px) / 1600));
    line-height: calc(24px + 12 * ((100vw - 320px) / 1600));
  }
}
@media (min-width: 992px) {
  .about__info {
    position: absolute;
    top: calc(100vh + 20px);
  }
}
@media (max-width: 991px) {
  .about__info {
    position: relative;
    padding: calc(30px + 30 * ((100vw - 320px) / 1600));
    width: 100%;
  }
}
.about__more_content {
  background-color: #E8E7E3;
}
@media (min-width: 992px) {
  .about__more_content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px calc(30px + 30 * ((100vw - 320px) / 1600));
    width: 100%;
  }
}
@media (max-width: 991px) {
  .about__more_content {
    position: relative;
    padding: 0px calc(30px + 30 * ((100vw - 320px) / 1600));
    width: 100%;
  }
}
.about__more_content hr {
  border: 0.5px solid #000;
}
.about__more_item {
  display: flex;
  flex-direction: row;
  gap: 0px;
}
@media (max-width: 991px) {
  .about__more_item {
    flex-direction: column;
  }
}
.about__more_item--title {
  font-weight: 100;
  padding-top: 20px;
  width: 43.8vw;
}
@media (max-width: 991px) {
  .about__more_item--title {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  .about__more_item--title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1601px) {
  .about__more_item--title {
    font-size: calc(16px + 10 * ((100vw - 320px) / 1600));
    line-height: calc(26px + 10 * ((100vw - 320px) / 1600));
    margin-bottom: 0px;
  }
}
.about__more_item--text {
  padding: 10px calc(30px + 30 * ((100vw - 320px) / 1600)) calc(30px + 30 * ((100vw - 320px) / 1600)) calc(30px + 30 * ((100vw - 320px) / 1600));
  width: 56.2vw;
}
@media (max-width: 991px) {
  .about__more_item--text {
    padding: 0;
    width: 100%;
  }
}
.about__more_item--text p {
  margin-bottom: 0px;
}
@media (min-width: 992px) and (max-width: 1600px) {
  .about__more_item--text p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 1601px) {
  .about__more_item--text p {
    font-size: calc(14px + 12 * ((100vw - 320px) / 1600));
    line-height: calc(24px + 12 * ((100vw - 320px) / 1600));
  }
}
.page--title {
  font-size: calc(55px + 20 * ((100vw - 320px) / 1600));
  text-transform: uppercase;
  line-height: 1.25;
  font-weight: 500;
}
.page__content {
  height: auto;
}
.page__content--box {
  height: auto;
}
body.page-template-page-contact {
  touch-action: none;
  height: var(--app-height);
}
body.page-template-page-contact header {
  background: transparent;
}
body.page-template-page-contact header .circle {
  display: none;
}
body.page-template-page-contact header ul.category-menu {
  display: none;
}
@media (min-width: 992px) {
  .contact__content {
    max-width: 70vw;
    padding: 20vh calc(30px + 30 * ((100vw - 320px) / 1600)) calc(30px + 30 * ((100vw - 320px) / 1600)) calc(calc(30px + 30 * ((100vw - 320px) / 1600))*3);
  }
}
@media (max-width: 991px) {
  .contact__content {
    padding: calc(30px + 30 * ((100vw - 320px) / 1600));
    width: 100%;
  }
}
.contact__content p {
  font-size: calc(24px + 26 * ((100vw - 320px) / 1600));
  line-height: 1.25;
  font-weight: 500;
}
.contact__content ol {
  list-style: none;
  display: flex;
}
.contact__content ol ol {
  display: inline-flex;
}
@media (max-width: 1122px) {
  .contact__content ol {
    flex-direction: column;
  }
}
@media (min-width: 1466px) {
  .contact__content ol li {
    font-size: calc(16px + 8 * ((100vw - 320px) / 1600));
  }
}
@media (min-width: 1201px) and (max-width: 1465px) {
  .contact__content ol li {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1600));
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .contact__content ol li {
    font-size: 14px;
  }
}
@media (min-width: 1123px) {
  .contact__content ol li:not(:first-child) {
    padding-left: calc(30px + 30 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 1122px) {
  .contact__content ol li {
    font-size: 16px;
  }
  .contact__content ol li:not(:first-child) {
    padding-top: calc(calc(30px + 30 * ((100vw - 320px) / 1600))/4);
  }
}
@media (max-width: 991px) {
  .contact__content ol li {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 500;
  }
}
.works {
  width: 100%;
}
.works__container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.works__item {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (min-width: 992px) {
  .works__item--image {
    width: 20vw;
  }
}
@media (max-width: 991px) {
  .works__item--image {
    width: 50vw;
  }
}
.works__item--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}
.works__item--title {
  width: 100%;
  align-content: center;
}
.works__item--title a {
  text-decoration: none;
  color: #000;
}
.cover_image {
  margin-bottom: 2rem;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cover_image {
    height: 404px;
  }
}
.cover_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  overflow: hidden;
}
.post-info {
  width: 820px;
  margin: 0 auto;
  display: flex;
  gap: 2rem;
  padding: 2rem 0;
}
@media (max-width: 991px) {
  .post-info {
    flex-direction: column;
    padding: calc(30px + 30 * ((100vw - 320px) / 1600));
    width: 100%;
  }
}
.post-info__left {
  flex: 1;
}
.post-info__left .post-title {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 1rem;
  color: #000;
}
.post-info__left .post-year {
  font-size: 1rem;
  color: #000;
  font-weight: 300;
}
.post-info__left .post-year-round {
  border-radius: 50px;
  border: 1px solid #000;
  padding: 10px 15px;
}
.post-info__right {
  flex: 1;
}
.post-info__right .post-content {
  text-align: right;
  font-weight: 300;
  line-height: 1.6;
  color: #000;
}
@media (max-width: 991px) {
  .post-info__right .post-content {
    text-align: left;
  }
}
.post-info__right p {
  margin-bottom: 1rem;
  font-weight: 300;
}
.sections {
  max-width: 820px;
  margin: 0 auto;
  gap: 1rem;
  display: flex;
  flex-direction: column;
}
.first_section, .second_section, .third_section {
  display: flex;
  gap: 1rem;
}
.first_section {
  justify-content: center;
}
.second_section {
  justify-content: center;
}
.second_section img {
  object-fit: cover;
  width: 100%;
}
.third_section {
  justify-content: center;
}
.third_section img {
  object-fit: cover;
  width: 100%;
}
@media (min-width: 992px) {
  .featured {
    width: 50%;
    margin: 0 auto;
    padding: 86px 0px;
  }
}
@media (max-width: 991px) {
  .first_section, .second_section, .third_section {
    flex-direction: column;
  }
  .first_section img, .second_section img, .third_section img {
    width: 100%;
  }
}
.password-protected {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 2rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.password-form {
  text-align: center;
  max-width: 450px;
  width: 100%;
  position: relative;
}
h2 {
  color: #000;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
p {
  color: #000;
  margin-bottom: 2rem;
  font-size: 1.1rem;
}
input[type="password"] {
  width: 100%;
  padding: 1rem;
  border: 2px solid #000;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  border-radius: 50px;
}
input[type="password"]:focus {
  outline: none;
  border-color: #667eea;
}
input[type="submit"] {
  background: #000;
  color: white;
  padding: 1rem 2rem;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  border-radius: 50px;
}
input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}
.post-password-form-invalid-password, .post-password-form-invalid-password p {
  color: #000;
  background-color: #FE635A;
  position: absolute;
  bottom: -40px;
  width: 100%;
}
.wrapper-masonry {
  width: 100%;
  padding: 0 calc(30px + 30 * ((100vw - 320px) / 1600));
}
.masonry-layout {
  --columns: 1;
  --gap: 2rem;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-gap: var(--gap);
}
.masonry-layout > div > img, .masonry-layout > div > div {
  width: 100%;
  margin-bottom: 2rem;
}
.masonry-layout.columns-1 {
  --columns: 1;
}
.masonry-layout.columns-2 {
  --columns: 2;
}
.masonry-layout.columns-3 {
  --columns: 3;
}
.masonry-layout.columns-4 {
  --columns: 4;
}
.card {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  color: #000;
}
.card:hover {
  color: #000;
  text-decoration: none !important;
}
.card__info {
  display: flex;
  flex-direction: column;
  padding: 5px 0px 25px 0px;
}
.card__project {
  padding-top: 10px;
  font-size: fluidSize(8.5, 12);
}
.card__wherewhen {
  padding: 0px;
  font-size: fluidSize(8.5, 12);
}
.card__images {
  position: relative;
  display: flex;
}
.card__images:hover .size-post-thumbnail {
  opacity: 1;
  transition: 0.3s;
  position: absolute;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.card__images .size-post-thumbnail {
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fmklovestories.pl%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fmkw%2Fassets%2Fscss%2F00_set%2F_def-var.scss%22%2C%22wp-content%2Fthemes%2Fmkw%2Fassets%2Fscss%2F01_base%2F_general.scss%22%2C%22wp-content%2Fthemes%2Fmkw%2Fassets%2Fscss%2F01_base%2F_custom.scss%22%2C%22wp-content%2Fthemes%2Fmkw%2Fassets%2Fscss%2F01_base%2F_grid.scss%22%2C%22wp-content%2Fthemes%2Fmkw%2Fassets%2Fscss%2F02_must%2F_header.scss%22%2C%22wp-content%2Fthemes%2Fmkw%2Fassets%2Fscss%2F02_must%2F_nav.scss%22%2C%22wp-content%2Fthemes%2Fmkw%2Fassets%2Fscss%2F03_comp%2F_bullets.scss%22%2C%22wp-content%2Fthemes%2Fmkw%2Fassets%2Fscss%2F03_comp%2F_paragraph.scss%22%2C%22wp-content%2Fthemes%2Fmkw%2Fassets%2Fscss%2F04_pages%2F_home.scss%22%2C%22wp-content%2Fthemes%2Fmkw%2Fassets%2Fscss%2F04_pages%2F_about.scss%22%2C%22wp-content%2Fthemes%2Fmkw%2Fassets%2Fscss%2F04_pages%2F_page.scss%22%2C%22wp-content%2Fthemes%2Fmkw%2Fassets%2Fscss%2F04_pages%2F_contact.scss%22%2C%22wp-content%2Fthemes%2Fmkw%2Fassets%2Fscss%2F04_pages%2F_archive.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAA0BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAChGA%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0CJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0FI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChqBJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5CF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwCQ%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjKZ%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAUJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAC1IJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClBN%3BAAAA%3BAAAA%3BACUA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsDE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAA2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClRA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvNJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BACbR%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxFhB%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */