/*
Theme Name: Endorfina
Author: Webtalk
Author URI: http://webtalk.pl/
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

nav ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #fff;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #fff;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input,
select {
  vertical-align: middle; }

html {
  box-sizing: border-box;
  font-size: 10px; }

*,
*::before,
*::after {
  box-sizing: inherit; }

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all; }

a:focus,
a:hover {
  text-decoration: none; }

.container {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 120rem;
  padding: 0 2rem;
  position: relative; }

.container:after {
  display: table;
  content: ' ';
  clear: both; }

* {
  box-sizing: border-box; }

html {
  font-size: 16px; }
  @media screen and (min-width: 1600px) {
    html {
      font-size: 20px; } }
  @media screen and (min-width: 1900px) {
    html {
      font-size: 24px; } }

body {
  background-color: #fff;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  width: 100% w;
  clear: both;
  display: block;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  line-height: 1.15; }
  body a:hover {
    color: #000; }

.nav {
  background: #fff;
  padding: 0.1rem 0;
  width: 100%;
  overflow: visible;
  z-index: 99;
  position: fixed;
  transform: translateY(-5rem);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .nav.show {
    transform: translateY(0); }

@media screen and (max-width: 768px) {
  .nav-desktop {
    display: none; } }

.nav-mobile {
  display: none; }
  @media screen and (max-width: 768px) {
    .nav-mobile {
      display: block;
      padding: 0.5rem 1rem; } }

.nav-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: 4rem; }
  @media screen and (max-width: 768px) {
    .nav-content {
      align-items: center; } }

.nav-logo {
  width: 15rem;
  transform: translateY(30%);
  cursor: pointer;
  position: relative;
  z-index: 9; }
  @media screen and (max-width: 768px) {
    .nav-logo {
      width: 12rem; } }

.nav-items {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.nav-item {
  display: block;
  margin: 0 1rem;
  position: relative; }
  .nav-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 0;
    background: #df0f77;
    transition: width .35s; }
  .nav-item.active:after {
    width: 80%; }

.nav-link {
  text-decoration: none;
  color: #000; }

.nav-items > .nav-item:nth-child(2) {
  background-image: url("./images/online.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: contrast(1);
  transition: filter 0.25s ease-in-out; }
  .nav-items > .nav-item:nth-child(2).active {
    filter: contrast(1.5); }
    .nav-items > .nav-item:nth-child(2).active:after {
      width: 0; }
  .nav-items > .nav-item:nth-child(2) a {
    opacity: 0; }

.burger-menu {
  margin: 0;
  height: 20px;
  width: 30px;
  display: block;
  transition: all .2s;
  cursor: pointer;
  z-index: 9999; }
  .burger-menu .bar {
    transition: all .2s;
    height: 2px;
    width: 100%;
    display: block;
    background-color: #000; }
    .burger-menu .bar:nth-of-type(2) {
      margin: 8px 0; }
  .burger-menu--closed {
    transition-delay: .2s; }
    .burger-menu--closed .bar {
      float: right; }
      .burger-menu--closed .bar:nth-of-type(2) {
        width: 40%;
        transition-property: margin, height, width;
        transition-delay: .2s, .2s, 0s; }
      .burger-menu--closed .bar:nth-of-type(3) {
        width: 100%; }
  .burger-menu--opened {
    padding-top: 10px; }
    .burger-menu--opened .bar:nth-of-type(1) {
      transform: rotate(45deg);
      transition-delay: .2s;
      height: 2px; }
    .burger-menu--opened .bar:nth-of-type(2) {
      opacity: 0;
      height: 0;
      margin: -3px; }
    .burger-menu--opened .bar:nth-of-type(3) {
      transform: rotate(-45deg);
      transition-delay: .2s;
      height: 2px; }

.burger-menu-content {
  position: fixed;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 0;
  padding: 1rem;
  display: none;
  justify-content: center;
  align-items: center; }
  .burger-menu-content.show {
    display: flex; }
  @media screen and (max-width: 768px) {
    .burger-menu-content {
      width: 100vw;
      height: 100vh; } }

.burger-menu-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 4rem auto 2rem; }

.burger-menu-link {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #eaeaea;
  transition: all 0.25s;
  margin: 1rem 0;
  display: block;
  font-weight: 500;
  font-size: 1.5rem; }
  .burger-menu-link:hover {
    color: #df0f77; }

@media screen and (max-width: 576px) {
  .nav-languages {
    margin-top: 1rem; } }
.nav-languages .wpml-ls-display {
  color: #000;
  font-weight: 600; }
  @media screen and (max-width: 576px) {
    .nav-languages .wpml-ls-display {
      font-size: 2rem; } }

.nav-socials {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .nav-socials {
      margin-top: 2rem; } }

.nav-socials-item {
  margin: 0; }

.nav-social-link {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.section-showreel {
  position: relative;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 576px) {
    .section-showreel {
      background-image: url("images/mobile.jpg") !important; } }

.showreel-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }

.showreel-content {
  text-align: center;
  max-width: 60%;
  margin: 0 auto;
  z-index: 4;
  position: relative; }
  @media screen and (max-width: 768px) {
    .showreel-content {
      max-width: 100%;
      padding: 2rem; } }

.showreel-content-logo {
  width: 100%;
  margin-bottom: 3rem; }

.showreel-content-title {
  font-size: 2rem;
  margin: 0.5rem 0;
  color: #fff;
  text-align: right; }
  @media screen and (max-width: 576px) {
    .showreel-content-title {
      font-size: 1.5rem;
      text-align: left; } }

.showreel-content-subtitle {
  font-size: 1.75rem;
  font-weight: 300;
  color: #fff;
  text-align: right;
  margin-top: 1rem; }
  @media screen and (max-width: 576px) {
    .showreel-content-subtitle {
      font-size: 1.35rem;
      text-align: left; } }

.showreel-video-wrapper {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 90%;
  transform: translate3d(0, 0, 0); }
  @media screen and (max-width: 576px) {
    .showreel-video-wrapper {
      display: none; } }

.showreel-video {
  width: 100%;
  height: 100%; }

.showreel-video,
.showreel-video-poster {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -1; }

.showreel-mask {
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, 0.2) 3px); }

.showreel-mouse-indicator {
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 3rem 0; }

.section-online {
  position: relative;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 576px) {
    .section-online {
      background-image: url("images/mobile-online.jpg") !important; } }

.online-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }

.online-content {
  text-align: center;
  max-width: 60%;
  margin: 0 auto;
  z-index: 5;
  position: relative;
  display: none; }
  @media screen and (max-width: 768px) {
    .online-content {
      display: block;
      max-width: 100%;
      padding: 2rem; } }

.online-content-logo {
  width: 100%;
  margin-bottom: 3rem; }

.online-content-title {
  font-size: 2rem;
  margin: 0.5rem 0;
  color: #fff;
  text-align: left; }
  @media screen and (max-width: 576px) {
    .online-content-title {
      font-size: 1.5rem;
      text-align: left; } }

.online-content-subtitle {
  font-size: 1.75rem;
  font-weight: 300;
  color: #fff;
  text-align: left;
  margin-top: 1rem; }
  @media screen and (max-width: 576px) {
    .online-content-subtitle {
      font-size: 1.35rem;
      text-align: left; } }
  .online-content-subtitle span {
    color: #df0f77;
    font-weight: 600; }

.online-video-wrapper {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 90%;
  transform: translate3d(0, 0, 0); }
  @media screen and (max-width: 576px) {
    .online-video-wrapper {
      display: none; } }

.online-video {
  width: 100%;
  height: 100%; }

.online-video,
.online-video-poster {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -1; }

.online-mask {
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, 0.5) 3px);
  opacity: 0.25; }
  @media screen and (max-width: 576px) {
    .online-mask {
      opacity: 1; } }

.online-mask-dark {
  z-index: 4;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0; }
  @media screen and (max-width: 576px) {
    .online-mask-dark {
      display: block;
      opacity: 0.4; } }

.online__arrow {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 2.5rem;
  width: 100%;
  padding: 1rem; }
  .online__arrow img {
    display: block;
    margin: 0 auto;
    height: 4rem;
    width: auto; }

.section-studio {
  position: relative;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 576px) {
    .section-studio {
      background-image: url("images/mobile-studio.jpg") !important; } }

.studio-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }

.studio-content {
  text-align: center;
  max-width: 60%;
  margin: 0 auto;
  z-index: 5;
  position: relative; }
  @media screen and (max-width: 768px) {
    .studio-content {
      max-width: 100%;
      padding: 2rem; } }

.studio-content-logo {
  width: 100%;
  margin-bottom: 3rem; }

.studio-content-title {
  font-size: 2rem;
  margin: 0.5rem 0;
  color: #fff;
  text-align: left; }
  @media screen and (max-width: 576px) {
    .studio-content-title {
      font-size: 1.5rem;
      text-align: left; } }

.studio-content-subtitle {
  font-size: 1.75rem;
  font-weight: 300;
  color: #fff;
  text-align: left;
  margin-top: 1rem; }
  @media screen and (max-width: 576px) {
    .studio-content-subtitle {
      font-size: 1.35rem;
      text-align: left; } }
  .studio-content-subtitle span {
    color: #df0f77;
    font-weight: 600; }

.studio-video-wrapper {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 90%;
  transform: translate3d(0, 0, 0); }
  @media screen and (max-width: 576px) {
    .studio-video-wrapper {
      display: none; } }

.studio-video {
  width: 100%;
  height: 100%; }

.studio-video,
.studio-video-poster {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -1; }

.studio-mask {
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, 0.5) 3px); }

.studio-mask-dark {
  z-index: 4;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.4; }

.studio__arrow {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 2.5rem;
  width: 100%;
  padding: 1rem; }
  .studio__arrow img {
    display: block;
    margin: 0 auto;
    height: 4rem;
    width: auto; }

.section-cases {
  padding-top: 4rem;
  position: relative; }
  @media screen and (max-width: 768px) {
    .section-cases {
      padding-top: 0;
      height: auto !important; } }

.cases {
  display: flex;
  flex-wrap: wrap; }

.case {
  background-size: cover;
  background-position: center;
  width: 25%;
  height: calc(33vh - 1.1rem);
  position: relative;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .case {
      width: 50%; } }
  .case:hover .case-play {
    opacity: 0.35; }
  .case:hover .case-mask {
    opacity: 0.85; }
  .case:hover .case-content {
    opacity: 1; }

.case-mask {
  position: absolute;
  background: rgba(223, 15, 119, 0.85);
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s; }
  @media screen and (max-width: 768px) {
    .case-mask {
      opacity: 0.85; } }

.case-play {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 6rem;
  height: 6rem;
  background-image: url("images/play-button.svg");
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  transition: all 0.35s; }
  @media screen and (max-width: 768px) {
    .case-play {
      opacity: 0.35; } }

.case-content {
  position: relative;
  padding: 1rem;
  z-index: 4;
  color: #fff;
  opacity: 0;
  transition: all 0.2s; }
  @media screen and (max-width: 768px) {
    .case-content {
      opacity: 1; } }

.case-title {
  font-weight: 600;
  font-size: 1.5rem; }
  @media screen and (max-width: 576px) {
    .case-title {
      font-size: 1.1rem; } }

.case-subtitle {
  font-size: 1.2rem; }
  @media screen and (max-width: 576px) {
    .case-subtitle {
      font-size: 1rem; } }

.case-modal {
  display: none;
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  animation: bg-reveal 0.5s; }
  .case-modal.active {
    display: flex; }
  @media screen and (max-width: 768px) {
    .case-modal {
      position: fixed; } }

.case-modal-content {
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  width: 60%;
  height: 65%;
  background: #000;
  box-shadow: 0 0 45px -10px rgba(0, 0, 0, 0.15); }
  .case-modal-content.case-modal-video-content {
    height: auto; }
  @media screen and (max-width: 768px) {
    .case-modal-content {
      width: 100%;
      height: 15rem; } }

.case-modal-close {
  background-image: url("images/close.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  right: -2rem;
  top: -2rem;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .case-modal-close {
      right: 0.5rem; } }

.case-modal-video-box {
  width: 100%;
  height: 100%; }
  .case-modal-video-box iframe {
    width: 100%;
    height: 100%; }

@keyframes bg-reveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.section-about {
  padding-top: 5rem;
  background-size: cover;
  background-position: right; }
  @media screen and (max-width: 768px) {
    .section-about {
      height: auto !important;
      padding-bottom: 2rem; } }
  @media screen and (max-width: 576px) {
    .section-about {
      padding-top: 2rem; } }
  .section-about .fp-bg {
    background-size: cover;
    background-position: right; }
    @media screen and (max-width: 576px) {
      .section-about .fp-bg {
        display: none; } }

.section-about-wrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 75vh;
  z-index: 3;
  position: relative; }
  @media screen and (max-width: 768px) {
    .section-about-wrapper {
      width: 100%;
      height: auto; } }

.section-about-title {
  font-size: 9rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap; }
  @media screen and (max-width: 768px) {
    .section-about-title {
      font-size: 6rem;
      margin-bottom: 2rem;
      white-space: normal; } }

.section-about-text {
  font-size: 1.35rem;
  color: #fff; }
  @media screen and (max-width: 576px) {
    .section-about-text {
      font-size: 1.2rem; } }
  .section-about-text a {
    margin-top: 0.5rem;
    display: block;
    color: #df0f77;
    text-decoration: none; }
    .section-about-text a:hover {
      color: #df0f77; }

.section-blog {
  background-color: #272525;
  padding: 3rem 0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 576px) {
    .section-blog {
      padding: 5rem 0; } }
  .section-blog .blog__posts {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 70%;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .section-blog .blog__posts {
        max-width: 100%; } }
  .section-blog .blog__post {
    width: 30%;
    margin: 1.1rem 1.5%;
    background-color: white;
    position: relative;
    padding: 0.7rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      .section-blog .blog__post {
        width: 45%; } }
    @media (max-width: 576px) {
      .section-blog .blog__post {
        width: 100%; } }
    @media (max-width: 768px) {
      .section-blog .blog__post:nth-child(3) {
        display: none; } }
    .section-blog .blog__post:hover .blog__post-mask {
      opacity: 0.75;
      width: 100%;
      height: 100%; }
    .section-blog .blog__post:hover .blog__post-title,
    .section-blog .blog__post:hover .blog__post-more {
      color: white; }
  .section-blog .blog__post-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    z-index: 2;
    opacity: 0;
    background-color: #df0f77;
    transition: opacity 0.25s ease-in-out; }
  .section-blog .blog__post-title {
    position: relative;
    z-index: 3;
    color: black;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.35;
    min-height: 2.5rem;
    margin: 0 0 0.5rem;
    transition: color 0.25s ease-in-out; }
  .section-blog .blog__post-more {
    position: relative;
    z-index: 3;
    color: #707070;
    font-weight: 500;
    font-size: 0.8rem;
    transition: color 0.25s ease-in-out; }
  .section-blog .blog__post-img {
    margin-top: 1rem;
    width: 100%;
    height: 20rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 576px) {
      .section-blog .blog__post-img {
        height: 7.5rem; } }
  .section-blog .blog__more {
    margin: 3rem auto 0;
    text-align: center; }
  .section-blog .blog__more-title {
    color: white;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem; }
  .section-blog .blog__more-arrow img {
    display: block;
    margin: 1rem auto 0;
    width: 2rem;
    height: auto; }

.section-team {
  padding-top: 6rem;
  background-size: cover;
  background-position: bottom; }
  @media screen and (max-width: 576px) {
    .section-team {
      padding-top: 2rem; } }
  .section-team .fp-bg {
    background-size: cover;
    background-position: center; }
    @media screen and (max-width: 768px) {
      .section-team .fp-bg {
        display: none; } }

.section-team-wrapper {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 75vh;
  z-index: 3;
  position: relative; }
  @media screen and (max-width: 768px) {
    .section-team-wrapper {
      width: 100%; } }

.section-team-title {
  font-size: 9rem;
  font-weight: 700;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .section-team-title {
      font-size: 6rem; } }

.section-team-text {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #fff;
  width: 70%; }
  @media screen and (max-width: 576px) {
    .section-team-text {
      font-size: 1.1rem;
      width: 100%; } }
  .section-team-text a {
    margin-top: 0.5rem;
    display: block;
    color: #fff;
    font-weight: 500;
    text-decoration: underline; }
    .section-team-text a:hover {
      color: #df0f77; }

.section-contact {
  background: #eaeaea;
  padding-top: 5rem;
  z-index: 3;
  position: relative; }
  @media screen and (max-width: 768px) {
    .section-contact {
      height: auto !important; } }
  @media screen and (max-width: 576px) {
    .section-contact {
      padding-top: 2rem; } }

.contact-wrapper {
  z-index: 10;
  position: relative;
  display: flex;
  padding: 0 3%; }
  @media screen and (max-width: 768px) {
    .contact-wrapper {
      flex-direction: column; } }

.contact-left {
  width: 60%; }
  @media screen and (max-width: 768px) {
    .contact-left {
      width: 100%; } }

.contact-right {
  width: 40%; }
  @media screen and (max-width: 768px) {
    .contact-right {
      width: 100%; } }

.contact-title {
  font-size: 9rem;
  font-weight: 700;
  color: #fff;
  line-height: 1; }
  @media screen and (max-width: 768px) {
    .contact-title {
      font-size: 6rem; } }

.contact-info-text {
  margin-top: 2rem;
  line-height: 1.35; }
  .contact-info-text a {
    color: #000;
    text-decoration: underline; }
    .contact-info-text a:hover {
      color: #000; }
  .contact-info-text img {
    display: block;
    margin-top: 1rem; }

.contact-brief {
  display: block;
  margin-top: 3rem;
  color: #df0f77;
  text-decoration: none; }
  @media screen and (max-width: 768px) {
    .contact-brief {
      margin-top: 1.5rem; } }
  .contact-brief:hover {
    color: #df0f77; }

.contact-info-map {
  opacity: 0;
  transition: all 0.35s; }
  .contact-info-map.show {
    opacity: 1; }

#contactMap {
  margin-top: 1.5rem;
  width: 100%;
  height: 22rem; }

.contact-form {
  margin-top: 2rem;
  max-width: 475px; }
  .contact-form .wpcf7-text,
  .contact-form textarea {
    border: none;
    box-shadow: none;
    outline: none;
    background: transparent;
    padding: 0.5rem;
    margin: 1rem 0;
    width: 100%;
    border-bottom: 1px solid gray;
    transition: all 0.25s; }
  .contact-form textarea {
    max-height: 8rem; }
  .contact-form input,
  .contact-form textarea {
    margin: 0.5rem 0 !important; }
    .contact-form input:active, .contact-form input:focus,
    .contact-form textarea:active,
    .contact-form textarea:focus {
      box-shadow: none;
      outline: none;
      border-bottom: 1px solid #df0f77; }
  .contact-form .form-buttons {
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .contact-form .form-buttons {
        flex-direction: column; } }
    .contact-form .form-buttons input[type="submit"] {
      color: #000;
      font-weight: 600;
      background: transparent;
      border: none;
      padding: 0;
      cursor: pointer; }
    @media screen and (max-width: 768px) {
      .contact-form .form-buttons .wpcf7-submit {
        margin-left: 0.5rem !important; } }
  .contact-form .ajax-loader {
    display: none !important; }
  .contact-form .wpcf7-not-valid-tip {
    color: #df0f77;
    font-size: 0.75rem; }
  .contact-form .wpcf7-response-output {
    border: none !important;
    font-size: 0.9rem !important;
    margin: 0.35rem 0 !important;
    padding: 0 !important;
    line-height: 1.35 !important; }
    .contact-form .wpcf7-response-output.wpcf7-validation-errors {
      color: #df0f77; }

.contact-form-success {
  display: none;
  margin-top: 2rem;
  color: #000;
  font-size: 3.5rem;
  font-weight: 700; }
  .contact-form-success span {
    color: #df0f77;
    font-size: 4rem; }

.footer {
  background: #fff; }

.animation-element {
  position: absolute;
  z-index: 9; }
  @media screen and (max-width: 576px) {
    .animation-element {
      display: none; } }

#animation-prize {
  width: 26rem;
  height: 26rem;
  right: 10%;
  top: 25%; }

#animation-crown {
  width: 25rem;
  height: 25rem;
  right: 20%;
  top: 15%; }

#animation-plane {
  width: 100vw;
  height: 90vh;
  left: -10;
  top: 10%; }

.fp-bg {
  z-index: 2 !important; }

.mouse {
  margin: 0 auto;
  width: 100px; }
  @media screen and (max-width: 1024px) {
    .mouse {
      width: auto; } }

.mouse-icon {
  width: 25px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  text-align: center;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    .mouse-icon {
      border-radius: 40px;
      width: 3rem;
      height: 5.5rem; } }

.mouse-wheel {
  height: 6px;
  margin: 2px auto 0;
  display: block;
  width: 3px;
  background-color: #ffffff;
  border-radius: 50%;
  animation: 1.6s ease infinite wheel-up-down; }
  @media (max-width: 1024px) {
    .mouse-wheel {
      height: 15px;
      width: 10px; } }

@keyframes wheel-up-down {
  0% {
    margin-top: 15%;
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    margin-top: 70%;
    opacity: 0; } }
.blog {
  background-color: #272525;
  padding: 8rem 0 2.5rem;
  min-height: 97vh; }
  .blog .blog__title {
    margin-bottom: 3.5rem;
    font-weight: 600;
    font-size: 1.35rem;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    color: white; }
    @media screen and (max-width: 576px) {
      .blog .blog__title {
        font-size: 1.1rem;
        margin-bottom: 2.5rem; } }
  .blog .blog__posts {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 80%;
    margin: 0 auto; }
    @media (max-width: 576px) {
      .blog .blog__posts {
        max-width: 100%; } }
  .blog .blog__post {
    width: 30%;
    margin: 1.1rem 1.5%;
    background-color: white;
    position: relative;
    padding: 0.7rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      .blog .blog__post {
        width: 45%; } }
    @media (max-width: 576px) {
      .blog .blog__post {
        width: 100%;
        margin: 1.1rem 0; } }
    .blog .blog__post:hover .blog__post-mask {
      opacity: 0.75;
      width: 100%;
      height: 100%; }
    .blog .blog__post:hover .blog__post-title,
    .blog .blog__post:hover .blog__post-more {
      color: white; }
  .blog .blog__post-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    z-index: 2;
    opacity: 0;
    background-color: #df0f77;
    transition: opacity 0.25s ease-in-out; }
  .blog .blog__post-title {
    position: relative;
    z-index: 3;
    color: black;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.35;
    min-height: 2.5rem;
    margin: 0 0 0.5rem;
    transition: color 0.25s ease-in-out; }
  .blog .blog__post-more {
    position: relative;
    z-index: 3;
    color: #707070;
    font-weight: 500;
    font-size: 0.9rem;
    transition: color 0.25s ease-in-out; }
  .blog .blog__post-img {
    margin-top: 1rem;
    width: 100%;
    height: 23rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .blog .blog__more {
    margin: 5rem auto 2rem;
    text-align: center; }
    @media screen and (max-width: 576px) {
      .blog .blog__more {
        margin: 3.5rem auto 2rem; } }
  .blog .blog__more-title {
    color: white;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem; }
  .blog .blog__more-arrow img {
    display: block;
    margin: 1rem auto 0;
    width: 2rem;
    height: auto; }

.post {
  padding: 2rem 0 0; }
  .post .post__image {
    height: 30rem;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 768px) {
      .post .post__image {
        height: 15rem; } }
  .post .post__wrapper {
    max-width: 800px;
    margin: 2.5rem auto 0; }
  .post .post__top {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .post .post__top {
        flex-direction: column; } }
  .post .post__title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.4;
    color: black;
    margin: 0; }
    @media (max-width: 768px) {
      .post .post__title {
        font-size: 1.35rem; } }
  .post .post__date {
    color: #676767;
    font-size: 0.9rem;
    font-weight: 300;
    margin: 0;
    white-space: nowrap;
    transform: translateY(0.75rem); }
    @media (max-width: 768px) {
      .post .post__date {
        transform: none;
        margin-top: 0.5rem; } }
  .post .post__back {
    display: block;
    color: black;
    font-weight: 400;
    font-size: 0.9rem;
    text-align: left;
    margin-bottom: 2rem; }
  .post .post__share {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 2rem; }
    .post .post__share .post__share-text {
      color: #000;
      font-size: 0.9rem;
      font-weight: 500;
      margin-bottom: 0.75rem; }
    .post .post__share .post__share-icons {
      display: flex;
      align-items: center; }
    .post .post__share .post__share-icon {
      display: block;
      margin: 0 0.5rem;
      width: auto; }
      .post .post__share .post__share-icon img {
        display: block;
        height: 1.75rem;
        width: auto; }
        @media (max-width: 768px) {
          .post .post__share .post__share-icon img {
            height: 1.75rem; } }
  .post .post__content {
    margin-top: 1.5rem;
    padding: 0.5rem 0 2rem; }
    .post .post__content p, .post .post__content h1, .post .post__content h2, .post .post__content h3, .post .post__content h4, .post .post__content h5, .post .post__content h6, .post .post__content span, .post .post__content a {
      font-size: 1rem;
      line-height: 1.5; }
      @media (max-width: 768px) {
        .post .post__content p, .post .post__content h1, .post .post__content h2, .post .post__content h3, .post .post__content h4, .post .post__content h5, .post .post__content h6, .post .post__content span, .post .post__content a {
          font-size: 1.1rem; } }
    .post .post__content li {
      padding: 1.5rem 0;
      margin-left: 1rem; }
    .post .post__content p {
      margin: 1.5rem 0; }
    .post .post__content img {
      display: block;
      width: 100%;
      margin: 3.5rem auto;
      max-width: 800px;
      height: auto;
      object-fit: contain; }
    .post .post__content a {
      color: black;
      text-decoration: underline; }
    .post .post__content .wp-video {
      margin: 3rem auto; }
    .post .post__content .wp-video, .post .post__content video.wp-video-shortcode, .post .post__content .mejs-container, .post .post__content .mejs-overlay.load {
      width: 100% !important;
      height: 100% !important;
      max-width: 800px; }
    .post .post__content .mejs-container {
      padding-top: 56.25%; }
    .post .post__content .wp-video, .post .post__content video.wp-video-shortcode {
      max-width: 800px !important; }
    .post .post__content video.wp-video-shortcode {
      position: relative; }
    .post .post__content .mejs-mediaelement {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .post .post__content .mejs-overlay-play {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: auto !important;
      height: auto !important; }
    .post .post__content .responsive-container {
      position: relative;
      padding-bottom: 50.25%;
      padding-top: 0;
      height: 0;
      overflow: hidden;
      margin: 3rem auto;
      max-width: 800px; }
      @media (max-width: 768px) {
        .post .post__content .responsive-container {
          padding-bottom: 56.25%;
          /* 16:9 */ } }
    .post .post__content .responsive-container iframe,
    .post .post__content .responsive-container object,
    .post .post__content .responsive-container embed,
    .post .post__content .responsive-container video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .post .post__nav {
    margin: 5rem 0 3rem;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .post .post__nav {
        margin: 4rem 0 1.5rem; } }
  .post .post__nav-prev,
  .post .post__nav-next {
    width: 48%; }
  .post .post__nav-prev {
    text-align: left; }
  .post .post__nav-next {
    text-align: right; }
  .post .post__nav-label {
    text-transform: uppercase;
    color: #000;
    font-size: 0.9rem;
    font-weight: 500; }
  .post .post__nav-title {
    margin: 0.5rem 0;
    color: #000;
    font-size: 0.9rem;
    font-weight: 400; }

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