@charset "UTF-8";
#splash-preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
  background: none;
  background: url(/wp-content/themes/ecocapsule/video/splash-2-mobile.jpg) no-repeat center;
  background-size: cover; }
  @media (min-width: 768px) {
    #splash-preloader {
      background: url(/wp-content/themes/ecocapsule/video/splash-2.jpg) no-repeat center;
      background-size: cover; } }
  #splash-preloader .splash-screen {
    text-align: center;
    z-index: 1; }
  #splash-preloader .splash-overlay {
    background: rgba(0, 11, 27, 0.9);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: none; }
  #splash-preloader video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    opacity: .8; }
  #splash-preloader .splash-bar {
    height: 2px;
    position: absolute;
    border-radius: 0;
    background: transparent;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 10;
    margin-top: -0.5px; }
  #splash-preloader .splash-progress {
    height: 100%;
    width: 0;
    background: linear-gradient(270deg, #26A4CC 0%, rgba(38, 94, 204, 0.3) 100%);
    transition-timing-function: ease; }
  #splash-preloader .splash-content {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    padding: 20px;
    transform: translate(-50%, -50%);
    margin-top: -10px; }
    #splash-preloader .splash-content svg {
      width: 118px; }
  #splash-preloader .splash-logo {
    font-size: 20px;
    font-weight: 600; }
  #splash-preloader .splash-title-1,
  #splash-preloader .splash-title-2 {
    font-size: 70px;
    font-weight: 500;
    line-height: 140%; }
    @media (max-width: 768px) {
      #splash-preloader .splash-title-1,
      #splash-preloader .splash-title-2 {
        font-size: 54px;
        padding-bottom: 5px; } }
  #splash-preloader .splash-title-2 {
    font-size: 70px;
    font-weight: 500;
    line-height: 120%; }
    @media (max-width: 768px) {
      #splash-preloader .splash-title-2 {
        font-size: 44px;
        padding-bottom: 0; } }
  #splash-preloader .splash-percent {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; }

* {
  outline: none !important; }

body {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: rgba(5, 9, 13, 0.8);
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.home {
    overflow: hidden; }
    body.home.played {
      overflow: unset; }
  body.logged-in {
    overflow: auto !important; }
  body.modal-openned {
    overflow: hidden !important; }
  body.page-id-333, body.page-id-344, body.page-id-1038, body.page-id-1040 {
    background: #0D0D0D; }

@media (max-width: 1399px) {
  html {
    font-size: 14px; } }
@media (max-width: 1199px) {
  html {
    font-size: 12px; } }
@media (max-width: 767px) {
  html {
    font-size: 16px; } }
@media (max-width: 320px) {
  html {
    font-size: 14px; } }

p {
  line-height: 150%; }

a {
  color: #2ABAE8; }

@media (max-width: 991px) {
  .container {
    /* padding: 0 1.25rem;
     max-width: 100%;*/ } }

.container-fluid {
  padding: 0 2rem; }
  @media (max-width: 991px) {
    .container-fluid {
      padding: 0 1rem; } }

.text-color--1 {
  color: #2ABAE8 !important; }
.text-color--2 {
  color: rgba(14, 26, 40, 0.6) !important; }
.text-color--3 {
  color: #F6F9FF !important; }
.text-color--4 {
  color: #523001 !important; }
.text-color--5 {
  color: rgba(5, 9, 13, 0.8) !important; }
.text-color--6 {
  color: rgba(15, 21, 29, 0.7) !important; }
.text-color--7 {
  color: #ffffff !important; }
.text-color--8 {
  color: #F1F5E8 !important; }
.text-color--9 {
  color: #C3C3C3 !important; }
.text-color--10 {
  color: #000000 !important; }
.text-color--11 {
  color: rgba(14, 26, 40, 0.25) !important; }
.text-color--12 {
  color: #5EAB53 !important; }
.text-color--primary {
  color: #FFFFFF !important; }
.text-color--secondary {
  color: #B3B3B3 !important; }
.text-color--tertiary {
  color: #000000 !important; }
.text-color--quaternary {
  color: #0D0D0D !important; }
.text-color--quinary {
  color: #1B1B1B !important; }
.text-color--senary {
  color: #8C8C8C !important; }

.bg-color--1 {
  background-color: #2ABAE8 !important; }
.bg-color--2 {
  background-color: rgba(14, 26, 40, 0.6) !important; }
.bg-color--3 {
  background-color: #F6F9FF !important; }
.bg-color--4 {
  background-color: #523001 !important; }
.bg-color--5 {
  background-color: rgba(5, 9, 13, 0.8) !important; }
.bg-color--6 {
  background-color: rgba(15, 21, 29, 0.7) !important; }
.bg-color--7 {
  background-color: #ffffff !important; }
.bg-color--8 {
  background-color: #F1F5E8 !important; }
.bg-color--9 {
  background-color: #C3C3C3 !important; }
.bg-color--10 {
  background-color: #000000 !important; }
.bg-color--11 {
  background-color: rgba(14, 26, 40, 0.25) !important; }
.bg-color--12 {
  background-color: #5EAB53 !important; }
.bg-color--primary {
  background-color: #FFFFFF !important; }
.bg-color--secondary {
  background-color: #B3B3B3 !important; }
.bg-color--tertiary {
  background-color: #000000 !important; }
.bg-color--quaternary {
  background-color: #0D0D0D !important; }
.bg-color--quinary {
  background-color: #1B1B1B !important; }
.bg-color--senary {
  background-color: #8C8C8C !important; }

img {
  max-width: 100%; }

#templates-list {
  background: #006EFF;
  padding: 0.625rem 0.9375rem 1.25rem;
  position: fixed;
  top: 100px;
  left: -190px;
  z-index: 9999;
  display: block;
  width: 200px; }
  @media (max-width: 991px) {
    #templates-list {
      display: none; } }
  #templates-list ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #templates-list ul li {
      margin-bottom: 0; }
      #templates-list ul li h3 {
        color: rgba(15, 21, 29, 0.7);
        line-height: 22px;
        font-weight: 700;
        margin: 0.625rem 0 0.5rem;
        font-size: 1rem; }
      #templates-list ul li a {
        line-height: 1rem;
        display: block;
        font-weight: 500;
        padding: 0.3125rem 0;
        font-size: 0.75rem;
        color: rgba(15, 21, 29, 0.7); }
        #templates-list ul li a:hover {
          text-decoration: underline; }

.select2-container {
  font-size: 0.875rem; }
  .select2-container .select2-selection--single {
    background: #FFFFFF;
    border: 0.5px solid #A9ACAE;
    border-radius: 0.25rem;
    height: 36px; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      padding-left: 0.625rem;
      line-height: 36px;
      overflow: visible; }
    .select2-container .select2-selection--single .select2-selection__arrow {
      height: 36px; }

.page-heading {
  position: relative;
  min-height: 400px; }
  .page-heading .container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: #ffffff; }
    @media (max-width: 575px) {
      .page-heading .container {
        transform: translate(-50%, -10%); } }
  @media (min-width: 992px) {
    .page-heading h1 {
      font-size: 70px;
      margin-left: -4px; } }
  .page-heading img {
    width: 100%; }
    @media (max-width: 575px) {
      .page-heading img {
        min-height: 200px;
        object-fit: cover; } }
  .page-heading .post-thumbnail img {
    max-height: 60vh;
    object-fit: cover; }

.section {
  margin: 7.5rem 0; }
  .section--small {
    margin: 5rem 0; }
    @media (max-width: 991px) {
      .section--small {
        margin: 2.5rem 0; } }
    @media (max-width: 575px) {
      .section--small {
        margin: 3rem 0; } }
  .section--normal {
    margin: 7.5rem 0; }
    @media (max-width: 991px) {
      .section--normal {
        margin: 5rem 0; } }
    @media (max-width: 575px) {
      .section--normal {
        margin: 4rem 0; } }
  .section--big {
    margin: 10rem 0; }
    @media (max-width: 991px) {
      .section--big {
        margin: 4rem 0; } }
    @media (max-width: 575px) {
      .section--big {
        margin: 3rem 0; } }

@media (max-width: 991px) {
  video {
    width: 100%;
    height: auto; } }

.video-wrap {
  max-width: 100%;
  padding-top: 56.25%;
  position: relative;
  width: 100%; }
  .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.section-img-right {
  position: relative; }
  .section-img-right .info-block {
    position: absolute;
    padding: 1.5rem 2.5rem; }
    @media (max-width: 991px) {
      .section-img-right .info-block {
        padding: 1rem 1.25rem; } }
  .section-img-right.info-top-right .info-block {
    top: 0;
    right: 0; }
    @media (max-width: 991px) {
      .section-img-right.info-top-right .info-block {
        left: 0;
        bottom: 0;
        top: auto;
        right: auto; } }

.icon-circle.normal {
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  background-image: url("../svg/icon_circle_small.svg");
  background-size: 2rem; }
  @media (max-width: 991px) {
    .icon-circle.normal {
      flex: 0 0 1.5rem;
      width: 1.5rem;
      height: 1.5rem;
      background-size: 1.5rem; } }
.icon-circle.big {
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  background-image: url("../svg/icon_circle.svg");
  background-size: 2rem; }
  @media (max-width: 991px) {
    .icon-circle.big {
      flex: 0 0 1.5rem;
      width: 1.5rem;
      height: 1.5rem;
      background-size: 1.5rem; } }

.heading.with-icon {
  display: inline-flex;
  align-items: center; }
  .heading.with-icon .icon-circle {
    margin-right: 1rem; }

.icon-mail {
  background-image: url("../svg/icon_mail.svg");
  background-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  vertical-align: middle; }

.icon-phone {
  background-image: url("../svg/icon_phone.svg");
  background-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  vertical-align: middle; }

.icon-search {
  background-image: url("../svg/icon_search.svg");
  background-size: 1.3125rem 1.25rem;
  background-repeat: no-repeat;
  width: 1.3125rem;
  height: 1.25rem;
  display: inline-block;
  vertical-align: middle; }

.badges-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem; }

.badge {
  text-decoration: none;
  font-size: 0.688rem;
  letter-spacing: 0.2em;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  padding: 0.5rem 1rem;
  border-radius: 1.5rem;
  font-family: "Montserrat", sans-serif; }
  .badge:after {
    display: none; }
  @media (max-width: 991px) {
    .badge {
      letter-spacing: 1px; } }
  .badge.badge--1 {
    color: #2ABAE8;
    background-color: rgba(42, 186, 232, 0.1); }

.short-separator {
  background-color: #2ABAE8;
  width: 2.5rem;
  height: 0.25rem;
  display: block;
  margin: 2.5rem 0; }

.mb-20 {
  margin-bottom: 2rem !important; }
  @media (max-width: 767px) {
    .mb-20 {
      margin-bottom: 1.5rem !important; } }

.mb-40 {
  margin-bottom: 2.5rem !important; }
  @media (max-width: 767px) {
    .mb-40 {
      margin-bottom: 2rem !important; } }

.mb-50 {
  margin-bottom: 4rem !important; }
  @media (max-width: 991px) {
    .mb-50 {
      margin-bottom: 3rem !important; } }
  @media (max-width: 767px) {
    .mb-50 {
      margin-bottom: 3rem !important; } }

.mb-80 {
  margin-bottom: 5rem !important; }
  @media (max-width: 991px) {
    .mb-80 {
      margin-bottom: 3rem !important; } }

.mb-100 {
  margin-bottom: 10rem !important; }
  @media (max-width: 991px) {
    .mb-100 {
      margin-bottom: 5rem !important; } }

.subpage-title-block {
  position: relative;
  overflow: hidden;
  padding: 2.5rem 0;
  background-color: rgba(6, 119, 255, 0.04); }
  .subpage-title-block .container {
    position: relative;
    z-index: 1; }
  .subpage-title-block nav {
    margin-bottom: 2.25rem; }
    @media (max-width: 767px) {
      .subpage-title-block nav {
        margin-bottom: 1.5rem; } }
  .subpage-title-block:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(180deg, rgba(245, 250, 255, 0) 0%, #F5FAFF 100%);
    z-index: 1; }
  .subpage-title-block:after {
    content: '';
    width: 58.9375rem;
    height: 39.25rem;
    top: 0;
    right: -5.8125rem;
    z-index: 0;
    position: absolute;
    background-size: initial;
    background-repeat: no-repeat;
    background-image: url("../svg/subpage_hero_svg.svg"); }
    @media (max-width: 991px) {
      .subpage-title-block:after {
        display: none; } }

.subpage-content {
  padding: 5rem 0; }
  @media (max-width: 991px) {
    .subpage-content {
      padding: 4rem 0 3rem; } }
  @media (max-width: 767px) {
    .subpage-content {
      padding: 2.5rem 0; } }

hr {
  margin: 2rem 0;
  opacity: 1;
  border-top: 1px solid rgba(82, 48, 1, 0.2); }
  @media (max-width: 991px) {
    hr {
      margin: 1rem 0; } }

.message-block {
  display: inline-flex;
  padding-right: 1.875rem;
  align-items: center;
  background-color: rgba(14, 26, 40, 0.4); }
  @media (max-width: 991px) {
    .message-block {
      padding-right: 0.75rem; }
      .message-block .heading--4 {
        font-size: 0.875rem; }
      .message-block .btn {
        padding: 0.625rem 1.25rem;
        font-size: 0.75rem; } }
  .message-block .message-block--icon {
    background-color: #2ABAE8;
    flex: 0 0 6.25rem;
    width: 6.25rem;
    height: 6.25rem;
    margin-right: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 991px) {
      .message-block .message-block--icon {
        flex: 0 0 3.5rem;
        width: 3.5rem;
        height: 3.5rem; }
        .message-block .message-block--icon img {
          width: 2rem; } }
  .message-block--small {
    display: inline-flex;
    padding-right: 4rem; }
    @media (max-width: 991px) {
      .message-block--small .heading--5 {
        font-size: 0.875rem; } }
    .message-block--small .message-block--icon {
      flex: 0 0 3.75rem;
      width: 3.75rem;
      height: 3.75rem; }
      @media (max-width: 991px) {
        .message-block--small .message-block--icon {
          flex: 0 0 3.5rem;
          width: 3.5rem;
          height: 3.5rem; } }
      .message-block--small .message-block--icon img {
        width: 2rem; }

.inner-wrap {
  padding-left: 7rem;
  padding-right: 7rem; }
  @media (max-width: 1399px) {
    .inner-wrap {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media (max-width: 991px) {
    .inner-wrap {
      padding-left: 0;
      padding-right: 0; } }

@media (max-width: 991px) {
  .container.inner-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

.info-block {
  background-color: rgba(14, 26, 40, 0.6);
  padding: 2rem 2.5rem;
  display: inline-block; }
  @media (max-width: 991px) {
    .info-block {
      padding: 1rem 1rem; }
      .info-block .heading {
        font-size: 1rem; } }

.separator {
  height: 5rem; }

.circle-number {
  width: 6.25rem;
  height: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -2.25rem; }
  @media (max-width: 767px) {
    .circle-number {
      width: 4rem;
      height: 4rem; }
      .circle-number .paragraph--biggest {
        font-size: 2rem; } }
  .circle-number:before {
    content: '';
    background-image: url("../svg/icon_star.svg");
    background-size: 6.25rem;
    background-repeat: no-repeat;
    width: 6.25rem;
    height: 6.25rem;
    position: absolute;
    opacity: 0.3; }
    @media (max-width: 767px) {
      .circle-number:before {
        width: 4rem;
        height: 4rem;
        background-size: 4rem; } }

.irs--round .irs-line {
  height: 2px;
  top: 2rem;
  background-color: #d8d8d8; }
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single,
.irs--round .irs-min,
.irs--round .irs-max {
  background-color: transparent;
  color: #F6F9FF;
  font-size: 0.9375rem;
  line-height: 140%;
  letter-spacing: 0.33272085px; }
  .irs--round .irs-from:before,
  .irs--round .irs-to:before,
  .irs--round .irs-single:before,
  .irs--round .irs-min:before,
  .irs--round .irs-max:before {
    display: none; }
.irs--round .irs-single {
  top: 50px; }
.irs--round .irs-min,
.irs--round .irs-max {
  display: none; }
.irs--round .irs-bar {
  background-color: #d8d8d8;
  height: 2px;
  top: 2rem; }
.irs--round .irs-handle {
  top: 21px;
  width: 1.375rem;
  height: 1.375rem;
  box-shadow: 0 0 0 1px #d8d8d8;
  border: 4px solid #fff4e1;
  background-color: #F6F9FF; }
  .irs--round .irs-handle:hover {
    background-color: #F6F9FF; }

.table thead {
  vertical-align: top; }
  .table thead th {
    color: #FFFFFF;
    padding: 1rem 0 2rem;
    border-bottom-color: #FFFFFF; }
    @media (max-width: 991px) {
      .table thead th {
        padding: 0.875rem 0.5rem 1.5rem;
        font-size: 0.75rem;
        line-height: 120%; } }
.table tbody td, .table tbody th {
  color: #FFFFFF;
  padding: 1.125rem 0;
  font-weight: 400; }
  @media (max-width: 991px) {
    .table tbody td, .table tbody th {
      padding: 0.875rem 0.5rem;
      font-size: 0.75rem;
      line-height: 120%; } }

@media (max-width: 991px) {
  .page-wrap {
    overflow-x: hidden; } }

.table-scroll-legend {
  margin-top: 2rem;
  border-radius: 4rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(246, 249, 255, 0.5);
  padding: 0.75rem 1.25rem; }
  .table-scroll-legend img {
    width: 1rem;
    height: auto;
    margin-right: 1rem; }

.section--contact {
  padding: 7rem 0 12rem 0;
  position: relative;
  color: #ffffff;
  z-index: 1; }
  @media (max-width: 991px) {
    .section--contact {
      padding: 6rem 0 0; } }
  .section--contact.active .section--mentions--shape {
    border-radius: 50%; }
  .section--contact--shape {
    position: absolute;
    top: -3.125rem;
    left: 0;
    width: 100%;
    height: 6.25rem;
    border-radius: 0%;
    background: #0D0D0D;
    transition: all 0.5s ease-in-out; }
  .section--contact .svg-container {
    z-index: -1; }
  .section--contact h3,
  .section--contact h4 {
    padding: 0 0 30px 0;
    margin: 0;
    font-size: 24px; }
    @media (min-width: 768px) {
      .section--contact h3,
      .section--contact h4 {
        font-size: 26px; } }
    @media (min-width: 992px) {
      .section--contact h3,
      .section--contact h4 {
        font-size: 32px; } }
  .section--contact p {
    margin: 0;
    padding: 0 0 30px 0; }
  .section--contact a {
    text-decoration: none; }
    .section--contact a:hover {
      text-decoration: underline; }
  .section--contact .contact-social {
    gap: 0.875rem;
    display: flex; }
    .section--contact .contact-social a {
      transition: all 0.3s ease-in-out;
      width: 52px;
      height: 52px;
      font-size: 22px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      border: 1px solid rgba(42, 186, 232, 0.3); }
      .section--contact .contact-social a:hover {
        border: 1px solid rgba(42, 186, 232, 0.9);
        text-decoration: none; }

.section--preorder h1.preorder-title {
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  margin: 0 0 0 10px;
  vertical-align: top; }
.section--preorder .sidebar-form {
  position: relative;
  color: #ffffff;
  padding: 45px;
  max-width: 670px;
  background: rgba(13, 13, 13, 0.9);
  backdrop-filter: blur(40px);
  min-height: 100vh;
  z-index: 10;
  transform: translateX(-100%);
  transition: all 1s ease-in-out; }
.section--preorder .post-thumbnail {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  opacity: 0;
  transition: all 1.3s ease-in-out; }
  .section--preorder .post-thumbnail img {
    width: 100%;
    height: 100vh;
    object-fit: cover; }

body.played .sidebar-form {
  transform: translateX(0); }
body.played .post-thumbnail {
  opacity: 1; }

/*** Anomations ***/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOutSlideDown {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 0;
    transform: translateY(60px); } }
@keyframes fadeInSlideUp {
  from {
    opacity: 0;
    transform: translateY(60px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.fade-in {
  animation: fadeIn 0.5s forwards; }

.fade-out {
  animation: fadeOut 0.5s forwards; }

.fade-out-slide-down {
  animation: fadeOutSlideDown 0.5s forwards; }

.fade-in-slide-up {
  animation: fadeInSlideUp 0.5s forwards; }

#productCanvas {
  max-width: 100%;
  max-height: 100%; }

.svg-effect {
  position: relative; }

.svg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .svg-container svg {
    width: 100%;
    height: 100%; }

/*** Animations ***/
@keyframes pulsePin {
  0% {
    width: 40px;
    height: 40px; }
  60% {
    width: 55px;
    height: 55px; }
  100% {
    width: 40px;
    height: 40px; } }
section#content-wrapper {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px; }

.modal-video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .modal-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.incon-font {
  font-family: "Inconsolata", monospace; }

.heading-font {
  font-family: "Montserrat", sans-serif; }

.heading {
  transition: all 0.3s ease-in-out;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding: 0; }
  @media (max-width: 767px) {
    .heading br {
      display: none; } }
  .heading--1 {
    font-size: 6.25rem;
    font-weight: 500;
    line-height: 110%; }
    @media (max-width: 991px) {
      .heading--1 {
        font-size: 4rem; } }
  .heading--2 {
    font-size: 4.375rem;
    font-weight: 500;
    line-height: 130%; }
    @media (max-width: 991px) {
      .heading--2 {
        font-size: 2.5rem; } }
  .heading--3 {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 110%; }
    @media (max-width: 991px) {
      .heading--3 {
        font-size: 1.5rem; } }
  .heading--4 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 110%; }
    @media (max-width: 991px) {
      .heading--4 {
        font-size: 1.5rem; } }
  .heading--5 {
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 110%; }
    @media (max-width: 991px) {
      .heading--5 {
        font-size: 1.375rem; } }
  .heading--6 {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 147%; }
    @media (max-width: 991px) {
      .heading--6 {
        font-size: 1.25rem; } }
  .heading--7 {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 147%; }
    @media (max-width: 991px) {
      .heading--7 {
        font-size: 1rem; } }

.heading--outer {
  position: relative; }
  .heading--outer span {
    color: rgba(0, 0, 0, 0.02);
    font-size: 7.75rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center; }

.paragraph {
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in-out; }
  .paragraph--overline {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    letter-spacing: 0.3em;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .paragraph--overline {
        font-size: 0.875rem; } }
  .paragraph--big {
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 150%;
    font-family: "Montserrat", sans-serif; }
    @media (max-width: 991px) {
      .paragraph--big {
        font-size: 1.125rem; } }
  .paragraph--normal {
    font-size: 1.125rem;
    line-height: 180%; }
    @media (max-width: 991px) {
      .paragraph--normal {
        font-size: 1rem; } }
  .paragraph--base {
    font-size: 1rem;
    line-height: 150%; }
    @media (max-width: 991px) {
      .paragraph--base {
        font-size: 0.875rem; } }
  .paragraph--small {
    font-size: 0.875rem;
    line-height: 150%; }
    @media (max-width: 991px) {
      .paragraph--small {
        font-size: 0.875rem; } }
  .paragraph--smaller {
    font-size: 0.8125rem; }
    @media (max-width: 991px) {
      .paragraph--smaller {
        font-size: 0.875rem; } }
  .paragraph--smallest {
    font-size: 0.75rem;
    line-height: 200%; }
    @media (max-width: 991px) {
      .paragraph--smallest {
        font-size: 0.625rem; } }
  .paragraph--subtitle {
    font-size: 0.75rem;
    line-height: 200%; }
    @media (max-width: 991px) {
      .paragraph--subtitle {
        font-size: 0.625rem; } }
  .paragraph strong {
    font-weight: 700; }
  .paragraph a {
    color: #2ABAE8;
    text-decoration: none; }
    .paragraph a:hover {
      text-decoration: underline; }

#header-wrapper {
  position: fixed;
  top: 1.5rem;
  z-index: 1000;
  width: 100%; }
  @media (max-width: 991px) {
    #header-wrapper {
      top: 1rem; } }
  #header-wrapper > .container {
    max-width: 1460px; }

body.home #header-wrapper {
  transform: translateY(calc(-100% - 50px));
  transition: all .8s ease-in-out; }
body.home.played #header-wrapper {
  transform: translateY(0); }

.page-id-344 #header-wrapper,
.page-id-1038 #header-wrapper {
  display: none !important; }

header#header {
  padding: 0 1.25rem;
  transition: all 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(1.25rem);
  -webkit-backdrop-filter: blur(1.25rem);
  border-radius: 1.25rem;
  margin: 0 auto; }
  @media (max-width: 991px) {
    header#header {
      padding: 0.75rem 1rem;
      border-radius: 0.75rem;
      transition: none;
      width: calc(100% - 62px);
      margin: 0;
      border-radius: 12px 6px 6px 12px; }
      header#header .container > .row {
        justify-content: space-between; } }
  header#header a {
    text-decoration: none;
    font-family: "Montserrat", sans-serif; }

.header-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  position: relative;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #ffffff; }
  @media (max-width: 991px) {
    .header-logo {
      font-size: 1rem;
      gap: 0.5rem; } }
  @media (max-width: 320px) {
    .header-logo {
      font-size: 0.875rem; } }
  @media (max-width: 575px) {
    .header-logo img {
      width: 100px; } }
  @media (max-width: 390px) {
    .header-logo img {
      width: 80px; } }
  .header-logo span {
    width: 1.5rem;
    height: 1.5rem;
    background-color: #2ABAE8;
    border-radius: 0.5rem; }

#post-344 .header-logo {
  display: inline-flex;
  text-decoration: none;
  font-size: 20px;
  line-height: 30px; }

.col-logo {
  z-index: 10;
  position: relative; }
  .col-logo .lang-select {
    position: absolute;
    top: 10px;
    right: -80px;
    font-size: 12px; }
    @media (max-width: 575px) {
      .col-logo .lang-select {
        top: 8px;
        right: -55px; } }
    @media (max-width: 390px) {
      .col-logo .lang-select {
        top: 4px; } }
    .col-logo .lang-select a {
      color: rgba(255, 255, 255, 0.85);
      display: inline-block;
      padding: 0px 6px; }
      .col-logo .lang-select a:first-of-type {
        border-right: 1px solid rgba(255, 255, 255, 0.3); }
      .col-logo .lang-select a.active {
        font-weight: 600; }

@media (max-width: 991px) {
  .col-menu-icon {
    position: absolute;
    right: -62px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(1.25rem);
    -webkit-backdrop-filter: blur(1.25rem);
    border-radius: 6px 12px 12px 6px;
    height: 100%;
    padding-top: 24px;
    width: 60px;
    text-align: center;
    padding-left: 23px;
    z-index: 10;
    transition: all 0.3s ease-in-out; } }
@media (max-width: 575px) {
  .col-menu-icon {
    padding-top: 22px; } }

@media (max-width: 991px) {
  header#header.active-menu .col-menu-icon {
    background: rgba(0, 0, 0, 0);
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0); } }

.menu-wrap {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 991px) {
    .menu-wrap {
      background: rgba(29, 32, 34, 0.9);
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      padding: 2rem 1.25rem;
      z-index: 1;
      width: 60vw;
      height: 100vh;
      top: -1rem;
      position: fixed;
      transition: all 0.3s ease-in-out;
      left: calc(-100% - 120px);
      display: flex;
      justify-content: start;
      flex-direction: column;
      width: calc(100% + 86px);
      max-width: calc(100% + 86px);
      padding-top: 140px; }
      .menu-wrap.active {
        left: -12px;
        right: -12px; } }

.navTrigger {
  cursor: pointer;
  position: relative;
  z-index: 1;
  width: 16px;
  height: 18px; }
  .navTrigger i {
    background-color: #ffffff;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 2px; }
    @media (max-width: 991px) {
      .navTrigger i {
        overflow-x: hidden; } }
  .navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse; }
  .navTrigger i:nth-child(2) {
    margin: 4px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse; }
  .navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse; }
  .navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards; }
  .navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards; }
  .navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards; }

@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(45deg); } }
@keyframes inM {
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(45deg); } }
@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(45deg); } }
@keyframes outM {
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(45deg); } }
@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(6px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(6px) rotate(135deg); } }
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(6px) rotate(0deg); }
  100% {
    transform: translateY(6px) rotate(135deg); } }
@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(6px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(6px) rotate(135deg); } }
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(6px) rotate(0deg); }
  100% {
    transform: translateY(6px) rotate(135deg); } }
@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(-6px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-6px) rotate(135deg); } }
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(-6px) rotate(0deg); }
  100% {
    transform: translateY(-6px) rotate(135deg); } }
