/*DEFINE WEBSITE COLORS*/
/*DEFINE CUSTOM FONTS (remove if not needed)*/
/*START TEMPLATE STYLES*/
a,
img {
  border: none;
  text-decoration: none;
  outline: 0;
}

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

*:focus {
  outline: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 15.9rem;
  color: #fff;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 16px;
}

footer ul,
header ul {
  list-style: none;
}

fieldset {
  border: 0;
}

input {
  padding: 0;
  margin: 0;
}

a {
  color: #8c8cff;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
a:hover {
  color: #c7c7f3;
}

.pageAlign {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 50px;
}

.pageAlign2 {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 50px;
}

.pageAlign3 {
  margin: 0 auto;
  max-width: 720px;
  padding: 0 50px;
}

.pageAlignFluid {
  margin: 0 auto;
  padding: 0 7rem;
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

.relative {
  position: relative;
}

.fullWidth {
  float: left;
  width: 100%;
}

.invisible {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

html {
  font-size: 62.5%;
}

body,
input,
select,
textarea {
  font-weight: 400;
  font-family: "Instrument Sans", sans-serif;
  /*REMOVE if we DON'T use Google fonts*/
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  min-height: 100%;
  height: 100%;
  min-width: 100%;
  color: #c7c7f3;
  font-size: 16px;
  background: #fff;
}

p {
  margin-bottom: 3rem;
  line-height: 1.7;
}

::-moz-selection {
  /* WebKit/Blink Browsers */
}

::selection {
  /* WebKit/Blink Browsers */
}

::-moz-selection {
  /* Gecko Browsers */
}

.responsive-nav {
  display: none;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 20;
  position: relative;
  width: 40px;
  text-align: center;
  padding: 0;
}
.responsive-nav button {
  background: transparent;
  padding: 7px 10px;
  border: 2px solid transparent;
  position: relative;
  height: 33px;
  width: 40px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}

.burger-line {
  position: absolute;
  height: 2px;
  width: 35px;
  background: #fff;
  left: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.line-t {
  top: 3px;
}

.line-m {
  top: 14px;
}

.line-b {
  top: 25px;
}

.menu-on .line-m,
.menu-on:hover .line-m {
  background: transparent;
  opacity: 0;
}

.responsive-nav .menu-on {
  /* border-radius:100%;
  border:2px solid #000;
  background:transparent !important; */
}

.menu-on .burger-line {
  top: 13px;
}

.menu-on .line-t {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-on .line-b {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (pointer: fine) and (hover: hover) {
  .circle {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    background: #c7c7f3;
    border-radius: 80%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    mix-blend-mode: hard-light;
    z-index: 200;
    pointer-events: none;
    -webkit-transition: width 0.5s ease, height 0.5s ease, margin 0.5s ease;
    transition: width 0.5s ease, height 0.5s ease, margin 0.5s ease;
  }
  .circle.link-hovered {
    width: 34px;
    height: 34px;
    margin: -17px 0 0 -17px;
  }
}
@media (pointer: coarse) {
  .circle {
    display: none;
  }
}
body {
  background: #202037;
}

img.aligncenter {
  margin: 0 auto;
}

img.alignright {
  float: right;
  margin: 10px 0 15px 20px;
}

img.alignleft {
  float: left;
  margin: 10px 20px 15px 0;
}

*:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

*:hover {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.page-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: calc(200px + 2vw);
}

body.overflowed {
  overflow: hidden;
}

.forminator-row-last {
  margin-bottom: 0 !important;
}

.forminator-module-edit-link {
  display: none !important;
}

.forminator-button-submit {
  background: transparent !important;
  display: inline-block !important;
  text-decoration: none !important;
  padding: 10px !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  position: relative !important;
  margin: 0 !important;
  min-width: 200px !important;
  height: 50px !important;
  line-height: 50px !important;
  text-align: center !important;
  position: relative !important;
  -webkit-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
}

a.btn,
.forminator-button-submit {
  display: inline-block;
  text-decoration: none;
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  margin: 0 25px;
  min-width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a.btn .flip-front,
a.btn .flip-back,
.forminator-button-submit .flip-front,
.forminator-button-submit .flip-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-style: flat;
          transform-style: flat;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
a.btn .flip-front,
.forminator-button-submit .flip-front {
  color: #c7c7f3;
  border: 1px solid #c7c7f3;
  background: rgba(71, 71, 127, 0.2);
  -webkit-transform: rotateX(0deg) translateZ(25px);
          transform: rotateX(0deg) translateZ(25px);
}
a.btn .flip-front:before, a.btn .flip-front:after,
.forminator-button-submit .flip-front:before,
.forminator-button-submit .flip-front:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: #8c8cff;
}
a.btn .flip-front:after,
.forminator-button-submit .flip-front:after {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}
a.btn .flip-back,
.forminator-button-submit .flip-back {
  background: #c7c7f3;
  color: #36365f;
  border: 1px solid #c7c7f3;
  -webkit-transform: rotateX(90deg) translateZ(25px);
          transform: rotateX(90deg) translateZ(25px);
}
a.btn .flip-back:before, a.btn .flip-back:after,
.forminator-button-submit .flip-back:before,
.forminator-button-submit .flip-back:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: #36365f;
}
a.btn .flip-back:after,
.forminator-button-submit .flip-back:after {
  bottom: auto;
  left: auto;
  right: 0;
  top: 0;
}
a.btn:hover .flip-front,
.forminator-button-submit:hover .flip-front {
  -webkit-transform: rotateX(-90deg) translateZ(25px);
          transform: rotateX(-90deg) translateZ(25px);
}
a.btn:hover .flip-back,
.forminator-button-submit:hover .flip-back {
  -webkit-transform: rotateX(0deg) translateZ(25px);
          transform: rotateX(0deg) translateZ(25px);
}

.lines {
  position: fixed;
  top: 0;
  left: 50px;
  right: 50px;
  bottom: 0;
  border-left: 1px solid rgba(140, 140, 255, 0.2);
  border-right: 1px solid rgba(140, 140, 255, 0.2);
  pointer-events: none;
}
.lines .lines-inside {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lines .lines-inside:before, .lines .lines-inside:after {
  content: "";
  display: block;
  position: absolute;
  height: 33vh;
  width: 1px;
  background: rgba(140, 140, 255, 0.4);
  left: -1px;
  bottom: 100%;
  -webkit-animation: lineMove 10s linear infinite 3s;
          animation: lineMove 10s linear infinite 3s;
}
.lines .lines-inside:after {
  right: -1px;
  left: auto;
  -webkit-animation: lineMove 10s linear infinite 0s;
          animation: lineMove 10s linear infinite 0s;
}
@-webkit-keyframes lineMove {
  0% {
    bottom: 100%;
  }
  50% {
    bottom: calc(0% - 33vh);
  }
  100% {
    bottom: calc(0% - 33vh);
  }
}
@keyframes lineMove {
  0% {
    bottom: 100%;
  }
  50% {
    bottom: calc(0% - 33vh);
  }
  100% {
    bottom: calc(0% - 33vh);
  }
}
.lines .line {
  width: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
  background: rgba(140, 140, 255, 0.2);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 3rem 0;
}
header:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(32, 32, 55, 0.8);
  height: 150px;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 50px, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 50px, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: -1;
}
header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header a.logo-header {
  width: 262px;
  height: 30px;
  display: block;
}
header a.logo-header img:first-child {
  display: none;
}
header nav {
  margin-left: auto;
}
header nav ul {
  margin: 0;
  padding: 0;
}
header nav ul li {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
}
header nav ul li.current_page_item a {
  color: #fff;
}
header nav ul li a {
  display: block;
  padding: 15px 15px;
}
header .wpml-ls {
  margin-left: 10rem;
}
header .wpml-ls ul li.wpml-ls-current-language a {
  font-weight: 700;
  color: #fff;
}

.hero {
  position: relative;
  z-index: 2;
}
.hero h1 {
  max-width: 100%;
  width: 65%;
  line-height: 1;
  margin: 0 0 6rem 0;
}
.hero .content p {
  width: 550px;
  max-width: 100%;
  text-align: justify;
  position: relative;
}
.hero .content p:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 100%;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  background: #8c8cff;
}
.hero .images {
  padding-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero .images .image {
  width: 48%;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 32%;
}
.hero .images .image:nth-child(2) {
  margin-top: -18%;
  padding-bottom: 27%;
  margin-left: auto;
}
.hero .images .image:nth-child(3) {
  margin-left: auto;
  margin-top: -22%;
  padding-bottom: 28%;
}
.hero .images .image .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
}
.hero .images .image .image-wrapper .loading-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat center center;
  background-size: cover;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
.hero .images .image .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
  position: relative;
  z-index: 1;
}
.hero .images .image .loading-mask {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: #202037;
  z-index: 2;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.hero .hero-content-bottom {
  text-align: center;
  padding: 8rem 0;
}
.hero .hero-content-bottom p {
  width: 100%;
}

.introduction {
  position: relative;
  z-index: 2;
  padding: 6rem 0;
}
.introduction .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.introduction .title {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #c7c7f3;
}
.introduction .title:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: 100%;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  background: #8c8cff;
}
.introduction .content {
  width: 1000px;
  max-width: 60%;
  margin: 0 auto;
  font-size: 3.6rem;
  color: #c7c7f3;
}
.introduction .content strong {
  font-size: 4.2rem;
  font-weight: 500;
  color: #fff;
}
.introduction .content p {
  line-height: 1.5;
}
.introduction .content p:first-child {
  margin-top: 0;
}
.introduction .content p .line {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.services {
  position: relative;
  z-index: 2;
  padding: 6rem 0;
}
.services .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.services .title {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #c7c7f3;
}
.services .title:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: 100%;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  background: #8c8cff;
}
.services .content {
  width: 1000px;
  max-width: 60%;
  margin: 0 auto;
}
.services .service {
  position: relative;
  border-top: 1px solid #36365f;
  padding: 2rem 0;
}
.services .service:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: #8c8cff;
}
.services .service h3 {
  font-size: 3.6rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}
.services .service p {
  font-size: 18px;
}
.services .service ul li {
  margin-bottom: 10px;
}

.cta {
  padding: 8rem 0;
  position: relative;
  z-index: 1;
}
.cta .cta-image {
  position: relative;
}
.cta .cta-image .image-wrapper {
  overflow: hidden;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
}
.cta .cta-image .image-wrapper .loading-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat center center;
  background-size: cover;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
.cta .cta-image .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
  position: relative;
  z-index: 1;
}
.cta .cta-image .loading-mask {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: #202037;
  z-index: 2;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.cta .cta-image .quote {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(71, 71, 127, 0.3);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  padding: 5rem 10rem;
  font-size: 3.2rem;
  color: #fff;
  font-weight: 500;
  z-index: 1;
  width: 45%;
}
.cta .cta-image .quote p {
  position: relative;
  padding-left: 80px;
}
.cta .cta-image .quote p:before {
  content: "";
  width: 50px;
  height: 45px;
  background: url(../images/quote.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.testimonials {
  position: relative;
  z-index: 2;
  padding: 6rem 0;
  margin-top: 10rem;
}
.testimonials .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.testimonials .title {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #c7c7f3;
}
.testimonials .title:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: 100%;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  background: #8c8cff;
}
.testimonials .subtitle {
  color: rgba(140, 140, 255, 0.2);
  font-size: 15rem;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 10rem;
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%);
  pointer-events: none;
}
.testimonials .content {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonials .column-left,
.testimonials .column-right {
  width: 50%;
}
.testimonials .column-left .testimonial,
.testimonials .column-right .testimonial {
  width: 96%;
  margin-top: 4%;
  margin-bottom: 4%;
}
.testimonials .column-right .testimonial {
  margin-left: auto;
}
.testimonials .testimonial {
  position: relative;
  border: 1px solid #36365f;
  background: rgba(71, 71, 127, 0.2);
  padding: 3rem 6rem;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}
.testimonials .testimonial:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: #8c8cff;
}
.testimonials .testimonial p {
  font-size: 18px;
}
.testimonials .testimonial .testimonial-name {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  margin-top: 0;
}

footer {
  position: relative;
  z-index: 2;
  border-top: 5px solid rgba(140, 140, 255, 0.2);
  padding-top: 9rem;
}
footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .left-column,
footer .right-column {
  width: 48%;
}
footer .left-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .left-column > * {
  width: 100%;
}
footer .right-column {
  margin-left: auto;
}
footer form {
  margin-bottom: 0 !important;
}
footer form .forminator-field {
  position: relative;
}
footer form .forminator-field:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: #8c8cff;
  pointer-events: none;
}
footer form input[type=text],
footer form input[type=email],
footer form textarea {
  background: rgba(140, 140, 255, 0.1);
  border: none !important;
  border-bottom: 1px solid #c7c7f3 !important;
  padding: 25px !important;
  color: #fff !important;
  font-size: 16px !important;
  -webkit-transition: background-color 0.3s ease !important;
  transition: background-color 0.3s ease !important;
}
footer form input[type=text]::-webkit-input-placeholder, footer form input[type=email]::-webkit-input-placeholder, footer form textarea::-webkit-input-placeholder {
  color: #c7c7f3;
}
footer form input[type=text]::-moz-placeholder, footer form input[type=email]::-moz-placeholder, footer form textarea::-moz-placeholder {
  color: #c7c7f3;
}
footer form input[type=text]:-ms-input-placeholder, footer form input[type=email]:-ms-input-placeholder, footer form textarea:-ms-input-placeholder {
  color: #c7c7f3;
}
footer form input[type=text]::-ms-input-placeholder, footer form input[type=email]::-ms-input-placeholder, footer form textarea::-ms-input-placeholder {
  color: #c7c7f3;
}
footer form input[type=text]::placeholder,
footer form input[type=email]::placeholder,
footer form textarea::placeholder {
  color: #c7c7f3;
}
footer form input[type=text]:focus,
footer form input[type=email]:focus,
footer form textarea:focus {
  background: #8c8cff;
}
footer form input[type=text]:focus::-webkit-input-placeholder, footer form input[type=email]:focus::-webkit-input-placeholder, footer form textarea:focus::-webkit-input-placeholder {
  color: #fff;
}
footer form input[type=text]:focus::-moz-placeholder, footer form input[type=email]:focus::-moz-placeholder, footer form textarea:focus::-moz-placeholder {
  color: #fff;
}
footer form input[type=text]:focus:-ms-input-placeholder, footer form input[type=email]:focus:-ms-input-placeholder, footer form textarea:focus:-ms-input-placeholder {
  color: #fff;
}
footer form input[type=text]:focus::-ms-input-placeholder, footer form input[type=email]:focus::-ms-input-placeholder, footer form textarea:focus::-ms-input-placeholder {
  color: #fff;
}
footer form input[type=text]:focus::placeholder,
footer form input[type=email]:focus::placeholder,
footer form textarea:focus::placeholder {
  color: #fff;
}
footer h5 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #c7c7f3;
  position: relative;
}
footer h5:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: 100%;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  background: #8c8cff;
}
footer h3 {
  font-size: 4.2rem;
  font-weight: 700;
  color: #fff;
}
footer .content-bottom {
  margin-top: auto;
}
footer .content-bottom .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .content-bottom .socials a {
  display: block;
  margin-right: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .content-bottom .socials a:hover {
  opacity: 0.6;
}
footer .bottom-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 13px;
  padding: 50px 0;
  margin-top: 9rem;
  border-top: 5px solid rgba(140, 140, 255, 0.2);
}
footer .bottom-footer .pageAlignFluid {
  width: 100%;
}
footer .bottom-footer .right {
  margin-left: auto;
}
footer .bottom-footer a {
  position: relative;
  padding-left: 28px;
  margin-left: 60px;
  color: #c7c7f3;
}
footer .bottom-footer a:hover {
  color: #fff;
}
footer .bottom-footer a:before {
  content: "";
  display: block;
  width: 20px;
  height: 16px;
  background: url(../images/icon-mail.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}

.subpage-title h1 {
  margin: 0;
}

.contact-introduction {
  padding-top: 5rem;
}
.contact-introduction h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #c7c7f3;
  position: relative;
}
.contact-introduction h4:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 100%;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  background: #8c8cff;
}
.contact-introduction h2 {
  font-size: 7.2rem;
  margin-top: 0;
  width: 65%;
  max-width: 100%;
}

