@charset "UTF-8";
/*!
	PLEASE DO NOT EDIT STYLE.CSS - YOUR EDITS WILL BE OVERWRITTEN
	Always edit style.scss and compile (see sass-lang.com for more info)

	@author development@bronte.co.nz
*/
@font-face {
  font-family: "Haffer";
  src: url("../fonts/Haffer-Regular.woff2") format("woff2"), url("../fonts/Haffer-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Canela LC App";
  src: url("../fonts/CanelaLCApp-Regular.woff2") format("woff2"), url("../fonts/CanelaLCApp-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Haffer";
  src: url("../fonts/Haffer-SemiBold.woff2") format("woff2"), url("../fonts/Haffer-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Homemade Apple";
  src: url("../fonts/HomemadeApple-Regular.woff2") format("woff2"), url("../fonts/HomemadeApple-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*
    Variables
*/
/*
    Animations, Mixins etc.
*/
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.w100p {
  width: 100%;
}

.h100p {
  height: 100%;
}

.bg-white {
  background-color: #FEF6F4 !important;
}

.c-white {
  color: #FEF6F4;
}

.posr {
  position: relative;
}

.z-item {
  z-index: 10;
}

.z-item-max {
  z-index: 15;
}

.last {
  margin-bottom: 0;
}

.lc > :last-child {
  margin-bottom: 0;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 15;
}

.btn,
button,
input[type=submit] {
  font-family: Haffer, sans-serif;
  font-weight: 430;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0%;
  padding: 17px 38px;
  text-transform: uppercase;
}
.btn:focus,
button:focus,
input[type=submit]:focus {
  outline: none;
}
.btn.btn-primary,
button.btn-primary,
input[type=submit].btn-primary {
  background-color: #D9E4CB;
  color: #494D5B;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 100px;
}
.btn.btn-primary:hover,
button.btn-primary:hover,
input[type=submit].btn-primary:hover {
  background-color: #f3c1d4;
  color: #FEF6F4;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.menu-main li {
  margin-left: 30px;
}
.menu-main a {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.menu-footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-footer li {
  margin-bottom: 10px;
  position: relative;
}
.menu-footer a {
  line-height: 1.428;
  font-weight: 400;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--wp-admin--admin-bar--height); /**
* @link https://make.wordpress.org/core/2022/01/07/theme-focused-changes-and-filters-in-wordpress-5-9/#adjusting-for-fixed-header-navigation
*/
}

html,
body {
  min-height: 100vh;
}

body {
  position: relative;
  font-family: "Canela LC App", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #494D5B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}

a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

p img {
  display: inline-block;
}

.text > :first-child {
  margin-top: 0;
}
.text > :last-child {
  margin-bottom: 0;
}
.text ol,
.text ul {
  line-height: inherit;
  padding-left: 20px;
}
.text li:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .alignleft,
  img.alignleft {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
  }
}

@media (min-width: 768px) {
  .alignright,
  img.alignright {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
  }
}

.aligncenter,
img.aligncenter {
  margin: 1em auto;
}

.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1520px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1680px;
  }
}

.rounded-40 {
  border-radius: 40px;
  overflow: hidden;
}

.bg-light {
  background-color: #FDF6F4;
}

.title {
  font-family: "Canela LC App", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: -1%;
  text-align: center;
  color: #494D5B;
}
@media (max-width: 1200px) {
  .title {
    font-size: 64px;
  }
}
@media (max-width: 768px) {
  .title {
    font-size: 48px;
  }
}

.link {
  color: #F8EEEB;
  font-family: Haffer;
  font-weight: 430;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: 0%;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
}

.side-menu {
  position: fixed;
  pointer-events: none;
  top: 84px;
  right: 0;
  bottom: 0;
  z-index: 750;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100vw;
}
@media (min-width: 576px) {
  .side-menu {
    width: 410px;
  }
}
.side-menu .inner {
  background: #FEF6F4;
  height: calc(100vh - 72px);
  padding: 30px 12px;
  overflow: auto;
}

.opened .side-menu {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  pointer-events: all;
}

.menu-opener {
  z-index: 50;
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  border: 1px solid #FEF6F4;
  margin-left: auto;
}
.menu-opener:before, .menu-opener:after {
  content: "";
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #FEF6F4;
  height: 1px;
  left: 9px;
  right: 9px;
  top: 13px;
  position: absolute;
}
.menu-opener:before {
  -webkit-box-shadow: 0 13px 0 0 #FEF6F4;
          box-shadow: 0 13px 0 0 #FEF6F4;
}
.menu-opener:after {
  top: 19px;
}
.opened .menu-opener:before {
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 19px;
}
.opened .menu-opener:after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  top: 19px;
}

header {
  position: sticky;
  z-index: 1000;
  top: 0;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
header.is-scrolled {
  background-color: #FEF6F4;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.header-logo svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

header.is-scrolled .header-logo svg path {
  fill: #494D5B;
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu.menu-header > li:nth-child(even) > a {
  border-radius: 100px;
}
.menu.menu-header > li > a {
  font-family: Haffer;
  font-weight: 430;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #494D5B;
  padding: 8px;
  background-color: #F7D6E3;
}

footer {
  background-color: #494D5B;
}
footer .footer-content {
  padding: 113px 0 147px;
  padding-bottom: 147px;
}
footer .overlay {
  background: #4e5861;
  background: linear-gradient(134deg, rgba(78, 88, 97, 0) 8%, rgba(247, 214, 227, 0.5) 90%);
}
footer .ticker {
  padding-top: 26px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: transparent;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
footer .ticker svg {
  width: auto;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: tickerMove 60s linear infinite;
          animation: tickerMove 60s linear infinite;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0;
}

@-webkit-keyframes tickerMove {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes tickerMove {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.offerta {
  color: rgba(248, 238, 235, 0.5019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Haffer, sans-serif;
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  backdrop-filter: blur(20px);
  background: #494D5B;
  height: 80px;
}

.badge .title {
  padding: 8px 15px;
  background-color: #BCCFF7;
  font-family: Haffer, sans-serif;
  color: #494D5B;
  font-weight: 430;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-bottom: 52px;
}
.badge .title:nth-child(even) {
  border-radius: 100px;
}

.address-text {
  color: #F8EEEB;
  font-family: "Canela LC App", sans-serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -1%;
  margin-bottom: 16px;
}

.address-link {
  color: #F8EEEB;
  font-family: Haffer;
  font-weight: 430;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: 0%;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
}
.address-link:hover {
  text-decoration: underline;
}

.socials .social-link {
  margin-right: 24px;
}
.socials .social-link .social-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #F8EEEB;
  border-radius: 100px;
}
.socials .social-link .social-img img {
  width: 36px;
  height: 36px;
}

.hidden_label label {
  display: none;
}

.gform_submission_error {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

.gfield_validation_message {
  position: relative;
  top: 2px;
  font-size: 12px;
}

.gform_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
}
.gform_footer img {
  position: absolute;
  right: -20px;
  top: 40px;
}

.gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}

.gfield {
  padding: 0 12px;
  width: 100%;
  margin-bottom: 10px;
}

.gform_fields > .gfield:last-child {
  margin-bottom: 6px;
}

.gfield_label {
  font-size: 12px;
  display: block;
  margin-bottom: 2px;
  line-height: 18px;
  font-weight: 300;
}

.gfield--width-half {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 768px) {
  .gfield--width-half {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

select,
textarea,
input[type=text],
input[type=email] {
  border: 0;
  display: block;
  width: 100%;
  font-size: 18px;
  border-radius: 0;
  height: 40px;
  padding: 0 0 0 26px;
  font-family: "Canela LC App", sans-serif;
  font-weight: 400;
  color: #494D5B;
}
select:focus,
textarea:focus,
input[type=text]:focus,
input[type=email]:focus {
  outline: none;
}

textarea {
  height: 88px;
  resize: none;
  padding-top: 8px;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

.gfield_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ginput_container_checkbox {
  margin-top: 8px;
}

.gfield-choice-input {
  display: none;
}
.gfield-choice-input + label {
  position: relative;
  padding-left: 34px;
  line-height: 26px;
  cursor: pointer;
}
.gfield-choice-input + label:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: -4px;
}
.gfield-choice-input:checked + label:after {
  position: absolute;
  content: "";
  left: 3px;
  top: 3px;
  width: 16px;
  height: 18px;
}

.gchoice {
  margin-right: 10px;
}

select {
  -webkit-appearance: none;
  background: transparent no-repeat calc(100% - 22px) 50%;
  font-size: 16px;
  font-family: "Canela LC App", sans-serif;
  padding-right: 15px;
  border: 0;
}

/*
	Page-specific styling. Please use as little as possible to ensure DRYness.
*/
body.home .s-hero {
  margin-top: -80px;
  position: relative;
  min-height: calc(100vh + 80px);
  padding-top: 282px;
  padding-bottom: 186px;
}
body.home .s-hero h1 {
  z-index: 100;
  color: #F8EEEB;
  font-size: 100px;
  font-weight: 400;
}
body.home .s-hero h1 span {
  color: #F7D6E3;
}
@media (max-width: 1200px) {
  body.home .s-hero h1 {
    font-size: 64px;
  }
}
@media (max-width: 768px) {
  body.home .s-hero h1 {
    font-size: 48px;
  }
}
body.home .s-hero .hero-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 42px;
}
body.home .s-hero .hero-svg {
  position: absolute;
  bottom: 0;
  right: 1.5%;
  width: 50vw;
}

.s-essence {
  position: relative;
  background-color: #F8EEEB;
  padding-top: 160px;
  padding-bottom: 260px;
}
.s-essence .section-title {
  margin: 0 auto;
}
.s-essence .essence-title {
  padding-top: 70px;
  font-family: "Canela LC App", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -1%;
  text-align: center;
  color: #494D5B;
  margin: 0;
}
@media (max-width: 1200px) {
  .s-essence .essence-title {
    font-size: 48px;
  }
}
@media (max-width: 992px) {
  .s-essence .essence-title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .s-essence .essence-title {
    font-size: 28x;
  }
}

.bottom {
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.s-secrets {
  padding: 100px 0;
  background-color: #D9E4CB;
}
.s-secrets .section-title {
  line-height: 100%;
  letter-spacing: -1%;
  text-align: center;
  color: #494D5B;
  margin-bottom: 70px;
}
.s-secrets .secret-icon {
  margin-right: 25px;
  border-radius: 100px;
  background-color: #F8EEEB;
  width: 80px;
  min-width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-secrets .secret-iconimg {
  width: 37px;
  height: 37px;
}
.s-secrets .secret-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
}
.s-secrets .secret-item .secret-title {
  font-family: Haffer;
  font-weight: 430;
  font-style: Regular;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: 0%;
}

.s-classes {
  position: relative;
  padding: 160px 0;
  background-color: #F8EEEB;
  overflow: hidden;
}
.s-classes .section-title {
  font-family: "Canela LC App", sans-serif;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1%;
  text-align: center;
}
.s-classes .section-subtitle {
  font-family: Haffer;
  font-weight: 430;
  font-size: 30px;
  line-height: 110%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .s-classes .section-subtitle {
    font-size: 22px;
  }
}
.s-classes .top {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.s-classes .top .border {
  -o-object-fit: cover;
     object-fit: cover;
}
.s-classes .classes-content {
  padding: 100px;
  height: 100%;
}
@media (max-width: 1200px) {
  .s-classes .classes-content {
    padding: 64px;
  }
}
.s-classes .classes-image {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-classes .classes-image img {
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s-classes .classes-buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 575.98px) {
  .s-classes .classes-buttons {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.s-classes .classes-buttons .classes-button {
  font-family: Haffer;
  padding: 17px 28px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
@media (max-width: 1200px) {
  .s-classes .classes-buttons .classes-button {
    font-size: 14px;
  }
}
@media (max-width: 1600px) {
  .s-classes .classes-buttons .classes-button {
    font-size: 20px;
  }
}
.s-classes .classes-buttons .classes-button--green-rounded {
  background-color: #D9E4CB;
  color: #494D5B;
  border-radius: 100px;
}
.s-classes .classes-buttons .classes-button--pink-squared {
  background-color: #F7D6E3;
  color: #494D5B;
  border-radius: 0;
}
.s-classes .classes-buttons .classes-button--blue-rounded {
  background-color: #BCCFF7;
  color: #494D5B;
  border-radius: 100px;
}
.s-classes .classes-buttons .classes-button--black {
  background-color: #494D5B;
  color: rgba(248, 238, 235, 0.5019607843);
  border-radius: 100px;
}
.s-classes .classes-buttons .classes-button:hover {
  color: #FEF6F4;
}
.s-classes .classes-buttons .classes-button--green-rounded:hover {
  background-color: #cddbba;
}
.s-classes .classes-buttons .classes-button--pink-squared:hover {
  background-color: #f3c1d4;
}
.s-classes .classes-buttons .classes-button--blue-rounded:hover {
  background-color: #a5bff4;
}
.s-classes .classes-buttons .classes-button--black:hover {
  background-color: #080808;
}

.s-space {
  position: relative;
  overflow: hidden;
  padding: 120px 0 240px;
  background-color: #F8EEEB;
}
.s-space .section-title {
  position: relative;
  padding-bottom: 70px;
}
.s-space .section-title svg {
  position: absolute;
  left: 55%;
}
.s-space .ticker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-animation: tickerMove 56s linear infinite;
          animation: tickerMove 56s linear infinite;
}
.s-space .ticker img {
  width: 20%;
  height: auto;
  aspect-ratio: 1/1;
}

.s-faq {
  background-color: #F7D6E3;
  padding: 160px 0;
}
.s-faq .section-title {
  text-align: left;
}

.s-instagram {
  position: relative;
  background-color: #F7D6E3;
}
.s-instagram .instagram__icon {
  width: 80px;
  height: 80px;
}
.s-instagram .section-title {
  padding: 120px 0 30px;
  text-align: left;
  margin: 0;
}
.s-instagram .slogan {
  font-family: Homemade Apple;
  font-weight: 400;
  font-style: Regular;
  font-size: 36px;
  line-height: 130%;
  letter-spacing: 0%;
}
.s-instagram .phone-wrapper {
  width: 100%;
  height: 100%;
}
.s-instagram .phone {
  position: relative;
  top: 4%;
  left: 7%;
  width: 88%;
  z-index: 100;
}
.s-instagram .logo {
  width: 49%;
  position: absolute;
  left: 4%;
  bottom: 0;
  z-index: 10;
}
.s-instagram .link {
  color: #494D5B;
  gap: 25px;
}
.s-instagram .link:hover {
  text-decoration: underline;
}

.faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.faq-list .faq-item:nth-child(even) .question {
  border-radius: 100px;
}
.faq-list .faq-item:nth-child(even) .answer {
  border-radius: 50px;
}

.faq-item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.faq-item .question {
  background-color: #F8EEEB;
  position: relative;
  padding: 25px 60px 25px 30px;
  cursor: pointer;
  color: #494D5B;
  margin: 0;
  font-family: "Canela LC App", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: 0%;
}
.faq-item .question::after {
  content: "+";
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  font-weight: 700;
  color: #494D5B;
  background-color: #D9E4CB;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-item .answer {
  padding: 35px 55px;
  color: #494D5B;
  display: none;
  font-family: Haffer;
  font-weight: 430;
  font-style: Regular;
  font-size: 30px;
  line-height: 110%;
  letter-spacing: 0%;
  background-color: #FEF6F4;
}
.faq-item.active .question::after {
  content: "×";
  font-size: 20px;
  font-weight: 700;
  background-color: #D9E4CB;
  color: #494D5B;
}