@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(-6px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-6px) rotate(135deg); } }
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(-6px) rotate(0deg); }
  100% {
    transform: translateY(-6px) rotate(135deg); } }
#footer-wrapper.container {
  max-width: 1460px; }

.page-id-344 #european-footer,
.page-id-344 #footer-wrapper,
.page-id-1038 #european-footer,
.page-id-1038 #footer-wrapper {
  display: none !important; }

footer#footer {
  position: absolute;
  width: calc(100% - 4rem);
  bottom: 0;
  margin-bottom: 1.5rem;
  padding: 1rem 1.75rem;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(1.25rem);
  -webkit-backdrop-filter: blur(1.25rem);
  border-radius: 1.875rem; }
  @media (max-width: 991px) {
    footer#footer {
      width: calc(100% - 2rem);
      background: none;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      border-radius: 0;
      padding: 0;
      text-align: center; } }
  footer#footer.footer-navigation {
    padding: 0;
    position: relative;
    width: auto;
    bottom: auto; }
    footer#footer.footer-navigation .copyright {
      border-radius: 0 0 1.875rem 1.875rem;
      background: rgba(0, 0, 0, 0.15);
      padding: 20px 40px; }
      @media (max-width: 991px) {
        footer#footer.footer-navigation .copyright {
          border-radius: 0; } }
  footer#footer a:hover {
    text-decoration: none; }
  footer#footer .footer-social {
    gap: 0.875rem;
    display: flex; }
    @media (max-width: 991px) {
      footer#footer .footer-social {
        justify-content: center; } }
    footer#footer .footer-social a {
      transition: all 0.3s ease-in-out;
      text-decoration: none;
      width: 2.375rem;
      height: 2.375rem;
      font-size: 1.25rem;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      border: 1px solid rgba(42, 186, 232, 0.3); }
      footer#footer .footer-social a:hover {
        border: 1px solid rgba(42, 186, 232, 0.9); }

.footer-menu-wrapper {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  padding: 40px 40px 10px 40px;
  line-height: 140%; }
  @media (min-width: 992px) {
    .footer-menu-wrapper {
      padding: 40px; } }
  .footer-menu-wrapper strong.title {
    font-weight: 500;
    display: block;
    padding-bottom: 10px; }
  .footer-menu-wrapper ul.menu {
    padding: 0;
    margin: 0;
    list-style: none; }
    .footer-menu-wrapper ul.menu li {
      padding: 2px 0; }
    .footer-menu-wrapper ul.menu a {
      color: rgba(255, 255, 255, 0.6);
      text-decoration: none;
      font-weight: 400; }
      @media (min-width: 768px) {
        .footer-menu-wrapper ul.menu a:hover {
          color: #2ABAE8; } }
  .footer-menu-wrapper .col-md-20p {
    padding-bottom: 30px; }
    @media (min-width: 992px) {
      .footer-menu-wrapper .col-md-20p {
        padding-bottom: 0;
        width: 20%; } }

#european-footer .container {
  max-width: 970px;
  line-height: 120%; }
#european-footer small {
  font-size: 13px; }

