/*black*/
:root {
  --font-primary: 'Open Sans', sans-serif;
  --font-secondary: 'Roboto-Bold', cursive;
  --font-third: 'MarshaBelle';
  --radius: 8px;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
input:active,
input:focus,
input:hover {
  outline: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
@font-face {
  font-family: 'Font Awesome';
  src: url('https://www.wishfestival.ro/static/fonts/fontawesome-webfont.eot');
  src: url('https://www.wishfestival.ro/static/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.wishfestival.ro/static/fonts/fontawesome-webfont.svg#fontawesome') format('svg'), url('https://www.wishfestival.ro/static/fonts/fontawesome-webfont.woff') format('woff'), url('https://www.wishfestival.ro/static/fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 'normal';
  font-display: fallback;
  font-style: 'normal';
}
@font-face {
  font-family: 'MarshaBelle';
  src: url('https://www.wishfestival.ro/static/fonts/MarshaBelle-webfont.eot');
  src: url('https://www.wishfestival.ro/static/fonts/MarshaBelle-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.wishfestival.ro/static/fonts/MarshaBelle-webfont.svg#MarshaBelle') format('svg'), url('https://www.wishfestival.ro/static/fonts/MarshaBelle-webfont.woff') format('woff'), url('https://www.wishfestival.ro/static/fonts/MarshaBelle-webfont.ttf') format('truetype');
  font-weight: 'normal';
  font-display: fallback;
  font-style: 'normal';
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('https://www.wishfestival.ro/static/fonts/Roboto-Bold-webfont.eot');
  src: url('https://www.wishfestival.ro/static/fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.wishfestival.ro/static/fonts/Roboto-Bold-webfont.svg#Roboto-Bold') format('svg'), url('https://www.wishfestival.ro/static/fonts/Roboto-Bold-webfont.woff') format('woff'), url('https://www.wishfestival.ro/static/fonts/Roboto-Bold-webfont.ttf') format('truetype');
  font-weight: 'normal';
  font-display: fallback;
  font-style: 'normal';
}
.button-link {
  color: black;
  display: inline-block;
  padding: 5px 0;
  border-bottom: 1px solid;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.2s ease;
}
.button-link:hover {
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: 0.2px;
}
.button {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  padding: 0 30px;
  height: 50px;
  border-radius: var(--radius);
  text-align: center;
}
.button.main {
  background-color: #0f2840;
  color: white;
}
.button.main:hover,
.button.main:active,
.button.main:focus {
  background-color: #1d5080;
}
.button.outline-main {
  border: 2px solid #0f2840;
  color: #0f2840;
  background: transparent;
}
.form {
  max-width: 975px;
  margin: auto;
}
.form input:not([type="checkbox"]):not([type="radio"]),
.form select {
  height: 50px;
  border: 0 none;
  border-bottom: 1px solid #323232;
  font-size: 18px;
  width: 100%;
  color: black;
}
@media (max-width: 767px) {
  .form input:not([type="checkbox"]):not([type="radio"]),
  .form select {
    font-size: 14px;
  }
}
.form dd {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .form dd {
    margin-bottom: 10px;
  }
}
.form dt {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .form dt {
    margin-bottom: 5px;
  }
}
.form textarea {
  border: 0 none;
  border-bottom: 1px solid #323232;
  padding: 20px 0;
  font-size: 18px;
  width: 100%;
  min-height: 180px;
  height: auto;
}
@media (max-width: 767px) {
  .form textarea {
    min-height: 140px;
  }
}
.form .buttons {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
.form-modal {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 30px 15px;
  display: flex;
  transition: 0.3s ease-out;
}
.form-modal.active {
  top: 0;
  opacity: 1;
  pointer-events: all;
}
.form-modal .content {
  background: #ffffff;
  margin: auto;
  display: flex;
  width: 100%;
  max-width: 800px;
  border-radius: 5px;
  padding: 31px 15px;
  position: relative;
}
.form-modal .content svg {
  position: absolute;
  top: 11px;
  right: 15px;
  width: 20px;
  height: 20px;
  stroke: #323232;
  cursor: pointer;
}
.unsubscribe-form > div {
  display: flex;
  align-items: center;
}
.unsubscribe-form > div input:not([type="checkbox"]):not([type="radio"]),
.unsubscribe-form > div select {
  height: 50px;
  border: 0 none;
  border-bottom: 1px solid #323232;
  font-size: 18px;
  width: 100%;
  color: black;
}
@media (max-width: 767px) {
  .unsubscribe-form > div input:not([type="checkbox"]):not([type="radio"]),
  .unsubscribe-form > div select {
    font-size: 14px;
  }
}
.section {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
}
.section.bordered {
  position: relative;
}
.section.bordered:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 50%;
  height: 1px;
  background: black;
}
.owl-carousel img {
  display: block;
  width: 100%;
  border-radius: var(--radius);
}
.owl-carousel .owl-pagination {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
.owl-carousel .owl-pagination .owl-page {
  margin: 6px;
  width: 12px;
  height: 12px;
  background: black;
  border-radius: 50%;
  opacity: 0.3;
  transition: all 0.3s ease;
}
.owl-carousel .owl-pagination .owl-page.active {
  width: 25px;
  border-radius: 10px;
  opacity: 1;
  background: #1d5080;
}
.gallery-section .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.gallery-section .flex-wrap > div {
  width: 50%;
}
@media (max-width: 991px) {
  .gallery-section .flex-wrap > div {
    width: 100%;
  }
}
.gallery-section .heading-container {
  max-width: 650px;
}
.gallery-section .desc-section {
  background: #f5f5f5;
  padding: 75px 0;
  padding-right: 30px;
  padding-left: 15px;
  position: relative;
}
@media (min-width: 992px) {
  .gallery-section .desc-section:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    z-index: -1;
  }
}
@media (max-width: 991px) {
  .gallery-section .desc-section {
    padding: 50px 15px;
  }
  .gallery-section .desc-section .buttons {
    justify-content: center;
  }
}
.gallery-section .hive-section {
  display: flex;
  justify-content: center;
  padding-left: 30px;
}
.gallery-section .hive-section .hive {
  display: flex;
  align-items: center;
  margin: 0 -3px;
  max-width: 600px;
  width: 100%;
}
.gallery-section .hive-section .hive .hive-row {
  padding: 0 3px;
  width: 33.33%;
}
.gallery-section .hive-section .hive .hive-row:nth-child(2) > .block:nth-child(2n) {
  padding-bottom: 100%;
}
.gallery-section .hive-section .hive .hive-row:nth-child(2) > .block:nth-child(2n - 1) {
  padding-bottom: 150%;
}
.gallery-section .hive-section .hive .hive-row > .block {
  background: gray;
  padding-bottom: 100%;
  margin-bottom: 6px;
  border-radius: var(--radius);
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.gallery-section .hive-section .hive .hive-row > .block:nth-child(2n) {
  padding-bottom: 150%;
}
.heading-container {
  margin: auto;
}
.heading-container .heading {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .heading-container .heading {
    margin-bottom: 20px;
  }
}
.heading-container .buttons {
  display: flex;
  margin-top: 30px;
}
.heading-container .buttons.justify-center {
  justify-content: center;
}
.heading {
  font-family: var(--font-secondary);
  margin-top: 0px;
  position: relative;
  padding-bottom: 15px;
}
.heading.center:before {
  left: 50%;
  transform: translate(-50%, 0);
}
.heading:before {
  content: '';
  display: block;
  height: 5px;
  width: 66px;
  background: #646464;
  position: absolute;
  bottom: 0;
  left: 0;
}
.h2 {
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 767px) {
  .h2 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 20px;
  }
}
.h3 {
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .h3 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
  }
}
.h3:before {
  width: 43px;
}
.paragraph {
  color: #626262;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .paragraph {
    font-size: 16px;
  }
}
.paragraph.h {
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .paragraph.h {
    font-size: 26px;
    line-height: 38px;
  }
}
.paragraph.small {
  font-size: 12px;
}
.breadcrumbs-section {
  background: url('https://www.wishfestival.ro/static/images/dev/bread.jpg') no-repeat center / cover;
  padding: 100px 0;
}
@media (max-width: 575px) {
  .breadcrumbs-section.desktop {
    display: none;
  }
}
@media (min-width: 576px) {
  .breadcrumbs-section.mobile {
    display: none;
  }
}
.breadcrumbs-section .page-name {
  font-size: 60px;
  font-weight: 700;
  color: white;
}
@media (max-width: 767px) {
  .breadcrumbs-section .page-name {
    font-size: 40px;
  }
}
.breadcrumbs-section .navigator {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs-section .navigator li {
  color: white;
  margin-right: 15px;
}
.breadcrumbs-section .navigator li a {
  color: white;
}
.breadcrumbs-section .navigator li:last-child {
  margin-right: 0;
}
.breadcrumbs-section .opacity {
  opacity: 0 !important;
  pointer-events: none;
}
.navigator {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}
.navigator li {
  color: black;
  margin-right: 15px;
}
.navigator li a {
  color: black;
}
.navigator li a:hover {
  color: #0f2840;
}
.navigator li:last-child {
  margin-right: 0;
}
.pagination-section {
  margin-bottom: 15px;
}
.pagination-section .pagination,
.pagination-section .selected-filters-section {
  margin: auto;
  display: flex;
}
.pagination-section .pagination a,
.pagination-section .selected-filters-section a {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  font-size: 16px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #323232;
  border: 1px solid;
}
.pagination-section .pagination a:last-child,
.pagination-section .selected-filters-section a:last-child {
  margin-right: 0;
}
.pagination-section .pagination a.a,
.pagination-section .selected-filters-section a.a {
  background: #0f2840;
  color: white;
  border-color: #0f2840;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
/*

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Newspaper effect ======

*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Move-from-top effect ======

*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== 3d unfold ======

*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== "Hinge" close effect ======

*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}
.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #fff;
  opacity: 1;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.modal {
  overflow-y: auto;
  max-width: 600px;
  margin: auto;
  bottom: auto;
}
.modal-title {
  font-size: 2rem;
}
.modal-body p {
  font-size: 14px;
  line-height: 20px;
}
.modal-body form {
  margin-top: 30px;
}
/* Strong and em */
.undoreset strong,
.undoreset th {
  font-weight: bold;
}
.undoreset em,
.undoreset address,
.undoreset caption,
.undoreset cite {
  font-style: italic;
}
/* Table */
.undoreset table {
  display: table;
  border-spacing: 2px;
  border-collapse: separate;
}
.undoreset tr {
  display: table-row;
  vertical-align: inherit;
}
.undoreset td {
  display: table-cell;
  border-spacing: 2px;
  padding: 2px;
  vertical-align: inherit;
  text-align: inherit;
  padding: 1px;
  border-collapse: none;
}
.undoreset th {
  display: table-cell;
  vertical-align: inherit;
  font-weight: bold;
  padding: 1px;
  border-collapse: none;
}
/* Block Items */
.undoreset p {
  display: block;
  margin: 1em 0;
  line-height: 2em;
  font-size: 1.2em;
}
.undoreset blockquote {
  display: block;
  margin: 1em 40px;
}
.undoreset address {
  display: block;
  font-style: italic;
}
.undoreset center {
  display: block;
  text-align: center;
}
/* Headers */
.undoreset h1 {
  display: block;
  font-size: 2em;
  font-weight: bold;
  margin: .67em 0;
}
.undoreset h2 {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin: .83em 0;
}
.undoreset h3 {
  display: block;
  font-size: 1.17em;
  font-weight: bold;
  margin: 1em 0;
}
.undoreset h4 {
  display: block;
  font-weight: bold;
  margin: 1.33em 0;
}
.undoreset h5 {
  display: block;
  font-size: 0.83em;
  font-weight: bold;
  margin: 1.67em 0;
}
.undoreset h6 {
  display: block;
  font-size: 0.67em;
  font-weight: bold;
  margin: 2.33em 0;
}
/* Lists */
.undoreset ul {
  display: block;
  list-style-type: disc;
  margin: 1em 0;
  padding-left: 40px;
}
.undoreset ol {
  display: block;
  list-style-type: decimal;
  margin: 1em 0;
  padding-left: 40px;
}
.undoreset li {
  display: list-item;
  line-height: 1.6em;
  font-size: 1.2em;
}
/* Pre */
.undoreset pre,
.undoreset code {
  display: block;
  font-family: Courier New;
  white-space: pre;
  margin: 1em 0;
}
.code {
  padding: 10px;
  border-bottom: 1px solid #ffc600;
  background: #333;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}
.code code {
  font: 15px 'Droid Sans', 'Ubuntu', 'Tahoma', 'Arial', sans-serif;
}
#scripts {
  width: 0;
  height: 0;
  position: relative;
  overflow: hidden;
}
a {
  outline: none !important;
}
a:active {
  color: inherit !important;
}
button {
  border: 0 none;
}
button:focus {
  outline: none;
}
.brand-color {
  color: #0f2840;
}
.brand-shadow {
  border: 1px solid #0d2439;
  box-shadow: -6px -6px 0px 0px #1d5080;
}
body {
  font-family: var(--font-primary), 'Helvetica Neue', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  line-height: 1.4;
}
.n {
  display: none;
}
#content {
  overflow: hidden;
}
.news-pop2,
.news-pop3,
.news-pop,
.announces-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  flex-direction: column;
  justify-content: space-evenly;
  display: flex;
  z-index: 999;
}
.news-pop2 .close-message,
.news-pop3 .close-message,
.news-pop .close-message,
.announces-pop .close-message {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  color: #fff;
}
.news-pop2 .close-message:before,
.news-pop3 .close-message:before,
.news-pop .close-message:before,
.announces-pop .close-message:before,
.news-pop2 .close-message:after,
.news-pop3 .close-message:after,
.news-pop .close-message:after,
.announces-pop .close-message:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.8);
}
.news-pop2 .close-message:before,
.news-pop3 .close-message:before,
.news-pop .close-message:before,
.announces-pop .close-message:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.news-pop2 .close-message:after,
.news-pop3 .close-message:after,
.news-pop .close-message:after,
.announces-pop .close-message:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.news-pop2 .message,
.news-pop3 .message,
.news-pop .message,
.announces-pop .message {
  display: flex;
  max-width: 820px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
}
.news-pop2 #message,
.news-pop3 #message,
.news-pop #message,
.announces-pop #message {
  background: #333;
  position: relative;
}
.news-pop2 .popup-heading-container,
.news-pop3 .popup-heading-container,
.news-pop .popup-heading-container,
.announces-pop .popup-heading-container {
  max-width: 820px;
  margin: auto;
}
.news-pop2 .popup-heading-container p,
.news-pop3 .popup-heading-container p,
.news-pop .popup-heading-container p,
.announces-pop .popup-heading-container p {
  font-size: 19px;
  line-height: 23px;
  letter-spacing: -0.05px;
  color: #000;
}
.news-pop2 .heading,
.news-pop3 .heading,
.news-pop .heading,
.announces-pop .heading {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 2.4px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 27px;
}
.news-pop2 .heading span,
.news-pop3 .heading span,
.news-pop .heading span,
.announces-pop .heading span {
  font-size: 38px;
  line-height: 37px;
  letter-spacing: 0.2px;
  text-transform: none;
  border-bottom: 1px solid #fff;
}
.popup-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.08);
  z-index: 5;
}
.popup-overlay .popup-main {
  min-width: 770px;
  background: #333;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 20px 20px;
  box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.3);
  animation: scaleIn;
  animation-duration: 0.25s;
}
@keyframes scaleIn {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.popup-overlay .popup-main:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: url('https://www.wishfestival.ro/static/images/bordered-pattern-lighter.png') repeat-x bottom left;
}
.popup-overlay .close-modal {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 30px;
  right: 20px;
  cursor: pointer;
}
.popup-overlay .close-modal:before,
.popup-overlay .close-modal:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #a1a1a1;
}
.popup-overlay .close-modal:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup-overlay .close-modal:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup-overlay .title {
  font-size: 20px;
  letter-spacing: -0.05px;
  color: #323232;
}
.popup-overlay .popup-body {
  border-top: 1px solid #dddddd;
  margin: 15px 0 0;
  padding: 25px 0 30px;
}
.popup-overlay .image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 19px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-align: center;
}
.popup-overlay .image img {
  display: block;
  max-width: 100%;
  max-height: 50px;
  margin: auto;
}
.popup-overlay .name {
  font-size: 12px;
  letter-spacing: -0.05px;
  display: inline-block;
  vertical-align: middle;
}
.popup-overlay .right {
  width: 220px;
}
.popup-overlay .normal-button {
  width: 148px;
}
@media (max-width: 991px) {
  .news-pop3 .message {
    max-width: 600px;
  }
  .news-pop3 .popup-heading-container {
    padding: 42px 15px 16px;
  }
  .news-pop3 .popup-heading-container .heading {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .news-pop3 .popup-heading-container .heading span {
    font-size: 28px;
  }
  .news-pop3 .form {
    padding: 2px 0 25px;
  }
  .news-pop3 .form .button {
    margin-top: 12px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .brs-nsl-imagebox {
    display: none !important;
  }
  .news-pop .message {
    max-width: 450px;
  }
}
header {
  background: #0d2439;
  position: relative;
  z-index: 6;
  padding: 20px 0;
}
@media (max-width: 991px) {
  header {
    padding: 7px 0;
  }
}
header.absolute {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header.absolute .socials {
  display: flex;
}
header.fixed {
  background: #0d2439;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: fadeDown 0.3s ease-in-out;
  padding: 10px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
header.fixed .socials {
  display: none;
}
header .logo {
  display: block;
}
header .logo img {
  display: block;
  max-width: 200px;
}
@media (max-width: 991px) {
  header .logo img {
    max-width: 127px;
  }
}
header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header nav .navigation {
  display: flex;
}
@media (max-width: 991px) {
  header nav .navigation {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #323232;
    border-top: 1px solid #ffffff;
    padding: 10px;
  }
}
header nav .navigation a {
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  padding: 0 3px;
  margin: 0 17px;
}
@media (max-width: 991px) {
  header nav .navigation a {
    font-size: 16px;
    padding: 20px;
    margin: 0;
  }
}
header nav .navigation a:before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0;
  height: 5px;
  border-radius: 5px;
  background: #3ba0ff;
  transition: all 0.3s ease;
  z-index: -1;
}
header nav .navigation a.active:before,
header nav .navigation a:hover:before {
  width: 100%;
}
header .socials {
  display: none;
  justify-content: flex-end;
  padding-right: 10px;
}
@media (max-width: 991px) {
  header .socials {
    display: none !important;
  }
}
header .socials a {
  font-size: 20px;
  color: white;
  padding: 5px 9px;
}
header .burger-button {
  width: 52px;
  height: 32px;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -15px;
  cursor: pointer;
}
header .burger-button.active div {
  background: white !important;
  transform: rotate(135deg);
}
header .burger-button.active div:before,
header .burger-button.active div:after {
  background: white !important;
  top: 0;
  transform: rotate(90deg);
}
header .burger-button.active div:after {
  opacity: 0;
}
header .burger-button div {
  position: relative;
  flex: none;
  width: 100%;
  height: 3px;
  background: white;
  transition: all 0.4s ease;
}
header .burger-button div:before,
header .burger-button div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -7px;
  left: 0;
  width: 100%;
  height: 3px;
  background: inherit;
  transition: all 0.4s ease;
}
header .burger-button div:after {
  top: 7px;
}
@keyframes fadeDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
footer {
  background: #0d2439;
  text-align: center;
  margin-top: 80px;
}
footer .footer-top {
  padding: 50px 0 20px;
}
footer .footer-top .socials {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer .footer-top .socials a {
  padding: 10px;
  font-size: 24px;
  color: white;
}
footer .footer-middle {
  padding-top: 30px;
  position: relative;
}
footer .footer-middle:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 66px;
  height: 2px;
  background: white;
}
footer .footer-pages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .footer-pages li {
  padding: 10px 20px;
  position: relative;
}
footer .footer-pages li:last-child:before {
  display: none;
}
footer .footer-pages li:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3ba0ff;
}
footer .footer-pages li a {
  color: white;
  font-size: 18px;
}
@media (max-width: 767px) {
  footer .footer-pages li a {
    font-size: 16px;
  }
}
footer .footer-pages li a:hover {
  text-decoration: underline;
}
footer .copy {
  padding: 40px 0 50px;
  font-size: 14px;
  color: white;
}
.newsletter {
  background: white;
  padding: 30px;
  margin: -80px auto 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: var(--radius);
}
@media (min-width: 768px) {
  .newsletter .flex-wrap {
    display: flex;
  }
}
.newsletter .flex-wrap input {
  flex: 1;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .newsletter .flex-wrap input {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .newsletter .flex-wrap .button {
    width: 100%;
  }
}
.social-title {
  width: 100%;
}
.social-title span {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  padding: 0 30px;
  height: 50px;
  border-radius: var(--radius);
  text-align: center;
  background-color: #0f2840;
  color: white;
}
.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
  font-size: 30px;
  line-height: 38px;
  font-family: var(--font-secondary);
  margin: 20px 0 10px;
  color: #323232;
}
@media (max-width: 767px) {
  .page h1,
  .page h2,
  .page h3,
  .page h4,
  .page h5,
  .page h6 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .page h2 {
    font-size: 18px;
    line-height: 19px;
  }
}
.page strong,
.page b {
  font-weight: 700;
}
.page i,
.page em {
  font-style: italic;
}
.page ul {
  margin-left: 30px;
}
.page li {
  list-style: disc outside;
}
.page li,
.page p {
  color: #626262;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: 300;
}
.page img {
  max-width: 100%;
  display: block;
  margin: auto;
  height: auto;
}
.page .center {
  text-align: center;
}
.page .images {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.page .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  max-height: 300px;
}
@media (min-width: 992px) {
  .page .images img {
    max-width: calc((100% - 40px) / 5);
  }
}
@media (min-width: 575px) and (max-width: 992px) {
  .page .images img {
    max-width: calc((100% - 20px) / 3);
  }
}
.page strong {
  font-family: 'FontAwesome';
}