.galleries {
  position: relative;
  z-index: 2;
}
.galleries .bottom-content {
  text-align: center;
  padding: 10rem 0;
}
.galleries .gallery-section {
  margin-bottom: 20rem;
}
.galleries .gallery-section:last-child {
  margin-bottom: 0;
}
.galleries h2 {
  font-size: 7.2rem;
  position: relative;
  padding: 0 20px;
  margin-bottom: 0;
}
.galleries h2 span {
  position: relative;
}
.galleries h2 span:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  margin-left: 10px;
  bottom: 16px;
  height: 6px;
  width: 100vw;
  background: #8c8cff;
}
.galleries .gallery-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.galleries .gallery-images .image-wrapper {
  height: 0;
  position: relative;
}
.galleries .gallery-images .image-wrapper.image-size-big {
  width: 100%;
  padding-bottom: 40%;
}
.galleries .gallery-images .image-wrapper.image-size-medium {
  width: 50%;
  padding-bottom: 40%;
}
.galleries .gallery-images .image-wrapper.image-size-small {
  width: 33.333%;
  padding-bottom: 28%;
}
.galleries .gallery-images .image-wrapper.image-size-tiny {
  width: 25%;
  padding-bottom: 20%;
}
.galleries .gallery-images .image-wrapper .image-main {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  overflow: hidden;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
}
.galleries .gallery-images .image-wrapper .image-main .loading-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat center center;
  background-size: cover;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