.primary-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0; }
  @media (max-width: 991px) {
    .primary-menu {
      margin-bottom: 0;
      height: auto;
      flex-direction: column;
      gap: 3rem; }
      .primary-menu .header-logo {
        display: none; } }
  @media (max-width: 575px) {
    .primary-menu {
      gap: 2rem; } }
  .primary-menu li {
    position: relative; }
    @media (max-width: 991px) {
      .primary-menu li {
        flex: 0 0 auto;
        width: 100%;
        text-align: center; } }
    .primary-menu li a {
      padding: 1.8rem 1.25rem;
      position: relative;
      text-align: center;
      font-size: 14px;
      letter-spacing: 1%;
      line-height: normal;
      display: block;
      color: rgba(255, 255, 255, 0.85);
      text-decoration: none;
      transition: all 0.3s ease-in-out; }
      .primary-menu li a:after {
        content: '';
        position: absolute;
        transition: all 0.3s ease-in-out;
        width: 100%;
        height: 2px;
        background-color: #2ABAE8;
        bottom: 1px;
        left: 0;
        opacity: 0;
        visibility: hidden; }
        @media (max-width: 991px) {
          .primary-menu li a:after {
            bottom: -0.5rem;
            height: 1px; } }
      @media (max-width: 991px) {
        .primary-menu li a {
          font-size: 1.25rem;
          padding: 0;
          color: #ffffff;
          display: inline-block; } }
      .primary-menu li a:hover {
        color: #ffffff; }
        @media (max-width: 991px) {
          .primary-menu li a:hover {
            color: #ffffff; } }
        .primary-menu li a:hover:after {
          opacity: 1;
          visibility: visible; }
      .primary-menu li a.active {
        font-weight: 500;
        color: #ffffff; }
        @media (max-width: 991px) {
          .primary-menu li a.active {
            color: #ffffff;
            font-weight: 700; } }
        .primary-menu li a.active:after {
          opacity: 1;
          visibility: visible; }
    @media (min-width: 768px) {
      .primary-menu li:hover > ul {
        display: block; } }
    .primary-menu li ul {
      padding: 0;
      margin: 0;
      list-style: none;
      display: block; }
      @media (min-width: 768px) {
        .primary-menu li ul {
          position: absolute;
          width: 200px;
          background: rgba(0, 0, 0, 0.4);
          backdrop-filter: blur(1.25rem);
          -webkit-backdrop-filter: blur(1.25rem);
          left: 0;
          border-radius: 0 0 1.25rem 1.25rem;
          display: none; } }
      .primary-menu li ul li a {
        padding: 15px 1.25rem;
        text-align: left; }
        @media (min-width: 768px) {
          .primary-menu li ul li a:hover {
            color: #2ABAE8; } }
        .primary-menu li ul li a:after {
          display: none; }

.page-id-202 .primary-menu li a.home::after,
.page-id-377 .primary-menu li a.company::after,
.page-id-333 .primary-menu li a.contact::after,
.postid-629 .primary-menu li a.ecobox::after {
  opacity: 1;
  visibility: visible; }

.btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  transform: scale(1);
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  border: 0;
  border-radius: 0;
  transition: all 0.2s ease-in-out; }
  @media (max-width: 767px) {
    .btn {
      /* width: 100%;
       justify-content: center;*/ } }
  .btn--custom {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../svg/btn_custom_vector.svg");
    color: #523001;
    font-weight: 700;
    font-size: 1.625rem;
    border-radius: 1.25rem;
    line-height: 100%;
    padding: 1.25rem 6rem; }
    @media (max-width: 767px) {
      .btn--custom {
        font-size: 1.375rem; } }
    @media (max-width: 575px) {
      .btn--custom {
        padding: 1.25rem 2rem; } }
    .btn--custom:hover {
      color: #523001; }
  .btn--icon {
    font-weight: 500;
    font-size: 1rem;
    line-height: 130%;
    padding: 0.75rem 1.5rem 0.75rem 0.75rem;
    display: flex;
    align-items: center;
    border-radius: 6rem !important;
    gap: 0.75rem; }
    .btn--icon span {
      width: 2.375rem;
      height: 2.375rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #3CCCFA;
      font-size: 1.25rem; }
    @media (max-width: 767px) {
      .btn--icon {
        font-size: 0.875rem;
        padding: 0.75rem 1.25rem; } }
  .btn--big {
    font-weight: 500;
    font-size: 1rem;
    line-height: 130%;
    padding: 1rem 1.75rem; }
    @media (max-width: 767px) {
      .btn--big {
        font-size: 0.875rem;
        padding: 0.75rem 1.25rem; } }
  .btn--normal {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    padding: 0.75rem 1.125rem; }
    @media (max-width: 767px) {
      .btn--normal {
        font-size: 0.75rem;
        padding: 0.5rem 0.875rem; } }
  .btn--small {
    font-weight: 700;
    font-size: 0.8125rem;
    line-height: normal;
    padding: 0.375rem 1.125rem; }
    @media (max-width: 767px) {
      .btn--small {
        font-size: 1rem; } }
  .btn--link {
    border-radius: 0.625rem;
    padding: 0.875rem 1rem;
    font-weight: 700;
    font-size: 1.25rem; }
    .btn--link:hover {
      box-shadow: 0 0 1.25rem rgba(183, 20, 20, 0.4);
      transform: scale(1.05); }
    .btn--link .icon-style {
      margin-left: 0.25rem; }
    .btn--link--white {
      color: #ffffff; }
      .btn--link--white:hover {
        color: #ffffff; }
    .btn--link--red {
      color: #2ABAE8; }
      .btn--link--red:hover {
        color: #2ABAE8; }
  .btn--primary {
    border-radius: 0.625rem;
    background: #2ABAE8;
    color: #ffffff; }
    .btn--primary:hover {
      background: #18AFDF;
      color: #ffffff; }
    .btn--primary:focus {
      background: #009CCE;
      color: #ffffff; }
  .btn--secondary {
    background-color: rgba(14, 26, 40, 0.6);
    color: #ffffff; }
    .btn--secondary:hover {
      background-color: rgba(14, 26, 40, 0.8);
      color: #ffffff;
      box-shadow: 0 0 1.25rem rgba(183, 20, 20, 0.4);
      transform: scale(1.05); }
  .btn--tertiary {
    background-color: #ffffff;
    color: #2ABAE8; }
    .btn--tertiary:hover {
      background-color: rgba(5, 9, 13, 0.8);
      color: #ffffff;
      box-shadow: 0 0 1.25rem rgba(183, 20, 20, 0.4);
      transform: scale(1.05); }
  .btn--ghost {
    border-radius: 0.625rem;
    background: #ffffff;
    color: #2ABAE8; }
    .btn--ghost:hover {
      background: #18AFDF;
      color: #ffffff; }
    .btn--ghost:focus {
      background: #009CCE;
      color: #ffffff; }

/*
* Icons styles
*/
.icon-style {
  display: inline-flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative; }

.icon-time {
  background-image: url("../svg/icon_time.svg");
  width: 3.75rem;
  height: 3.75rem; }
  @media (max-width: 767px) {
    .icon-time {
      width: 2.75rem;
      height: 2.75rem; } }

.icon-collapse {
  background-image: url("../svg/icon_collapse.svg");
  width: 3.125rem;
  height: 3.125rem; }
  @media (max-width: 767px) {
    .icon-collapse {
      width: 2.125rem;
      height: 2.125rem; } }

.icon-weather {
  background-image: url("../svg/icon_weather.svg");
  width: 4.063rem;
  height: 4.063rem; }
  @media (max-width: 767px) {
    .icon-weather {
      width: 3.063rem;
      height: 3.063rem; } }

.icon-helmet {
  background-image: url("../svg/icon_helmet.svg");
  width: 3.75rem;
  height: 3.75rem; }
  @media (max-width: 767px) {
    .icon-helmet {
      width: 2.75rem;
      height: 2.75rem; } }

.icon-arrow-up-right-white {
  background-image: url("../svg/icon_arrow-up-right-white.svg");
  width: 1.5rem;
  height: 1.5rem; }

.icon-arrow-up-right-red {
  background-image: url("../svg/icon_arrow-up-right-red.svg");
  width: 1.5rem;
  height: 1.5rem; }

.icon-check {
  background-image: url("../svg/icon_check.svg");
  width: 1.25rem;
  height: 1.25rem; }

.icon-mail {
  background-image: url("../svg/icon_mail.svg");
  width: 1.375rem;
  height: 1.375rem; }

.icon-phone {
  background-image: url("../svg/icon_phone.svg");
  width: 1.125rem;
  height: 1.125rem; }

.icon-phone-small {
  background-image: url("../svg/icon_phone_small.svg");
  width: 0.875rem;
  height: 0.875rem; }

.icon-external-link {
  background-image: url("../svg/external-link.svg");
  width: 1.313rem;
  height: 1.313rem; }
  @media (max-width: 767px) {
    .icon-external-link {
      width: 0.875rem;
      height: 0.875rem; } }

.icon-svg {
  display: inline-block;
  position: relative; }
  .icon-svg:before {
    background: rgba(5, 9, 13, 0.8);
    display: inline-block;
    content: "";
    mask-size: 100%;
    -webkit-mask-size: 100%;
    width: 14px;
    height: 14px; }
  .icon-svg.icon-battery:before {
    -webkit-mask-image: url("../svg/order/battery.svg");
    mask-image: url("../svg/order/battery.svg");
    height: 8px; }
  .icon-svg.icon-droplet:before {
    -webkit-mask-image: url("../svg/order/droplet.svg");
    mask-image: url("../svg/order/droplet.svg");
    width: 11px;
    margin-left: 2px;
    margin-right: 1px; }
  .icon-svg.icon-expand-arrows:before {
    -webkit-mask-image: url("../svg/order/expand-arrows.svg");
    mask-image: url("../svg/order/expand-arrows.svg"); }
  .icon-svg.icon-family:before {
    -webkit-mask-image: url("../svg/order/family.svg");
    mask-image: url("../svg/order/family.svg"); }
  .icon-svg.icon-plus:before {
    -webkit-mask-image: url("../svg/plus_02.svg");
    mask-image: url("../svg/plus_02.svg"); }
  .icon-svg.icon-shower:before {
    -webkit-mask-image: url("../svg/order/shower.svg");
    mask-image: url("../svg/order/shower.svg");
    height: 12px; }
  .icon-svg.icon-wind:before {
    -webkit-mask-image: url("../svg/order/wind.svg");
    mask-image: url("../svg/order/wind.svg"); }

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
  font-family: "Montserrat", sans-serif; }

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
  font-family: "Montserrat", sans-serif; }

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
  font-family: "Montserrat", sans-serif; }

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
  font-family: "Montserrat", sans-serif; }

::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
  font-family: "Montserrat", sans-serif; }

::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
  font-family: "Montserrat", sans-serif; }

.form-control {
  background-color: #ffffff;
  padding: 0.625rem 1.25rem;
  border: 1px solid #D7D7D7;
  border-radius: 0.25rem;
  font-size: 1rem;
  line-height: 150%;
  color: #ffffff; }
  @media (max-width: 991px) {
    .form-control {
      padding: 0.625rem 1rem;
      font-size: 0.875rem; } }
  .form-control:focus {
    outline: none !important;
    box-shadow: none !important; }

.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control:-webkit-autofill:active {
  /* -webkit-text-fill-color: transparent !important;*/ }

.form-check {
  display: flex; }
  .form-check .form-check-input {
    margin-top: 0;
    margin-right: 0.875rem; }
    .form-check .form-check-input[type=checkbox] {
      cursor: pointer;
      border: 1px solid #D7D7D7;
      border-radius: 0.125rem !important;
      background-color: #ffffff;
      width: 1.25rem;
      height: 1.25rem; }
      .form-check .form-check-input[type=checkbox]:focus {
        outline: none;
        box-shadow: none; }
      .form-check .form-check-input[type=checkbox]:checked {
        background-color: #ffffff;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); }
  .form-check .form-check-label {
    font-size: 1rem;
    line-height: normal; }

.form-select {
  font-family: "Raleway", sans-serif;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
  border: 0;
  background-position: right center;
  color: #989898;
  border-bottom: 2px solid #989898;
  border-radius: 0;
  background-color: transparent;
  font-size: 1.125rem;
  padding: 1rem 0; }
  .form-select:focus {
    outline: none;
    box-shadow: none; }
  @media (max-width: 991px) {
    .form-select {
      height: 3rem;
      font-size: 0.875rem;
      padding: 0.375rem 2.25rem 0.375rem 1rem;
      border: 1px solid #979797; } }
  .form-select option {
    color: #989898; }

textarea {
  height: auto !important; }

.wpforms-container {
  margin: 0 !important;
  padding: 0 !important; }
  .wpforms-container .wpforms-field {
    padding: 0 0 25px 0 !important;
    margin: 0 !important; }
  .wpforms-container legend,
  .wpforms-container label {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    display: block !important;
    color: rgba(255, 255, 255, 0.6) !important;
    padding: 0 !important;
    margin: 0 !important; }
  .wpforms-container input[type="text"],
  .wpforms-container input[type="email"],
  .wpforms-container input[type="tel"],
  .wpforms-container select,
  .wpforms-container textarea {
    border-radius: 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    background-color: rgba(255, 255, 255, 0.02) !important;
    backdrop-filter: blur(32px);
    padding: 8px 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    color: #ffffff !important; }
  .wpforms-container input[type="text"],
  .wpforms-container input[type="email"],
  .wpforms-container select {
    height: 52px !important; }
  .wpforms-container select {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%), linear-gradient(135deg, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 50%) !important; }
  .wpforms-container textarea {
    height: 150px !important; }
  .wpforms-container button {
    height: 48px !important;
    padding: 0px 24px !important;
    background: #2ABAE8 !important;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 8px !important; }
  .wpforms-container .wpforms-field-checkbox label {
    font-size: 14px !important;
    line-height: 24px !important; }
  .wpforms-container .wpforms-field-checkbox input {
    margin-right: 10px !important; }
  .wpforms-container .wpforms-field-checkbox input[type=checkbox]:before,
  .wpforms-container .wpforms-field-checkbox input[type=checkbox]:after {
    top: 0 !important; }
  .wpforms-container .wpforms-field-checkbox input[type=checkbox]:before {
    border-color: rgba(255, 255, 255, 0.1) !important;
    background-color: rgba(255, 255, 255, 0.02) !important; }
  .wpforms-container .wpforms-field-checkbox input[type=checkbox]:checked::after {
    border-left: 4px solid #2ABAE8 !important;
    border-bottom: 4px solid #2ABAE8 !important; }
  .wpforms-container .wpforms-page-indicator.circles {
    padding: 40px 0 !important;
    margin: 0 !important;
    border: none !important; }
    .wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page {
      color: rgba(255, 255, 255, 0.6);
      font-family: "Inconsolata", monospace !important;
      font-size: 16px !important;
      font-weight: 400 !important;
      line-height: 20px !important;
      margin: 0 !important;
      position: relative; }
      .wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page.wpforms-page-indicator-page-1, .wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page.wpforms-page-indicator-page-2 {
        padding: 0 50px 0 0 !important; }
        .wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page.wpforms-page-indicator-page-1:after, .wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page.wpforms-page-indicator-page-2:after {
          content: "";
          display: block;
          background: rgba(255, 255, 255, 0.1);
          width: 28px;
          height: 1px;
          position: absolute;
          top: 50%;
          margin-top: -0.5px;
          right: 10px; }
      .wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page.active {
        color: #ffffff !important; }
        .wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page.active .wpforms-page-indicator-page-number {
          background-color: #2ABAE8 !important;
          color: rgba(5, 9, 13, 0.8) !important;
          border: 1px solid #2ABAE8; }
      .wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page .wpforms-page-indicator-page-number {
        font-family: "Inconsolata", monospace !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        height: 36px !important;
        width: 36px !important;
        line-height: 34px !important;
        background-color: none !important;
        color: rgba(255, 255, 255, 0.6) !important;
        border: 1px solid rgba(255, 255, 255, 0.1); }
  .wpforms-container .wpforms-image-choices {
    gap: 25px !important; }
    .wpforms-container .wpforms-image-choices > li.wpforms-selected .wpforms-field-label-inline {
      border: 1px solid #3CCCFA !important;
      background: rgba(60, 204, 250, 0.05);
      backdrop-filter: blur(32px);
      outline: 2px solid rgba(60, 204, 250, 0.2) !important; }
  .wpforms-container .wpforms-field-radio .wpforms-image-choices .wpforms-field-label-inline {
    position: relative !important;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(32px);
    padding: 30px 15px !important;
    width: 100%;
    transition: all 0.3s ease-in-out; }
    .wpforms-container .wpforms-field-radio .wpforms-image-choices .wpforms-field-label-inline br {
      display: none; }
    .wpforms-container .wpforms-field-radio .wpforms-image-choices .wpforms-field-label-inline input {
      position: absolute;
      top: 15px;
      right: 30px; }
      .wpforms-container .wpforms-field-radio .wpforms-image-choices .wpforms-field-label-inline input[type="radio"]::before, .wpforms-container .wpforms-field-radio .wpforms-image-choices .wpforms-field-label-inline input[type="radio"]::after {
        background: none !important;
        border: none !important;
        box-shadow: none !important; }
      .wpforms-container .wpforms-field-radio .wpforms-image-choices .wpforms-field-label-inline input[type="radio"]:checked::before {
        background: #2ABAE8 !important;
        width: 38px;
        height: 38px; }
      .wpforms-container .wpforms-field-radio .wpforms-image-choices .wpforms-field-label-inline input[type="radio"]:checked::after {
        border-radius: 0;
        width: 15px;
        height: 8px;
        background: none !important;
        border-bottom: 1.5px solid #05090DCC !important;
        border-left: 1.5px solid #05090DCC !important;
        transform: rotate(-45deg);
        left: 9px;
        top: 9px; }
    .wpforms-container .wpforms-field-radio .wpforms-image-choices .wpforms-field-label-inline .wpforms-image-choices-image img {
      width: 190px; }
  .wpforms-container .wpforms-image-choices-label {
    color: #ffffff !important;
    max-width: calc(100% - 200px); }
    .wpforms-container .wpforms-image-choices-label span {
      display: block; }
      .wpforms-container .wpforms-image-choices-label span.title {
        font-family: "Montserrat", sans-serif;
        font-size: 26px;
        font-weight: 500;
        line-height: 40px; }
      .wpforms-container .wpforms-image-choices-label span.description {
        font-family: "Raleway", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        padding-top: 5px; }
      .wpforms-container .wpforms-image-choices-label span.price {
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 5.4px;
        text-transform: uppercase;
        padding-top: 15px;
        display: inline-block;
        padding-right: 10px; }
      .wpforms-container .wpforms-image-choices-label span.availability {
        font-family: "Raleway", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        display: inline-block;
        padding-left: 16px;
        color: rgba(255, 255, 255, 0.6);
        position: relative; }
        .wpforms-container .wpforms-image-choices-label span.availability:before {
          content: "";
          height: 6px;
          width: 6px;
          border-radius: 50%;
          background: rgba(217, 217, 217, 0.2);
          display: block;
          position: absolute;
          left: 0;
          top: 50%;
          margin-top: -3px; }
  .wpforms-container .choice-3 .wpforms-image-choices-label span.availability {
    color: #69C176; }
    .wpforms-container .choice-3 .wpforms-image-choices-label span.availability:before {
      background: #69C176; }
  .wpforms-container .col-9 {
    width: 75% !important; }
  .wpforms-container .col-3 {
    width: 25% !important; }
  .wpforms-container #wpforms-346-field_6-container {
    display: none; }
  .wpforms-container .info-deposit {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(32px);
    font-size: 18px;
    padding: 25px; }
    .wpforms-container .info-deposit small {
      font-family: "Inconsolata", monospace;
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      color: rgba(255, 255, 255, 0.6);
      display: block; }
    .wpforms-container .info-deposit .price {
      font-weight: 500;
      line-height: normal;
      letter-spacing: 5.4px;
      text-transform: uppercase; }
  .wpforms-container .wpforms-single-item-price-content .wpforms-single-item-price {
    color: #FFFFFF; }
    .wpforms-container .wpforms-single-item-price-content .wpforms-single-item-price span {
      color: #FFFFFF; }

div.wpforms-container-full .wpforms-field-payment-single {
  position: relative !important;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(32px);
  padding: 20px 15px !important;
  width: 100%;
  margin-bottom: 30px !important; }
  div.wpforms-container-full .wpforms-field-payment-single .wpforms-single-item-price {
    color: #FFFFFF !important; }

button.iti__selected-country {
  border-radius: 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background-color: rgba(255, 255, 255, 0.02) !important;
  backdrop-filter: blur(32px);
  padding: 8px 15px 8px 20px !important;
  width: 100% !important;
  max-width: 100% !important;
  color: #ffffff !important; }

.iti--allow-dropdown.iti--show-flags > input.iti__tel-input {
  margin-left: 75px !important;
  width: calc(100% - 75px) !important;
  padding-left: 15px !important; }

.postid-1263 #wpforms-1259 input,
.postid-1263 #wpforms-1259 select,
.postid-1263 #wpforms-1259 textarea,
.postid-1263 #wpforms-1259 button.iti__selected-country,
.postid-1263 #wpforms-1329 input,
.postid-1263 #wpforms-1329 select,
.postid-1263 #wpforms-1329 textarea,
.postid-1263 #wpforms-1329 button.iti__selected-country {
  background: #ffffff !important;
  border: none !important;
  color: #000000 !important; }
.postid-1263 #wpforms-1259 input.iti__tel-input,
.postid-1263 #wpforms-1329 input.iti__tel-input {
  height: 48px;
  padding-left: 15px !important; }

.accordion .accordion-item {
  border: 0;
  margin-bottom: 1.5rem;
  background: rgba(73, 85, 100, 0.25);
  backdrop-filter: blur(2rem);
  -webkit-backdrop-filter: blur(2rem);
  border-radius: 1rem; }
  @media (max-width: 991px) {
    .accordion .accordion-item {
      border-radius: 0.625rem;
      margin-bottom: 1rem; } }
  .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 1rem;
    border: 0;
    font-weight: 400;
    color: #ffffff;
    background-color: transparent;
    padding: 22px 25px;
    border-radius: 0; }
    @media (max-width: 991px) {
      .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 0.875rem;
        padding: 1rem 1rem; } }
    .accordion .accordion-item .accordion-header .accordion-button:focus {
      outline: none;
      box-shadow: none; }
    .accordion .accordion-item .accordion-header .accordion-button:after {
      color: #FFFFFF;
      opacity: 0.6;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
    .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
      box-shadow: none; }
  .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0.25rem 1.75rem 2rem;
    line-height: 175%;
    color: rgba(255, 255, 255, 0.85); }
    @media (max-width: 991px) {
      .accordion .accordion-item .accordion-collapse .accordion-body {
        padding: 0.25rem 1rem 1.5rem;
        font-size: 0.875rem; } }
    .accordion .accordion-item .accordion-collapse .accordion-body a {
      text-decoration: none; }
    .accordion .accordion-item .accordion-collapse .accordion-body ul {
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
      list-style: none;
      padding: 0 0 0 0.5rem;
      margin: 0; }
      @media (max-width: 991px) {
        .accordion .accordion-item .accordion-collapse .accordion-body ul {
          padding: 0 0 0 0.25rem; } }
      .accordion .accordion-item .accordion-collapse .accordion-body ul li {
        padding-left: 1.5rem;
        position: relative; }
        @media (max-width: 991px) {
          .accordion .accordion-item .accordion-collapse .accordion-body ul li {
            padding-left: 1.25rem; } }
        .accordion .accordion-item .accordion-collapse .accordion-body ul li:before {
          content: '';
          width: 0.5rem;
          height: 0.5rem;
          top: 0.625rem;
          left: 0;
          position: absolute;
          border-radius: 50%;
          background-color: #2ABAE8; }
          @media (max-width: 991px) {
            .accordion .accordion-item .accordion-collapse .accordion-body ul li:before {
              width: 0.375rem;
              height: 0.375rem;
              top: 0.625rem; } }

.nav-tabs {
  border: 0;
  background: #000000;
  position: relative;
  z-index: 1;
  border-radius: 3rem;
  padding: 0.75rem; }
  @media (max-width: 991px) {
    .nav-tabs {
      padding: 0.875rem;
      gap: 0;
      background: #000000;
      border-bottom: 0; } }
  .nav-tabs .nav-link {
    flex: 1;
    border-radius: 2rem;
    border: 0;
    background-color: transparent;
    padding: 0.5rem 1.25rem;
    font-size: 1.125rem;
    line-height: 150%;
    color: #e6e6e6; }
    @media (max-width: 991px) {
      .nav-tabs .nav-link {
        font-size: 0.875rem;
        text-align: center; } }
    .nav-tabs .nav-link.active {
      background-color: rgba(255, 255, 255, 0.25);
      color: #FFFFFF;
      border: 0; }

.modal-backdrop {
  opacity: 0.7 !important; }

.modal {
  color: #ffffff; }
  .modal .modal-dialog {
    max-width: 1400px; }
  .modal .modal-header,
  .modal .modal-footer {
    border: none; }
  .modal .modal-header {
    padding: 35px 40px 0 40px;
    position: sticky;
    top: 28px;
    z-index: 100; }
    .modal .modal-header a {
      display: inline-flex;
      border-radius: 25px;
      background: rgba(141, 158, 167, 0.1);
      width: 60px;
      height: 60px;
      justify-content: center;
      transition: all 0.3s ease-in-out; }
      .modal .modal-header a:hover {
        background: rgba(141, 158, 167, 0.2); }
      .modal .modal-header a img {
        width: 19px; }
  .modal .modal-footer {
    padding: 0;
    overflow: hidden;
    display: block;
    border-radius: 0 0 40px 40px; }
  .modal .modal-content {
    background: rgba(20, 20, 26, 0.9);
    backdrop-filter: blur(40px);
    border-radius: 40px;
    position: relative; }
  .modal .modal-body {
    padding: 90px 0 0 0; }
    @media (max-width: 991px) {
      .modal .modal-body {
        padding: 90px 15px 0 15px; } }

.modal.right-modal .modal-dialog {
  margin: 0 0 0 auto;
  max-width: 1040px;
  min-height: 100%; }
.modal.right-modal .modal-body {
  padding: 20px 0 90px 0; }
.modal.right-modal .modal-header {
  padding: 20px 0 0 0;
  top: 0;
  z-index: 100; }
.modal.right-modal .modal-content {
  padding: 0 20px;
  border-radius: 40px 0 0 40px; }
.modal.right-modal .modal-content-wrapper {
  max-width: 840px;
  margin: 0 auto; }
.modal.right-modal .intro-caption-wrapper {
  max-width: 100%; }

.modal.right-modal.fade .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(100%, 0) scale(1);
  transform: translate(100%, 0) scale(1); }

.modal.right-modal.fade.show .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: flex;
  align-items: stretch;
  -webkit-box-align: stretch;
  min-height: 100%; }

.modal .intro-caption-wrapper,
.structured-content-wrapper .intro-caption-wrapper {
  max-width: 900px;
  margin: 0 auto; }
  .modal .intro-caption-wrapper h3,
  .structured-content-wrapper .intro-caption-wrapper h3 {
    padding: 0;
    margin: 0;
    font-size: 50px; }
    @media (max-width: 991px) {
      .modal .intro-caption-wrapper h3,
      .structured-content-wrapper .intro-caption-wrapper h3 {
        font-size: 30px; } }
  .modal .intro-caption-wrapper .intro-caption,
  .structured-content-wrapper .intro-caption-wrapper .intro-caption {
    font-size: 22px;
    font-weight: 300;
    padding: 30px 0 60px 0; }
    @media (max-width: 991px) {
      .modal .intro-caption-wrapper .intro-caption,
      .structured-content-wrapper .intro-caption-wrapper .intro-caption {
        font-size: 18px; } }
  .modal .intro-caption-wrapper p,
  .structured-content-wrapper .intro-caption-wrapper p {
    padding: 0 0 40px 0;
    margin: 0; }
  .modal .intro-caption-wrapper strong,
  .structured-content-wrapper .intro-caption-wrapper strong {
    font-weight: 600; }
.modal .modal-stats,
.structured-content-wrapper .modal-stats {
  max-width: 1160px;
  margin: auto;
  text-align: center; }
  .modal .modal-stats .row,
  .structured-content-wrapper .modal-stats .row {
    margin: 0 -15px; }
    .modal .modal-stats .row > div,
    .structured-content-wrapper .modal-stats .row > div {
      padding: 0 15px; }
  .modal .modal-stats .stats-item,
  .structured-content-wrapper .modal-stats .stats-item {
    padding-bottom: 30px !important;
    font-size: 44px;
    font-weight: 300;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.8); }
    .modal .modal-stats .stats-item span,
    .structured-content-wrapper .modal-stats .stats-item span {
      display: block;
      font-family: "Inconsolata", monospace;
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      padding-top: 10px;
      color: rgba(255, 255, 255, 0.6); }
  .modal .modal-stats .inner,
  .structured-content-wrapper .modal-stats .inner {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 50px 30px;
    border-radius: 20px;
    height: 100%; }
.modal .image-full-width,
.modal .modal-image-gallery,
.structured-content-wrapper .image-full-width,
.structured-content-wrapper .modal-image-gallery {
  max-width: 1160px;
  margin: auto; }
  .modal .image-full-width img,
  .modal .modal-image-gallery img,
  .structured-content-wrapper .image-full-width img,
  .structured-content-wrapper .modal-image-gallery img {
    border-radius: 20px;
    width: 100%; }
.modal .modal-image-gallery .row,
.structured-content-wrapper .modal-image-gallery .row {
  margin: 0 -10px; }
  .modal .modal-image-gallery .row > div,
  .structured-content-wrapper .modal-image-gallery .row > div {
    padding: 0 10px; }
.modal .modal-image-grid,
.structured-content-wrapper .modal-image-grid {
  max-width: 1160px;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .modal .modal-image-grid .row,
    .structured-content-wrapper .modal-image-grid .row {
      margin: 0 -50px; }
      .modal .modal-image-grid .row > div,
      .structured-content-wrapper .modal-image-grid .row > div {
        padding: 0 50px;
        text-align: right; }
        .modal .modal-image-grid .row > div:nth-of-type(2n),
        .structured-content-wrapper .modal-image-grid .row > div:nth-of-type(2n) {
          text-align: left; } }
  .modal .modal-image-grid .img-content,
  .structured-content-wrapper .modal-image-grid .img-content {
    position: relative; }
    .modal .modal-image-grid .img-content > img, .modal .modal-image-grid .img-content > picture > img,
    .structured-content-wrapper .modal-image-grid .img-content > img,
    .structured-content-wrapper .modal-image-grid .img-content > picture > img {
      border-radius: 20px;
      width: 100%; }
    .modal .modal-image-grid .img-content .heading-modal-benefit-item,
    .structured-content-wrapper .modal-image-grid .img-content .heading-modal-benefit-item {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 30px; }
      .modal .modal-image-grid .img-content .heading-modal-benefit-item .title,
      .structured-content-wrapper .modal-image-grid .img-content .heading-modal-benefit-item .title {
        font-size: 32px;
        font-weight: 500;
        line-height: 40px;
        display: block;
        padding-top: 30px; }
        @media (max-width: 991px) {
          .modal .modal-image-grid .img-content .heading-modal-benefit-item .title,
          .structured-content-wrapper .modal-image-grid .img-content .heading-modal-benefit-item .title {
            font-size: 26px; } }
      .modal .modal-image-grid .img-content .heading-modal-benefit-item img,
      .structured-content-wrapper .modal-image-grid .img-content .heading-modal-benefit-item img {
        height: 56px !important;
        width: auto !important; }
  .modal .modal-image-grid .desc,
  .structured-content-wrapper .modal-image-grid .desc {
    font-size: 18px;
    max-width: 430px;
    display: inline-block;
    padding: 30px 30px 60px 30px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6); }
    @media (max-width: 991px) {
      .modal .modal-image-grid .desc,
      .structured-content-wrapper .modal-image-grid .desc {
        font-size: 16px; } }
    .modal .modal-image-grid .desc strong,
    .structured-content-wrapper .modal-image-grid .desc strong {
      font-weight: 600;
      color: #ffffff; }
    .modal .modal-image-grid .desc p,
    .structured-content-wrapper .modal-image-grid .desc p {
      padding: 0 0 10px 0;
      margin: 0; }
.modal .modal-icon-grid,
.structured-content-wrapper .modal-icon-grid {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 60px; }
  .modal .modal-icon-grid h4,
  .structured-content-wrapper .modal-icon-grid h4 {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    padding: 0;
    margin: 0; }
    @media (max-width: 991px) {
      .modal .modal-icon-grid h4,
      .structured-content-wrapper .modal-icon-grid h4 {
        font-size: 26px; } }
  .modal .modal-icon-grid > .desc,
  .structured-content-wrapper .modal-icon-grid > .desc {
    font-size: 22px;
    font-weight: 300;
    padding: 20px 0 100px 0; }
    @media (max-width: 991px) {
      .modal .modal-icon-grid > .desc,
      .structured-content-wrapper .modal-icon-grid > .desc {
        font-size: 18px; } }
  @media (min-width: 992px) {
    .modal .modal-icon-grid .row,
    .structured-content-wrapper .modal-icon-grid .row {
      margin: 0 -50px; }
      .modal .modal-icon-grid .row > div,
      .structured-content-wrapper .modal-icon-grid .row > div {
        padding: 0 50px; } }
  .modal .modal-icon-grid .list-item img,
  .structured-content-wrapper .modal-icon-grid .list-item img {
    width: auto !important;
    height: 64px !important; }
  .modal .modal-icon-grid .list-item h4.heading,
  .structured-content-wrapper .modal-icon-grid .list-item h4.heading {
    padding: 0 0 25px 0;
    color: #ffffff; }
  .modal .modal-icon-grid .list-item .desc,
  .structured-content-wrapper .modal-icon-grid .list-item .desc {
    font-size: 18px;
    padding-top: 25px;
    padding-bottom: 90px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6); }
    @media (max-width: 991px) {
      .modal .modal-icon-grid .list-item .desc,
      .structured-content-wrapper .modal-icon-grid .list-item .desc {
        font-size: 16px; } }
    .modal .modal-icon-grid .list-item .desc strong,
    .structured-content-wrapper .modal-icon-grid .list-item .desc strong {
      font-weight: 600;
      color: #ffffff; }
    .modal .modal-icon-grid .list-item .desc p,
    .structured-content-wrapper .modal-icon-grid .list-item .desc p {
      padding: 0 0 10px 0;
      margin: 0; }
.modal .modal-footer-navigation,
.structured-content-wrapper .modal-footer-navigation {
  margin: 0;
  padding: 5px; }
  .modal .modal-footer-navigation .row,
  .structured-content-wrapper .modal-footer-navigation .row {
    margin: 0 -5px; }
    .modal .modal-footer-navigation .row > div,
    .structured-content-wrapper .modal-footer-navigation .row > div {
      padding: 0 5px; }
  .modal .modal-footer-navigation .list-item .inner,
  .structured-content-wrapper .modal-footer-navigation .list-item .inner {
    position: relative;
    display: block; }
    .modal .modal-footer-navigation .list-item .inner:after,
    .structured-content-wrapper .modal-footer-navigation .list-item .inner:after {
      display: block;
      position: absolute;
      content: "";
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.18%, rgba(0, 0, 0, 0) 40.18%, rgba(0, 0, 0, 0.3) 100%);
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
  .modal .modal-footer-navigation .list-item img,
  .structured-content-wrapper .modal-footer-navigation .list-item img {
    opacity: .3;
    width: 100%;
    max-height: 460px;
    object-fit: cover; }
  .modal .modal-footer-navigation .list-item .title,
  .structured-content-wrapper .modal-footer-navigation .list-item .title {
    font-size: 70px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-decoration: none; }

#structured-content {
  padding: 7rem 0 12rem 0;
  position: relative;
  color: #ffffff;
  z-index: 1; }
  @media (max-width: 767px) {
    #structured-content {
      padding: 30px 15px; } }
  @media (max-width: 575px) {
    #structured-content {
      padding: 10px 15px; } }
  #structured-content .svg-container {
    z-index: -1; }
  #structured-content .container {
    max-width: 1200px; }

.structured-content-wrapper .page-heading img {
  border-radius: 0; }

.single-structured_content {
  padding: 0;
  /*background: $color_7;
  color: $color_5;*/
  background: #0D0D0D;
  color: #ffffff; }
  .single-structured_content .intro-caption-wrapper .intro-caption {
    padding-bottom: 0; }
  .single-structured_content .image-full-width {
    padding: 30px 0; }
  .single-structured_content .modal-image-grid .heading-modal-benefit-item .title {
    /*color: $color_7;*/ }
  .single-structured_content .modal-image-grid .desc {
    /*color: $color_5;*/ }
  .single-structured_content .modal-image-grid .img-content > picture > img {
    object-fit: cover;
    aspect-ratio: 9/12; }
    @supports not (aspect-ratio: 9/12) {
      .single-structured_content .modal-image-grid .img-content > picture > img {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 75%; }
        .single-structured_content .modal-image-grid .img-content > picture > img::before {
          content: "";
          display: block;
          padding-top: 75%; }
        .single-structured_content .modal-image-grid .img-content > picture > img > * {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }
  .single-structured_content .modal-icon-grid > .desc {
    padding-bottom: 30px; }
  .single-structured_content .modal-icon-grid .list-item h4.heading {
    /*color: $color_5;*/ }
  .single-structured_content .modal-icon-grid .list-item .desc {
    /*color: $color_5;
    strong {
        color: $color_5;
    }*/ }
  .single-structured_content .modal-stats {
    padding-top: 30px; }
    .single-structured_content .modal-stats .stats-item {
      /*color: $color_5;*/
      font-size: 40px; }
      .single-structured_content .modal-stats .stats-item span {
        /*color: $color_5;*/ }
    .single-structured_content .modal-stats .inner {
      /*border: 1px solid $color_5;*/
      padding: 50px 20px; }
  .single-structured_content footer#footer .footer-social a {
    /*color: $color_7;
    border: 1px solid $color_7;*/ }
  .single-structured_content .download-file-wrapper {
    margin-top: 30px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 50px;
    color: #ffffff; }
    @media (max-width: 991px) {
      .single-structured_content .download-file-wrapper {
        padding: 30px; } }
    .single-structured_content .download-file-wrapper .image {
      width: 190px; }
      @media (max-width: 767px) {
        .single-structured_content .download-file-wrapper .image {
          display: none; } }
    @media (min-width: 768px) {
      .single-structured_content .download-file-wrapper .download-content {
        width: calc(100% - 190px);
        padding-left: 26px; } }
    .single-structured_content .download-file-wrapper .title {
      font-family: "Montserrat", sans-serif;
      font-size: 20px;
      font-weight: 500;
      line-height: 26px;
      display: block;
      padding-bottom: 10px; }
      @media (min-width: 768px) {
        .single-structured_content .download-file-wrapper .title {
          font-size: 26px;
          line-height: 40px; } }
    .single-structured_content .download-file-wrapper .desc {
      font-family: "Raleway", sans-serif;
      font-size: 15px;
      font-weight: 400;
      line-height: 24px;
      color: rgba(255, 255, 255, 0.6);
      padding-bottom: 15px; }
      @media (min-width: 768px) {
        .single-structured_content .download-file-wrapper .desc {
          font-size: 18px;
          line-height: 30px; } }

.breadcrumb {
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .breadcrumb {
      flex-wrap: nowrap;
      display: flex;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; } }
  .breadcrumb .breadcrumb-item {
    color: #444444;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 150%; }
    @media (max-width: 991px) {
      .breadcrumb .breadcrumb-item {
        flex: 0 0 auto; } }
    .breadcrumb .breadcrumb-item:before {
      color: #444444; }
    .breadcrumb .breadcrumb-item a {
      text-decoration: none;
      color: #9A9CA5; }
      .breadcrumb .breadcrumb-item a:hover {
        text-decoration: underline; }

#splash-preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
  background: none;
  background: url(/wp-content/themes/ecocapsule/video/splash-2-mobile.jpg) no-repeat center;
  background-size: cover; }
  @media (min-width: 768px) {
    #splash-preloader {
      background: url(/wp-content/themes/ecocapsule/video/splash-2.jpg) no-repeat center;
      background-size: cover; } }
  #splash-preloader .splash-screen {
    text-align: center;
    z-index: 1; }
  #splash-preloader .splash-overlay {
    background: rgba(0, 11, 27, 0.9);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: none; }
  #splash-preloader video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    opacity: .8; }
  #splash-preloader .splash-bar {
    height: 2px;
    position: absolute;
    border-radius: 0;
    background: transparent;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 10;
    margin-top: -0.5px; }
  #splash-preloader .splash-progress {
    height: 100%;
    width: 0;
    background: linear-gradient(270deg, #26A4CC 0%, rgba(38, 94, 204, 0.3) 100%);
    transition-timing-function: ease; }
  #splash-preloader .splash-content {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    padding: 20px;
    transform: translate(-50%, -50%);
    margin-top: -10px; }
    #splash-preloader .splash-content svg {
      width: 118px; }
  #splash-preloader .splash-logo {
    font-size: 20px;
    font-weight: 600; }
  #splash-preloader .splash-title-1,
  #splash-preloader .splash-title-2 {
    font-size: 70px;
    font-weight: 500;
    line-height: 140%; }
    @media (max-width: 768px) {
      #splash-preloader .splash-title-1,
      #splash-preloader .splash-title-2 {
        font-size: 54px;
        padding-bottom: 5px; } }
  #splash-preloader .splash-title-2 {
    font-size: 70px;
    font-weight: 500;
    line-height: 120%; }
    @media (max-width: 768px) {
      #splash-preloader .splash-title-2 {
        font-size: 44px;
        padding-bottom: 0; } }
  #splash-preloader .splash-percent {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; }

.benefit-info-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #0D0D0DE5;
  color: #ffffff;
  overflow: auto;
  padding: 30px;
  opacity: 0;
  display: none; }
  .benefit-info-overlay .benefit-modal {
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 40px;
    background: #0D0D0DE5;
    padding: 100px 10px 10px 10px;
    position: relative;
    opacity: 0;
    display: none; }
    .benefit-info-overlay .benefit-modal button.close-modal {
      padding: 0;
      margin: 0;
      display: block;
      position: absolute;
      top: 35px;
      right: 41px;
      background: none;
      border: none;
      height: 48px;
      width: 35px; }
  .benefit-info-overlay .benefit-modal-content-wrapper {
    padding: 90px 0 0 0; }
  .benefit-info-overlay .intro-caption-wrapper {
    max-width: 900px;
    margin: 0 auto; }
    .benefit-info-overlay .intro-caption-wrapper h3 {
      padding: 0;
      margin: 0;
      font-size: 50px; }
    .benefit-info-overlay .intro-caption-wrapper .intro-caption {
      font-size: 22px;
      font-weight: 300;
      padding: 30px 0 60px 0; }
    .benefit-info-overlay .intro-caption-wrapper p {
      padding: 0 0 40px 0;
      margin: 0; }
  .benefit-info-overlay .benefit-modal-stats {
    max-width: 1160px;
    margin: auto;
    text-align: center; }
    .benefit-info-overlay .benefit-modal-stats .row {
      margin: 0 -15px; }
      .benefit-info-overlay .benefit-modal-stats .row > div {
        padding: 0 15px; }
    .benefit-info-overlay .benefit-modal-stats .stats-item {
      padding-bottom: 30px !important;
      font-size: 44px;
      font-weight: 300;
      line-height: 120%;
      color: rgba(255, 255, 255, 0.8); }
      .benefit-info-overlay .benefit-modal-stats .stats-item span {
        display: block;
        font-family: "Inconsolata", monospace;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        padding-top: 10px;
        color: rgba(255, 255, 255, 0.6); }
    .benefit-info-overlay .benefit-modal-stats .inner {
      border: 1px solid rgba(255, 255, 255, 0.1);
      padding: 50px 30px;
      border-radius: 20px; }
  .benefit-info-overlay .benefit-image-full-width,
  .benefit-info-overlay .benefit-modal-image-gallery {
    max-width: 1160px;
    margin: auto; }
    .benefit-info-overlay .benefit-image-full-width img,
    .benefit-info-overlay .benefit-modal-image-gallery img {
      border-radius: 20px;
      width: 100%; }
  .benefit-info-overlay .benefit-modal-image-gallery .row {
    margin: 0 -10px; }
    .benefit-info-overlay .benefit-modal-image-gallery .row > div {
      padding: 0 10px; }
  .benefit-info-overlay .benefit-modal-image-grid {
    max-width: 1160px;
    margin: 0 auto; }
    .benefit-info-overlay .benefit-modal-image-grid .row {
      margin: 0 -50px; }
      .benefit-info-overlay .benefit-modal-image-grid .row > div {
        padding: 0 50px;
        text-align: right; }
        .benefit-info-overlay .benefit-modal-image-grid .row > div:nth-of-type(2n) {
          text-align: left; }
    .benefit-info-overlay .benefit-modal-image-grid .img-content {
      position: relative; }
      .benefit-info-overlay .benefit-modal-image-grid .img-content > img {
        border-radius: 20px;
        width: 100%; }
      .benefit-info-overlay .benefit-modal-image-grid .img-content .heading-modal-benefit-item {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 30px; }
        .benefit-info-overlay .benefit-modal-image-grid .img-content .heading-modal-benefit-item .title {
          font-size: 32px;
          font-weight: 500;
          line-height: 40px;
          display: block;
          padding-top: 30px; }
    .benefit-info-overlay .benefit-modal-image-grid .desc {
      font-size: 18px;
      max-width: 430px;
      display: inline-block;
      padding: 30px 30px 60px 30px;
      font-weight: 300;
      color: rgba(255, 255, 255, 0.6); }
      .benefit-info-overlay .benefit-modal-image-grid .desc strong {
        font-weight: 600;
        color: #ffffff; }
      .benefit-info-overlay .benefit-modal-image-grid .desc p {
        padding: 0 0 10px 0;
        margin: 0; }
  .benefit-info-overlay .benefit-modal-icon-grid {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 60px; }
    .benefit-info-overlay .benefit-modal-icon-grid h4 {
      font-size: 32px;
      font-weight: 500;
      line-height: 40px;
      padding: 0;
      margin: 0; }
    .benefit-info-overlay .benefit-modal-icon-grid > .desc {
      font-size: 28px;
      font-weight: 300;
      line-height: 40px;
      padding: 20px 0 100px 0; }
    .benefit-info-overlay .benefit-modal-icon-grid .row {
      margin: 0 -50px; }
      .benefit-info-overlay .benefit-modal-icon-grid .row > div {
        padding: 0 50px; }
    .benefit-info-overlay .benefit-modal-icon-grid .list-item img {
      width: auto;
      height: 64px; }
    .benefit-info-overlay .benefit-modal-icon-grid .list-item h4.heading {
      padding: 0 0 25px 0;
      color: #ffffff; }
    .benefit-info-overlay .benefit-modal-icon-grid .list-item .desc {
      padding-top: 25px;
      padding-bottom: 90px;
      font-weight: 300;
      color: rgba(255, 255, 255, 0.6); }
      .benefit-info-overlay .benefit-modal-icon-grid .list-item .desc strong {
        font-weight: 600;
        color: #ffffff; }
      .benefit-info-overlay .benefit-modal-icon-grid .list-item .desc p {
        padding: 0 0 10px 0;
        margin: 0; }
  .benefit-info-overlay .benefit-modal-footer-navigation .row {
    margin: 0 -5px; }
    .benefit-info-overlay .benefit-modal-footer-navigation .row > div {
      padding: 0 5px; }
  .benefit-info-overlay .benefit-modal-footer-navigation .list-item .inner {
    position: relative;
    display: block; }
    .benefit-info-overlay .benefit-modal-footer-navigation .list-item .inner:after {
      display: block;
      position: absolute;
      content: "";
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.18%, rgba(0, 0, 0, 0) 40.18%, rgba(0, 0, 0, 0.3) 100%);
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
  .benefit-info-overlay .benefit-modal-footer-navigation .list-item img {
    opacity: .3;
    width: 100%; }
  .benefit-info-overlay .benefit-modal-footer-navigation .list-item .title {
    font-size: 70px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-decoration: none; }

.section--hero {
  position: relative;
  /*padding: 18rem 0 18rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/hero_bg.jpg");
  height: 100vh;
  min-height: 860px;*/
  background: #000; }
  .section--hero:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 202px;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0;
    transition: all .8s ease-in-out; }
  .section--hero > img, .section--hero > video {
    height: 100vh;
    min-height: 860px;
    width: 100%;
    object-fit: cover; }
  .section--hero .inner {
    max-width: 960px;
    padding: 0 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    opacity: 0;
    margin-top: 20px;
    filter: blur(5px);
    transition: all 1.2s ease-in-out; }
    @media (min-width: 1100px) {
      .section--hero .inner {
        max-width: 1000px; } }
    @media (min-width: 1200px) {
      .section--hero .inner {
        max-width: 1100px; } }
    @media (min-width: 1300px) {
      .section--hero .inner {
        max-width: 1200px; } }
    @media (min-width: 1400px) {
      .section--hero .inner {
        max-width: 1320px; } }
    @media (min-width: 1560px) {
      .section--hero .inner {
        max-width: 1460px; } }
  @media (max-width: 767px) {
    .section--hero {
      /*background-position: 82% 0;
      padding: 12rem 0 6.5rem;*/ }
      .section--hero .container {
        position: relative;
        z-index: 1; }
      .section--hero:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 15, 37, 0.7) 0%, rgba(0, 15, 37, 0) 54.5%, rgba(0, 0, 0, 0.48) 83.5%); }
      .section--hero .heading--1 {
        position: relative;
        top: -3.5rem;
        margin-bottom: 7rem !important; } }
    @media (max-width: 767px) and (max-width: 767px) {
      .section--hero .heading--1 {
        /*span{
            clip-path: polygon(100% 0, 100% 58%, 31% 99%, 0 100%, 0 0);
        }*/ } }
  @media (max-width: 767px) {
      .section--hero .inner img {
        max-height: 1.5rem; } }
  @media (max-width: 767px) {
    .section--hero .hero-awards-logos img {
      width: auto !important; }
      .section--hero .hero-awards-logos img:nth-of-type(3) {
        display: none; } }

body.home.played .section--hero:after {
  opacity: 1; }
body.home.played .section--hero .inner {
  opacity: 1;
  margin-top: 0;
  filter: blur(0); }
body.home.played .section--hero video {
  display: none; }
@media (min-width: 768px) {
  body.home.played .section--hero > img.mobile {
    display: none; } }
@media (max-width: 767px) {
  body.home.played .section--hero > img.desktop {
    display: none; } }

@media (max-width: 991px) {
  #splash-video {
    display: none; } }

#splash-video-mobile {
  display: none; }
  @media (max-width: 991px) {
    #splash-video-mobile {
      display: block; } }

.section--benefits {
  margin-top: -5rem;
  z-index: 1;
  position: relative;
  top: 5.2rem;
  transition: all .8s ease-in-out;
  padding-bottom: 100px; }
  @media (max-width: 991px) {
    .section--benefits {
      margin-top: -3rem;
      top: 3.2rem;
      padding-bottom: 60px; } }
  .section--benefits:before {
    content: '';
    background: linear-gradient(180deg, #000 0%, #76838F 50.5%, #B2C2C2 100%);
    position: absolute;
    left: 0;
    top: 5rem;
    width: 100%;
    height: calc(100% - 5rem);
    z-index: 0; }
    @media (max-width: 991px) {
      .section--benefits:before {
        height: calc(100% - 3rem);
        top: 3rem; } }
  @media (min-width: 1560px) {
    .section--benefits > .container {
      max-width: 1500px; } }
  .section--benefits--row {
    position: relative;
    z-index: 1;
    justify-content: center;
    gap: 0.75rem;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .section--benefits--row {
        aspect-ratio: 20/9; }
        @supports not (aspect-ratio: 20/9) {
          .section--benefits--row {
            position: relative;
            width: 100%;
            height: 0;
            padding-top: 222.2222222222%; }
            .section--benefits--row::before {
              content: "";
              display: block;
              padding-top: 222.2222222222%; }
            .section--benefits--row > * {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%; } } }
    @media (max-width: 767px) {
      .section--benefits--row {
        gap: 0.25rem; } }
    .section--benefits--row--item {
      transition: all 0.3s ease-in-out;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      overflow: hidden;
      border-radius: 2.5rem;
      flex: 0 0 calc(33.33333333% - 1rem);
      display: flex;
      padding: 2rem .5rem;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-decoration: none; }
      @media (max-width: 991px) {
        .section--benefits--row--item {
          padding: 2rem 1rem; } }
      @media (max-width: 767px) {
        .section--benefits--row--item {
          aspect-ratio: 3/5;
          flex: 0 0 calc(100% - 0.5rem);
          padding: 2rem 1rem; }
          @supports not (aspect-ratio: 3/5) {
            .section--benefits--row--item {
              position: relative;
              width: 100%;
              height: 0;
              padding-top: 60%; }
              .section--benefits--row--item::before {
                content: "";
                display: block;
                padding-top: 60%; }
              .section--benefits--row--item > * {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%; } } }
      @media (min-width: 768px) {
        .section--benefits--row--item {
          height: 100%; }
          .section--benefits--row--item.hoverFX {
            flex: 0 0 calc(36.9% - 1rem); }
          .section--benefits--row--item.unhoverFX {
            flex: 0 0 calc(32.35% - 1rem); } }
      .section--benefits--row--item .btn {
        transition-delay: 0.2s;
        transition: all 0.3s ease-in-out;
        opacity: 0;
        position: absolute;
        bottom: 0;
        /*margin-top: -24px;
        height: 0;
        overflow: hidden;*/ }
        @media (max-width: 767px) {
          .section--benefits--row--item .btn {
            opacity: 1; } }
        .section--benefits--row--item .btn .icon-svg {
          transition: all 0.3s ease-in-out; }
          .section--benefits--row--item .btn .icon-svg:before {
            background: #ffffff; }
        .section--benefits--row--item .btn:hover .icon-svg {
          transform: rotate(90deg); }
      .section--benefits--row--item--grid {
        gap: 0.75rem;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        position: relative;
        transition: all 0.3s ease-in-out; }
        @media (max-width: 991px) {
          .section--benefits--row--item--grid {
            gap: 0.5rem; } }
        @media (max-width: 767px) {
          .section--benefits--row--item--grid {
            padding-bottom: 80px; } }
        .section--benefits--row--item--grid--item {
          background: rgba(255, 255, 255, 0.1);
          box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
          backdrop-filter: blur(1rem);
          -webkit-backdrop-filter: blur(1rem);
          border-radius: 1.25rem;
          aspect-ratio: 16/9;
          flex: 0 0 calc(50% - 0.75rem);
          display: flex;
          padding: 1.5rem 1rem;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          text-align: center;
          max-width: 178px; }
          @supports not (aspect-ratio: 16/9) {
            .section--benefits--row--item--grid--item {
              position: relative;
              width: 100%;
              height: 0;
              padding-top: 177.7777777778%; }
              .section--benefits--row--item--grid--item::before {
                content: "";
                display: block;
                padding-top: 177.7777777778%; }
              .section--benefits--row--item--grid--item > * {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%; } }
          .section--benefits--row--item--grid--item img {
            max-height: 43px; }
      .section--benefits--row--item:hover .section--benefits--row--item--grid {
        padding-bottom: 105px; }
      .section--benefits--row--item:hover .btn {
        opacity: 1;
        /*margin-top: 40px;
        height: auto;*/ }
      .section--benefits--row--item .headtitle-benefit {
        font-size: 40px;
        line-height: 66px;
        text-align: center; }
        @media (min-width: 768px) {
          .section--benefits--row--item .headtitle-benefit {
            font-size: 50px; } }
        @media (min-width: 992px) {
          .section--benefits--row--item .headtitle-benefit {
            font-size: 70px;
            font-size: 1em; } }
        .section--benefits--row--item .headtitle-benefit .smalltitle {
          font-family: "Montserrat", sans-serif;
          font-weight: 500;
          line-height: 100%;
          letter-spacing: 5.4px;
          text-transform: uppercase;
          color: #FFFFFFD9;
          padding-bottom: 10px;
          font-size: 14px; }
          @media (min-width: 768px) {
            .section--benefits--row--item .headtitle-benefit .smalltitle {
              font-size: 16px; } }
          @media (min-width: 992px) {
            .section--benefits--row--item .headtitle-benefit .smalltitle {
              font-size: 18px; } }

body.home.played .section--benefits {
  top: 0; }

#freedom-heading {
  padding-top: 350px;
  z-index: 1;
  position: relative; }
  @media (max-width: 991px) {
    #freedom-heading {
      padding-top: 250px; } }
  @media (max-width: 767px) {
    #freedom-heading {
      padding-top: 180px; } }

.section--freedom {
  position: relative;
  padding: 0; }
  .section--freedom:before {
    content: '';
    top: 0;
    position: absolute;
    width: 100%;
    height: 150px;
    background: linear-gradient(180deg, #B2C2C2 0%, rgba(178, 194, 194, 0) 100%);
    z-index: 10; }
  .section--freedom .container {
    position: relative;
    z-index: 20; }
  .section--freedom .caption {
    padding-top: 15em; }

.section--features {
  padding: 7rem 0; }
  @media (max-width: 991px) {
    .section--features {
      padding: 7rem 0 4rem; } }
  @media (max-width: 767px) {
    .section--features {
      padding: 5rem 0 4rem; } }
  @media (min-width: 1560px) {
    .section--features .container {
      max-width: 1460px; } }
  .section--features .swiper-slide {
    width: 353px; }
    @media (min-width: 992px) {
      .section--features .swiper-slide {
        width: 410px; } }
  .section--features--item {
    padding-right: 20px;
    width: 353px; }
    @media (min-width: 992px) {
      .section--features--item {
        width: 410px;
        padding-right: 30px; } }
    .section--features--item--img {
      height: 30.625rem;
      overflow: hidden;
      border-radius: 1.875rem;
      margin-bottom: 2rem; }
      @media (max-width: 991px) {
        .section--features--item--img {
          height: 23.75rem;
          border-radius: 1.5rem;
          margin-bottom: 1.5rem; } }
      .section--features--item--img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .section--features--item--atribute {
      gap: 0.5rem;
      align-items: center;
      display: flex; }
      .section--features--item--atribute--icon {
        width: 2rem;
        height: 2rem;
        border-radius: 0.5rem;
        background-color: rgba(0, 0, 0, 0.03);
        justify-content: center;
        align-items: center;
        display: flex; }
        .section--features--item--atribute--icon img {
          max-height: 1rem; }
        @media (max-width: 991px) {
          .section--features--item--atribute--icon {
            width: 1.5rem;
            height: 1.5rem;
            border-radius: 0.375rem; }
            .section--features--item--atribute--icon img {
              max-height: 0.75rem; } }
  .section--features .swiper--features {
    padding-left: 1rem; }
    .section--features .swiper--features .swiper-wrapper {
      overflow-x: visible; }
    @media (min-width: 576px) {
      .section--features .swiper--features {
        padding-left: calc(50% - 270px + 0.75rem); } }
    @media (min-width: 768px) {
      .section--features .swiper--features {
        padding-left: calc(50% - 360px + 0.75rem); } }
    @media (min-width: 992px) {
      .section--features .swiper--features {
        padding-left: calc(50% - 480px + 0.75rem); } }
    @media (min-width: 1200px) {
      .section--features .swiper--features {
        padding-left: calc(50% - 570px + 0.75rem); } }
    @media (min-width: 1400px) {
      .section--features .swiper--features {
        padding-left: calc(50% - 660px + 0.75rem); } }
    @media (min-width: 1560px) {
      .section--features .swiper--features {
        padding-left: calc(50% - 730px + 0.75rem); } }

.swiper-button-next, .swiper-button-prev {
  position: relative;
  left: 0;
  right: 0;
  margin: 0;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  opacity: 1 !important;
  transition: all 0.3s ease-in-out;
  background-color: #2ABAE8;
  cursor: pointer !important;
  pointer-events: visible !important; }
  .swiper-button-next:after, .swiper-button-prev:after {
    color: #ffffff;
    font-size: 1.25rem;
    transition: all 0.3s ease-in-out; }
  .swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: #2ABAE8; }
    .swiper-button-next:hover:after, .swiper-button-prev:hover:after {
      color: #ffffff; }

.swiper-button-disabled,
.swiper-button-disabled:hover {
  cursor: auto !important;
  pointer-events: none !important;
  background: rgba(112, 127, 144, 0.1); }
  .swiper-button-disabled:after,
  .swiper-button-disabled:hover:after {
    color: rgba(107, 123, 141, 0.5); }

.section--innovations {
  position: relative;
  padding: 9rem 0 7rem; }
  .section--innovations .capsule-mobile {
    display: none; }
  @media (max-width: 991px) {
    .section--innovations {
      padding: 7rem 0 3rem; } }
  @media (max-width: 767px) {
    .section--innovations {
      padding: 0;
      /*background-size: cover;
      background-repeat: no-repeat;
      background-position: center 0;
      background-image: url("../images/innovations_bg.jpg");*/
      /*.animated-scroll-capsule {
          display: none;
      }*/ }
      .section--innovations .text-color--2 {
        color: #ffffff !important; }
      .section--innovations .heading--2 {
        color: #ffffff !important; }
        .section--innovations .heading--2 span {
          display: block; }
      .section--innovations .capsule-mobile {
        display: block; }
      .section--innovations .capsule-desktop {
        display: none; } }
  .section--innovations--top {
    margin-bottom: 5rem; }
    @media (max-width: 767px) {
      .section--innovations--top {
        margin-bottom: 0;
        position: absolute;
        z-index: 10;
        top: 80px; } }
  .section--innovations:before {
    content: '';
    top: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url("../svg/dot-bg.svg") #ffffff;
    opacity: 1;
    display: block;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 767px) {
      .section--innovations:before {
        display: none; } }
  .section--innovations.active .text-color--2 {
    color: #ffffff !important; }
  .section--innovations.active .heading--2 {
    color: #ffffff !important; }
  .section--innovations.active:before {
    background: url("../svg/dot-bg-invert.svg") #0D0D0D; }
  .section--innovations.active #capsule-interior {
    opacity: 1; }
  .section--innovations .container {
    max-width: 1600px; }
  .section--innovations #ssq-uid-202-1-119 canvas.scrollsequence-canvas {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important; }
  .section--innovations .animated-scroll-capsule {
    position: relative; }
    .section--innovations .animated-scroll-capsule.container {
      padding-left: 0;
      padding-right: 0; }
  .section--innovations #capsule-exterior > img {
    width: 100%; }
  .section--innovations #capsule-interior {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    transition: all 1s ease-in-out; }
    .section--innovations #capsule-interior > img {
      width: 100%; }
    .section--innovations #capsule-interior #interior-pins {
      position: absolute;
      top: 13%;
      left: 17%;
      right: 11%;
      bottom: 9%; }
      @media (max-width: 991px) {
        .section--innovations #capsule-interior #interior-pins {
          top: 8%;
          left: 14%;
          right: 3%;
          bottom: 6%; } }
      @media (max-width: 767px) {
        .section--innovations #capsule-interior #interior-pins {
          display: none; } }
    .section--innovations #capsule-interior #interior-pins-mobile {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      @media (min-width: 768px) {
        .section--innovations #capsule-interior #interior-pins-mobile {
          display: none; } }

.section--gallery {
  padding: 5rem 0 10.125rem 0; }
  @media (max-width: 991px) {
    .section--gallery {
      padding: 5rem 0 9.125rem 0; } }
  @media (max-width: 767px) {
    .section--gallery {
      padding: 5rem 0 5rem; } }
  @media (min-width: 992px) {
    .section--gallery {
      padding-top: 120px; } }
  @media (min-width: 1560px) {
    .section--gallery .container {
      max-width: 1460px; } }
  .section--gallery .swiper-wrapper {
    padding: 10px 0; }
  .section--gallery .swiper-slide.big-wrapper {
    width: 780px; }
    @media (max-width: 767px) {
      .section--gallery .swiper-slide.big-wrapper {
        width: 340px; } }
  .section--gallery .swiper-slide.small-wrapper {
    width: 477px; }
    @media (max-width: 767px) {
      .section--gallery .swiper-slide.small-wrapper {
        width: 340px; } }
  .section--gallery--item {
    overflow: hidden;
    position: relative;
    padding-right: 28px;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 991px) {
      .section--gallery--item {
        border-radius: 1.25rem;
        padding-right: 24px; } }
    .section--gallery--item:hover {
      transform: scale(1.02); }
    .section--gallery--item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 1.875rem; }
    .section--gallery--item .paragraph {
      position: absolute;
      top: 1.25rem;
      left: 1.75rem;
      color: rgba(255, 255, 255, 0.9);
      z-index: 1; }
    .section--gallery--item.small {
      width: 477px;
      height: 17.188rem; }
      @media (max-width: 767px) {
        .section--gallery--item.small {
          width: 340px;
          height: 13.875rem; } }
      .section--gallery--item.small:first-child {
        margin-bottom: 1.75rem; }
        @media (max-width: 767px) {
          .section--gallery--item.small:first-child {
            margin-bottom: 1.5rem; } }
    .section--gallery--item.big {
      width: 780px;
      height: 36.25rem; }
      @media (max-width: 767px) {
        .section--gallery--item.big {
          width: 340px;
          height: 29rem; } }
    .section--gallery--item--plus {
      cursor: pointer;
      font-size: 1.75rem;
      color: #ffffff;
      position: absolute;
      bottom: 1.25rem;
      right: 1.25rem;
      width: 3.75rem;
      height: 3.75rem;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 1.5rem;
      transition: all 0.3s ease-in-out;
      background: #2ABAE8;
      opacity: 0;
      visibility: hidden;
      z-index: 10; }
    .section--gallery--item:hover .section--gallery--item--plus {
      opacity: 1;
      visibility: visible; }
    .section--gallery--item .section--gallery--item--plus .icon-svg {
      line-height: 100%; }
      .section--gallery--item .section--gallery--item--plus .icon-svg.icon-plus:before {
        width: 20px;
        height: 20px;
        opacity: 1;
        background: #ffffff !important; }
    .section--gallery--item .section--gallery--item--plus:hover {
      background: #18AFDF; }
    .section--gallery--item .section--gallery--item--plus:focused {
      background: #009CCE; }
    .section--gallery--item .stretched-link {
      display: block;
      height: 100%;
      position: relative; }
      .section--gallery--item .stretched-link:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        border-radius: 1.875rem;
        background: linear-gradient(135deg, rgba(0, 0, 0, 0.3015406846) 0%, rgba(0, 0, 0, 0) 50%); }
  .section--gallery .swiper--gallery {
    padding-left: 1rem;
        /*.swiper-slide {
            width: 55%;
            @include respond-below(md){
                width: 85%;
            }
        }

        .swiper-slide:nth-child(2n) {
            width: 33%;
            @include respond-below(md){
                width: 85%;
            }
        }*/
    /*.swiper-slide:nth-child(3n) {
        width: 55%;
        @include respond-below(md){
            width: 85%;
        }
    }*/ }
    @media (min-width: 576px) {
      .section--gallery .swiper--gallery {
        padding-left: calc(50% - 270px + 0.75rem); } }
    @media (min-width: 768px) {
      .section--gallery .swiper--gallery {
        padding-left: calc(50% - 360px + 0.75rem); } }
    @media (min-width: 992px) {
      .section--gallery .swiper--gallery {
        padding-left: calc(50% - 480px + 0.75rem); } }
    @media (min-width: 1200px) {
      .section--gallery .swiper--gallery {
        padding-left: calc(50% - 570px + 0.75rem); } }
    @media (min-width: 1400px) {
      .section--gallery .swiper--gallery {
        padding-left: calc(50% - 660px + 0.75rem); } }
    @media (min-width: 1560px) {
      .section--gallery .swiper--gallery {
        padding-left: calc(50% - 730px + 0.75rem); } }

.section--ordernow {
  position: relative;
  padding: 9rem 0 120px 0;
  background-color: #F5F6F7; }
  @media (max-width: 991px) {
    .section--ordernow {
      padding: 6rem 0 8.125rem 0; } }
  @media (max-width: 767px) {
    .section--ordernow {
      padding: 6rem 0 2.5rem; } }
  .section--ordernow.active .section--ordernow--shape {
    border-radius: 50%; }
  .section--ordernow--shape {
    position: absolute;
    top: -3.125rem;
    left: 0;
    width: 100%;
    height: 6.25rem;
    border-radius: 0%;
    background: #f5f6f7;
    transition: all 0.5s ease-in-out; }
  .section--ordernow--item {
    transition: all 0.3s ease-in-out;
    height: 100%;
    background-color: #ffffff;
    border-radius: 2.5rem;
    padding: 60px 30px 30px 30px; }
    @media (max-width: 991px) {
      .section--ordernow--item {
        border-radius: 1.5rem;
        padding: 45px 20px 20px 20px; } }
    @media (min-width: 992px) {
      .section--ordernow--item picture {
        display: block;
        height: 160px; }
        .section--ordernow--item picture img {
          height: 100% !important;
          width: auto !important; } }
    .section--ordernow--item .disclosed-price {
      font-family: "Raleway", sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 30px;
      text-transform: none;
      letter-spacing: 0; }
    .section--ordernow--item .caption {
      max-width: 415px;
      margin: 0 auto; }
    @media (max-width: 767px) {
      .section--ordernow--item .btn {
        padding: 0.75rem 1.125rem;
        font-size: 0.875rem; } }
    .section--ordernow--item .border-bottom {
      border-bottom: 2px solid rgba(0, 0, 0, 0.05) !important; }
    .section--ordernow--item.dark {
      background-color: #1B1D1E;
      color: #ffffff; }
      .section--ordernow--item.dark:hover {
        box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.4); }
      .section--ordernow--item.dark .section--ordernow--item--attributes {
        color: #ffffff; }
        .section--ordernow--item.dark .section--ordernow--item--attributes .la, .section--ordernow--item.dark .section--ordernow--item--attributes .las {
          opacity: 0.75; }
      .section--ordernow--item.dark .border-bottom {
        border-bottom: 2px solid rgba(255, 255, 255, 0.1) !important; }
      .section--ordernow--item.dark .icon-svg:before {
        background: #ffffff; }
      .section--ordernow--item.dark .feature-icon img {
        filter: invert(1); }
      .section--ordernow--item.dark .feature-name {
        color: #FFFFFFD9; }
      .section--ordernow--item.dark .feature-value {
        color: #FFFFFF99; }
    .section--ordernow--item--attributes--trigger {
      cursor: pointer; }
      .section--ordernow--item--attributes--trigger .paragraph {
        transition: all 0.3s ease-in-out; }
      .section--ordernow--item--attributes--trigger:hover .la, .section--ordernow--item--attributes--trigger:hover .las {
        opacity: 1 !important; }
      .section--ordernow--item--attributes--trigger:hover .paragraph {
        opacity: 1 !important; }
    .section--ordernow--item--attributes .la, .section--ordernow--item--attributes .las {
      font-size: 1.25rem;
      transition: all 0.3s ease-in-out; }
    .section--ordernow--item:hover {
      box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.08); }
    .section--ordernow--item .feature-item {
      padding: 10px 0; }
      .section--ordernow--item .feature-item .feature-icon {
        max-width: 44px;
        line-height: 110%; }
        .section--ordernow--item .feature-item .feature-icon img {
          position: relative;
          top: -2px; }
      .section--ordernow--item .feature-item .feature-name {
        padding: 0;
        font-family: "Inconsolata", monospace;
        line-height: 110%; }
      .section--ordernow--item .feature-item .feature-value {
        text-align: right;
        font-family: "Raleway", sans-serif;
        line-height: 110%;
        font-size: 14px;
        padding-top: 1.3px; }
  .section--ordernow .swiper--ordernow {
    /*@include respond-below(md){
        overflow: visible;
    }*/ }
    .section--ordernow .swiper--ordernow .swiper-slide {
      padding: 1rem; }
      @media (max-width: 767px) {
        .section--ordernow .swiper--ordernow .swiper-slide {
          padding: 0; } }
    .section--ordernow .swiper--ordernow .swiper-wrapper {
      align-items: flex-end; }
    .section--ordernow .swiper--ordernow .swiper-ordernow-pagination-mobile {
      position: initial;
      margin: 2.5rem 0 2.5rem 0;
      display: flex;
      background: rgba(165, 179, 197, 0.25);
      border-radius: 0.5rem; }
      .section--ordernow .swiper--ordernow .swiper-ordernow-pagination-mobile .swiper-pagination-bullet {
        width: auto;
        height: auto;
        align-items: center;
        border-radius: 0.5rem;
        padding: 0.625rem 0.5rem;
        flex: 1;
        color: rgba(15, 21, 29, 0.7);
        font-size: 0.875rem;
        opacity: 1;
        transition: all 0.3s ease-in-out;
        margin: 0;
        background: initial; }
        .section--ordernow .swiper--ordernow .swiper-ordernow-pagination-mobile .swiper-pagination-bullet-active {
          background: #2ABAE8;
          color: #ffffff; }
      @media (min-width: 768px) {
        .section--ordernow .swiper--ordernow .swiper-ordernow-pagination-mobile {
          display: none; } }
    .section--ordernow .swiper--ordernow .swiper-ordernow-pagination {
      position: initial;
      margin: 2.5rem 0 0 0; }
      .section--ordernow .swiper--ordernow .swiper-ordernow-pagination .swiper-pagination-bullet {
        opacity: 1;
        transition: all 0.3s ease-in-out;
        margin: 0 0.5rem;
        background: rgba(165, 179, 197, 0.25); }
        .section--ordernow .swiper--ordernow .swiper-ordernow-pagination .swiper-pagination-bullet-active {
          background: #2ABAE8; }
      @media (min-width: 768px) {
        .section--ordernow .swiper--ordernow .swiper-ordernow-pagination {
          display: none; } }
  .section--ordernow .box-promo {
    background: rgba(235, 236, 237, 0.8);
    position: relative;
    bottom: -30px;
    padding: 70px 0 100px 0; }
    @media (min-width: 768px) {
      .section--ordernow .box-promo {
        bottom: -120px;
        padding: 120px 0; } }
    .section--ordernow .box-promo .feature-item {
      display: inline-block;
      padding-right: 25px;
      padding-bottom: 5px; }
      .section--ordernow .box-promo .feature-item .row {
        margin: 0; }
        .section--ordernow .box-promo .feature-item .row .feature-icon {
          padding: 3px 0 0 0;
          margin: 0;
          width: 32px;
          height: 32px;
          text-align: center;
          background: rgba(0, 0, 0, 0.03);
          border-radius: 8px; }
          .section--ordernow .box-promo .feature-item .row .feature-icon img {
            max-width: 18px !important; }
    .section--ordernow .box-promo .btn--big {
      padding: 1rem 1.3rem 1rem 1.75rem; }
      @media (max-width: 767px) {
        .section--ordernow .box-promo .btn--big {
          padding: 0.75rem 1rem 0.75rem 1.25rem; } }
      .section--ordernow .box-promo .btn--big img {
        margin-left: 10px; }

.section--mentions {
  padding: 0;
  padding-top: calc(12rem - 140px);
  margin-top: 40px;
  position: relative;
  background-color: #0D0D0D; }
  @media (max-width: 991px) {
    .section--mentions {
      padding: 6rem 0 0; } }
  .section--mentions.active .section--mentions--shape {
    border-radius: 50%; }
  @media (min-width: 1560px) {
    .section--mentions .container {
      max-width: 1460px; } }
  .section--mentions--shape {
    position: absolute;
    top: -3.125rem;
    left: 0;
    width: 100%;
    height: 6.25rem;
    border-radius: 0%;
    background: #0D0D0D;
    transition: all 0.5s ease-in-out; }
  .section--mentions .swiper--mentions {
    padding-left: 1rem; }
    @media (min-width: 576px) {
      .section--mentions .swiper--mentions {
        padding-left: calc(50% - 270px + 0.75rem); } }
    @media (min-width: 768px) {
      .section--mentions .swiper--mentions {
        padding-left: calc(50% - 360px + 0.75rem); } }
    @media (min-width: 992px) {
      .section--mentions .swiper--mentions {
        padding-left: calc(50% - 480px + 0.75rem); } }
    @media (min-width: 1200px) {
      .section--mentions .swiper--mentions {
        padding-left: calc(50% - 570px + 0.75rem); } }
    @media (min-width: 1400px) {
      .section--mentions .swiper--mentions {
        padding-left: calc(50% - 660px + 0.75rem); } }
    @media (min-width: 1560px) {
      .section--mentions .swiper--mentions {
        padding-left: calc(50% - 730px + 0.75rem); } }
  .section--mentions .swiper-slide {
    width: 490px;
    padding-right: 30px; }
    @media (max-width: 767px) {
      .section--mentions .swiper-slide {
        width: 330px; } }
  .section--mentions--item {
    transition: all 0.3s ease-in-out;
    padding: 2rem 2.25rem;
    overflow: hidden;
    border-radius: 2.5rem;
    position: relative;
    background: rgba(73, 85, 100, 0.25);
    display: flex;
    flex-direction: column;
    width: 460px;
    min-height: 460px;
    /*@supports not (aspect-ratio: 1) {
        @include aspect-ratio(1);
    }*/ }
    @media (max-width: 991px) {
      .section--mentions--item {
        border-radius: 1.5rem;
        padding: 1.25rem 1.5rem; } }
    @media (max-width: 767px) {
      .section--mentions--item {
        margin-right: 15px;
        width: 300px;
        min-height: 300px; }
        .section--mentions--item .mb-40 {
          margin-bottom: 1rem !important; } }
    .section--mentions--item--img--logo {
      align-items: center;
      display: flex;
      height: 7.5rem; }
      @media (max-width: 991px) {
        .section--mentions--item--img--logo {
          height: 5rem; } }
      .section--mentions--item--img--logo img {
        height: 3.5rem; }
        @media (max-width: 991px) {
          .section--mentions--item--img--logo img {
            height: 2.5rem; } }
    .section--mentions--item--img--avatar {
      border-radius: 50%;
      width: 7.5rem;
      height: 7.5rem; }
      @media (max-width: 991px) {
        .section--mentions--item--img--avatar {
          width: 4.375rem;
          height: 4.375rem; } }
      .section--mentions--item--img--avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .section--mentions--item--apostroph {
      top: 8.75rem;
      right: 2.5rem;
      position: absolute; }
      @media (max-width: 991px) {
        .section--mentions--item--apostroph {
          top: 5rem;
          right: 1.5rem; } }
      @media (max-width: 767px) {
        .section--mentions--item--apostroph {
          top: 5rem; } }
      .section--mentions--item--apostroph:after {
        content: '“';
        color: #000;
        font-size: 13rem;
        line-height: 0;
        font-family: 'Times'; }
        @media (max-width: 991px) {
          .section--mentions--item--apostroph:after {
            font-size: 8rem; } }
    .section--mentions--item .la, .section--mentions--item .las {
      font-size: 1.875rem;
      color: rgba(255, 255, 255, 0.6); }
    .section--mentions--item .paragraph {
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media (max-width: 991px) {
        .section--mentions--item .paragraph {
          -webkit-line-clamp: 3; } }
    .section--mentions--item .icon-style {
      opacity: 0.6;
      transition: all 0.3s ease-in-out; }
    .section--mentions--item:hover {
      background: rgba(73, 85, 100, 0.35); }
      .section--mentions--item:hover .icon-style {
        opacity: 1; }

.section--faq {
  padding: 10rem 0 1.5rem 0;
  position: relative;
  overflow: hidden;
  /*background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/faq_bg.jpg");*/
  /*img{
      max-width: 48.125rem;
      width: 100%;
  }*/ }
  .section--faq:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
    background: #0D0D0D; }
  @media (max-width: 991px) {
    .section--faq {
      padding: 6rem 0 7rem; }
      .section--faq .paragraph {
        opacity: 1 !important; }
        .section--faq .paragraph br {
          display: none; } }
  @media (max-width: 767px) {
    .section--faq .mb-80 {
      margin-bottom: 1.75rem !important; } }
  @media (min-width: 1560px) {
    .section--faq .container {
      max-width: 1460px; } }
  .section--faq--accordion {
    margin-bottom: 15rem; }
    @media (max-width: 991px) {
      .section--faq--accordion {
        margin-bottom: 10rem; } }
    .section--faq--accordion--more {
      display: block;
      border: 1px solid rgba(73, 85, 100, 0.5);
      border-radius: 1rem;
      text-align: center;
      text-decoration: none;
      transition: all 0.3s ease-in-out;
      padding: 19px 25px;
      color: rgba(255, 255, 255, 0.85);
      font-weight: 500;
      font-size: 1rem; }
      .section--faq--accordion--more:hover {
        border: 1px solid #495564;
        color: white; }
      @media (max-width: 991px) {
        .section--faq--accordion--more {
          padding: 1rem 1rem;
          font-size: 0.875rem;
          border-radius: 0.625rem; } }
  .section--faq .desc {
    max-width: 620px;
    margin: 0 auto; }
  .section--faq .newsletter-wrap {
    max-width: 30rem;
    margin: 0 auto 7rem;
    /*padding: 0.125rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(2rem);
    -webkit-backdrop-filter: blur(2rem);
    border-radius: 0.625rem;*/ }
    @media (max-width: 991px) {
      .section--faq .newsletter-wrap {
        margin: 0 auto 8rem;
        max-width: calc(100% - 1rem); } }
    .section--faq .newsletter-wrap input {
      border: 0;
      color: #ffffff !important;
      background: transparent;
      height: 3.3rem;
      padding: 0 1rem 0 1.2rem; }
      @media (max-width: 991px) {
        .section--faq .newsletter-wrap input {
          height: 2.7rem; } }
    .section--faq .newsletter-wrap button.btn--primary {
      border-radius: 0.5rem; }
    .section--faq .newsletter-wrap form {
      position: relative; }
      .section--faq .newsletter-wrap form .wpforms-field-email {
        overflow-x: unset !important; }
      .section--faq .newsletter-wrap form input {
        background: rgba(0, 0, 0, 0.35) !important;
        backdrop-filter: blur(2rem);
        -webkit-backdrop-filter: blur(2rem);
        border: none !important;
        padding-right: 100px !important;
        transition: all 300ms ease-in-out;
        border: 1px solid rgba(0, 0, 0, 0) !important;
        outline: 4px solid rgba(60, 204, 250, 0) !important; }
        .section--faq .newsletter-wrap form input:hover {
          background: rgba(0, 0, 0, 0.55) !important; }
        .section--faq .newsletter-wrap form input:focus {
          border: 1px solid #3CCCFA !important;
          background: rgba(0, 0, 0, 0.55) !important;
          outline: 4px solid rgba(60, 204, 250, 0.2) !important; }
        .section--faq .newsletter-wrap form input.wpforms-error:focus {
          outline: 4px solid rgba(255, 97, 97, 0.2) !important;
          border: 1px solid #FF6161 !important;
          box-shadow: none !important; }
      .section--faq .newsletter-wrap form .wpforms-field-email {
        padding: 0 !important; }
      .section--faq .newsletter-wrap form .wpforms-submit-container {
        margin: 0 !important;
        position: unset !important; }
      .section--faq .newsletter-wrap form button {
        width: 90px !important;
        position: absolute !important;
        top: 2px;
        right: 2px;
        padding-left: 0 !important;
        padding-right: 0 !important; }
  .section--faq #footer-wrapper {
    margin-top: 280px; }
    @media (max-width: 991px) {
      .section--faq #footer-wrapper {
        margin-top: 10rem; } }
  .section--faq .faq-bg {
    width: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1; }
    @media (min-width: 992px) {
      .section--faq .faq-bg {
        bottom: auto;
        top: 0; } }

.technical-pin {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  cursor: -webkit-pointer;
  margin-top: -15px;
  transition-delay: 1.05s !important;
  transition: all .1s ease-in-out;
  opacity: 0;
  /* Mobile */ }
  .technical-pin:nth-of-type(2n) {
    transition-delay: 1.15s !important; }
  .technical-pin:nth-of-type(3n) {
    transition-delay: 1.25s !important; }
  @media (min-width: 768px) {
    .technical-pin:hover {
      z-index: 100; }
      .technical-pin:hover .inner {
        opacity: 1;
        top: -10px; } }
  .technical-pin .pin-indicator {
    width: 15px;
    height: 15px;
    display: flex;
    border-radius: 50%;
    background: #39C4F0;
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 0;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    cursor: -webkit-pointer;
    justify-content: center;
    align-items: center; }
    .technical-pin .pin-indicator:after {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: -1;
      background: rgba(57, 196, 240, 0.3);
      content: "";
      display: block;
      border-radius: 50%;
      transition: all 0.2s ease-in-out;
      transform: translate(-50%, -50%);
      width: 45px;
      height: 45px;
      cursor: pointer;
      cursor: -webkit-pointer; }
    @media (min-width: 768px) {
      .technical-pin .pin-indicator:hover {
        transform: scale(2.67); }
        .technical-pin .pin-indicator:hover:after {
          animation: pulsePin 2s infinite;
          transform: translate(-50%, -50%) scale(0.6); }
        .technical-pin .pin-indicator:hover img {
          transform: rotate(0);
          opacity: 1; } }
    .technical-pin .pin-indicator img {
      width: 7px;
      transform: rotate(-45deg);
      transition: all 0.2s ease-in-out;
      opacity: 0; }
  .technical-pin .inner {
    width: 350px;
    padding: 20px 20px 10px 20px;
    border-radius: 20px;
    background: rgba(73, 85, 100, 0.25);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    color: rgba(255, 255, 255, 0.85);
    position: absolute;
    z-index: 10;
    font-family: "Inconsolata", monospace;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    left: 50%;
    top: 0;
    transform: translate(-50%, calc(-100% - 20px));
    pointer-events: none; }
    .technical-pin .inner .title {
      font-size: 18px;
      font-weight: 400;
      color: #ffffff; }
    .technical-pin .inner ul {
      margin: 0;
      padding-bottom: 10px; }
    .technical-pin .inner p {
      margin: 0;
      padding: 0 0 10px 0; }
    .technical-pin .inner .caret {
      position: absolute;
      bottom: -10px;
      left: 50%;
      height: 10px;
      width: 20px;
      overflow: hidden;
      transform: translate(-50%); }
      .technical-pin .inner .caret:after {
        content: "";
        display: block;
        height: 20px;
        width: 20px;
        position: absolute;
        bottom: 5px;
        left: 0;
        transform: rotate(45deg);
        background: rgba(73, 85, 100, 0.11);
        backdrop-filter: blur(25px);
        -webkit-backdrop-filter: blur(25px); }
  .technical-pin.technical-pin-554, .technical-pin.technical-pin-1142 {
    top: 3%;
    right: 32%; }
  .technical-pin.technical-pin-559, .technical-pin.technical-pin-1139 {
    top: 16%;
    right: 45%; }
  .technical-pin.technical-pin-560, .technical-pin.technical-pin-1138 {
    top: 27%;
    left: 5%; }
  .technical-pin.technical-pin-557, .technical-pin.technical-pin-1140 {
    top: 27%;
    left: 15%; }
  .technical-pin.technical-pin-555, .technical-pin.technical-pin-1141 {
    top: 29%;
    right: 17%; }
  .technical-pin.technical-pin-568, .technical-pin.technical-pin-1110 {
    top: 43%;
    left: 10%; }
  .technical-pin.technical-pin-564, .technical-pin.technical-pin-1136 {
    top: 40%;
    left: 24%; }
  .technical-pin.technical-pin-566, .technical-pin.technical-pin-1135 {
    top: 30%;
    left: 37%; }
  .technical-pin.technical-pin-562, .technical-pin.technical-pin-1137 {
    top: 40%;
    right: 13%; }
  .technical-pin.technical-pin-573, .technical-pin.technical-pin-1106 {
    top: 53%;
    left: 4%; }
  .technical-pin.technical-pin-570, .technical-pin.technical-pin-1108 {
    top: 63%;
    left: 37%; }
  .technical-pin.technical-pin-572, .technical-pin.technical-pin-1107 {
    top: 55%;
    left: 57%; }
  .technical-pin.technical-pin-569, .technical-pin.technical-pin-1109 {
    top: 63%;
    right: 19%; }
  .technical-pin.technical-pin-574, .technical-pin.technical-pin-1105 {
    top: 80%;
    right: 33%; }
  .technical-pin.technical-pin-956, .technical-pin.technical-pin-1104 {
    top: 30%;
    right: 43%; }
  .technical-pin.technical-pin-957, .technical-pin.technical-pin-1103 {
    top: 44%;
    right: 32%; }
  .technical-pin.technical-pin-958, .technical-pin.technical-pin-1102 {
    top: 53%;
    right: 63%; }
  .technical-pin.technical-pin-959, .technical-pin.technical-pin-1083 {
    top: 71%;
    right: 43%; }

.section--innovations.active .technical-pin {
  margin-top: 0;
  opacity: 1; }

.page-id-377,
.page-id-1036 {
  background: #0D0D0D; }
  .page-id-377 #ecocapsule-content-wrapper,
  .page-id-1036 #ecocapsule-content-wrapper {
    position: relative;
    z-index: 1;
    color: #ffffff; }
  .page-id-377 .copyright,
  .page-id-1036 .copyright {
    position: relative;
    background: none;
    /*&:before {
        position: absolute;
        content: "";
        top: -1px;
        left: 40px;
        right: 40px;
        height: 1px;
        background: rgba(255, 255, 255, 0.10);
    }*/ }

#company-about {
  position: relative; }
  #company-about .inner {
    position: absolute;
    top: 60px;
    width: 100%;
    left: 0;
    height: calc(100% - 60px); }
    @media (min-width: 576px) {
      #company-about .inner {
        top: 100px;
        height: calc(100% - 100px); } }
    @media (min-width: 768px) {
      #company-about .inner {
        top: 150px;
        height: calc(100% - 150px); } }
    @media (min-width: 992px) {
      #company-about .inner {
        top: 250px;
        height: calc(100% - 250px); } }
    #company-about .inner .container {
      position: relative;
      height: 100%; }
  #company-about #intro-texts {
    position: relative;
    height: calc(100% - 60px); }
    @media (min-width: 576px) {
      #company-about #intro-texts {
        height: calc(100% - 100px); } }
    @media (min-width: 768px) {
      #company-about #intro-texts {
        height: calc(100% - 150px); } }
    @media (min-width: 992px) {
      #company-about #intro-texts {
        height: calc(100% - 250px); } }
  #company-about h1 {
    font-size: 46px;
    font-weight: 500;
    padding: 0 0 30px 0;
    margin: 0;
    max-width: 830px;
    line-height: 120%; }
    @media (min-width: 576px) {
      #company-about h1 {
        font-size: 54px;
        padding: 0 0 45px 0; } }
    @media (min-width: 768px) {
      #company-about h1 {
        font-size: 60px;
        padding: 0 0 60px 0; } }
    @media (min-width: 992px) {
      #company-about h1 {
        font-size: 70px;
        padding: 0 0 75px 0; } }
  #company-about .intro-first-text,
  #company-about .intro-second-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 145%; }
    @media (min-width: 576px) {
      #company-about .intro-first-text,
      #company-about .intro-second-text {
        font-size: 24px; } }
    @media (min-width: 768px) {
      #company-about .intro-first-text,
      #company-about .intro-second-text {
        font-size: 30px; } }
    @media (min-width: 992px) {
      #company-about .intro-first-text,
      #company-about .intro-second-text {
        font-size: 38px; } }
    #company-about .intro-first-text p,
    #company-about .intro-second-text p {
      padding: 0;
      margin: 0; }
  #company-about .intro-second-text {
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0; }
    @media (min-width: 768px) {
      #company-about .intro-second-text {
        bottom: 100px; } }
    @media (min-width: 992px) {
      #company-about .intro-second-text {
        bottom: 190px;
        left: 12px;
        right: 12px; } }
  #company-about #intro-animated-texts .word {
    display: inline-block;
    margin-right: 5px; }
  #company-about #intro-animated-texts .letter {
    opacity: 0;
    display: inline-block;
    transform: translateX(7px) scale(1.02);
    transition: opacity 0.2s ease, transform 0.2s ease; }
    #company-about #intro-animated-texts .letter.visible {
      opacity: 1;
      transform: translateX(0) scale(1); }

