@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap);
/*
   =========
      Colors
   =========
*/
/*
   ===================
      Secondary Colors
   ===================
*/
/*
   ==========
      Sizing
   ==========
*/
/*
   =============
      Typography
   =============
*/
/*
   ==============
      Breakpoints
   ==============
*/
/*===== Functions =====*/
.section-container {
  width: 90%;
  max-width: 1270px;
  margin: 0 auto;
  height: 100%;
}

.section-container.full {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
}

/*
   ============
      Specifics
   ============
*/
section {
  --gap: 20px;
  padding: clamp(1.2rem, calc(1.2 + calc(320 / 16) * calc((3 - 1.2) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((3 - 1.2) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 3rem) 0;
}
section.hero {
  padding: clamp(8rem, calc(8 + calc(320 / 16) * calc((10 - 8) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((10 - 8) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 10rem) 0 clamp(2rem, calc(2 + calc(320 / 16) * calc((2 - 2) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((2 - 2) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 2rem) 0;
}
section:last-child {
  padding-bottom: clamp(5.5rem, calc(5.5 + calc(320 / 16) * calc((6.25 - 5.5) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((6.25 - 5.5) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 6.25rem);
}

* .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.post-content ul {
  padding: 0 0 0 30px;
}

*.display {
  font-size: clamp(3rem, calc(3 + calc(320 / 16) * calc((11 - 3) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((11 - 3) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 11rem);
  text-transform: uppercase;
  line-height: 80%;
  font-weight: 900;
  text-align: left !important;
}
*.display, *.display * {
  font-family: "Montserrat";
}
@media (max-width: 768px) {
  *.display {
    line-height: 80%;
  }
}

.title-and-subtitle {
  position: relative;
  margin-bottom: 50px;
}
.title-and-subtitle .subheading {
  font-size: clamp(1.5rem, calc(1.5 + calc(320 / 16) * calc((2.5 - 1.5) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((2.5 - 1.5) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 2.5rem);
  margin-bottom: 0;
  font-family: "Montserrat";
  text-transform: uppercase;
}
*.subheading {
  font-weight: 200 !important;
  font-size: clamp(1rem, calc(1 + calc(320 / 16) * calc((1.5 - 1) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((1.5 - 1) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 1.5rem);
  font-family: "Montserrat";
  text-transform: uppercase;
}

*.text-purple--gradient {
  background: linear-gradient(0deg, #6e3694 0%, #461f77 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

*.serif {
  font-family: "Playfair Display", serif;
}

*.italic {
  font-style: italic;
}

.site-logo img {
  width: auto;
  max-height: 50px;
  height: auto;
}

.form form:not(.forminator-ui) {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(3, 50px);
  gap: 10px;
}
.form form.forminator-ui .forminator-row:not(:last-child) {
  margin-bottom: 10px !important;
}
.form input,
.form textarea {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 7px 10px;
  font-size: clamp(1rem, calc(1 + calc(320 / 16) * calc((1 - 1) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((1 - 1) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 1rem);
}
.form input::-moz-placeholder, .form textarea::-moz-placeholder {
  font-family: inherit;
  color: #fff;
}
.form input, .form input::placeholder,
.form textarea,
.form textarea::placeholder {
  font-family: inherit;
  color: #fff;
}
.form input::-moz-placeholder, .form textarea::-moz-placeholder {
  opacity: 0.5;
}
.form input::placeholder,
.form textarea::placeholder {
  opacity: 0.5;
}
.form .form__name,
.form .form__email {
  grid-row: 1/2;
}
.form .form__name {
  grid-column: 1/7;
}
.form .form__email {
  grid-column: 7/13;
}
.form .form__message {
  grid-row: 2/span 2;
  grid-column: 1/-1;
}
.form button {
  padding: 10px 20px;
  font-size: clamp(1rem, calc(1 + calc(320 / 16) * calc((1 - 1) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((1 - 1) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 1rem);
  background-color: #fff;
  color: #461f77;
  border: none;
  transition: all 150ms ease;
  grid-column: 1/span 4;
}
@media (max-width: 768px) {
  .form button {
    max-width: 100%;
    grid-column: 1/-1;
  }
}
.form button:hover {
  background-color: #461f77;
  color: #fff;
}

/*
   ==================
      Hamburguer Menu
   ==================
*/
#hamburguer-menu {
  display: block;
}
#hamburguer-menu svg path {
  fill: white;
}
#hamburguer-menu svg #upper-bar, #hamburguer-menu svg #lower-bar {
  transition: transform 150ms ease;
}
#hamburguer-menu.touched svg #upper-bar {
  transform: translateX(13px);
}
#hamburguer-menu.touched svg #lower-bar {
  transform: translateX(-13px);
}
#hamburguer-menu:hover {
  cursor: pointer;
}

*.scroll--vanish--up {
  position: relative;
}

/*
   =========
      Colors
   =========
*/
/*
   ===================
      Secondary Colors
   ===================
*/
/*
   ==========
      Sizing
   ==========
*/
/*
   =============
      Typography
   =============
*/
/*
   ==============
      Breakpoints
   ==============
*/
/*======
* Resets
=======*/
/*===== Custom Reset =====*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  /* 1.2rem => 12px */
}

/*===== ...Custom Reset =====*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Optima LT", sans-serif;
  vertical-align: baseline;
  line-height: 1.5;
}

img {
  width: 100%;
}

small {
  font-size: 65%;
}

strong, strong * {
  font-weight: bold;
}

a {
  color: #fff;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*
ol,
ul {
    list-style: none;
}
*/
blockquote,
q {
  quotes: none;
}

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

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

h1 {
  font-family: "Montserrat", sans-serif;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  color: white;
  line-height: 80%;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 3.8146972656rem;
}
h1 * {
  line-height: inherit;
}
@media (max-width: 768px) {
  h1 {
    line-height: 100%;
  }
}

h2 {
  font-family: "Montserrat", sans-serif;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  color: white;
  line-height: 80%;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 3.0517578125rem;
}
h2 * {
  line-height: inherit;
}
@media (max-width: 768px) {
  h2 {
    line-height: 100%;
  }
}

h3 {
  font-family: "Montserrat", sans-serif;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  color: white;
  line-height: 80%;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 2.44140625rem;
}
h3 * {
  line-height: inherit;
}
@media (max-width: 768px) {
  h3 {
    line-height: 100%;
  }
}

h4 {
  font-family: "Montserrat", sans-serif;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  color: white;
  line-height: 80%;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 1.953125rem;
}
h4 * {
  line-height: inherit;
}
@media (max-width: 768px) {
  h4 {
    line-height: 100%;
  }
}

h5 {
  font-family: "Montserrat", sans-serif;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  color: white;
  line-height: 80%;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 1.5625rem;
}
h5 * {
  line-height: inherit;
}
@media (max-width: 768px) {
  h5 {
    line-height: 100%;
  }
}

h6 {
  font-family: "Montserrat", sans-serif;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  color: white;
  line-height: 80%;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 1.25rem;
}
h6 * {
  line-height: inherit;
}
@media (max-width: 768px) {
  h6 {
    line-height: 100%;
  }
}

p,
li {
  font-size: clamp(1rem, calc(1 + calc(320 / 16) * calc((1.5 - 1) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((1.5 - 1) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 1.5rem);
  margin: 0 0 1.5rem 0;
}
p.text-big,
li.text-big {
  font-size: clamp(1rem, calc(1 + calc(320 / 16) * calc((1.5 - 1) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((1.5 - 1) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 1.5rem);
}

body {
  line-height: 1;
  font-family: "Montserrat";
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100vw;
  overflow-x: hidden;
  background: linear-gradient(0deg, #000000 0%, #1f1f1f 100%);
  color: #ffffff;
}

[x-cloak] {
  display: none;
}

/* Track */
::-webkit-scrollbar {
  /* width of the scrollbar */
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  /* color of the track */
  background: linear-gradient(0deg, rgb(22.4, 9.92, 38.08) 0%, #6e3694 100%);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #a597e8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body.page-home header {
  display: block;
}
@media (min-width: 1080px) {
  body.page-home header {
    display: none;
  }
}

body.page-home main section.hero {
  padding: 100px 0;
  height: 100vh;
  position: relative;
}
body.page-home main section.hero .logo-and-text {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.page-home main section.hero .logo-and-text img.logo {
  width: 100%;
  max-width: 350px;
}
body.page-home main section.hero .logo-and-text h1 {
  font-size: clamp(1.05rem, calc(1.05 + calc(320 / 16) * calc((1.05 - 1.05) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((1.05 - 1.05) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 1.05rem);
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 7px;
}
body.page-home main section.hero .logo-and-text h1 span {
  color: #6e3694;
}

body main section.coming-soon-section {
  height: 100vh;
  width: 100%;
}
body main section.coming-soon-section {
  position: relative;
  overflow: hidden;
}
body main section.coming-soon-section .logo-and-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body main section.coming-soon-section .logo-and-text .logo {
  width: 100%;
  max-width: 400px;
  height: auto;
}
body main section.coming-soon-section .logo-and-text h1 {
  font-size: 2.2rem;
  font-weight: 300;
  text-transform: uppercase;
  opacity: 0.7;
  font-family: "Montserrat", sans-serif;
}
body main section.coming-soon-section .logo-and-text h1,
body main section.coming-soon-section .logo-and-text .email a {
  color: white;
  text-align: center;
}
body main section.coming-soon-section .logo-and-text .email {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
body main section.coming-soon-section .logo-and-text .email:hover {
  cursor: pointer;
  opacity: 1;
}
body main section.coming-soon-section .logo-and-text .email a {
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  font-family: "Inter", sans-serif;
}
body main section.coming-soon-section .logo-and-text .email a:hover {
  text-decoration: underline;
}
body main section.coming-soon-section .logo-and-text .email .icon {
  width: 25px;
  height: 25px;
}
body main section.coming-soon-section .logo-and-text .email .icon svg {
  width: 100%;
  height: 100%;
}
body main section.coming-soon-section .logo-and-text .email .icon svg path {
  fill: white;
}

body.page-404 main section.not_found_title {
  position: relative;
  height: 100vh;
  width: 100%;
}
body.page-404 main section.not_found_title .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.page-404 main section.not_found_title .title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
body.page-404 main section.not_found_title .title h1 {
  color: white;
  font-size: 4rem;
  font-weight: 100;
  margin: 0;
}
body.page-404 main section.not_found_title .title a {
  color: white;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 300;
  text-align: center;
  margin-top: 20px;
  opacity: 0.7;
  transition: opacity 350ms ease;
}
body.page-404 main section.not_found_title .title a:hover {
  opacity: 1;
  text-decoration: underline;
}
body.page-404 main section.not_found_title .title a:hover {
  opacity: 1;
}

body.page-home-after-launch header {
  display: block;
}
@media (min-width: 1080px) {
  body.page-home-after-launch header {
    display: none;
  }
}

body.page-home-after-launch main section.hero {
  padding: 100px 0;
  height: 100vh;
  position: relative;
}
body.page-home-after-launch main section.hero .logo-and-text {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.page-home-after-launch main section.hero .logo-and-text:hover {
  cursor: pointer;
}
body.page-home-after-launch main section.hero .logo-and-text img.logo {
  width: 100%;
  max-width: 350px;
}
body.page-home-after-launch main section.hero .logo-and-text h1 {
  font-size: clamp(1.05rem, calc(1.05 + calc(320 / 16) * calc((1.05 - 1.05) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((1.05 - 1.05) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 1.05rem);
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 7px;
}
body.page-home-after-launch main section.hero .logo-and-text h1 span {
  color: #6e3694;
}

body.page-about-us section.intro .section-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  body.page-about-us section.intro .section-container {
    gap: 0;
  }
}
body.page-about-us section.intro .section-container .image {
  width: calc(30% - var(--gap) / 2);
  min-width: 200px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
body.page-about-us section.intro .section-container .image img {
  height: 300px;
  width: auto;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  body.page-about-us section.intro .section-container .image img {
    width: 80%;
    height: auto;
  }
}
@media (max-width: 768px) {
  body.page-about-us section.intro .section-container .image img {
    max-width: 200px;
  }
}
body.page-about-us section.intro .section-container .text {
  width: calc(70% - var(--gap) / 2);
}
@media (min-width: 768px) {
  body.page-about-us section.intro .section-container .text {
    padding-right: calc(var(--gap) * 2);
  }
}
@media (max-width: 768px) {
  body.page-about-us section.intro .section-container {
    flex-direction: column;
  }
  body.page-about-us section.intro .section-container .image,
  body.page-about-us section.intro .section-container .text {
    width: 100%;
  }
  body.page-about-us section.intro .section-container .image {
    margin: 0 0 calc(var(--gap) * 1.25) 0;
  }
}

body.page-our-essence {
  /*
     ===========
        About Us
     ===========
  */
  /*
     ============
        Our Value
     ============
  */
  /*
     =============
        Who We Are
     =============
  */
}
body.page-our-essence section.about-us.intro .section-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  body.page-our-essence section.about-us.intro .section-container {
    gap: 0;
  }
}
body.page-our-essence section.about-us.intro .section-container .image {
  width: calc(30% - var(--gap) / 2);
  min-width: 200px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
body.page-our-essence section.about-us.intro .section-container .image img {
  height: 300px;
  width: auto;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  body.page-our-essence section.about-us.intro .section-container .image img {
    width: 80%;
    height: auto;
  }
}
@media (max-width: 768px) {
  body.page-our-essence section.about-us.intro .section-container .image img {
    max-width: 200px;
  }
}
body.page-our-essence section.about-us.intro .section-container .text {
  width: calc(70% - var(--gap) / 2);
}
@media (min-width: 768px) {
  body.page-our-essence section.about-us.intro .section-container .text {
    padding-right: calc(var(--gap) * 2);
  }
}
@media (max-width: 768px) {
  body.page-our-essence section.about-us.intro .section-container {
    flex-direction: column;
  }
  body.page-our-essence section.about-us.intro .section-container .image,
  body.page-our-essence section.about-us.intro .section-container .text {
    width: 100%;
  }
  body.page-our-essence section.about-us.intro .section-container .image {
    margin: 0 0 calc(var(--gap) * 1.25) 0;
  }
}
body.page-our-essence section.our-value .section-container .content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 50px;
}
body.page-our-essence section.our-value .section-container .content .center-image {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-column: 2/span 2;
  grid-row: 2/span 1;
}
body.page-our-essence section.our-value .section-container .content .center-image .logo {
  width: 100%;
  max-width: 500px;
}
body.page-our-essence section.our-value .section-container .content .center-image .logo svg {
  width: 100%;
  height: auto;
}
body.page-our-essence section.our-value .section-container .content .center-image .logo svg g:hover {
  cursor: pointer;
}
body.page-our-essence section.our-value .section-container .content .center-image .logo svg g path {
  transition: all 0.3s ease;
}
body.page-our-essence section.our-value .section-container .content .center-image .logo svg g#ventana:hover path {
  fill: #fff;
}
body.page-our-essence section.our-value .section-container .content .center-image .logo svg g#ideas:hover path {
  fill: #fff;
}
body.page-our-essence section.our-value .section-container .content .center-image .logo svg g#sanctuary:hover path {
  fill: #fff;
}
body.page-our-essence section.our-value .section-container .content .floating-text {
  display: flex;
}
body.page-our-essence section.our-value .section-container .content .floating-text p {
  margin-bottom: 0;
}
body.page-our-essence section.our-value .section-container .content .floating-text {
  opacity: 0;
  transition: all 300ms ease;
}
body.page-our-essence section.our-value .section-container .content .floating-text.active {
  opacity: 1;
}
body.page-our-essence section.our-value .section-container .content .floating-text.text-left {
  grid-column: 1/span 1;
  grid-row: 1/span 3;
  align-items: center;
}
body.page-our-essence section.our-value .section-container .content .floating-text.text-up {
  grid-column: 2/span 2;
  grid-row: 1/span 1;
}
body.page-our-essence section.our-value .section-container .content .floating-text.text-bottom {
  grid-column: 2/span 2;
  grid-row: 3/span 1;
}
body.page-our-essence section.our-proposal .section-container h2 {
  margin-bottom: 50px;
}
body.page-our-essence section.our-proposal .section-container .cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 50px;
}
body.page-our-essence section.our-proposal .section-container .cards .card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
body.page-our-essence section.our-proposal .section-container .cards .card h3 {
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  font-size: clamp(1.2rem, calc(1.2 + calc(320 / 16) * calc((1.2 - 1.2) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((1.2 - 1.2) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 1.2rem);
  font-weight: 300;
  margin-bottom: 0;
}
body.page-our-essence section.our-proposal .section-container .cards .card .icon {
  width: 100%;
  max-width: 30px;
  margin: 40px 0;
}
body.page-our-essence section.who-we-are .text-and-image {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  body.page-our-essence section.who-we-are .text-and-image {
    margin: 50px 0 0 0;
  }
}
body.page-our-essence section.who-we-are .text-and-image .text {
  width: 66.6666666667%;
  padding: 0 50px 0 0;
}
body.page-our-essence section.who-we-are .text-and-image .text h2,
body.page-our-essence section.who-we-are .text-and-image .text p {
  font-weight: 100;
}
body.page-our-essence section.who-we-are .text-and-image .text h2 {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: clamp(3rem, calc(3 + calc(320 / 16) * calc((4.5 - 3) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((4.5 - 3) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 4.5rem);
  margin: 0 0 15px 0;
}
body.page-our-essence section.who-we-are .text-and-image .text .position {
  font-size: clamp(1.5rem, calc(1.5 + calc(320 / 16) * calc((2 - 1.5) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((2 - 1.5) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 2rem);
}
body.page-our-essence section.who-we-are .text-and-image .image {
  width: 33.3333333333%;
}
body.page-our-essence section.who-we-are .text-and-image .image img {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
@media (max-width: 768px) {
  body.page-our-essence section.who-we-are .text-and-image {
    flex-direction: column;
  }
  body.page-our-essence section.who-we-are .text-and-image .text,
  body.page-our-essence section.who-we-are .text-and-image .image {
    width: 100%;
    padding: 0;
  }
  body.page-our-essence section.who-we-are .text-and-image .image img {
    width: 100%;
    max-width: 400px;
  }
}

body.page-our-manifesto section.hero .cards {
  --gap: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  grid-auto-rows: 400px;
  gap: var(--gap);
}
body.page-our-manifesto section.hero .cards .card {
  padding: 20px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
body.page-our-manifesto section.hero .cards .card * {
  text-align: center;
  margin-bottom: 0;
}
body.page-our-manifesto section.hero .cards .card .card__title {
  font-size: clamp(2rem, calc(2 + calc(320 / 16) * calc((3 - 2) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((3 - 2) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 3rem);
  font-weight: 100;
  font-style: italic;
}
body.page-our-manifesto section.hero .cards .card .card__text {
  line-height: 1.2;
  font-weight: 200;
}
body.page-our-manifesto section.hero .cards .card .card__value {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 100;
}
body.page-our-manifesto section.hero .cards .card .card__icon img {
  width: 20px;
  height: auto;
}
body.page-our-manifesto section.hero .cards .card .card__title span {
  font-family: inherit;
}
body.page-our-manifesto section.hero .cards .card.gray {
  background-color: #9da0c9;
}
body.page-our-manifesto section.hero .cards .card.purple {
  background-color: #461f77;
}
body.page-our-manifesto section.hero .cards .card.violet {
  background-color: #a597e8;
}
body.page-our-manifesto section.hero .cards .card.gray .card__title span, body.page-our-manifesto section.hero .cards .card.violet .card__title span {
  color: #461f77;
}
body.page-our-manifesto section.hero .cards .card.purple .card__title span {
  color: #a597e8;
}
@media (max-width: 480px) {
  body.page-our-manifesto section.hero .cards {
    grid-template-columns: 1fr;
  }
}

body.page-who-we-are section .text-and-image {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  body.page-who-we-are section .text-and-image {
    margin: 50px 0 0 0;
  }
}
body.page-who-we-are section .text-and-image .text {
  width: 66.6666666667%;
  padding: 0 50px 0 0;
}
body.page-who-we-are section .text-and-image .text h2,
body.page-who-we-are section .text-and-image .text p {
  font-weight: 100;
}
body.page-who-we-are section .text-and-image .text h2 {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: clamp(3rem, calc(3 + calc(320 / 16) * calc((4.5 - 3) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((4.5 - 3) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 4.5rem);
  margin: 0 0 15px 0;
}
body.page-who-we-are section .text-and-image .text .position {
  font-size: clamp(1.5rem, calc(1.5 + calc(320 / 16) * calc((2 - 1.5) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((2 - 1.5) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 2rem);
}
body.page-who-we-are section .text-and-image .image {
  width: 33.3333333333%;
}
body.page-who-we-are section .text-and-image .image img {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
@media (max-width: 768px) {
  body.page-who-we-are section .text-and-image {
    flex-direction: column;
  }
  body.page-who-we-are section .text-and-image .text,
  body.page-who-we-are section .text-and-image .image {
    width: 100%;
    padding: 0;
  }
  body.page-who-we-are section .text-and-image .image img {
    width: 100%;
    max-width: 400px;
  }
}

body.page-client-testimonials section.hero .section-container h1 {
  font-size: clamp(3rem, calc(3 + calc(320 / 16) * calc((11 - 3) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((11 - 3) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 11rem);
}
body.page-client-testimonials section.client-testimonials .section-container {
  --column-gap: 50px;
  --row-gap: 20px;
  --top-spacing: 75px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc((1270px - var(--column-gap) * (var(--testimonials-number) - 1)) / var(--testimonials-number)), 1fr));
  -moz-column-gap: var(--column-gap);
       column-gap: var(--column-gap);
  row-gap: var(--row-gap);
}
@media (max-width: 768px) {
  body.page-client-testimonials section.client-testimonials .section-container {
    grid-template-columns: 1fr;
  }
}
body.page-client-testimonials section.client-testimonials .section-container .testimonial {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
  position: relative;
  width: 100%;
}
body.page-client-testimonials section.client-testimonials .section-container .testimonial .quote-portrait {
  width: 100%;
}
body.page-client-testimonials section.client-testimonials .section-container .testimonial .quote-portrait,
body.page-client-testimonials section.client-testimonials .section-container .testimonial .author-logo {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
body.page-client-testimonials section.client-testimonials .section-container .testimonial .quote-portrait .portrait {
  width: 150px;
  aspect-ratio: 0.7638;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  overflow: hidden;
}
body.page-client-testimonials section.client-testimonials .section-container .testimonial .quote-portrait .portrait img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
body.page-client-testimonials section.client-testimonials .section-container .testimonial .quote-portrait .quote {
  width: 66.6666666667%;
}
@media (max-width: 768px) {
  body.page-client-testimonials section.client-testimonials .section-container .testimonial .quote-portrait .quote {
    width: 100%;
  }
}
body.page-client-testimonials section.client-testimonials .section-container .testimonial .quote-portrait .quote p {
  font-size: clamp(0.9rem, calc(0.9 + calc(320 / 16) * calc((1 - 0.9) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((1 - 0.9) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 1rem);
  margin-bottom: 0;
}
body.page-client-testimonials section.client-testimonials .section-container .testimonial .author-logo {
  align-items: center;
}
body.page-client-testimonials section.client-testimonials .section-container .testimonial .author-logo .logo img {
  width: 100%;
  max-width: 100px;
}
body.page-client-testimonials section.client-testimonials .section-container .testimonial .author-logo .author p {
  margin-bottom: 0;
  word-break: breal-all;
}
@media (max-width: 480px) {
  body.page-client-testimonials section.client-testimonials .section-container .testimonial .quote-portrait,
  body.page-client-testimonials section.client-testimonials .section-container .testimonial .author-logo {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

body.post-type-package.archive {
  --items-gap: 20px;
}
body.post-type-package.archive section.hero .section-container h1.display,
body.post-type-package.archive section.hero .section-container p {
  text-align: left !important;
}
body.post-type-package.archive section.packages {
  padding-bottom: 0;
}
body.post-type-package.archive section.packages .section-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  body.post-type-package.archive section.packages .section-container {
    flex-direction: column;
  }
}
body.post-type-package.archive section.packages .section-container .package {
  width: calc(100% / var(--packages-number));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  text-decoration: none;
  background-size: 100% 100%;
  background-position: top center;
  transition: all 500ms ease-in-out;
}
body.post-type-package.archive section.packages .section-container .package:hover {
  background-size: 110% 110%;
}
@media (max-width: 768px) {
  body.post-type-package.archive section.packages .section-container .package {
    min-height: 300px;
    width: 100%;
  }
}
body.post-type-package.archive section.packages .section-container .package .logo {
  width: 90%;
  max-width: 300px;
}
@media (max-width: 768px) {
  body.post-type-package.archive section.packages .section-container .package .logo {
    max-width: 200px;
  }
}
body.post-type-package.archive section.packages .section-container .package .logo svg {
  width: 100%;
  height: auto;
}
body.post-type-package.archive section.packages .section-container .package .title {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
}
body.post-type-package.archive .background.packages {
  max-width: 1300px;
  width: 90%;
  margin: 50px auto 0 auto;
  background-size: cover;
  background-position: center;
}
body.post-type-package.archive .background.packages:last-child {
  margin-bottom: 50px;
}
body.post-type-package.archive .background.packages section.hero .section-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1080px) {
  body.post-type-package.archive .background.packages section.hero .section-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
body.post-type-package.archive .background.packages section.hero .section-container h1 {
  font-size: clamp(3rem, calc(3 + calc(320 / 16) * calc((8 - 3) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((8 - 3) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 8rem);
  margin-bottom: 30px;
}
body.post-type-package.archive .background.packages section.hero .section-container h1,
body.post-type-package.archive .background.packages section.hero .section-container p {
  text-align: left !important;
}
body.post-type-package.archive .background.packages section.hero .section-container .btn a {
  padding: 15px 30px;
  background-color: #6e3694;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}
body.post-type-package.archive .background.packages section.services .section-container {
  --gap: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc((1270px - var(--gap) * (var(--service-number) - 1)) / var(--service-number) - 30px), 1fr));
  grid-auto-rows: auto;
  grid-template-rows: unset;
  gap: var(--gap);
}
@media (max-width: 768px) {
  body.post-type-package.archive .background.packages section.services .section-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
body.post-type-package.archive .background.packages section.services .section-container .service {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.456);
  width: 100%;
}
body.post-type-package.archive .background.packages section.services .section-container .service:hover {
  cursor: initial !important;
}
body.post-type-package.archive .background.packages section.services .section-container .service p {
  text-align: left !important;
  font-size: 1rem;
}
body.post-type-package.archive .background.packages section.services .section-container .service[data-circle-message]:hover {
  cursor: pointer;
}
body.post-type-package.archive .background.packages section.services .section-container .service .service-icon img {
  width: 30px;
  height: auto;
}
body.post-type-package.archive .background.packages section.services .section-container .service h3 {
  line-height: 1.2;
  font-size: clamp(1.2rem, calc(1.2 + calc(320 / 16) * calc((1.2 - 1.2) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((1.2 - 1.2) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 1.2rem);
  word-wrap: break-word;
  word-break: normal;
  margin-bottom: 0;
}
body.post-type-package.archive .background.packages section.services .section-container .service .btn {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #6e3694;
}
body.post-type-package.archive .background.packages section.services .section-container .service .btn a {
  color: #fff;
  text-decoration: none;
  font-size: clamp(1rem, calc(1 + calc(320 / 16) * calc((1.25 - 1) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((1.25 - 1) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 1.25rem);
}
body.post-type-package.archive .background.packages section.services .section-container .service .service-options {
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  body.post-type-package.archive .background.packages section.services .section-container .service .service-options {
    flex-direction: column;
  }
}
body.post-type-package.archive .background.packages section.services .section-container .service .service-options .service-option {
  padding: 20px;
  background-color: #6e3694;
  width: 100%;
  max-width: 300px;
  border-radius: 15px;
  transition: all 300ms ease;
  display: block;
  text-decoration: none;
  color: white;
}
body.post-type-package.archive .background.packages section.services .section-container .service .service-options .service-option:hover {
  box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.456);
  cursor: pointer;
}
body.post-type-package.archive .background.packages section.services .section-container .service .service-options .service-option p {
  margin-bottom: 0;
}
body.post-type-package.archive .background.packages section.services .section-container .service .service-options .service-option p.option-name {
  font-size: clamp(0.9rem, calc(0.9 + calc(320 / 16) * calc((0.9 - 0.9) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((0.9 - 0.9) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 0.9rem);
  font-weight: 700;
  margin-bottom: 10px;
}
body.post-type-package.archive .background.packages section.services .section-container .service .service-options .service-option p.option-description,
body.post-type-package.archive .background.packages section.services .section-container .service .service-options .service-option p.quote-message {
  font-size: clamp(0.825rem, calc(0.825 + calc(320 / 16) * calc((0.825 - 0.825) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((0.825 - 0.825) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 0.825rem);
}
body.post-type-package.archive .background.packages section.services .section-container .service .service-options .service-option p.quote-message {
  text-decoration: underline;
  margin: 10px 0 0 0;
}
body.post-type-package.archive .background.packages section.services .section-container .service * {
  text-align: center;
}
body.post-type-package.archive section#is-testimonials {
  padding-top: 150px;
}
body.post-type-package.archive section.client-testimonials .section-container {
  --column-gap: 50px;
  --row-gap: 20px;
  --top-spacing: 75px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc((1270px - var(--column-gap) * (var(--testimonials-number) - 1)) / var(--testimonials-number)), 1fr));
  -moz-column-gap: var(--column-gap);
       column-gap: var(--column-gap);
  row-gap: var(--row-gap);
}
@media (max-width: 768px) {
  body.post-type-package.archive section.client-testimonials .section-container {
    grid-template-columns: 1fr;
  }
}
body.post-type-package.archive section.client-testimonials .section-container .testimonial {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
  position: relative;
  width: 100%;
}
body.post-type-package.archive section.client-testimonials .section-container .testimonial .quote-portrait {
  width: 100%;
}
body.post-type-package.archive section.client-testimonials .section-container .testimonial .quote-portrait,
body.post-type-package.archive section.client-testimonials .section-container .testimonial .author-logo {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
body.post-type-package.archive section.client-testimonials .section-container .testimonial .quote-portrait .portrait {
  width: 150px;
  aspect-ratio: 0.7638;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  overflow: hidden;
}
body.post-type-package.archive section.client-testimonials .section-container .testimonial .quote-portrait .portrait img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
body.post-type-package.archive section.client-testimonials .section-container .testimonial .quote-portrait .quote {
  width: 66.6666666667%;
}
@media (max-width: 768px) {
  body.post-type-package.archive section.client-testimonials .section-container .testimonial .quote-portrait .quote {
    width: 100%;
  }
}
body.post-type-package.archive section.client-testimonials .section-container .testimonial .quote-portrait .quote p {
  font-size: clamp(0.9rem, calc(0.9 + calc(320 / 16) * calc((1 - 0.9) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((1 - 0.9) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 1rem);
  margin-bottom: 0;
}
body.post-type-package.archive section.client-testimonials .section-container .testimonial .author-logo {
  align-items: center;
}
body.post-type-package.archive section.client-testimonials .section-container .testimonial .author-logo .logo img {
  width: 100%;
  max-width: 100px;
}
body.post-type-package.archive section.client-testimonials .section-container .testimonial .author-logo .author p {
  margin-bottom: 0;
  word-break: breal-all;
}
@media (max-width: 480px) {
  body.post-type-package.archive section.client-testimonials .section-container .testimonial .quote-portrait,
  body.post-type-package.archive section.client-testimonials .section-container .testimonial .author-logo {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

body.page-blog section.posts .section-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  grid-template-rows: auto;
  gap: 20px;
}
@media (max-width: 480px) {
  body.page-blog section.posts .section-container {
    grid-template-columns: 1fr;
  }
}
body.page-blog section.posts .section-container .post {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-decoration: none;
  color: #fff;
  --border-radius: 15px;
}
body.page-blog section.posts .section-container .post .featured-image {
  height: 300px;
  overflow: hidden;
  border-radius: var(--border-radius);
}
body.page-blog section.posts .section-container .post .featured-image img {
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
  transition: all 500ms ease;
  transform-origin: center center;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-blog section.posts .section-container .post .featured-image:hover img {
  transform: scale(1.1);
}
body.page-blog section.posts .section-container .post .date-and-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
body.page-blog section.posts .section-container .post .date-and-category .categories {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
body.page-blog section.posts .section-container .post .date-and-category p {
  margin-bottom: 0;
  font-size: clamp(0.875rem, calc(0.875 + calc(320 / 16) * calc((0.875 - 0.875) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((0.875 - 0.875) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 0.875rem);
}
body.page-blog section.posts .section-container .post .title p {
  font-weight: 600;
  margin-bottom: 0;
}

body.post-type-post section.content {
  padding: clamp(8rem, calc(8 + calc(320 / 16) * calc((10 - 8) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((10 - 8) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 10rem) 0 clamp(2rem, calc(2 + calc(320 / 16) * calc((2 - 2) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((2 - 2) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 2rem) 0;
}
body.post-type-post section.content .breadcrumbs a {
  color: #fff;
}
body.post-type-post section.content h1 {
  line-height: 1;
}
body.post-type-post section.content .author-and-date {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}
body.post-type-post section.content .author-and-date p {
  margin-bottom: 0;
}
body.post-type-post section.content .author-and-date p:last-child {
  font-size: clamp(0.9rem, calc(0.9 + calc(320 / 16) * calc((1 - 0.9) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((1 - 0.9) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 1rem);
}
body.post-type-post section.content .section-container {
  --sections-gap: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--sections-gap);
}
@media (max-width: 1080px) {
  body.post-type-post section.content .section-container {
    flex-direction: column;
  }
}
body.post-type-post section.content .section-container .related {
  width: calc(20% - var(--sections-gap) / 2);
}
@media (max-width: 1080px) {
  body.post-type-post section.content .section-container .related {
    width: 100%;
  }
}
body.post-type-post section.content .section-container .related h4 {
  margin: 0 0 40px 0;
}
body.post-type-post section.content .section-container .related .posts {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 15px;
}
@media (max-width: 1080px) {
  body.post-type-post section.content .section-container .related .posts {
    flex-direction: row;
  }
}
body.post-type-post section.content .section-container .related .posts .post {
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
}
body.post-type-post section.content .section-container .related .posts .post:hover {
  text-decoration: underline;
}
@media (max-width: 1080px) {
  body.post-type-post section.content .section-container .related .posts .post {
    max-width: 250px;
  }
}
body.post-type-post section.content .section-container .related .posts .post .featured-image {
  height: 150px;
  width: 100%;
}
body.post-type-post section.content .section-container .related .posts .post .featured-image,
body.post-type-post section.content .section-container .related .posts .post .featured-image img {
  border-radius: 10px;
}
body.post-type-post section.content .section-container .related .posts .post .featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.post-type-post section.content .section-container .related .posts .post .title p {
  line-height: 1;
}
body.post-type-post section.content .section-container .blogpost {
  width: calc(80% - var(--sections-gap) / 2);
}
@media (max-width: 1080px) {
  body.post-type-post section.content .section-container .blogpost {
    width: 100%;
  }
}
body.post-type-post section.content .section-container .blogpost .featured-image {
  border-radius: 15px;
  margin-bottom: 30px;
  max-width: 600px;
  width: 100%;
  height: auto;
}
body.post-type-post section.content .section-container .blogpost .featured-image img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.post-type-post section.content .section-container .blogpost .share > p {
  font-size: clamp(1rem, calc(1 + calc(320 / 16) * calc((1 - 1) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((1 - 1) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 1rem);
  margin: 0 0 10px 0;
}
body.post-type-post section.content .section-container .blogpost .share .links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin: 0 0 20px 0;
}
body.post-type-post section.content .section-container .blogpost .share .links .share-item {
  text-decoration: none;
  color: #fff;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
body.post-type-post section.content .section-container .blogpost .share .links .share-item:hover {
  cursor: pointer;
}
body.post-type-post section.content .section-container .blogpost .share .links .share-item svg {
  height: 25px;
  width: auto;
}
body.post-type-post section.content .section-container .blogpost .post-content ul,
body.post-type-post section.content .section-container .blogpost .post-content ol {
  padding: 0 0 0 20px;
}
@media (max-width: 768px) {
  body.post-type-post section.content .section-container .blogpost .post-content {
    padding: 0 20px;
  }
}

body.page-contact section.hero h1,
body.page-contact section.hero p {
  text-align: center !important;
}
body.page-contact section.form .section-container form {
  max-width: 500px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
body.page-contact section.form .section-container form .forminator-row input,
body.page-contact section.form .section-container form .forminator-row textarea {
  padding: 7px 10px;
}
body.page-contact section.form .section-container form .forminator-checkbox {
  flex-direction: column;
  align-items: flex-start;
}
body.page-contact section.form .section-container form .forminator-checkbox .forminator-checkbox-label {
  margin: 10px 0 0 0;
}
body.page-contact section.form .section-container form div.forminator-row.forminator-row-last {
  margin-top: 20px;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 1000;
  background: rgb(2, 0, 36);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, rgb(0, 0, 0) 100%);
}
header .section-container nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  position: relative;
}
header .section-container nav .menus {
  display: flex;
  justify-content: flex-end;
}

body {
  position: relative;
}
body div[class|=header-menu] {
  position: fixed;
  top: 75px;
  left: calc((100vw - 1270px) / 2);
  width: 30vw;
  max-width: 300px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: clamp(1.5rem, calc(1.5 + calc(320 / 16) * calc((2 - 1.5) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((2 - 1.5) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 2rem);
  border-radius: 15px;
  z-index: 1000;
}
@media (max-width: 1270px) {
  body div[class|=header-menu] {
    left: 15px;
    width: 45vw;
  }
}
@media (max-width: 480px) {
  body div[class|=header-menu] {
    left: 50%;
    transform: translate(-50%, 0);
    width: calc(100vw - 20px);
  }
}
@media (min-width: 1080px) {
  body .header-menu--mobile {
    display: none;
  }
}
@media (max-width: 1080px) {
  body .header-menu--desktop {
    display: none;
  }
}
body div[class|=header-menu] .close-icon {
  width: 15px;
  height: 15px;
  margin-left: auto;
}
@media (max-width: 768px) {
  body div[class|=header-menu] .close-icon {
    margin-top: 30px;
  }
}
@media (max-width: 1270px) {
  body div[class|=header-menu] .close-icon {
    position: absolute;
    margin-top: 0;
    top: 15px;
    right: 15px;
  }
}
body div[class|=header-menu] .close-icon:hover {
  cursor: pointer;
}
body div[class|=header-menu] .close-icon svg {
  width: 100%;
  transition: all 150ms ease;
}
body div[class|=header-menu] .close-icon:hover svg {
  transform: scale(1.15);
}
body div[class|=header-menu] .close-icon svg path {
  fill: #fff;
  transition: all 150ms ease;
}
body div[class|=header-menu] .close-icon:hover svg path {
  fill: #6e3694;
}
body div[class|=header-menu] ul {
  list-style: none;
  padding: 0;
}
body div[class|=header-menu] ul li {
  padding: 5px 0;
  display: inline-block;
  margin-bottom: 0;
}
body div[class|=header-menu] ul li p {
  font-size: 100%;
}
body div[class|=header-menu] ul li a {
  color: white;
  text-decoration: none;
}
body div[class|=header-menu] ul:not(.sub-menu) li a .arrow {
  display: none;
  opacity: 0;
  transition: all 250ms ease;
  transition-behavior: allow-discrete;
  margin-left: 5px;
}
body div[class|=header-menu] ul.sub-menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
}
body div[class|=header-menu] ul.sub-menu li {
  padding: 5px;
  line-height: 1;
}
body div[class|=header-menu] ul.sub-menu li a {
  font-size: clamp(1rem, calc(1 + calc(320 / 16) * calc((1 - 1) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((1 - 1) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 1rem);
}
body div[class|=header-menu] ul.sub-menu li a .arrow {
  display: none;
}
body .header-menu--mobile {
  max-width: 100%;
}
body .header-menu--mobile ul, body .header-menu--desktop ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  width: 100%;
}
@media (max-width: 768px) {
  body .header-menu--mobile ul, body .header-menu--desktop ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
body .header-menu--mobile ul li, body .header-menu--desktop ul li {
  text-align: left;
  font-size: clamp(1rem, calc(1 + calc(320 / 16) * calc((1.25 - 1) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((1.25 - 1) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 1.25rem);
}

.home-menu {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  display: none;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1080px) {
  .home-menu {
    display: flex;
  }
}
.home-menu .circular-menu {
  --menu-width: 600px;
  --menu-width: 700px;
  --menu-height: 450px;
  --ellipses-spacing: 350px;
}
.home-menu .circular-menu ul:not(.sub-menu) {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.home-menu .circular-menu ul:not(.sub-menu)::before, .home-menu .circular-menu ul:not(.sub-menu)::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 0 0.25px rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}
.home-menu .circular-menu ul:not(.sub-menu):before {
  width: calc(var(--menu-width) + var(--ellipses-spacing));
  height: calc(var(--menu-height) + var(--ellipses-spacing));
}
.home-menu .circular-menu ul:not(.sub-menu)::after {
  width: var(--menu-width);
  height: var(--menu-height);
}
.home-menu .circular-menu ul:not(.sub-menu) > li {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  width: auto;
  aspect-ratio: 2/1;
  text-align: center;
  transform: translate(-50%, -50%);
  padding: 20px;
  background: radial-gradient(circle closest-side, rgb(0, 0, 0), rgba(0, 0, 0, 0.1));
}
.home-menu .circular-menu ul:not(.sub-menu) > li::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 120px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgb(0, 0, 0);
  z-index: -1;
}
.home-menu .circular-menu ul:not(.sub-menu) > li:hover {
  cursor: pointer;
}
.home-menu .circular-menu ul:not(.sub-menu) > li.no-ellipse {
  display: none;
}
.home-menu .circular-menu ul:not(.sub-menu) > li a {
  color: white;
  text-decoration: none;
  display: flex;
  justify-content: center;
  width: 100%;
}
.home-menu .circular-menu ul:not(.sub-menu) > li p {
  font-size: 100%;
}
.home-menu .circular-menu ul:not(.sub-menu) > li a .arrow {
  display: none;
  opacity: 0;
  transition: all 250ms ease;
  transition-behavior: allow-discrete;
  margin-left: 5px;
}
.home-menu .circular-menu ul.sub-menu {
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 10px;
  box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.456);
  list-style: none;
  align-items: start;
  position: relative;
  left: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home-menu .circular-menu ul.sub-menu > li p {
  margin: 0;
  text-align: inherit;
}
.home-menu .circular-menu ul.sub-menu > li > a {
  justify-content: flex-start;
}

section.ig-posts {
  padding: 0;
}
section.ig-posts .section-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.ig-posts .section-container .ig-post {
  height: 450px;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  section.ig-posts .section-container .ig-post {
    height: 300px;
  }
}
section.ig-posts .section-container .ig-post img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.ig-posts .section-container .ig-post:hover {
  cursor: pointer;
}
section.ig-posts .section-container .ig-post .ig-icon {
  --icon-padding: 10px;
  width: calc(20px + var(--icon-padding) * 2);
  height: calc(20px + var(--icon-padding) * 2);
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 5px;
}
section.ig-posts .section-container .ig-post .ig-icon svg {
  width: 100%;
  height: auto;
}
section.ig-posts .section-container .ig-post .ig-icon svg path {
  fill: #fff;
}
section.ig-posts .section-container #sb_instagram,
section.ig-posts .section-container #sb_instagram #sbi_images {
  padding: 0 !important;
}
section.ig-posts .section-container #sb_instagram #sbi_images {
  gap: 0 !important;
}

body.page-home footer,
body.page-home-after-launch footer {
  display: none;
}

footer {
  background: linear-gradient(0deg, rgb(22.4, 9.92, 38.08) 0%, #6e3694 100%);
  background-attachment: fixed;
  background-size: cover;
}
footer .section-container .upper-footer {
  padding: 50px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  footer .section-container .upper-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .section-container .upper-footer .title-and-subtitle {
  margin: 0 0 20px 0;
}
footer .section-container .upper-footer .title-and-subtitle h3 {
  margin: 0 0 10px 0;
}
footer .section-container .upper-footer .title-and-subtitle .subheading {
  font-size: clamp(1rem, calc(1 + calc(320 / 16) * calc((1.5 - 1) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((1.5 - 1) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 1.5rem);
  letter-spacing: 5px;
  text-transform: uppercase;
}
footer .section-container .upper-footer .contact-form {
  width: 100%;
  max-width: 600px;
}
@media (max-width: 768px) {
  footer .section-container .upper-footer .contact-form {
    max-width: 100%;
  }
}
footer .section-container .upper-footer .info-and-logo .info,
footer .section-container .upper-footer .info-and-logo .info .links {
  display: flex;
  flex-direction: column;
}
footer .section-container .upper-footer .info-and-logo .info {
  gap: 20px;
}
footer .section-container .upper-footer .info-and-logo .info a {
  text-decoration: none;
  color: #fff;
}
footer .section-container .upper-footer .info-and-logo .info a:hover {
  text-decoration: underline;
}
footer .section-container .upper-footer .info-and-logo .info .social-media {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
footer .section-container .upper-footer .info-and-logo .info .social-media div[class|=sm] a svg {
  width: 30px;
  height: 30px;
}
footer .section-container .upper-footer .info-and-logo .info .social-media div[class|=sm] a svg path {
  fill: #fff;
}
footer .section-container .upper-footer .info-and-logo .info .social-media .waitlist svg {
  width: 30px;
  height: auto;
}
footer .section-container .upper-footer .info-and-logo .info .address {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
footer .section-container .upper-footer .info-and-logo .info .address p {
  font-size: 1rem;
  margin-bottom: 0;
}
footer .section-container .upper-footer .info-and-logo .info .address svg {
  width: 20px;
  height: auto;
}
footer .section-container .legal {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
footer .section-container .legal .copyright p {
  margin-bottom: 0;
  font-size: clamp(1rem, calc(1 + calc(320 / 16) * calc((1 - 1) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((1 - 1) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 1rem);
}
footer .section-container .legal .links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  padding: 20px 0;
}
footer .section-container .legal .links a {
  text-decoration: none;
  color: #fff;
}
footer .section-container .legal .links p {
  margin: 0;
}

/*
   ==========
      Cursor
   ==========
*/
#cursor-circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: calc(1000 + 1);
  mix-blend-mode: difference;
  background: #fff;
  transform: translate3d(var(--translate-x, 0), var(--translate-y, 0), 0);
  transition: transform 100ms ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  --scale_big: 4.5;
  --scale_medium: 3;
  --scale_small: 2;
  --animation-time: 450ms;
}
#cursor-circle.grow--big {
  animation: scaleCircleBig var(--animation-time) ease forwards;
}
#cursor-circle:not(.grow--big)[data-size=big] {
  animation: scaleCircleBigReverse var(--animation-time) ease forwards;
}
#cursor-circle.grow--medium {
  animation: scaleCircleMedium var(--animation-time) ease forwards;
}
#cursor-circle:not(.grow--medium)[data-size=medium] {
  animation: scaleCircleMediumReverse var(--animation-time) ease forwards;
}
#cursor-circle.grow--small {
  animation: scaleCircleSmall var(--animation-time) ease forwards;
}
#cursor-circle:not(.grow--small)[data-size=small] {
  animation: scaleCircleSmallReverse var(--animation-time) ease forwards;
}
#cursor-circle .message {
  font-size: 2% !important;
  margin-bottom: 0;
}

@keyframes scaleCircleBig {
  0% {
    transform: translate3d(var(--translate-x, 0), var(--translate-y, 0), 0) scale(1);
  }
  100% {
    transform: translate3d(var(--translate-x, 0), var(--translate-y, 0), 0) scale(var(--scale_big));
  }
}
@keyframes scaleCircleBigReverse {
  0% {
    transform: translate3d(var(--translate-x, 0), var(--translate-y, 0), 0) scale(var(--scale_big));
  }
  100% {
    transform: translate3d(var(--translate-x, 0), var(--translate-y, 0), 0) scale(1);
    background: #fff;
  }
}
@keyframes scaleCircleMedium {
  0% {
    transform: translate3d(var(--translate-x, 0), var(--translate-y, 0), 0) scale(1);
  }
  100% {
    transform: translate3d(var(--translate-x, 0), var(--translate-y, 0), 0) scale(var(--scale_medium));
    background: linear-gradient(0deg, rgb(22.4, 9.92, 38.08) 0%, #6e3694 100%);
  }
}
@keyframes scaleCircleMediumReverse {
  0% {
    transform: translate3d(var(--translate-x, 0), var(--translate-y, 0), 0) scale(var(--scale_medium));
    background: linear-gradient(0deg, rgb(22.4, 9.92, 38.08) 0%, #6e3694 100%);
  }
  100% {
    transform: translate3d(var(--translate-x, 0), var(--translate-y, 0), 0) scale(1);
    background: #fff;
  }
}
@keyframes scaleCircleSmall {
  0% {
    transform: translate3d(var(--translate-x, 0), var(--translate-y, 0), 0) scale(1);
  }
  100% {
    transform: translate3d(var(--translate-x, 0), var(--translate-y, 0), 0) scale(var(--scale_small));
    background: linear-gradient(0deg, rgb(22.4, 9.92, 38.08) 0%, #6e3694 100%);
  }
}
@keyframes scaleCircleSmallReverse {
  0% {
    transform: translate3d(var(--translate-x, 0), var(--translate-y, 0), 0) scale(var(--scale_small));
    background: linear-gradient(0deg, rgb(22.4, 9.92, 38.08) 0%, #6e3694 100%);
  }
  100% {
    transform: translate3d(var(--translate-x, 0), var(--translate-y, 0), 0) scale(1);
    background: #fff;
  }
}
body.post-type-package .background {
  background-size: cover;
  background-position: center;
}
body.post-type-package section.hero .section-container h1 {
  font-size: clamp(3rem, calc(3 + calc(320 / 16) * calc((10 - 3) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((10 - 3) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 10rem);
  margin-bottom: 30px;
}
body.post-type-package section.hero .section-container h1,
body.post-type-package section.hero .section-container p {
  text-align: center !important;
}
body.post-type-package section.services .section-container {
  --gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: var(--gap);
}
@media (max-width: 768px) {
  body.post-type-package section.services .section-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
body.post-type-package section.services .section-container .service {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.456);
  width: 100%;
}
body.post-type-package section.services .section-container .service[data-circle-message]:hover {
  cursor: pointer;
}
body.post-type-package section.services .section-container .service .service-icon img {
  width: 30px;
  height: auto;
}
body.post-type-package section.services .section-container .service h3 {
  line-height: 1.2;
  font-size: clamp(1.5rem, calc(1.5 + calc(320 / 16) * calc((2 - 1.5) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((2 - 1.5) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 2rem);
  word-wrap: break-word;
  word-break: normal;
}
body.post-type-package section.services .section-container .service .btn {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #6e3694;
}
body.post-type-package section.services .section-container .service .btn a {
  color: #fff;
  text-decoration: none;
  font-size: clamp(1rem, calc(1 + calc(320 / 16) * calc((1.25 - 1) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((1.25 - 1) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 1.25rem);
}
body.post-type-package section.services .section-container .service .service-options {
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  body.post-type-package section.services .section-container .service .service-options {
    flex-direction: column;
  }
}
body.post-type-package section.services .section-container .service .service-options .service-option {
  padding: 20px;
  background-color: #6e3694;
  width: 100%;
  max-width: 300px;
  border-radius: 15px;
  transition: all 300ms ease;
  display: block;
  text-decoration: none;
  color: white;
}
body.post-type-package section.services .section-container .service .service-options .service-option:hover {
  box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.456);
  cursor: pointer;
}
body.post-type-package section.services .section-container .service .service-options .service-option p {
  margin-bottom: 0;
}
body.post-type-package section.services .section-container .service .service-options .service-option p.option-name {
  font-size: clamp(0.9rem, calc(0.9 + calc(320 / 16) * calc((0.9 - 0.9) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((0.9 - 0.9) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 0.9rem);
  font-weight: 700;
  margin-bottom: 10px;
}
body.post-type-package section.services .section-container .service .service-options .service-option p.option-description,
body.post-type-package section.services .section-container .service .service-options .service-option p.quote-message {
  font-size: clamp(0.825rem, calc(0.825 + calc(320 / 16) * calc((0.825 - 0.825) / (calc(1920 / 16) - calc(320 / 16))) * -1) * 1rem + calc((0.825 - 0.825) / (calc(1920 / 16) - calc(320 / 16))) * 100 * 1vw, 0.825rem);
}
body.post-type-package section.services .section-container .service .service-options .service-option p.quote-message {
  text-decoration: underline;
  margin: 10px 0 0 0;
}
body.post-type-package section.services .section-container .service * {
  text-align: center;
}