.galleries .gallery-images .image-wrapper .image-main img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
  position: relative;
  z-index: 1;
}
.galleries .gallery-images .image-wrapper .image-main .loading-mask {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: #202037;
  z-index: 2;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.packages {
  position: relative;
  z-index: 2;
  padding-bottom: 10rem;
}
.packages .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.packages .content .package {
  width: 33.3333%;
  padding: 20px;
}
.packages .content .package.big-package {
  border: 3px solid #8c8cff;
}
.packages .content .package.big-package .package-inside {
  background: #fff;
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.packages .content .package.big-package .package-inside h3 {
  color: #8c8cff;
  font-size: 7.2rem;
  line-height: 1;
}
.packages .content .package.big-package .package-inside h3 strong {
  font-size: 3.2rem;
  color: #202037;
}
.packages .content .package.big-package .package-inside ul li {
  color: #36365f;
  border-bottom: 1px solid #c7c7f3;
}
.packages .content .package .package-inside {
  background: rgba(140, 140, 255, 0.05);
  border: 1px solid #36365f;
  padding: 6rem 3rem;
  text-align: center;
  position: relative;
}
.packages .content .package .package-inside:before, .packages .content .package .package-inside:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: #8c8cff;
}
.packages .content .package .package-inside:after {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}
.packages .content .package .package-inside h5 {
  font-size: 11px;
  color: #8c8cff;
  font-weight: 700;
  margin: 0;
}
.packages .content .package .package-inside h3 {
  font-weight: 700;
  font-size: 6.4rem;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}
.packages .content .package .package-inside h3 strong {
  font-size: 2.4rem;
  color: #8c8cff;
}
.packages .content .package .package-inside ul {
  margin: 50px 0 0 0;
  padding: 0;
  list-style: none;
}
.packages .content .package .package-inside ul li {
  padding: 20px;
  border-bottom: 1px solid #36365f;
}
.packages .content .package .package-inside ul li:last-child {
  border-bottom: none !important;
}

.iframe-embed {
  position: relative;
  z-index: 2;
  padding-bottom: 5rem;
}
.iframe-embed .container {
  position: relative;
}
.iframe-embed .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(32, 32, 55, 0.9);
  z-index: 5;
}
.iframe-embed .content h2 {
  color: #fff;
  margin-bottom: 0;
}
.iframe-embed .content h3 {
  margin-top: 10px;
  color: #8c8cff;
}
.iframe-embed .iframe {
  height: 0;
  z-index: 2;
  padding-bottom: calc(100vh - 100px);
}
.iframe-embed .iframe .iframe-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.iframe-embed .iframe .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
}