#company-featured-image {
  position: relative;
  z-index: -1;
  overflow: hidden; }
  #company-featured-image img {
    width: 100%;
    height: auto;
    transition: transform 0.1s ease-out; }

#company-stats {
  padding-bottom: 120px; }
  @media (min-width: 576px) {
    #company-stats {
      padding-bottom: 200px; } }
  @media (min-width: 768px) {
    #company-stats {
      padding-bottom: 260px; } }
  @media (min-width: 992px) {
    #company-stats {
      padding-bottom: 312px; } }
  #company-stats .company-stats-item {
    padding-top: 40px; }
    @media (min-width: 768px) {
      #company-stats .company-stats-item {
        padding-top: 70px; } }
    #company-stats .company-stats-item:last-of-type .desc {
      padding-bottom: 0;
      border-bottom: none; }
    #company-stats .company-stats-item .item-image {
      max-width: 63px;
      text-align: center;
      padding-right: 0; }
      @media (min-width: 576px) {
        #company-stats .company-stats-item .item-image {
          max-width: 83px; } }
      @media (min-width: 768px) {
        #company-stats .company-stats-item .item-image {
          padding-top: 10px;
          max-width: 103px; } }
      @media (min-width: 992px) {
        #company-stats .company-stats-item .item-image {
          max-width: 123px; } }
    #company-stats .company-stats-item .item-content {
      padding-left: 10px; }
    #company-stats .company-stats-item strong.title {
      display: block;
      font-size: 40px;
      font-weight: 500;
      line-height: 120%;
      font-family: "Montserrat", sans-serif; }
      @media (min-width: 576px) {
        #company-stats .company-stats-item strong.title {
          font-size: 50px; } }
      @media (min-width: 768px) {
        #company-stats .company-stats-item strong.title {
          font-size: 60px; } }
      @media (min-width: 992px) {
        #company-stats .company-stats-item strong.title {
          font-size: 70px; } }
    #company-stats .company-stats-item .desc {
      font-size: 28px;
      font-weight: 300;
      line-height: 40px;
      color: rgba(255, 255, 255, 0.85);
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding-bottom: 40px;
      font-family: "Montserrat", sans-serif; }
      @media (min-width: 768px) {
        #company-stats .company-stats-item .desc {
          font-size: 24px;
          line-height: 30px;
          padding-bottom: 70px; } }