.before-and-after {
  padding: 8rem 0;
}
.before-and-after h2 {
  text-align: center;
  color: #fff;
  font-size: 7.2rem;
  margin: 0 0 30px 0;
}
.before-and-after .slider-wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.before-and-after .wrapper,
.before-and-after .gallery,
.before-and-after .img {
  max-height: 90vh;
  height: auto;
  margin: 0;
  padding: 0;
}
.before-and-after img {
  height: 100vh;
  max-height: 90vh;
  min-width: 0;
  width: auto;
  max-width: none;
}
.before-and-after .wrapper {
  position: relative;
}
.before-and-after .gallery {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.before-and-after .img {
  min-width: 100%;
  display: block;
  cursor: pointer;
}
.before-and-after .gallery__resize,
.before-and-after .gallery__resize:after {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 100%;
}
.before-and-after .gallery__resize {
  left: 0;
  width: 50%;
  overflow: hidden;
}
.before-and-after .tr {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.before-and-after .gallery__resize:after {
  content: "";
  width: 4px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 0;
  z-index: 20;
}

@media only screen and (max-width: 1800px) {
  .packages .content .package .package-inside h3 {
    font-size: 4.2rem !important;
  }
  .packages .content .package .package-inside h3 strong {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 1600px) {
  .hero h1 {
    font-size: 12rem;
  }
  .introduction .content p {
    font-size: 24px;
  }
  .introduction .content p strong {
    font-size: 32px;
  }
  .before-and-after h2 {
    font-size: 5.2rem;
  }
  .cta .cta-image .quote {
    font-size: 2.4rem;
    padding: 30px 50px;
  }
  .testimonials .subtitle {
    font-size: 8rem;
  }
  .subpage-title h1 {
    font-size: 12rem;
  }
  .galleries h2 {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 1300px) {
  header .wpml-ls {
    margin-left: 40px;
  }
  .hero h1 {
    font-size: 12rem;
  }
  .hero .content p {
    width: 45%;
  }
  .packages .content .package {
    padding: 0;
    width: 100%;
  }
  .packages .content .package .package-inside h3 {
    font-size: 42px !important;
  }
  .packages .content .package .package-inside h3 strong {
    font-size: 15px !important;
  }
  .before-and-after .wrapper,
  .before-and-after .gallery,
  .before-and-after .img {
    max-height: 100%;
    height: auto;
    width: 100vw;
    margin: 0;
    padding: 0;
  }
  .before-and-after img {
    max-height: 100%;
    height: auto;
    width: 100vw;
    max-width: 100vw;
  }
}
@media only screen and (max-width: 1100px) {
  .hero h1 {
    font-size: 8rem;
  }
  .hero .content p {
    width: 100%;
  }
  .hero .images {
    padding-top: 40px;
  }
  .hero .images .image:nth-child(2) {
    margin-top: 10%;
  }
  .hero .images .image:nth-child(3) {
    margin-left: 0;
    margin-top: -3%;
  }
  .introduction .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .introduction .title {
    position: relative;
    -webkit-transform: none;
            transform: none;
    top: auto;
    left: auto;
  }
  .introduction .content {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
  }
  .services .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .services .title {
    position: relative;
    -webkit-transform: none;
            transform: none;
    top: auto;
    left: auto;
  }
  .services .content {
    margin-top: 60px;
    width: 100%;
    max-width: 100%;
  }
  .cta .cta-image .quote {
    font-size: 18px;
    padding: 15px 30px;
  }
  .contact-introduction h2 {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  html {
    font-size: 30%;
  }
  header .pageAlignFluid {
    padding: 0 3px;
  }
  header .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .responsive-nav {
    display: block;
  }
  header .wpml-ls {
    margin-left: auto;
  }
  header nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #202037;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: -1;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header nav.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  header nav ul li {
    display: block;
    text-align: center;
    font-size: 8rem;
  }
  header a.logo-header {
    margin: 0 auto;
    position: absolute;
    top: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 164px;
    height: 64px;
  }
  header a.logo-header img:first-child {
    display: block;
  }
  header a.logo-header img:last-child {
    display: none;
  }
  .pageAlignFluid {
    padding: 0 30px;
  }
  .hero h1 {
    font-size: 10rem;
  }
  .hero .images .image {
    width: 100% !important;
    padding-bottom: 60% !important;
    margin-top: 10px !important;
  }
  .hero .images .image .image-wrapper {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  a.btn {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .introduction .content p {
    font-size: 16px;
  }
  .introduction .content p strong {
    font-size: 22px;
  }
  .cta .cta-image .quote {
    position: static;
    width: 100%;
    background: #36365f;
    font-size: 14px;
    line-height: 1;
  }
  .cta .cta-image .quote p {
    padding-left: 45px;
  }
  .cta .cta-image .quote p:before {
    width: 30px;
    height: 26px;
  }
  .testimonials .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .testimonials .title {
    position: relative;
    top: auto;
  }
  .testimonials .content {
    margin-top: 40px;
  }
  .testimonials .column-left,
  .testimonials .column-right {
    width: 100%;
  }
  .testimonials .column-left .testimonial,
  .testimonials .column-right .testimonial {
    width: 100%;
  }
  footer .left-column,
  footer .right-column {
    width: 100%;
  }
  footer .right-column {
    margin-top: 50px;
  }
  footer .bottom-footer a {
    margin-left: 20px;
  }
  footer .bottom-footer .left,
  footer .bottom-footer .right {
    width: 100%;
  }
  footer .bottom-footer .right {
    margin-top: 10px;
  }
  .services .service h3 {
    font-size: 26px;
  }
  .lines {
    left: 10px;
    right: 10px;
  }
  .galleries h2 {
    padding: 0 5px;
  }
  .galleries h2 span:after {
    bottom: 7px;
  }
  .galleries .gallery-section {
    margin: 0 -5px;
  }
  .galleries .gallery-images .image-wrapper .image-main {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .galleries .gallery-images .image-wrapper.image-size-tiny {
    width: 50%;
    padding-bottom: 45%;
  }
  .galleries .gallery-images .image-wrapper.image-size-small, .galleries .gallery-images .image-wrapper.image-size-big {
    width: 100%;
    padding-bottom: 80%;
  }
  .page-content {
    padding-top: calc(120px + 2vw);
  }
  .iframe-embed .iframe {
    padding-bottom: calc(100vh - 300px);
  }
}/*# sourceMappingURL=styles.css.map */