#company-awards {
  padding-bottom: 80px; }
  @media (min-width: 768px) {
    #company-awards {
      padding-bottom: 110px; } }
  #company-awards .container.awards-heading {
    max-width: 960px;
    padding-bottom: 60px; }
    @media (min-width: 768px) {
      #company-awards .container.awards-heading {
        padding-bottom: 120px; } }
    #company-awards .container.awards-heading h2 {
      padding-bottom: 0; }
  #company-awards #award-list.row {
    margin: 0 -20px; }
    #company-awards #award-list.row > div {
      padding: 0 20px; }
    #company-awards #award-list.row .award-item {
      padding-bottom: 40px; }
      #company-awards #award-list.row .award-item .inner {
        background: rgba(73, 85, 100, 0.25);
        padding: 50px;
        border-radius: 40px;
        text-align: center; }
      #company-awards #award-list.row .award-item img {
        height: 230px !important;
        width: auto !important; }
      #company-awards #award-list.row .award-item .title {
        font-family: "Montserrat", sans-serif;
        font-size: 24px;
        font-weight: 300;
        line-height: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
        display: block;
        max-width: 440px;
        margin: 0 auto; }
        @media (min-width: 768px) {
          #company-awards #award-list.row .award-item .title {
            font-size: 28px;
            line-height: 40px; } }
      #company-awards #award-list.row .award-item .year {
        color: rgba(255, 255, 255, 0.6);
        font-family: "Inconsolata", monospace;
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;
        display: block; }

.postid-1263 .page-heading img {
  height: 100vh !important;
  min-height: 700px;
  object-fit: cover;
  opacity: .5; }
.postid-1263 .page-heading .caption {
  text-shadow: 0 0 20px #000; }
  @media (min-width: 768px) {
    .postid-1263 .page-heading .caption {
      max-width: 50%; } }
  .postid-1263 .page-heading .caption p {
    margin: 0;
    padding: 20px 0 30px 0;
    font-size: 20px; }
.postid-1263 .page-heading .btn {
  text-shadow: none;
  margin: 0 10px 10px 0; }
.postid-1263 #structured-content {
  padding-top: 0; }
.postid-1263 .structured-content-wrapper .modal-icon-grid.benefit-grid,
.postid-1263 .structured-content-wrapper .modal-icon-grid.tech-grid,
.postid-1263 .structured-content-wrapper .modal-icon-grid.finance-grid {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 30px; }
  .postid-1263 .structured-content-wrapper .modal-icon-grid.benefit-grid .row,
  .postid-1263 .structured-content-wrapper .modal-icon-grid.tech-grid .row,
  .postid-1263 .structured-content-wrapper .modal-icon-grid.finance-grid .row {
    margin: 0 -15px; }
    .postid-1263 .structured-content-wrapper .modal-icon-grid.benefit-grid .row > div,
    .postid-1263 .structured-content-wrapper .modal-icon-grid.tech-grid .row > div,
    .postid-1263 .structured-content-wrapper .modal-icon-grid.finance-grid .row > div {
      padding: 0 15px 30px 15px; }
    .postid-1263 .structured-content-wrapper .modal-icon-grid.benefit-grid .row .list-item h4.heading,
    .postid-1263 .structured-content-wrapper .modal-icon-grid.tech-grid .row .list-item h4.heading,
    .postid-1263 .structured-content-wrapper .modal-icon-grid.finance-grid .row .list-item h4.heading {
      padding-bottom: 15px; }
    .postid-1263 .structured-content-wrapper .modal-icon-grid.benefit-grid .row .list-item .desc,
    .postid-1263 .structured-content-wrapper .modal-icon-grid.tech-grid .row .list-item .desc,
    .postid-1263 .structured-content-wrapper .modal-icon-grid.finance-grid .row .list-item .desc {
      font-size: 17px;
      font-weight: 400;
      padding: 30px 10px;
      border: 1px solid rgba(255, 255, 255, 0.15);
      height: 100%;
      border-radius: 20px;
      line-height: 120%;
      text-align: center; }
      .postid-1263 .structured-content-wrapper .modal-icon-grid.benefit-grid .row .list-item .desc p,
      .postid-1263 .structured-content-wrapper .modal-icon-grid.tech-grid .row .list-item .desc p,
      .postid-1263 .structured-content-wrapper .modal-icon-grid.finance-grid .row .list-item .desc p {
        padding: 0;
        margin: 0;
        line-height: 125%; }
      .postid-1263 .structured-content-wrapper .modal-icon-grid.benefit-grid .row .list-item .desc strong,
      .postid-1263 .structured-content-wrapper .modal-icon-grid.tech-grid .row .list-item .desc strong,
      .postid-1263 .structured-content-wrapper .modal-icon-grid.finance-grid .row .list-item .desc strong {
        font-weight: 600;
        color: #ffffff;
        display: inline-block;
        padding: 0 0 10px 0;
        font-size: 20px; }
@media (min-width: 768px) {
  .postid-1263 .structured-content-wrapper .modal-icon-grid.tech-grid .row .list-item:nth-of-type(4), .postid-1263 .structured-content-wrapper .modal-icon-grid.tech-grid .row .list-item:nth-of-type(5) {
    width: 50%; } }
.postid-1263 .structured-content-wrapper .modal-icon-grid .desc table {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15); }
  @media (max-width: 575px) {
    .postid-1263 .structured-content-wrapper .modal-icon-grid .desc table {
      font-size: 14px; } }
  .postid-1263 .structured-content-wrapper .modal-icon-grid .desc table td {
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 5px 10px;
    line-height: 140%; }
.postid-1263 .structured-content-wrapper .modal-icon-grid .desc strong {
  font-weight: 700; }
.postid-1263 .structured-content-wrapper .modal-icon-grid .desc ol {
  margin: 0;
  font-size: 19px;
  padding-left: 22px; }
  .postid-1263 .structured-content-wrapper .modal-icon-grid .desc ol li {
    padding-bottom: 10px; }
.postid-1263 .section--gallery {
  padding-bottom: 0; }
.postid-1263 #limitovana-akcia,
.postid-1263 #porovnanie-nakladov {
  padding-bottom: 20px; }
.postid-1263 #financovanie {
  padding-top: 30px;
  padding-bottom: 10px; }
.postid-1263 #referencie {
  padding-top: 80px;
  padding-bottom: 20px;
  padding-right: 140px; }
.postid-1263 .testimonials-carousel {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0 30px 0;
  position: relative; }
  .postid-1263 .testimonials-carousel .swiper-testimonials-prev,
  .postid-1263 .testimonials-carousel .swiper-testimonials-next {
    position: absolute;
    top: -70px;
    z-index: 10;
    right: 0;
    left: auto; }
  .postid-1263 .testimonials-carousel .swiper-testimonials-prev {
    right: 70px; }
  .postid-1263 .testimonials-carousel .testimonials-swipper {
    overflow: hidden; }
  .postid-1263 .testimonials-carousel .testimonial-item {
    text-align: center; }
    .postid-1263 .testimonials-carousel .testimonial-item .inner {
      font-size: 19px;
      font-weight: 400;
      padding: 30px 10px;
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 20px;
      line-height: 120%;
      font-style: italic; }
      .postid-1263 .testimonials-carousel .testimonial-item .inner small {
        display: block;
        font-size: 14px;
        font-weight: 700;
        padding-top: 10px;
        font-style: normal; }
.postid-1263 .countdown {
  width: 300px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 14px;
  font-size: 12px;
  margin: 0 auto 40px auto; }
  .postid-1263 .countdown .countdown-value {
    padding: 10px;
    display: inline-block;
    width: 25%; }
    .postid-1263 .countdown .countdown-value span {
      font-size: 26px;
      font-weight: 700;
      display: block;
      line-height: 120%; }
.postid-1263 #cta-form-buttons-wrapper {
  padding-top: 50px; }
  .postid-1263 #cta-form-buttons-wrapper .inner {
    padding: 40px 20px;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 20px; }
  .postid-1263 #cta-form-buttons-wrapper h2 {
    margin: 0;
    padding: 0 0 20px 0; }
  .postid-1263 #cta-form-buttons-wrapper .btn {
    margin: 5px; }

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