@font-face {
  font-family: Markazitext;
  src: url('../fonts/MarkaziText-SemiBold.ttf') format("truetype"), url('../fonts/MarkaziText-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Markazitext;
  src: url('../fonts/MarkaziText-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --orange: #f57302;
  --light-black: black;
  --pink: #fec9ba;
  --light-green: #a3d1b3;
  --waves-library--black: #131313;
  --waves-library--white: white;
  --waves-library--dark-elevation: #ede0d8;
  --waves-library--background: #faebe3;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: #f8f1e8;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Paytone One, sans-serif;
  font-size: 7.5rem;
  font-weight: 400;
  line-height: 100%;
}

h2 {
  color: #f57302;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2vh;
  font-family: Paytone One, sans-serif;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 100%;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Paytone One, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 100%;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Paytone One, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 100%;
}

h5 {
  color: #f57302;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Paytone One, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Paytone One, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 100%;
}

p {
  margin-bottom: 2vh;
  font-family: Outfit, sans-serif;
  font-size: 1.2rem;
  line-height: 120%;
}

a {
  color: #000;
  text-decoration: underline;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.big-container {
  max-width: none;
  margin: 0 auto;
  padding-left: 8%;
  padding-right: 8%;
}

.green-stripe {
  text-align: center;
  background-color: #a3d1b3;
  border-bottom: 2px solid #242940;
  padding-top: 1vh;
  padding-bottom: 1vh;
}

.paragraph-stripe {
  text-transform: none;
  margin-bottom: 0;
}

.body {
  background-color: #f8f1e8;
  font-family: Outfit, sans-serif;
  font-weight: 400;
}

.content {
  width: 90%;
  max-width: 1780px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2vh;
  padding-bottom: 2vh;
}

.content.header-content {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content.banner-content {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  display: flex;
  position: relative;
  top: -232px;
  left: 0;
}

.content.guide-content {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.content.daily-content {
  width: 100%;
  max-width: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.content.terms-content {
  padding-top: 10vh;
  padding-bottom: 0;
}

.logo {
  width: 11vw;
  min-width: auto;
  max-width: none;
}

.banner {
  opacity: 1;
  background-image: url('../images/hero_1.avif');
  background-position: 70% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  height: 610px;
  margin-top: 50px;
}

.center-text-holder {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 5vh;
  display: flex;
}

.center-text-holder.top {
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.center-text-holder.big-margin {
  margin-bottom: 30vh;
}

.title-holder {
  border-bottom: 1px solid #dfd5ff;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.block-holder {
  margin-bottom: 90px;
}

.block-holder.no-margin {
  margin-bottom: 0;
}

.paragraph-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.unordered-list {
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
}

.list-item {
  color: #424242;
  margin-bottom: 5px;
  padding-left: 0;
  font-family: Outfit, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 120%;
}

.ordered-list-item {
  color: #1e1e1e;
  margin-bottom: 5px;
  font-family: Outfit, sans-serif;
  font-size: 1.25rem;
  line-height: 120%;
}

.rich-text-holder, .paragraph {
  color: #1e1e1e;
}

.link-small {
  color: #3f3f37;
  text-transform: none;
  width: auto;
  margin-bottom: 40px;
  font-family: Outfit, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  transition: color .5s;
}

.link-small:hover {
  color: var(--orange);
  text-decoration: none;
}

.link-small.w--current {
  font-size: .8rem;
}

.link-holder {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.links-holder, .buttons-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta-inner {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta {
  color: #242940;
  text-align: center;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 2px solid #242940;
  border-radius: 27px;
  min-width: 209px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1rem;
  transition: background-color .5s;
}

.cta:hover {
  background-color: #fff;
}

.cta.green {
  color: #c1fba4;
  border-color: #c1fba4;
}

.cta.green:hover {
  color: #242940;
  background-color: #c1fba4;
}

.cta.white {
  color: #fff;
  border-color: #fff;
}

.cta.white:hover {
  color: #242940;
}

.cta.orange {
  border-color: #f57302;
}

.color-holder {
  margin-bottom: 30px;
}

.color-inner {
  background-color: #a3d1b3;
  min-height: 70px;
  margin-bottom: 2vh;
}

.color-inner.second {
  background-color: var(--light-black);
}

.color-inner.third {
  background-color: #f57302;
}

.color-inner.fourth {
  background-color: var(--pink);
}

.banner-badge {
  position: absolute;
  inset: auto 5% -15% auto;
}

.daily-section {
  margin-left: 5%;
  margin-right: 5%;
}

.daily-boxes {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  justify-content: space-between;
  display: flex;
}

.daily-box {
  text-align: center;
  width: 31%;
}

.daily-image {
  margin-bottom: 2vh;
}

.funky-section {
  background-color: #fec9ba;
  border-radius: 80px;
  padding-top: 5vh;
  padding-left: 2vh;
  padding-right: 2vh;
}

.funky-heading {
  color: #242940;
}

.ice-cream-image {
  margin: 140px auto;
  display: block;
}

.lovers-section {
  padding-top: 10vh;
  padding-bottom: 22vh;
}

.lovers-boxes {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.lover-box {
  text-align: center;
  border: 1px solid #f57302;
  border-radius: 12px;
  width: 30%;
  padding: 9vh 3vh 8vh;
}

.dark-section {
  background-color: #3b413c;
  border-radius: 20px;
  margin-top: 50px;
  margin-bottom: 100px;
  padding: 4vh 4vh 4vh 5vh;
}

.dark-holder {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.dark-text-inner {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 44%;
  display: flex;
}

.dark-heading {
  color: #c1fba4;
  text-align: left;
  font-size: 4.8rem;
}

.dark-paragraph {
  color: #c1fba4;
  text-align: left;
}

.dark-image-holder {
  width: 50%;
}

.flavours {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.flavours-holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flavours-text {
  text-align: center;
  width: 16%;
}

.flavours-paragraph {
  color: #f57302;
  margin-bottom: 0;
}

.bottom-section {
  background-image: url('../images/Banner-Second-2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #000;
  border-radius: 45px;
  justify-content: center;
  align-items: center;
  padding-top: 50vh;
  padding-bottom: 5vh;
  display: flex;
}

.bottom-section.white {
  background-image: url('../images/Offices.jpeg');
  background-position: 50% 0;
  background-size: auto;
  border: 1px solid #000;
}

.center-holder-white {
  z-index: 999;
  color: #fff;
  text-align: center;
}

.licious-header {
  color: #fff;
  text-shadow: -3px 3px 15px #0003;
}

.footer-section {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vh;
  padding-bottom: 5vh;
  display: flex;
}

.badge {
  margin-top: -78px;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.nav-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5vh;
  display: flex;
}

.form-holder {
  text-align: center;
  margin-bottom: 5vh;
}

.big-image {
  border-radius: 50px;
  width: 100%;
}

.section {
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 10vh;
  display: flex;
}

.section.reverse {
  flex-flow: row-reverse;
  margin-top: 10vh;
}

.section-image {
  background-image: url('../images/Restoran_image.png');
  background-position: 50% 70%;
  background-size: cover;
  border-radius: 32px;
  width: 45%;
  height: 430px;
}

.section-text {
  width: 45%;
}

.founders {
  margin-bottom: 10vh;
}

.founders-holder {
  justify-content: space-between;
  align-items: stretch;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.founders-box {
  text-align: center;
  background-color: #a3d1b363;
  border: 1px solid #000;
  border-radius: 32px;
  width: 30%;
  padding: 15px 20px;
}

.founder-image {
  margin-bottom: 20px;
}

.under-title-paragraph {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.measure-holder {
  text-align: center;
  max-width: 1100px;
  margin-bottom: 10vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.measure-inner {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-bottom: 3vh;
  display: flex;
}

.measure-inner.reverse {
  flex-flow: row-reverse wrap;
  justify-content: space-between;
  align-items: center;
}

.measure-image-box {
  width: 100%;
  max-width: 440px;
}

.measure-text-box {
  text-align: left;
  width: 100%;
  max-width: 440px;
}

.without {
  justify-content: space-between;
  margin-bottom: 10vh;
  display: flex;
}

.without-left {
  background-color: var(--pink);
  text-align: center;
  border-radius: 27px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 49%;
  padding: 40px 30px;
  display: flex;
}

.without-right {
  width: 49%;
}

.map-holder {
  background-image: url('../images/big-map.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 5vh;
  padding: 40px;
  display: flex;
}

.map-text {
  background-color: #f8f1e8;
  border: 1px solid #000;
  border-radius: 56px;
  width: 90%;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 30px 20px 36px;
}

.paragraph-special {
  font-family: Permanent Marker, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 100%;
}

.paragraph-big {
  color: #1e1e1e;
  -webkit-text-stroke-color: #7b88ff;
  margin-bottom: 1vh;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
}

.text-holder {
  border-bottom: 1px solid #e4dfd1;
  margin-bottom: 3vh;
  padding-bottom: 3vh;
}

.text-holder.no-margin-bottom {
  margin-bottom: 0;
}

.text-holder.no-margin-bottom.no-border {
  border-bottom-style: none;
}

.nav-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-right {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.form {
  align-items: center;
  display: flex;
}

.text-field {
  color: var(--orange);
  background-color: #fff0;
  border: 2px solid #242940;
  border-radius: 60px 1px 1px 60px;
  margin-bottom: 0;
  padding-top: 27px;
  padding-bottom: 27px;
  font-size: 1rem;
}

.submit-button {
  color: #c1fba4;
  background-color: #242940;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  padding: 20px 25px 19px;
  font-size: 1rem;
  transition: background-color .4s;
}

.submit-button:hover {
  background-color: var(--light-green);
  color: var(--light-black);
}

.image-holder {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.flavour-image {
  width: 20%;
}

.menu-button-wrapper {
  display: flex;
}

.menu-links {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 100px;
  display: flex;
}

.menu-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.menu-button.w--open {
  background-color: #0000;
}

.icon {
  color: var(--light-black);
}

.menu-text {
  color: var(--light-black);
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
}

.navbar-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.close-menu {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 60px;
  margin-left: 100px;
  font-size: 1rem;
  text-decoration: none;
  transition: color .3s;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.close-menu:hover {
  color: #302c2a;
}

.nav-link {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 2.5rem;
  line-height: 1;
  transition: color .3s;
}

.nav-link:hover {
  color: var(--orange);
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.reservation {
  margin-bottom: 0;
  display: none;
}

.nav-menu {
  z-index: 9999;
  background-color: #0000;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.menu-inner {
  background-color: var(--light-green);
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  height: 100vh;
  display: flex;
}

.menu-button-inner {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--light-black);
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  display: none;
}

.navbar {
  background-color: #ddd0;
  height: 70px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 637px;
  display: flex;
}

.dotted-separator {
  width: 100%;
  max-width: 114px;
  margin-left: -50px;
  position: absolute;
  inset: 2% auto auto;
}

.lock {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-paragraph {
  color: var(--light-black);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
}

.no-margin-bottom {
  margin-bottom: 0;
  font-weight: 300;
}

.main-content {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.main-content.utility-content {
  padding-top: 120px;
  padding-bottom: 120px;
}

.main-content.utility-content.no-padding-top {
  padding-top: 0;
}

.changelog-block {
  border: 1px solid var(--orange);
  background-color: var(--pink);
  padding: 4vh 2vw;
}

.heading-inner {
  margin-bottom: 30px;
}

.paragraph-medium-small {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.licensing-holder {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid var(--orange);
  background-color: var(--pink);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  margin-top: 5vh;
  padding: 5vh 2vw;
}

.paragraph-big-2 {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 40px;
}

.license-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.link-small-2 {
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

.link-small-2:hover {
  text-decoration: none;
}

.lincesing-inner {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  justify-content: center;
  align-items: center;
  margin-top: 5vh;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small.no-margin {
  margin-bottom: 0;
}

.link-small-3 {
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

.link-small-3:hover {
  text-decoration: none;
}

.heading {
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.image-3 {
  width: 130px;
  max-width: 0%;
  height: auto;
}

.image-4 {
  width: 20px;
  max-width: none;
  margin-top: 0;
  margin-bottom: 40px;
}

.heading-2 {
  color: #4c6347;
  text-align: left;
  font-size: 5.3rem;
}

.heading-3, .heading-4, .heading-5 {
  text-align: center;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.waves---main-container {
  flex-flow: column;
  max-width: none;
  padding-bottom: 120px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.waves---section-medium {
  padding-top: 100px;
  padding-bottom: 60px;
}

.waves---heading-3-no-margins {
  color: #c1fba4;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves---paragraph-big {
  color: #f8f1e8;
  width: auto;
  font-size: 20px;
  line-height: 130%;
}

.waves---testimonial-text-big {
  font-size: 32px;
  line-height: 130%;
}

.waves-master-testimonial-4 {
  background-color: var(--waves-library--black);
  color: var(--waves-library--white);
  border-radius: 24px;
  padding: 62px;
}

.waves-grid-testimoials-4 {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
}

.waves-image-testiomnial-4 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.waves-right-testimonial-4 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.waves-logo-testimonial-4 {
  height: 30px;
}

.waves-bottom-testimonial-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 180px;
  display: flex;
}

.waves-name-wrap-testimonial-4 {
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
}

.waves---sides-heading-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves-grid-team-2 {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves-tile-team-2 {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-image-team-2 {
  border-radius: 8px;
  width: 100%;
}

.waves-name-wrap-team-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-master-gallery-1 {
  width: 100%;
  max-width: 1122px;
  margin-left: auto;
  margin-right: auto;
}

.waves-grid-gallery-1 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.waves-column-gallery-1 {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.waves-image-gallery-1 {
  border-radius: 24px;
  width: 100%;
}

.waves-text-wrap-gallery-1 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.waves---section-hero-primary {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves-grid-hero-1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
}

.waves---mega-heading-1 {
  color: #c1fba4;
  text-align: left;
  column-count: 0;
  width: 160%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.1rem;
  line-height: 110%;
}

.waves-content-hero-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves-image-wrap-hero-1 {
  border-radius: 12px;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.waves-image-hero-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.waves-gradient-hero-1 {
  z-index: 9;
  background-image: linear-gradient(#faebe3, #faebe300);
  height: 220px;
  position: absolute;
  inset: -1px 0% auto;
}

.waves-gradient-hero-1.bottom {
  background-image: linear-gradient(to top, #faebe3, #faebe300);
  inset: auto 0% -1px;
}

.waves-column-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.waves-item-gallery-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-inside-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.waves-inside-hero-1.reverse {
  justify-content: flex-end;
}

.waves-gallery-hero-1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  height: 740px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves---limit-510 {
  max-width: 510px;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.waves-grid-blog-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row dense;
  width: auto;
  margin-top: 56px;
}

.waves-tile-blog-3 {
  grid-row-gap: 40px;
  border-top: 1px none var(--waves-library--black);
  border-bottom: 1px none var(--waves-library--black);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.waves-top-blog-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-grid-blog-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 64px;
}

.waves-tile-blog-2 {
  grid-column-gap: 32px;
  background-color: var(--waves-library--dark-elevation);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 32px 24px 24px;
  text-decoration: none;
  display: flex;
}

.waves-image-blog-2 {
  object-fit: cover;
  border-radius: 8px;
  flex: none;
  width: 200px;
  height: 200px;
}

.waves-content-blog-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---paragraph-regular {
  border-bottom: 1px #000;
  font-size: 18px;
  line-height: 130%;
}

.waves---expandable-open {
  transform-origin: 50% 0;
}

.waves---expandable-item {
  border-top: 1px solid var(--waves-library--black);
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.waves---expandable-content {
  width: 100%;
  height: auto;
  margin-right: 24px;
}

.waves---expand-line {
  background-color: var(--waves-library--black);
  width: 16px;
  height: 2px;
}

.waves---expand-line.vertical {
  width: 2px;
  height: 16px;
  position: absolute;
}

.waves---expand-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  display: flex;
}

.waves-expanded-text {
  margin-bottom: 20px;
  font-size: 16px;
}

.waves---expandable-wrap {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.waves-expandable-master-faq-2 {
  width: 100%;
  max-width: 1260px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.waves---expand-space {
  height: 24px;
}

.waves---cta-dark-2 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: #131313e6;
}

.waves---main-container-3 {
  max-width: 1580px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-2 {
  background-color: #f3e2cc;
  border-radius: 20px;
  margin-bottom: 140px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.waves---sides-heading-button-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---heading-2-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---heading-3-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves---paragraph-big-2 {
  font-size: 20px;
  line-height: 130%;
}

.waves-grid-team-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves-tile-team-3 {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.waves-image-team-3 {
  border-radius: 8px;
  width: 100%;
}

.waves-name-wrap-team-3 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-6 {
  font-size: 4.9rem;
}

.section-image-catering {
  background-image: url('../images/Event_image.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 32px;
  width: auto;
  height: 480px;
}

.section-image-event {
  background-image: url('../images/Catering_image.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 32px;
  width: auto;
  height: 480px;
}

.section-third {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 10vh;
  display: flex;
}

.section-third.reverse {
  flex-flow: row-reverse;
  margin-top: 10vh;
}

.heading-7 {
  font-size: 4.9rem;
}

.image-6 {
  height: 86px;
}

.heading-8 {
  text-align: left;
  margin-top: -11px;
  margin-bottom: 0;
  font-size: 3.1rem;
}

.paragraph-2 {
  text-align: left;
  width: 540px;
  font-size: 26px;
}

.center-text-holder-cta {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 5vh;
  display: flex;
}

.center-text-holder-cta.top {
  grid-column-gap: 50vh;
  grid-row-gap: 50vh;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.center-text-holder-cta.big-margin {
  margin-bottom: 30vh;
}

.nav-holder-footer {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.paragraph-5, .paragraph-6, .paragraph-7 {
  font-weight: 500;
}

.waves---cta-dark-3 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-3:hover {
  background-color: #131313e6;
}

.waves---cta-dark-3.wide-cta {
  min-width: 200px;
}

.waves---main-container-4 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-text-field-background {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--background);
  color: var(--waves-library--black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-text-field-background:focus {
  border-color: var(--waves-library--black);
  color: var(--waves-library--black);
}

.waves-text-field-background.field-cta-1 {
  min-width: 260px;
}

.waves---section-medium-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---heading-2-no-margins-3 {
  color: #3b413c;
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 82px;
  line-height: 120%;
}

.waves---paragraph-big-3 {
  color: #f8f1e8;
  text-align: left;
  width: 620px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.waves---master-cta-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---left-cta-1 {
  grid-row-gap: 100px;
  text-align: left;
  flex-flow: row;
  align-items: flex-start;
  font-size: 42px;
  display: flex;
}

.waves-form-cta-1 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.waves---form-block-cta-1 {
  margin-top: 40px;
  margin-bottom: 32px;
}

.waves---heading-3-no-margins-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves---center-heading-2 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-grid-contact-3 {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves-tile-contact-3 {
  grid-row-gap: 16px;
  background-color: var(--waves-library--dark-elevation);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 40px 24px;
  display: flex;
}

.waves-icon-64 {
  width: 64px;
  height: 64px;
}

.waves---paragraph-regular-2 {
  font-size: 18px;
  line-height: 130%;
}

.waves---mg-top-17 {
  margin-top: 16px;
}

.waves---main-container-5 {
  max-width: none;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.waves---section-medium-4 {
  padding-top: 150px;
  padding-bottom: 0;
}

.waves---heading-2-no-margins-4 {
  color: #f8f1e8;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---paragraph-big-4 {
  font-size: 20px;
  line-height: 130%;
}

.waves---content-image-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves---cta-white {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.medium-wide-cta {
  min-width: 150px;
}

.waves---cta-white.wide-cta {
  min-width: 200px;
  margin-bottom: 10px;
}

.waves---grid-cta-3 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  display: grid;
}

.waves-master-cta-4 {
  color: var(--waves-library--white);
  background-color: #3b413c;
  border-radius: 24px;
  flex-flow: row-reverse wrap;
  justify-content: center;
  align-items: center;
  padding: 80px;
  display: flex;
}

.waves-image-cta-4 {
  border-radius: 24px;
  width: 90%;
  max-width: 320px;
}

.waves---2-cta-flex {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---cta-outline-white {
  border: 1px solid var(--waves-library--white);
  color: var(--waves-library--white);
  background-color: #13131300;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-outline-white.medium-wide-cta {
  min-width: 150px;
}

.waves-image-rounded-24 {
  border-radius: 24px;
  width: 100%;
}

.waves-master-cta-3 {
  color: var(--waves-library--white);
  background-color: #f78523;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px;
  display: flex;
}

.waves---section-hero-primary-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---mega-heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves---subtitle-2 {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-511 {
  width: 100%;
  max-width: 480px;
}

.waves---cta-dark-4 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-4:hover {
  background-color: #131313e6;
}

.waves---cta-dark-4.wide-cta {
  min-width: 200px;
}

.waves-limit-1008 {
  width: 100%;
  max-width: 1008px;
}

.waves-content-hero-6 {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---form-block-hero-6 {
  margin-top: 40px;
  margin-bottom: 32px;
}

.waves-form-hero-6 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.waves-text-field-background-2 {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--background);
  color: var(--waves-library--black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-text-field-background-2:focus {
  border-color: var(--waves-library--black);
  color: var(--waves-library--black);
}

.waves-text-field-background-2.field-hero-6 {
  min-width: 260px;
}

.waves---master-checks-horizontal {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.waves---single-check-item {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---check-icon {
  width: 24px;
  height: 24px;
}

.waves---paragraph-small {
  font-size: 16px;
  line-height: 130%;
}

.waves-master-images-hero-6 {
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.waves-image-hero-6 {
  border-radius: 24px;
  width: 23%;
  box-shadow: 0 2px 40px #5f5f5f0f;
}

.waves-middle-image-hero-6 {
  border-radius: 24px;
  width: 44%;
  box-shadow: 0 2px 40px #5f5f5f0f;
}

.waves-success-mesaage {
  background-color: var(--waves-library--white);
  border-radius: 6px;
}

.hero-stack {
  background-color: #3b413c;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 20px;
  margin-bottom: 185px;
  padding: 30px 30px 6px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1250px;
  margin-left: 0;
  margin-right: auto;
}

.hero-wrapper-two {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.heading-9 {
  color: #c1fba4;
  text-align: left;
  width: 1570px;
  font-family: Paytone One, sans-serif;
  font-size: 5.2rem;
}

.image-7 {
  width: 290px;
  margin-top: -315px;
  margin-left: 0;
  position: relative;
  top: 101px;
  left: 11px;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 140px 0 80px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  letter-spacing: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
  width: auto;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 12px;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 320px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  color: #f57202;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  color: #f57202;
  letter-spacing: -2px;
  margin-bottom: 20px;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  text-align: center;
  align-self: center;
  padding-left: 0;
}

.pricing-feature {
  align-self: stretch;
  margin-top: 16px;
  padding-left: 0;
  font-family: Paytone One, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.banner-bday {
  opacity: 1;
  background-image: url('../images/Rodjendan-image5_1.avif');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  height: 620px;
  margin-top: 50px;
}

.banner-home, .banner-restoran {
  opacity: 1;
  background-image: url('../images/hero_1.avif');
  background-position: 70% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  height: 610px;
  margin-top: 50px;
}

.heading-8-mobile {
  text-align: left;
  margin-top: -11px;
  margin-bottom: 0;
  font-size: 3.1rem;
}

.waves---grid-cta-right {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  display: grid;
}

.banner-eventi {
  opacity: 1;
  background-image: url('../images/eventi-image_1.avif');
  background-position: 50% 23%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  height: 610px;
  margin-top: 50px;
}

.heading-10 {
  color: #f57302;
  margin-top: 10px;
  font-size: 2.2rem;
  line-height: 120%;
}

.banner-catering {
  opacity: 1;
  background-image: url('../images/Screenshot-2025-01-15-at-02.48.39_1.avif');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  height: 620px;
  margin-top: 50px;
}

.loop-gradient-left {
  z-index: 1;
  background-image: linear-gradient(90deg, #f8f1e8 30%, #fff0);
  width: 25%;
  height: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.services-section-2 {
  background-color: #dcfbfd00;
  width: auto;
  height: auto;
  margin-top: 22px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.services-container {
  color: #081e29;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  display: flex;
}

.our-story-header {
  grid-column-gap: 0px;
  color: #00a0aa;
  text-align: left;
  letter-spacing: 3px;
  white-space: pre;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 25%;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 14px;
  display: flex;
}

.loop-gradient-right {
  z-index: 1;
  background-image: linear-gradient(270deg, #f7f0e9 19%, #fff0);
  width: 32%;
  height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.services-loop {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-container {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.ui-animation-images-2 {
  text-align: center;
  align-self: flex-start;
  width: 130%;
  max-width: none;
  height: 50px;
  margin-right: 16px;
}

.services-icons-wrapper {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.loop-gradient-left-2 {
  z-index: 1;
  background-image: linear-gradient(90deg, #051923 30%, #fff0);
  width: 25%;
  height: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.services-section-3 {
  background-color: #dcfbfd00;
  width: 370px;
  height: auto;
  margin-top: 22px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.loop-gradient-right-2 {
  z-index: 1;
  background-image: linear-gradient(270deg, #051923 19%, #fff0);
  width: 32%;
  height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.services-loop-2 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ui-animation-images-2-2 {
  text-align: center;
  align-self: flex-start;
  width: 130%;
  max-width: none;
  height: 56px;
  margin-right: 40px;
}

.loop-gradient-left-3 {
  z-index: 1;
  background-image: linear-gradient(90deg, #f8f1e8 30%, #fff0);
  width: 25%;
  height: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.services-section-4 {
  background-color: #dcfbfd00;
  width: auto;
  height: auto;
  margin-top: 22px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.loop-gradient-right-3 {
  z-index: 1;
  background-image: linear-gradient(270deg, #f8f1e8 19%, #fff0);
  width: 32%;
  height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.loop-gradient-left-4 {
  z-index: 1;
  background-image: linear-gradient(90deg, #051923 30%, #fff0);
  width: 25%;
  height: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.services-section-5 {
  background-color: #dcfbfd00;
  width: 370px;
  height: auto;
  margin-top: 22px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.loop-gradient-right-4 {
  z-index: 1;
  background-image: linear-gradient(270deg, #051923 19%, #fff0);
  width: 32%;
  height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .0625rem solid #57c3ff33;
  border-radius: .3125rem;
  flex: none;
  align-self: stretch;
  width: 310px;
  height: 72px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 0 12px;
}

.tools_tab-header-2 {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image_wraper {
  opacity: .92;
  border-radius: .2rem;
  flex: none;
  align-self: flex-end;
  width: 48px;
  height: 48px;
}

.heading-3-copy {
  color: #a3e8ffb3;
  letter-spacing: 1px;
  width: 18rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
}

.heading-3-copy.courses {
  color: #abe3ff80;
  width: auto;
  height: 14px;
  margin-top: 0;
  margin-bottom: -3px;
  margin-right: 0;
  font-size: 10px;
  font-weight: 500;
}

.tools_tab-title-2 {
  color: #fff;
  letter-spacing: .125rem;
  width: auto;
  margin-bottom: .5rem;
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
}

.tools_tab-title-2.one {
  color: #fff;
  letter-spacing: .125rem;
  letter-spacing: .125rem;
  width: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 40px;
  font-weight: 400;
}

.contact-now-0 {
  color: #a3e8ff;
  letter-spacing: .0630312rem;
  text-transform: uppercase;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: .4375rem;
  font-style: normal;
  font-weight: 400;
  line-height: .75625rem;
  text-decoration: none;
}

.fn-section-2 {
  color: #ecf0ef;
  background-color: #1d1f1e00;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 760px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.loop-gradient-left-5 {
  z-index: 1;
  background-image: linear-gradient(90deg, #051923 30%, #fff0);
  width: 25%;
  height: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.fn-heading-5 {
  color: #abe3ffe6;
  letter-spacing: 1px;
  text-transform: none;
  width: 250px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.2em;
}

.contact-now-1 {
  color: #fff;
  letter-spacing: .0630312rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: .4375rem;
  font-style: normal;
  font-weight: 400;
  line-height: .75625rem;
  text-decoration: none;
}

.tools_container {
  background-color: #3b413c;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  width: auto;
  min-width: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 70px;
  display: flex;
}

.tabs-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .9;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 620px;
  height: 3rem;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.services-section-6 {
  background-color: #dcfbfd00;
  width: 370px;
  height: auto;
  margin-top: 22px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.tools_tab-2 {
  grid-row-gap: 0rem;
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: auto;
  min-width: auto;
  margin-top: 0;
  padding: 0 0;
  display: flex;
}

.tools_tab-2.w--current {
  background-color: #0000;
  flex: none;
  align-items: center;
  width: auto;
  padding-left: 0;
}

.tools_pane {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.tools_pane-item_school {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.platform-name {
  border-left: 2px #507181;
  align-self: center;
  width: auto;
  height: auto;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
}

.line {
  border-left: 2px #507181;
  align-self: auto;
  width: 1px;
  height: 11px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
}

.tools-line-container-2 {
  background-color: #ffffff29;
  align-self: auto;
  width: 100%;
  height: 3px;
  display: flex;
  overflow: hidden;
}

.tools_pane-item_share {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.services-container-2 {
  color: #081e29;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-top: 0;
  display: flex;
}

.head-youtube {
  width: 130px;
  height: auto;
  margin-bottom: 0;
}

.fn-paragraph-4 {
  color: #f1fcffe6;
  letter-spacing: 1px;
  width: 270px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
}

.solutions-wrap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  grid-auto-rows: 1fr;
  grid-auto-columns: minmax(20rem, 1fr);
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cell {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
}

.cell.school {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-size: 0;
}

.fn-banner-dark-column-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.flex-name {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 80%;
  height: auto;
  margin-top: 3px;
  display: flex;
}

.creator-name {
  flex: none;
  width: auto;
  max-width: none;
  height: auto;
  margin-top: 0;
}

.frame-1000006702 {
  grid-column-gap: .25rem;
  border: 1px solid #143446;
  border-radius: 3px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 17px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: .3rem;
  padding-right: .2rem;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.link-wrapper-scholl {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 190px;
  height: 48px;
  margin-left: 0;
  display: flex;
}

.creator-platform {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 170px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.cell-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 1.625rem;
}

.cell-2.school {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
}

.link-block-2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: space-between;
  align-items: center;
  width: 310px;
  height: auto;
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.tools_pane-item_tools {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.loop-gradient-right-5 {
  z-index: 1;
  background-image: linear-gradient(270deg, #051923 19%, #fff0);
  width: 32%;
  height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.services-loop-3 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 0;
  margin-left: -80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ine-img {
  width: auto;
  max-width: none;
  height: 13px;
  margin-top: -4px;
  padding-top: 0;
}

.heading-11 {
  color: #a3e8ff;
  letter-spacing: 1px;
  width: 172px;
  margin-bottom: 0;
  font-size: .7rem;
  font-weight: 600;
}

.image-11 {
  opacity: .94;
  width: 48px;
  max-width: none;
  height: 48px;
  margin-top: 0;
}

.text-403 {
  color: #abe3ff;
  letter-spacing: .0625rem;
  font-size: .625rem;
}

.youtube-ui {
  opacity: .5;
  width: 38px;
  max-width: none;
  margin-top: 5px;
  margin-left: 1px;
  padding-left: 0;
}

.ui-animation-images-2-3 {
  text-align: center;
  align-self: flex-start;
  width: 130%;
  max-width: none;
  height: 50px;
  margin-right: 16px;
}

.fn-cta-banner-dark-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #ecf0ef;
  background-color: #0f121300;
  border: 1px solid #264150;
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 370px;
  height: auto;
  margin-top: 10px;
  padding: 16px 18px 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-icons-wrapper-2 {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.tools-line-2 {
  background-color: #fff;
  flex: 1;
  height: 3px;
}

.tools_pane-item_experts {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.fn-container-grid {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  border: 1px #264150;
  border-radius: 10px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: auto;
  max-width: none;
  margin-bottom: 20px;
  padding: 0 20px 20px 0;
  display: flex;
}

.container-9 {
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.waves-master-cta-3-event {
  color: var(--waves-library--white);
  background-color: #a1dfb7;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  padding: 80px;
  display: flex;
}

.waves---heading-2-no-margins-4-event {
  color: #3b413c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.div-block {
  background-color: #3b413c;
  border: 0 solid #000;
  border-radius: 30px;
  margin-top: 80px;
  margin-bottom: 100px;
}

.waves---heading-2-no-margins-4-c {
  color: #c1fba4;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 20px;
  font-size: 48px;
  line-height: 130%;
}

.waves---paragraph-big-44 {
  color: #3b413c;
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-3-no-margins-4 {
  color: #c1fba4;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-grid-blog-4 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row dense;
  width: auto;
  margin-top: 56px;
}

.waves---section-medium-5 {
  padding-top: 100px;
  padding-bottom: 60px;
}

.waves---center-heading-3 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-tile-blog-4 {
  grid-row-gap: 40px;
  border-top: 1px #131313;
  border-bottom: 1px #131313;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.waves---heading-2-no-margins-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---paragraph-big-45 {
  color: #f8f1e8;
  width: 280px;
  font-size: 20px;
  line-height: 130%;
}

.waves---main-container-6 {
  flex-flow: column;
  max-width: none;
  padding-bottom: 120px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.waves---mg-top-18 {
  margin-top: 16px;
}

.waves---cta-dark-5 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-5:hover {
  background-color: #131313e6;
}

.waves---main-container-7 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-6 {
  padding-top: 140px;
  padding-bottom: 30px;
}

.waves---heading-2-no-margins-6 {
  color: #c1fba4;
  background-color: #3b413c;
  border-radius: 4px;
  width: 97%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 10px;
  font-size: 48px;
  line-height: 130%;
}

.waves---heading-3-no-margins-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-32 {
  width: 32px;
  height: 32px;
}

.waves---mg-bottom-17 {
  margin-bottom: 16px;
}

.waves---grid-halves-sticky {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.waves---sticky-halves-left {
  position: relative;
}

.waves---master-tiles-features-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 545px;
  display: flex;
}

.waves---sticky-halves {
  position: static;
  top: 88px;
}

.waves-tile-features-2 {
  grid-row-gap: 16px;
  background-color: var(--waves-library--dark-elevation);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 44px 40px;
  display: flex;
}

.waves---content-sticky-features-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-bottom: 100px;
  display: flex;
}

.waves---paragraph-big-46 {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.waves---sticky-halves-copy {
  position: static;
  top: 88px;
}

.text-span-2 {
  font-size: 18px;
  font-weight: 300;
}

.waves-grid-blog-5 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row dense;
  width: auto;
  margin-top: 56px;
}

.waves-tile-blog-5 {
  grid-row-gap: 40px;
  border-top: 1px #131313;
  border-bottom: 1px #131313;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.waves---heading-3-no-margins-6, .waves---heading-3-no-margins-7 {
  color: #c1fba4;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves---main-container-8 {
  flex-flow: column;
  max-width: none;
  padding-bottom: 120px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.waves-grid-blog-6 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row dense;
  width: auto;
  margin-top: 56px;
}

.waves-tile-blog-6 {
  grid-row-gap: 40px;
  border-top: 1px #131313;
  border-bottom: 1px #131313;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.waves---paragraph-big-47 {
  color: #f8f1e8;
  width: 280px;
  font-size: 20px;
  line-height: 130%;
}

.waves---paragraph-big-48 {
  color: #f8f1e8;
  width: auto;
  font-size: 20px;
  line-height: 130%;
}

.container-11 {
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.pricd {
  font-weight: 300;
}

.image-12 {
  margin-top: -43px;
}

.bold-text-6 {
  column-count: auto;
  width: auto;
  font-size: 4.2rem;
  line-height: 110%;
}

.image-14 {
  border-radius: 16px;
  width: auto;
  max-width: 100%;
  height: 290px;
}

.image-15, .image-16, .image-17 {
  border-radius: 16px;
  height: 290px;
}

.heading-12 {
  font-size: 4.1rem;
}

.image-18 {
  border-radius: 10px;
  width: 100%;
  max-width: none;
  height: 320px;
}

.waves---subtitle-3 {
  font-size: 24px;
  line-height: 40px;
}

.waves---main-container-9 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---mg-top-32 {
  margin-top: 32px;
}

.waves---paragraph-small-2 {
  font-size: 16px;
  line-height: 130%;
}

.waves---section-medium-7 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---paragraph-big-49 {
  font-size: 20px;
  line-height: 130%;
}

.waves---center-heading-4 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---cta-white-2 {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---heading-1-no-margins {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  line-height: 120%;
  display: flex;
}

.waves-circle-testimonial-pricing-3 {
  border-radius: 50%;
  flex: none;
  width: 100px;
  height: 100px;
  margin-right: 24px;
  overflow: hidden;
}

.waves-person-wrap-pricing-3 {
  align-items: center;
  max-width: 480px;
  margin-bottom: 24px;
  display: flex;
}

.waves-name-wrap-pricing-3 {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-left-pricing-3 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-right-pricing-3 {
  max-width: 480px;
}

.waves-heading-pricing-3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 130%;
}

.waves-master-pricing-3 {
  background-color: var(--waves-library--black);
  color: var(--waves-library--white);
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 56px 0 0;
  display: flex;
}

.waves-divider-pricing-3 {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 24px;
}

.waves-text-price-3 {
  font-size: 56px;
  line-height: 130%;
}

.waves-price-subtext-3 {
  color: #fffc;
  font-size: 20px;
  line-height: 130%;
}

.waves-image-testimonial-pricing-3 {
  object-fit: cover;
  width: 100px;
  height: 100%;
}

.code-embed {
  width: 800px;
}

.map {
  background-color: #f0fffe;
  padding-top: 120px;
  padding-bottom: 120px;
}

.map-main {
  width: 100%;
  max-width: 1190px;
  height: 100%;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.heading-wrapper {
  color: #081e29;
  width: auto;
}

.heading-wrapper.map {
  background-color: #f0fffe00;
  padding-top: 40px;
  padding-bottom: 40px;
}

.h2-new {
  color: #3c8ca7;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 23px;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 4.875rem;
}

.h2-new.map {
  color: #3b413c;
  background-color: #fff0;
  width: auto;
  padding-bottom: 0;
  font-size: 40px;
  line-height: 130%;
}

.afooter-text {
  color: #3f3f37;
  text-align: center;
  text-transform: none;
  width: auto;
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
  transition: color .5s;
}

.afooter-text:hover {
  color: var(--orange);
  text-decoration: none;
}

.afooter-text.w--current {
  font-size: .8rem;
}

.small-heading-terms {
  color: #333;
  margin-bottom: 40px;
  font-size: 7.1rem;
}

@media screen and (min-width: 1440px) {
  .big-container {
    font-size: 40px;
  }

  .link-small, .link-small.w--current {
    font-size: 1rem;
  }

  .lovers-section {
    padding-bottom: 22vh;
  }

  .lover-box {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .footer-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 1210px;
  }

  .nav-holder {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
  }

  .big-image {
    border-radius: 10px;
  }

  .measure-inner.reverse {
    width: auto;
  }

  .map-holder {
    background-image: url('../images/Screenshot-2025-01-10-at-01.03.47.png');
  }

  .map-text {
    padding-bottom: 30px;
    padding-left: 26px;
    padding-right: 26px;
  }

  .no-margin-bottom {
    font-weight: 300;
  }

  .waves---mega-heading-1 {
    width: 62%;
    font-size: 80px;
    line-height: 110%;
  }

  .paragraph-5, .paragraph-6, .paragraph-7 {
    font-weight: 500;
  }

  .waves---paragraph-big-3 {
    text-align: left;
    width: auto;
    font-size: 20px;
    font-weight: 300;
  }

  .hero-stack {
    margin-bottom: 100px;
    padding-top: 40px;
  }

  .hero-wrapper-two {
    width: auto;
  }

  .heading-9 {
    width: 600px;
    font-size: 5.2rem;
  }

  .image-7 {
    left: 809px;
  }

  .pricing-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .pricing-card {
    border-radius: 9px;
  }

  .pricing-image {
    margin-bottom: 0;
  }

  .heading-10 {
    font-size: 2.4rem;
  }

  .loop-gradient-left {
    width: 28%;
    height: auto;
  }

  .services-section-2 {
    height: auto;
    font-family: Droid Sans, sans-serif;
    position: relative;
  }

  .services-container {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
  }

  .our-story-header {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 25%;
    margin-left: 10px;
  }

  .loop-gradient-right {
    width: 30%;
    height: auto;
    margin-right: -4px;
  }

  .services-loop {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    margin-top: 0;
  }

  .main-container {
    max-width: 100%;
  }

  .ui-animation-images-2 {
    opacity: .8;
    width: 160%;
    margin-right: -4px;
  }

  .services-icons-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: none;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .loop-gradient-left-2 {
    width: 28%;
    height: auto;
  }

  .services-section-3 {
    height: auto;
    font-family: Droid Sans, sans-serif;
    position: relative;
  }

  .loop-gradient-right-2 {
    width: 30%;
    height: auto;
    margin-right: -4px;
  }

  .services-loop-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .ui-animation-images-2-2 {
    opacity: .8;
    width: 160%;
    margin-right: -4px;
  }

  .loop-gradient-left-3 {
    width: 28%;
    height: auto;
  }

  .services-section-4 {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Droid Sans, sans-serif;
    position: relative;
  }

  .loop-gradient-right-3 {
    width: 30%;
    height: auto;
    margin-right: -4px;
  }

  .loop-gradient-left-4 {
    width: 28%;
    height: auto;
  }

  .services-section-5 {
    height: auto;
    font-family: Droid Sans, sans-serif;
    position: relative;
  }

  .loop-gradient-right-4 {
    width: 30%;
    height: auto;
    margin-right: -4px;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-color: #57c3ff33;
    border-radius: .3125rem;
    flex: 1;
    align-self: auto;
    width: 300px;
    max-width: 310px;
    height: 72px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px 0 12px;
  }

  .image_wraper {
    box-sizing: border-box;
    opacity: .92;
    background-image: none;
    border-radius: .25rem;
    width: 48px;
    height: 48px;
    padding-bottom: 0;
  }

  .heading-3-copy {
    letter-spacing: 1px;
    font-size: 10px;
    font-weight: 400;
  }

  .heading-3-copy.courses {
    letter-spacing: .5px;
    -webkit-text-stroke-color: #abe3ff;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: 14px;
    margin-top: 0;
    margin-bottom: -4px;
    margin-right: 0;
    font-size: 10px;
    font-weight: 500;
  }

  .tools_tab-title-2 {
    letter-spacing: .125rem;
    flex: 0 auto;
    align-self: center;
    margin-bottom: .6rem;
    padding-bottom: 0;
    padding-right: 2rem;
    font-size: 40px;
    font-weight: 400;
  }

  .tools_tab-title-2.one {
    letter-spacing: .125rem;
    letter-spacing: .125rem;
    padding-bottom: 0;
    font-size: 40px;
    font-weight: 400;
  }

  .contact-now-0 {
    width: auto;
    font-size: .4rem;
  }

  .fn-section-2 {
    width: auto;
    padding-top: 0;
  }

  .loop-gradient-left-5 {
    width: 28%;
    height: auto;
  }

  .fn-heading-5 {
    box-sizing: border-box;
    aspect-ratio: auto;
    text-transform: none;
    column-count: auto;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 124%;
  }

  .contact-now-1 {
    font-size: .4375rem;
  }

  .tools_container {
    flex-direction: column;
    justify-content: space-between;
    align-self: flex-start;
    align-items: center;
    width: auto;
    margin-top: 0;
    display: flex;
  }

  .tabs-main {
    opacity: .9;
    flex-direction: row;
    justify-content: center;
    align-self: stretch;
    align-items: flex-end;
    width: 740px;
    height: 3rem;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .services-section-6 {
    height: auto;
    font-family: Droid Sans, sans-serif;
    position: relative;
  }

  .tools_tab-2 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    min-width: auto;
    margin-top: 0;
    padding: 0;
  }

  .tools_tab-2.w--current {
    align-items: center;
    width: auto;
    min-width: auto;
    padding-left: 0;
  }

  .tools_pane {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .tools_pane-item_school {
    flex: 0 auto;
    width: auto;
    margin-left: auto;
  }

  .platform-name, .line {
    width: auto;
    height: 10px;
    margin-top: -1px;
  }

  .tools-line-container-2 {
    height: 3px;
  }

  .tools_pane-item_share {
    width: 100%;
    margin-left: auto;
  }

  .services-container-2 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
  }

  .head-youtube {
    width: auto;
  }

  .fn-paragraph-4 {
    opacity: 1;
    color: #f1fcffe6;
    letter-spacing: 1px;
    width: 310px;
    font-size: 14px;
  }

  .solutions-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-top: 28px;
    margin-left: auto;
    margin-right: auto;
  }

  .cell {
    justify-content: flex-start;
    align-items: center;
  }

  .cell.school {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    font-size: 0;
  }

  .fn-banner-dark-column-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .flex-name {
    width: 78%;
    margin-top: 0;
  }

  .creator-name {
    width: auto;
    height: auto;
  }

  .frame-1000006702 {
    grid-column-gap: 0rem;
    border-width: 1px;
    border-radius: 3px;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 18px;
    margin-bottom: -.375rem;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1px;
    padding-left: .3rem;
    padding-right: .3rem;
  }

  .link-wrapper-scholl {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 187px;
    height: auto;
    margin-top: 0;
    margin-left: 0;
  }

  .creator-platform {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 200px;
    height: auto;
    margin-top: 3px;
    display: flex;
  }

  .cell-2 {
    justify-content: center;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 1.875rem;
  }

  .cell-2.school {
    justify-content: center;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-2 {
    justify-content: space-between;
    align-items: center;
    width: 310px;
    margin-bottom: 0;
  }

  .tools_pane-item_tools {
    width: 100%;
    margin-left: auto;
  }

  .loop-gradient-right-5 {
    width: 30%;
    height: auto;
    margin-right: -4px;
  }

  .services-loop-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    margin-top: 0;
  }

  .ine-img {
    width: auto;
    height: 12px;
    margin-top: -4px;
  }

  .heading-11 {
    color: #a3e8ff;
    letter-spacing: .5px;
    width: 167px;
    margin-bottom: 0;
    font-size: .7rem;
    font-weight: 600;
  }

  .image-11 {
    opacity: .94;
    width: 48px;
    max-width: none;
    height: 48px;
    margin-top: 0;
  }

  .text-403 {
    height: auto;
    font-size: .5rem;
  }

  .youtube-ui {
    width: 39px;
    height: 10px;
    margin-top: -4px;
    margin-left: 0;
  }

  .ui-animation-images-2-3 {
    opacity: .8;
    width: 160%;
    margin-right: -4px;
  }

  .fn-cta-banner-dark-3 {
    width: 440px;
    padding-top: 16px;
    padding-bottom: 26px;
  }

  .services-icons-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: none;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
  }

  .tools-line-2 {
    background-color: #fff;
  }

  .tools_pane-item_experts {
    width: 100%;
    margin-left: auto;
  }

  .fn-container-grid {
    flex-flow: row;
  }

  .container-9 {
    flex-flow: column;
    max-width: none;
    margin-right: 0;
    padding-top: 8px;
    display: flex;
  }

  .div-block {
    border-radius: 24px;
    margin-top: 90px;
  }

  .waves-grid-blog-4, .waves-grid-blog-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container-11 {
    flex-flow: column;
    max-width: none;
    margin-right: 0;
    padding-top: 8px;
    display: flex;
  }

  .bold-text-6 {
    width: auto;
    font-size: 4.2rem;
    line-height: 130%;
  }

  .image-14 {
    border-radius: 16px;
    width: auto;
    height: 290px;
  }

  .image-15 {
    width: auto;
    max-width: none;
    height: 290px;
  }

  .image-16, .image-17 {
    max-width: none;
    height: 290px;
  }

  .map {
    background-color: #f0fffe00;
    font-family: Droid Sans, sans-serif;
  }

  .map-main {
    max-width: 1210px;
    height: auto;
  }

  .heading-wrapper {
    color: #384144;
  }

  .heading-wrapper.map {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h2-new.map {
    color: #3b413c;
    padding-bottom: 0;
    font-family: Paytone One, sans-serif;
    font-size: 48px;
    line-height: 130%;
  }

  .code-embed-2 {
    border-radius: 0;
  }

  .afooter-text, .afooter-text.w--current {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1920px) {
  .big-container {
    padding-left: 14%;
    padding-right: 14%;
  }

  .content.banner-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
  }

  .logo {
    width: 6vw;
  }

  .banner {
    background-position: 100%;
    height: 760px;
    margin-top: 50px;
  }

  .center-text-holder.top {
    grid-column-gap: 0vh;
    grid-row-gap: 0vh;
  }

  .cta.orange {
    color: #464443;
  }

  .lovers-section {
    padding-bottom: 25vh;
  }

  .lover-box {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .footer-section {
    width: auto;
    padding-top: 0;
    padding-bottom: 5vh;
  }

  .section {
    justify-content: space-between;
    align-items: center;
  }

  .section.reverse {
    background-color: #3b413c;
    border-radius: 40px;
    margin-top: 140px;
    padding: 40px;
  }

  .measure-inner.reverse {
    width: 755px;
  }

  .navbar {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .no-margin-bottom {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 300;
  }

  .image-4 {
    width: 20px;
  }

  .waves---main-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .waves---mega-heading-1 {
    width: auto;
  }

  .waves---center-heading {
    text-align: left;
  }

  .waves-tile-blog-3 {
    border-bottom-style: none;
    flex-flow: column;
  }

  .heading-6 {
    font-size: 4.1rem;
  }

  .section-image-event {
    background-image: url('../images/Screenshot-2025-01-15-at-02.48.39_1.avif');
  }

  .section-third {
    justify-content: space-between;
    align-items: center;
  }

  .section-third.reverse {
    margin-top: 140px;
  }

  .heading-7 {
    color: #a2d1b3;
    font-size: 4.1rem;
  }

  .paragraph-2 {
    color: #a2d1b3;
  }

  .paragraph-5, .paragraph-6, .paragraph-7 {
    font-size: 1.4rem;
    font-weight: 500;
  }

  .waves---paragraph-big-3 {
    color: var(--waves-library--white);
    letter-spacing: 1px;
    font-family: Outfit, sans-serif;
    font-weight: 300;
  }

  .waves---left-cta-1 {
    grid-column-gap: 280px;
    grid-row-gap: 280px;
  }

  .waves---heading-2-no-margins-4 {
    color: #f8f1e8;
  }

  .waves-master-cta-4 {
    background-color: #3b413c;
  }

  .container-2 {
    max-width: none;
  }

  .hero-wrapper-two {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
    width: 100%;
  }

  .heading-9 {
    font-size: 5.2rem;
  }

  .image-7 {
    top: 81px;
    left: 955px;
  }

  .pricing-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-auto-flow: row;
  }

  .banner-bday {
    background-position: 100% 80%;
    height: 760px;
    margin-top: 50px;
  }

  .banner-home {
    background-position: 50%;
    height: 760px;
    margin-top: 50px;
  }

  .banner-restoran, .banner-eventi {
    background-position: 100%;
    height: 760px;
    margin-top: 50px;
  }

  .heading-10 {
    font-size: 2.4rem;
  }

  .banner-catering {
    background-position: 100%;
    height: 760px;
    margin-top: 50px;
  }

  .loop-gradient-left {
    width: 27%;
    height: 50px;
    margin-left: -7px;
  }

  .services-section-2 {
    z-index: 1000;
    width: 420px;
    height: auto;
  }

  .services-container {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 0;
  }

  .our-story-header {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-left: 0;
  }

  .loop-gradient-right {
    flex: 0 auto;
    width: 28%;
    height: 50px;
    margin-right: -10px;
    right: 0%;
  }

  .services-loop {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    margin-top: 0;
    margin-left: -60px;
  }

  .main-container {
    text-align: left;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
    height: auto;
    display: flex;
  }

  .ui-animation-images-2 {
    opacity: .8;
    align-self: auto;
    width: 150%;
    height: 50px;
  }

  .services-icons-wrapper {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    height: 60px;
  }

  .loop-gradient-left-2 {
    width: 27%;
    height: 50px;
    margin-left: -7px;
  }

  .services-section-3 {
    z-index: 1000;
    width: 420px;
    height: auto;
  }

  .loop-gradient-right-2 {
    flex: 0 auto;
    width: 28%;
    height: 50px;
    margin-right: -10px;
    right: 0%;
  }

  .services-loop-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: -60px;
  }

  .ui-animation-images-2-2 {
    opacity: .8;
    align-self: auto;
    width: 150%;
    height: 70px;
  }

  .loop-gradient-left-3 {
    width: 27%;
    height: 70px;
    margin-left: -7px;
  }

  .services-section-4 {
    z-index: 1000;
    width: auto;
    height: auto;
  }

  .loop-gradient-right-3 {
    flex: 0 auto;
    width: 28%;
    height: 70px;
    margin-right: -10px;
    right: 0%;
  }

  .loop-gradient-left-4 {
    width: 27%;
    height: 50px;
    margin-left: -7px;
  }

  .services-section-5 {
    z-index: 1000;
    width: 420px;
    height: auto;
  }

  .loop-gradient-right-4 {
    flex: 0 auto;
    width: 28%;
    height: 50px;
    margin-right: -10px;
    right: 0%;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: .0625rem solid #57c3ff33;
    border-radius: .3125rem;
    flex: 1;
    align-self: auto;
    width: 300px;
    max-width: 310px;
    height: 72px;
    margin-bottom: 0;
    padding: 0 0 0 12px;
  }

  .tools_tab-header-2 {
    align-items: center;
  }

  .image_wraper {
    opacity: .92;
    width: 48px;
    height: 48px;
  }

  .heading-3-copy {
    letter-spacing: 1px;
    width: 17.3rem;
    margin-top: .1rem;
    font-size: 11px;
    font-weight: 400;
  }

  .heading-3-copy.courses {
    width: auto;
    height: 14px;
    margin-top: 0;
    margin-bottom: -4px;
    margin-right: 0;
    font-size: 10px;
    font-weight: 500;
  }

  .tools_tab-title-2 {
    letter-spacing: .125rem;
    align-self: auto;
    margin-bottom: .7rem;
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 40px;
    font-weight: 400;
  }

  .tools_tab-title-2.one {
    letter-spacing: .125rem;
    letter-spacing: .125rem;
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 40px;
    font-weight: 400;
  }

  .contact-now-0 {
    color: #a3e8ff;
    font-size: .4rem;
  }

  .fn-section-2 {
    width: 810px;
    padding-top: 0;
  }

  .loop-gradient-left-5 {
    width: 27%;
    height: 50px;
    margin-left: -7px;
  }

  .fn-heading-5 {
    color: #abe3ff;
    text-transform: none;
    margin-bottom: 0;
    font-size: 26px;
  }

  .tools_container {
    opacity: 1;
    flex-flow: column;
    justify-content: space-between;
    align-self: flex-start;
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .tabs-main {
    opacity: .9;
    border-bottom: .125rem #977f7f;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    width: auto;
    height: 3rem;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .services-section-6 {
    z-index: 1000;
    width: 420px;
    height: auto;
  }

  .tools_tab-2 {
    grid-row-gap: 0rem;
    letter-spacing: 0;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    min-width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    transition-property: none;
  }

  .tools_tab-2.w--current {
    align-items: center;
    width: auto;
    min-width: auto;
  }

  .tools_pane {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .tools_pane-item_school {
    flex: 0 auto;
    align-self: auto;
    width: auto;
    margin-right: 0;
  }

  .platform-name {
    align-self: center;
    width: auto;
  }

  .line {
    width: auto;
    margin-top: 5px;
  }

  .tools-line-container-2 {
    height: 3px;
    padding-bottom: 0;
  }

  .tools_pane-item_share {
    width: 100%;
  }

  .services-container-2 {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 30px;
    margin-top: 0;
  }

  .head-youtube {
    width: auto;
  }

  .fn-paragraph-4 {
    opacity: 1;
    color: #f1fcffe6;
    letter-spacing: 1px;
    width: 290px;
    font-size: 14px;
    font-weight: 200;
  }

  .solutions-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 29px;
    margin-left: 0;
    margin-right: auto;
  }

  .cell {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .cell.school {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
  }

  .fn-banner-dark-column-3 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-top: 0;
  }

  .flex-name {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 78%;
  }

  .creator-name {
    width: auto;
    height: auto;
    margin-top: 0;
  }

  .frame-1000006702 {
    flex-flow: row;
    flex: none;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: 18px;
    margin-top: -22px;
    margin-left: auto;
    margin-right: 8px;
    padding-top: 0;
    padding-left: .2rem;
    padding-right: .2rem;
    font-size: 1rem;
  }

  .link-wrapper-scholl {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    width: 190px;
    height: auto;
    margin-top: 0;
  }

  .creator-platform {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    justify-content: flex-start;
    align-items: center;
    width: 163px;
    height: auto;
    margin-top: 0;
  }

  .cell-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    padding: .75rem 0 0;
  }

  .cell-2.school {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    padding: 0 0 .6rem;
  }

  .link-block-2 {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    width: 310px;
    height: auto;
    margin-bottom: 0;
    display: flex;
  }

  .tools_pane-item_tools {
    width: auto;
  }

  .loop-gradient-right-5 {
    flex: 0 auto;
    width: 28%;
    height: 50px;
    margin-right: -10px;
    right: 0%;
  }

  .services-loop-3 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    margin-top: 0;
    margin-left: -60px;
  }

  .ine-img {
    height: auto;
    margin-top: -11px;
  }

  .heading-11 {
    width: 160px;
    font-size: .7rem;
    font-weight: 600;
  }

  .image-11 {
    opacity: .94;
    width: 48px;
    height: 48px;
  }

  .text-403 {
    flex: 0 auto;
    width: auto;
    font-size: .625rem;
  }

  .youtube-ui {
    width: 2.5rem;
    margin-top: -4px;
  }

  .ui-animation-images-2-3 {
    opacity: .8;
    align-self: auto;
    width: 150%;
    height: 50px;
  }

  .fn-cta-banner-dark-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-color: #57c3ff33;
    justify-content: center;
    align-items: center;
    width: 380px;
    padding: 18px 20px 26px;
  }

  .services-icons-wrapper-2 {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
  }

  .tools-line-2 {
    background-color: #fff;
    height: 3px;
  }

  .tools_pane-item_experts {
    width: auto;
  }

  .fn-container-grid {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .container-9 {
    flex-flow: column;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .waves---heading-2-no-margins-4-event {
    color: #c1fba4;
  }

  .waves---heading-2-no-margins-4-c {
    color: #f8f1e8;
  }

  .waves---heading-3-no-margins-4 {
    width: 400px;
  }

  .waves-grid-blog-4 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .waves---center-heading-3 {
    text-align: left;
  }

  .waves-tile-blog-4 {
    border-bottom-style: none;
    flex-flow: column;
  }

  .waves-grid-blog-5 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .waves-tile-blog-5 {
    border-bottom-style: none;
    flex-flow: column;
  }

  .waves---heading-3-no-margins-6 {
    width: 400px;
  }

  .waves---main-container-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .waves-tile-blog-6 {
    border-bottom-style: none;
    flex-flow: column;
  }

  .container-11 {
    flex-flow: column;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .image-14 {
    width: 440px;
  }

  .image-15 {
    width: 440px;
    height: auto;
  }

  .image-18 {
    width: 100%;
  }

  .map-main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    margin-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-wrapper.map {
    width: auto;
  }

  .code-embed-2 {
    border-radius: 10px;
    width: 940px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 6.4rem;
  }

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 2.8rem;
  }

  h4 {
    font-size: 1.9rem;
  }

  h5 {
    font-size: 2rem;
  }

  h6 {
    font-size: 18px;
  }

  p {
    font-size: 1.1rem;
  }

  .content.banner-content {
    padding-top: 10vh;
    padding-bottom: 8vh;
  }

  .content.daily-content {
    padding-top: 5vh;
    padding-bottom: 3vh;
  }

  .content.terms-content {
    padding-top: 5vh;
  }

  .center-text-holder.top {
    grid-column-gap: 16vh;
    grid-row-gap: 16vh;
  }

  .center-text-holder.big-margin {
    margin-bottom: 10vh;
  }

  .link-small {
    font-size: 14px;
  }

  .banner-badge {
    display: none;
    right: 0%;
  }

  .daily-box {
    width: 45%;
  }

  .daily-image {
    max-height: 205px;
  }

  .lover-box {
    padding: 5vh 3vh;
  }

  .dark-section {
    margin-bottom: 4vh;
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .dark-heading {
    font-size: 2.4rem;
  }

  .flavours-holder {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-flow: wrap;
    justify-content: center;
  }

  .flavours-text {
    width: 50%;
  }

  .bottom-section {
    background-size: cover;
    min-height: 50vh;
  }

  .footer-section {
    padding-top: 0;
  }

  .nav-holder.no-margin {
    margin-bottom: 0;
  }

  .section {
    justify-content: space-between;
    align-items: flex-start;
  }

  .section-image {
    width: 48%;
  }

  .measure-holder {
    margin-bottom: 5vh;
  }

  .measure-inner {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5vh;
  }

  .measure-image-box {
    width: 45%;
  }

  .measure-text-box {
    width: 45%;
    max-width: 100%;
  }

  .without {
    align-items: center;
    margin-bottom: 5vh;
  }

  .map-text {
    width: 80%;
  }

  .paragraph-special {
    font-size: 1.5rem;
    line-height: 120%;
  }

  .paragraph-big {
    font-size: 1.3rem;
  }

  .nav-left, .nav-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .submit-button {
    padding-top: 19px;
    padding-bottom: 20px;
  }

  .menu-links, .close-menu {
    margin-left: 80px;
  }

  .menu-inner {
    width: 60%;
  }

  .dotted-separator {
    vertical-align: baseline;
    display: none;
  }

  .main-content.utility-content {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .paragraph-big-2 {
    font-size: 25px;
    line-height: 35px;
  }

  .lincesing-inner {
    grid-column-gap: 3vh;
    grid-row-gap: 3vh;
    flex-flow: column;
  }

  .container {
    max-width: 728px;
  }

  .waves-grid-testimoials-4 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .waves-bottom-testimonial-4 {
    margin-top: 64px;
  }

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves-grid-team-2 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---section-hero-primary {
    text-align: center;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---mega-heading-1 {
    font-size: 3rem;
    line-height: 110%;
  }

  .waves-content-hero-1 {
    text-align: center;
    align-items: center;
  }

  .waves-image-wrap-hero-1 {
    height: 320px;
  }

  .waves-gradient-hero-1 {
    height: 140px;
  }

  .waves-gallery-hero-1 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-grid-blog-3 {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-grid-blog-2 {
    grid-template-columns: 1fr;
  }

  .waves---sides-heading-button-2 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves-grid-team-3 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-image-catering, .section-image-event {
    width: 48%;
  }

  .section-third {
    justify-content: space-between;
    align-items: flex-start;
  }

  .center-text-holder-cta.top {
    grid-column-gap: 16vh;
    grid-row-gap: 16vh;
  }

  .center-text-holder-cta.big-margin {
    margin-bottom: 10vh;
  }

  .nav-holder-footer.no-margin {
    margin-bottom: 0;
  }

  .waves---paragraph-big-3 {
    width: 1110px;
    font-size: 21px;
  }

  .waves---master-cta-1 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .waves---left-cta-1 {
    align-items: center;
  }

  .waves-grid-contact-3 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves---grid-cta-3 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .waves-master-cta-3 {
    padding: 80px 64px;
  }

  .waves---section-hero-primary-2 {
    text-align: center;
  }

  .waves---mega-heading-2 {
    font-size: 72px;
    line-height: 110%;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper-two {
    width: auto;
  }

  .heading-9 {
    font-size: 4.2rem;
  }

  .image-7 {
    width: 210px;
    top: 121px;
    left: 384px;
  }

  .container-3 {
    max-width: 728px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: auto;
  }

  .waves---grid-cta-right {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .services-section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .main-container {
    max-width: 700px;
  }

  .services-icons-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
    margin-top: 50px;
    margin-bottom: 60px;
  }

  .services-section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .services-loop-2 {
    height: auto;
  }

  .ui-animation-images-2-2 {
    width: 150%;
    height: auto;
  }

  .services-section-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .services-section-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .quick-stack {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    order: 0;
    width: 100%;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .tools_tab-title-2 {
    padding-bottom: 0;
  }

  .tools_tab-title-2.one {
    letter-spacing: .125rem;
    letter-spacing: .125rem;
  }

  .fn-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-heading-5 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .tools_container {
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-main {
    flex-direction: row;
    width: 100%;
    margin-bottom: 2rem;
  }

  .services-section-6 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tools_tab-2 {
    flex: 1;
  }

  .tools_pane {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .solutions-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .fn-banner-dark-column-3 {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .cell-2 {
    justify-content: center;
    align-items: flex-end;
  }

  .link-block-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    text-decoration: none;
  }

  .heading-11 {
    color: #a3e8ff;
  }

  .services-icons-wrapper-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
    margin-top: 50px;
    margin-bottom: 60px;
  }

  .fn-container-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .container-9 {
    width: 710px;
    max-width: none;
  }

  .waves-master-cta-3-event {
    padding: 80px 64px;
  }

  .waves-grid-blog-4 {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---grid-halves-sticky {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .waves---sticky-halves-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .waves---master-tiles-features-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .waves---sticky-halves {
    flex-direction: column;
    align-items: center;
  }

  .waves---content-sticky-features-2 {
    text-align: center;
    align-items: center;
  }

  .container-10 {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .waves---sticky-halves-copy {
    flex-direction: column;
    align-items: center;
  }

  .waves-grid-blog-5, .waves-grid-blog-6 {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-11 {
    width: 710px;
    max-width: none;
  }

  .bold-text-6 {
    column-count: 10;
    font-size: 3rem;
    line-height: 30%;
  }

  .image-16 {
    width: auto;
  }

  .waves---heading-1-no-margins {
    font-size: 64px;
    line-height: 115%;
  }

  .waves-name-wrap-pricing-3 {
    text-align: left;
  }

  .waves-left-pricing-3 {
    text-align: center;
    align-items: center;
  }

  .waves-right-pricing-3 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .waves-master-pricing-3 {
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .map {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .map-main {
    max-width: 700px;
  }

  .heading-wrapper {
    color: #3c8ca7;
  }

  .afooter-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 4.5rem;
  }

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.4rem;
  }

  p {
    font-size: 15px;
    line-height: 130%;
  }

  ol {
    padding-left: 20px;
  }

  .content.banner-content {
    padding-top: 10vh;
  }

  .content.daily-content {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .center-text-holder {
    margin-bottom: 2vh;
  }

  .block-holder {
    margin-bottom: 60px;
  }

  .paragraph-holder {
    grid-template-columns: 1fr;
  }

  .link-small {
    text-align: center;
    font-size: 14px;
  }

  .links-holder, .buttons-wrapper {
    grid-template-columns: 1fr;
  }

  .banner-badge {
    width: 23%;
  }

  .daily-boxes {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .daily-box {
    width: 48%;
  }

  .lovers-section {
    padding-bottom: 5vh;
  }

  .lovers-boxes {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .lover-box {
    width: 100%;
  }

  .dark-section {
    margin-bottom: 0;
    padding: 3vh 4vh;
  }

  .dark-holder {
    flex-flow: column;
  }

  .dark-text-inner {
    width: 100%;
    margin-bottom: 20px;
  }

  .dark-image-holder {
    text-align: center;
    width: 100%;
  }

  .flavours-holder {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .bottom-section {
    min-height: 36vh;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .section {
    flex-flow: column;
    margin-bottom: 5vh;
  }

  .section.reverse {
    flex-flow: column;
  }

  .section-image {
    width: 100%;
    margin-bottom: 20px;
  }

  .section-text {
    width: 100%;
  }

  .nav-left, .nav-right {
    display: none;
  }

  .submit-button {
    padding-top: 19px;
    padding-bottom: 20px;
  }

  .flavour-image {
    width: 45%;
  }

  .menu-links {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-left: 40px;
  }

  .navbar-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .close-menu {
    margin-left: 40px;
  }

  .nav-link.reservation {
    display: block;
  }

  .menu-inner {
    width: 80%;
  }

  .menu-button-inner {
    display: flex;
  }

  .changelog-block {
    padding: 20px;
  }

  .licensing-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .features-table {
    padding: 60px 15px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---testimonial-text-big {
    font-size: 26px;
  }

  .waves-master-testimonial-4 {
    padding: 20px 32px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves-master-gallery-1 {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-grid-gallery-1 {
    grid-template-columns: 1fr;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 40px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves-grid-blog-3 {
    grid-row-gap: 64px;
  }

  .waves-tile-blog-2 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves-image-blog-2 {
    width: 100%;
    height: 320px;
  }

  .waves---main-container-2, .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .section-image-catering, .section-image-event {
    width: 100%;
    margin-bottom: 20px;
  }

  .section-third {
    flex-flow: column;
    margin-bottom: 5vh;
  }

  .section-third.reverse {
    flex-flow: column;
  }

  .center-text-holder-cta {
    margin-bottom: 2vh;
  }

  .waves---main-container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-text-field-background.field-cta-1 {
    min-width: 0;
  }

  .waves---section-medium-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---master-cta-1 {
    text-align: center;
  }

  .waves-form-cta-1 {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
  }

  .waves---form-block-cta-1 {
    width: 100%;
    max-width: 320px;
  }

  .waves---main-container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves-master-cta-4 {
    padding: 80px 32px;
  }

  .waves---mega-heading-2 {
    font-size: 56px;
  }

  .waves---subtitle-2 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves-form-hero-6 {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
  }

  .waves---master-checks-horizontal {
    grid-row-gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .waves-image-hero-6 {
    width: 48%;
  }

  .waves-middle-image-hero-6 {
    display: none;
  }

  .hero-stack, .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .pricing-price {
    color: #f57303;
    font-family: Paytone One, sans-serif;
  }

  .paragraph-regular.margin-bottom-20 {
    color: #f57303;
    letter-spacing: -2px;
  }

  .pricing-feature {
    color: #3b413c;
    font-size: 16px;
  }

  .services-section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .services-loop {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .main-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-icons-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .services-section-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .services-loop-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .services-section-4, .services-section-5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .quick-stack {
    width: 100%;
    padding-left: .75rem;
  }

  .tools_tab-header-2 {
    align-self: center;
    width: auto;
  }

  .tools_tab-title-2, .tools_tab-title-2.one, .tools_tab-title-2.one {
    font-size: .875rem;
  }

  .fn-section-2 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-heading-5 {
    font-size: 34px;
  }

  .tools_container {
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    margin-top: 3.75rem;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .tabs-main {
    flex-direction: row;
    width: 100vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }

  .services-section-6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tools_tab-2 {
    min-width: auto;
  }

  .tools_pane-item_school {
    width: 100%;
  }

  .tools_pane-item_share {
    width: auto;
  }

  .fn-paragraph-4 {
    margin-bottom: 24px;
  }

  .solutions-wrap {
    flex-direction: column;
    width: 90%;
  }

  .fn-banner-dark-column-3 {
    padding: 12px;
  }

  .link-block-2 {
    flex-flow: column;
    width: 100%;
  }

  .tools_pane-item_tools {
    width: auto;
  }

  .services-loop-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-11 {
    color: #a3e8ff;
  }

  .services-icons-wrapper-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .tools_pane-item_experts {
    width: auto;
  }

  .fn-container-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .waves---heading-2-no-margins-4-event, .waves---heading-2-no-margins-4-c {
    font-size: 44px;
    line-height: 125%;
  }

  .waves-grid-blog-4 {
    grid-row-gap: 64px;
  }

  .waves---section-medium-5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-5 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-6, .waves---main-container-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-6 {
    font-size: 44px;
    line-height: 125%;
  }

  .features-list {
    padding: 60px 15px;
  }

  .waves-grid-blog-5 {
    grid-row-gap: 64px;
  }

  .waves---main-container-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-grid-blog-6 {
    grid-row-gap: 64px;
  }

  .waves---subtitle-3 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---main-container-9 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-7 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-1-no-margins {
    font-size: 56px;
  }

  .waves-left-pricing-3 {
    width: 100%;
    margin-bottom: 40px;
  }

  .waves-right-pricing-3 {
    background-color: #ffffff0d;
    border-radius: 4px;
    width: 100%;
    max-width: none;
    padding: 24px;
  }

  .waves-heading-pricing-3 {
    font-size: 40px;
  }

  .waves-master-pricing-3 {
    grid-row-gap: 64px;
    padding-bottom: 40px;
  }

  .map {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .map-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-wrapper {
    width: auto;
  }

  .h2-new {
    font-size: 2.34375rem;
    line-height: 3.04688rem;
  }

  .afooter-text {
    text-align: center;
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.4rem;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 17px;
  }

  p {
    font-size: 15px;
  }

  .big-container {
    margin-right: auto;
    padding-left: 4%;
    padding-right: 4%;
  }

  .green-stripe {
    z-index: 2;
    background-color: #3b413c;
    border-bottom-color: #4c6347;
    padding-left: 0;
    padding-right: 0;
    position: static;
    top: -1px;
  }

  .paragraph-stripe {
    color: #c1fba4;
  }

  .body {
    background-color: #f8f1e8;
  }

  .content.banner-content {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 400;
    top: 203px;
    left: -17px;
  }

  .logo {
    width: 29vw;
    min-width: auto;
    max-width: none;
  }

  .banner {
    opacity: .9;
    -webkit-text-fill-color: inherit;
    background-image: url('../images/Rodjendan-image5_1.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
    border-radius: 10px;
    width: 100%;
    height: 190px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .center-text-holder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 4vh;
    margin-left: 0;
    padding-left: 4px;
    display: flex;
  }

  .center-text-holder.top {
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 16px;
    padding-left: 0;
  }

  .list-item {
    font-size: 15px;
    line-height: 28px;
  }

  .ordered-list-item {
    font-size: 15px;
  }

  .link-small {
    color: #4c6347;
    text-align: right;
    letter-spacing: 1px;
    text-transform: none;
    width: auto;
    margin-bottom: 16px;
    padding-left: 14px;
    font-family: Outfit, sans-serif;
    font-size: 13px;
    font-weight: 800;
  }

  .link-small.w--current {
    padding-top: 0;
    font-family: Outfit, sans-serif;
  }

  .buttons-wrapper {
    grid-template-columns: 1fr;
  }

  .cta.orange {
    background-color: #f6720212;
    border-radius: 7px;
    padding: 10px 13px;
  }

  .daily-section {
    margin-left: 0%;
    margin-right: 0%;
  }

  .daily-box {
    width: 100%;
  }

  .funky-section {
    border-radius: 13px;
    margin-top: 60px;
    margin-bottom: 40px;
    padding-top: 3vh;
  }

  .ice-cream-image {
    margin-top: 120px;
    margin-bottom: 0;
  }

  .lovers-section {
    margin-bottom: 100px;
    padding-top: 4vh;
  }

  .lovers-boxes {
    flex-flow: column;
  }

  .lover-box {
    border-width: 2px;
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .dark-section {
    border-radius: 20px;
    margin-bottom: 4vh;
    padding: 0 2vh 26px;
  }

  .dark-text-inner {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 40px;
  }

  .dark-heading {
    -webkit-text-stroke-color: #a3d1b3;
    font-size: 2.1rem;
  }

  .dark-paragraph {
    margin-bottom: 1vh;
    font-weight: 500;
  }

  .bottom-section {
    min-height: 28vh;
  }

  .bottom-section.white {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .footer-section {
    width: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .badge {
    width: 110px;
    max-width: none;
    height: 200px;
    margin-top: -30px;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .nav-holder {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 1vh;
    padding-top: 0;
  }

  .big-image {
    border-radius: 20px;
  }

  .section {
    margin: 140px 2px 0;
  }

  .section.reverse {
    margin-top: 10vh;
    margin-bottom: 0;
  }

  .section-image {
    opacity: .9;
    background-image: url('../images/Restoran_image.png');
    background-position: 50% 70%;
    background-size: cover;
    border-radius: 9px;
    height: 180px;
  }

  .founders {
    margin-bottom: 5vh;
  }

  .founders-holder {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    margin-top: 60px;
  }

  .founders-box {
    background-color: #a3d1b3b3;
    border-style: none;
    border-radius: 12px;
    width: 100%;
  }

  .founder-image {
    border-radius: 0;
  }

  .measure-inner {
    flex-flow: column;
    width: auto;
    margin-bottom: 7vh;
  }

  .measure-inner.reverse {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 7vh;
  }

  .measure-image-box {
    width: 80%;
    max-width: none;
    margin-bottom: 16px;
  }

  .measure-text-box {
    width: auto;
    max-width: none;
  }

  .without {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .without-left, .without-right {
    width: 100%;
  }

  .map-holder {
    padding-left: 10px;
    padding-right: 10px;
  }

  .map-text {
    border-radius: 20px;
    width: 100%;
  }

  .paragraph-special {
    font-size: 18px;
  }

  .paragraph-big {
    font-size: 16px;
  }

  .image-2 {
    width: 100%;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .menu-button-wrapper {
    justify-content: flex-end;
    align-items: center;
  }

  .menu-links {
    justify-content: center;
    align-items: flex-end;
    margin-left: 0;
    margin-right: 20px;
  }

  .menu-button {
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .icon {
    color: #4c6347;
  }

  .menu-text {
    color: #4c6347;
    font-size: 15px;
    font-weight: 700;
  }

  .navbar-wrapper {
    place-items: center stretch;
  }

  .close-menu {
    color: var(--light-black);
    margin-left: 20px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    left: auto;
    right: 23px;
  }

  .nav-link {
    letter-spacing: 1px;
    font-family: Oswald, sans-serif;
    font-size: 2rem;
  }

  .menu-inner {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .menu-button-inner {
    justify-content: space-between;
    align-items: center;
    margin-top: -10px;
  }

  .navbar {
    z-index: 3;
    background-color: #f8f1e8;
    flex-flow: row;
    width: 101%;
    height: 88px;
    margin-top: 18px;
    margin-bottom: 18px;
    padding-top: 0;
    display: flex;
    position: sticky;
    top: -1px;
  }

  .utility-page-form {
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .footer-paragraph {
    color: #3f3f37;
    text-align: left;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 0;
    font-size: 8px;
  }

  .no-margin-bottom {
    color: #3b413c;
    font-family: Outfit, sans-serif;
    font-style: italic;
    font-weight: 300;
  }

  .small-heading {
    font-size: 2.5rem;
  }

  .heading-2 {
    color: #4c6347e6;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 210px;
    margin-bottom: 0;
    padding-left: 8px;
    font-family: Oswald, sans-serif;
    font-size: 3.7rem;
    font-weight: 500;
    line-height: 110%;
    display: block;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .waves---main-container {
    padding-bottom: 100px;
    padding-left: 8px;
    padding-right: 8px;
    overflow: visible;
  }

  .waves---section-medium {
    width: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-3-no-margins {
    color: #c1fba4;
    width: auto;
    font-size: 18px;
    font-weight: 400;
  }

  .waves---paragraph-big {
    color: #f8f1e8;
    letter-spacing: 1px;
    width: auto;
    font-family: Outfit, sans-serif;
    font-size: 15px;
    font-weight: 500;
  }

  .waves---testimonial-text-big {
    font-size: 22px;
  }

  .waves-master-testimonial-4 {
    padding: 19px;
  }

  .waves-grid-testimoials-4 {
    grid-row-gap: 32px;
  }

  .waves---sides-heading-button {
    justify-content: space-between;
    align-items: center;
  }

  .waves---heading-2-no-margins {
    color: var(--orange);
    text-align: left;
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 29px;
  }

  .waves---section-hero-primary {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 46px;
  }

  .waves---mega-heading-1 {
    color: #c1fba4;
    text-align: left;
    width: auto;
    font-size: 36px;
  }

  .waves---subtitle {
    text-align: left;
    letter-spacing: 1px;
    font-family: Outfit, sans-serif;
    font-size: 20px;
  }

  .waves---limit-480 {
    max-width: none;
  }

  .waves-gradient-hero-1 {
    z-index: 2;
    background-image: linear-gradient(#f8f1e8 7%, #3b413c 7%, #faebe300);
    top: -11px;
  }

  .waves-gradient-hero-1.bottom {
    z-index: 2;
    background-image: linear-gradient(0deg, #3b413c 5%, #faebe300);
    bottom: -1px;
  }

  .waves-column-hero-1 {
    width: 48%;
  }

  .waves-column-hero-1.column-two {
    flex: none;
    width: 100%;
  }

  .waves-column-hero-1.column-one {
    flex: none;
  }

  .waves-inside-hero-1.reverse {
    width: 100%;
  }

  .waves-gallery-hero-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #0000;
    max-width: none;
    height: 420px;
    margin-top: 20px;
  }

  .waves---center-heading {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .waves-grid-blog-3 {
    grid-row-gap: 40px;
    margin-top: 40px;
    padding-left: 10px;
  }

  .waves-tile-blog-3 {
    border-bottom-style: none;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .waves-top-blog-3 {
    grid-row-gap: 12px;
  }

  .waves-grid-blog-2 {
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .waves-tile-blog-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 16px 16px 32px;
  }

  .waves-image-blog-2 {
    width: 100%;
    max-width: none;
    height: 40vw;
  }

  .waves-content-blog-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .waves---main-container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .waves---paragraph-regular {
    font-family: Outfit, sans-serif;
    font-size: 20px;
  }

  .waves---expandable-content {
    flex: 0 auto;
    max-width: none;
  }

  .waves---expand-line {
    flex: none;
  }

  .waves---expand-line.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .waves---expand-icon-wrap {
    flex: none;
  }

  .waves-expanded-text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .waves---section-medium-2 {
    border-radius: 9px;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .waves---sides-heading-button-2 {
    justify-content: space-between;
    align-items: center;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves---heading-3-no-margins-2 {
    color: #3b413c;
    text-align: left;
    letter-spacing: 1px;
    font-family: Outfit, sans-serif;
    font-size: 22px;
    font-weight: 600;
  }

  .waves---paragraph-big-2 {
    font-style: italic;
  }

  .waves-grid-team-3 {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .waves-tile-team-3 {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .waves-image-team-3 {
    border-radius: 0;
  }

  .waves-name-wrap-team-3 {
    justify-content: center;
    align-items: flex-start;
  }

  .heading-6 {
    opacity: .9;
    color: #3b413c;
    -webkit-text-stroke-color: #3b413c;
    column-count: auto;
    margin-bottom: 2vh;
    padding-left: 5px;
    font-family: Paytone One, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 120%;
  }

  .image-5 {
    width: 100%;
    max-width: none;
    height: auto;
    display: block;
  }

  .section-image-catering {
    opacity: .9;
    background-image: url('../images/Catering_image.png');
    background-position: 120% 53%;
    background-size: cover;
    border-radius: 9px;
    height: 180px;
    margin-bottom: 0;
  }

  .section-image-event {
    opacity: .9;
    background-image: url('../images/Screenshot-2025-01-15-at-02.48.39_1.avif');
    background-position: 50% 62%;
    background-size: cover;
    border-radius: 10px;
    height: 170px;
    margin-bottom: 0;
  }

  .section-third, .section-third.reverse {
    margin-top: 10vh;
    margin-bottom: 0;
  }

  .heading-7 {
    opacity: .9;
    color: #3b413c;
    letter-spacing: 1px;
    margin-bottom: 2vh;
    padding-left: 5px;
    font-family: Paytone One, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 120%;
  }

  .image-6 {
    height: 52px;
    margin-left: 2px;
  }

  .heading-8 {
    text-align: left;
    margin-bottom: 0;
    margin-left: 8px;
    font-size: 1.8rem;
  }

  .paragraph-2 {
    text-align: left;
    letter-spacing: 1px;
    width: 339px;
    margin-bottom: 3vh;
    padding-left: 5px;
    font-family: Outfit, sans-serif;
    font-size: 19px;
  }

  .paragraph-3 {
    width: 307px;
    margin-bottom: 3vh;
    padding-left: 5px;
  }

  .paragraph-4 {
    width: 300px;
    margin-bottom: 3vh;
    padding-left: 5px;
  }

  .center-text-holder-cta {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 2vh;
    margin-left: 0;
    display: flex;
  }

  .center-text-holder-cta.top {
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 16px;
  }

  .nav-holder-footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #4b6447;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 39px;
    padding-bottom: 20px;
  }

  .paragraph-5 {
    color: #3b413b;
    letter-spacing: 1px;
    font-family: Outfit, sans-serif;
    font-weight: 600;
  }

  .paragraph-6, .paragraph-7 {
    letter-spacing: 1px;
    font-family: Outfit, sans-serif;
    font-weight: 600;
  }

  .text-span {
    color: #f57303;
  }

  .waves---section-medium-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins-3 {
    opacity: 1;
    color: #4b6348;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: auto;
    margin-bottom: 8px;
    font-family: Paytone One, sans-serif;
    font-size: 54px;
    font-weight: 400;
    line-height: 110%;
  }

  .waves---paragraph-big-3 {
    opacity: .9;
    color: #f8f1e8;
    text-align: left;
    letter-spacing: 2px;
    width: auto;
    font-family: Outfit, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .waves---left-cta-1 {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 16px;
  }

  .waves---heading-3-no-margins-3 {
    font-size: 22px;
  }

  .bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
    font-size: 20px;
  }

  .waves---mg-top-17 {
    width: 100%;
    display: flex;
  }

  .waves---main-container-5 {
    margin-bottom: 32px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .waves---section-medium-4 {
    padding-top: 56px;
    padding-bottom: 0;
  }

  .waves---heading-2-no-margins-4 {
    color: #f8f1e8;
    text-align: left;
    font-size: 34px;
  }

  .waves---paragraph-big-4 {
    text-align: left;
  }

  .waves---content-image-halves {
    justify-content: center;
    align-items: stretch;
  }

  .waves---cta-white.medium-wide-cta {
    width: 290px;
    min-width: auto;
  }

  .waves---cta-white.wide-cta {
    width: 100%;
    min-width: auto;
    margin-top: 10px;
  }

  .waves---grid-cta-3 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-auto-flow: row;
  }

  .waves-master-cta-4 {
    border-radius: 12px;
    flex-flow: wrap-reverse;
    padding: 20px 16px 32px;
  }

  .waves---2-cta-flex {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-master-cta-3 {
    background-color: #f78523;
    border-radius: 12px;
    padding: 20px 16px 32px;
  }

  .waves---section-hero-primary-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---mega-heading-2 {
    font-size: 36px;
  }

  .waves---subtitle-2 {
    font-size: 20px;
  }

  .hero-stack {
    background-color: #3b413c;
    border-radius: 12px;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
    padding: 32px 20px 10px;
  }

  .container-2 {
    max-width: none;
    margin-left: 0;
  }

  .hero-wrapper-two {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-bottom: 32px;
    margin-left: 0;
  }

  .heading-9 {
    color: #c1fba4;
    text-align: left;
    width: auto;
    font-size: 3.3rem;
  }

  .image-7 {
    width: 150px;
    margin-top: -295px;
    top: 139px;
    left: 6px;
  }

  .pricing-comparison {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-3 {
    max-width: none;
    margin-left: auto;
  }

  .pricing-wrapper {
    grid-auto-flow: row;
  }

  .pricing-card {
    background-color: #fff;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    margin-bottom: 56px;
    margin-right: 0;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .pricing-image {
    border-radius: 10px;
    width: 100%;
    height: 320px;
  }

  .pricing-price {
    color: #f57303;
    margin-bottom: 20px;
    font-family: Paytone One, sans-serif;
    font-size: 22px;
    font-weight: 400;
  }

  .paragraph-regular.margin-bottom-20 {
    color: #f57303;
    letter-spacing: -2px;
  }

  .pricing-divider {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .pricing-feature-list {
    text-align: center;
    list-style-type: none;
  }

  .pricing-feature {
    padding-left: 0;
    font-size: 16px;
  }

  .list-item-2 {
    list-style-type: none;
  }

  .paragraph-8 {
    text-align: left;
  }

  .banner-bday {
    opacity: .9;
    -webkit-text-fill-color: inherit;
    background-image: url('../images/Rodjendan-image5_1.avif');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
    border-radius: 10px;
    width: 100%;
    height: 370px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .banner-home {
    opacity: .9;
    -webkit-text-fill-color: inherit;
    background-image: url('../images/hero_1.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
    border-radius: 10px;
    width: 100%;
    height: 190px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .banner-restoran {
    opacity: .9;
    -webkit-text-fill-color: inherit;
    background-image: url('../images/Restoran_image.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
    border-radius: 10px;
    width: 100%;
    height: 190px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-8-mobile {
    text-align: left;
    margin-top: -55px;
    margin-bottom: 0;
    margin-left: 48px;
    font-size: 1.8rem;
  }

  .video {
    width: 89px;
    height: 0;
    min-height: 0;
    max-height: 89px;
  }

  .background-video {
    width: 148px;
    height: 139px;
  }

  .waves---grid-cta-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-auto-flow: row;
  }

  .banner-eventi {
    opacity: .9;
    -webkit-text-fill-color: inherit;
    background-image: url('../images/eventi-image_1.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
    border-radius: 10px;
    width: 100%;
    height: 190px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-10 {
    color: #f57302;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 29px;
    line-height: 110%;
  }

  .banner-catering {
    opacity: .9;
    -webkit-text-fill-color: inherit;
    background-image: url('../images/Screenshot-2025-01-15-at-02.48.39_1.avif');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
    border-radius: 10px;
    width: 100%;
    height: 370px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .loop-gradient-left {
    background-image: linear-gradient(97deg, #f8f1e8 26%, #fff0 85%);
    width: 38%;
    height: auto;
  }

  .services-section-2 {
    opacity: .55;
    background-color: #fff0;
    flex: 0 auto;
    width: 100vw;
    height: auto;
    margin-top: 20px;
    margin-left: -23px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .services-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .our-story-header {
    grid-column-gap: 0px;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-family: Droid Sans, sans-serif;
  }

  .loop-gradient-right {
    background-image: linear-gradient(270deg, #f6efe8 22%, #fff0 80%);
    width: 38%;
    height: auto;
  }

  .services-loop {
    background-color: #0000;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: 0;
    font-family: Lato, sans-serif;
  }

  .main-container {
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .ui-animation-images-2 {
    flex: 0 auto;
    align-self: auto;
    width: auto;
    height: 40px;
    margin-right: 0;
  }

  .services-icons-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .loop-gradient-left-2 {
    background-image: linear-gradient(97deg, #051924fc 26%, #fff0 85%);
    width: 38%;
    height: auto;
  }

  .services-section-3 {
    opacity: .55;
    background-color: #fff0;
    flex: 0 auto;
    width: 100vw;
    height: auto;
    margin-top: 20px;
    margin-left: -23px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .loop-gradient-right-2 {
    background-image: linear-gradient(270deg, #051924fa 22%, #fff0 80%);
    width: 38%;
    height: auto;
  }

  .services-loop-2 {
    background-color: #0000;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: 0;
    font-family: Lato, sans-serif;
  }

  .ui-animation-images-2-2 {
    flex: 0 auto;
    align-self: auto;
    width: auto;
    height: 40px;
    margin-right: 36px;
  }

  .loop-gradient-left-3 {
    background-image: linear-gradient(97deg, #f8f1e8 10%, #fff0 85%);
    width: 22%;
    height: auto;
  }

  .services-section-4 {
    opacity: .9;
    background-color: #fff0;
    flex: 0 auto;
    width: 100vw;
    height: auto;
    margin-top: 0;
    margin-left: -23px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .loop-gradient-right-3 {
    background-image: linear-gradient(270deg, #f8f1e8 10%, #fff0 80%);
    width: 22%;
    height: auto;
  }

  .loop-gradient-left-4 {
    background-image: linear-gradient(97deg, #051924fc 26%, #fff0 85%);
    width: 38%;
    height: auto;
  }

  .services-section-5 {
    opacity: .55;
    background-color: #fff0;
    flex: 0 auto;
    width: 100vw;
    height: auto;
    margin-top: 20px;
    margin-left: -23px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .loop-gradient-right-4 {
    background-image: linear-gradient(270deg, #051924fa 22%, #fff0 80%);
    width: 38%;
    height: auto;
  }

  .quick-stack {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-width: .0625rem;
    border-color: #4dabe133;
    border-radius: .4375rem;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    width: 94vw;
    height: 72px;
    min-height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    text-decoration: none;
  }

  .tools_tab-header-2 {
    grid-row-gap: 0rem;
    align-items: center;
  }

  .image_wraper {
    opacity: .88;
    background-color: #ec6e6e00;
    background-image: none;
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;
    box-shadow: 0 2px 5px #0003;
  }

  .heading-3-copy {
    color: #a3e8ffb3;
    letter-spacing: 1px;
    width: 320px;
    margin-top: 0;
    padding-top: 0;
    font-size: 11px;
    font-weight: 400;
  }

  .heading-3-copy.courses {
    color: #a3e8ffb3;
    text-align: left;
    letter-spacing: 1px;
    flex-flow: column;
    width: auto;
    height: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    font-size: 11px;
    font-weight: 400;
    display: block;
  }

  .tools_tab-title-2 {
    opacity: 1;
    letter-spacing: 1px;
    align-self: center;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 19px;
    font-weight: 600;
  }

  .tools_tab-title-2.one {
    letter-spacing: 1px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 19px;
    font-weight: 600;
  }

  .contact-now-0 {
    color: #a3e8ff;
    letter-spacing: .07rem;
    vertical-align: baseline;
    font-size: .44rem;
    font-style: italic;
    font-weight: 400;
    text-decoration: none;
  }

  .fn-section-2 {
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
    width: 100vw;
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .loop-gradient-left-5 {
    background-image: linear-gradient(97deg, #051924fc 26%, #fff0 85%);
    width: 38%;
    height: auto;
  }

  .fn-heading-5 {
    color: #ffffffe6;
    text-align: left;
    text-transform: none;
    align-self: flex-start;
    width: 252px;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 300;
  }

  .contact-now-1 {
    color: #fff;
    letter-spacing: .0625rem;
    margin-left: 0;
    font-size: .44rem;
    font-style: italic;
    font-weight: 400;
  }

  .tools_container {
    grid-row-gap: 0rem;
    background-color: #3b413c;
    border-radius: 12px;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    position: static;
  }

  .tabs-main {
    z-index: 0;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: .9;
    flex-flow: row;
    flex: 0 auto;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    position: static;
  }

  .services-section-6 {
    opacity: .55;
    background-color: #fff0;
    flex: 0 auto;
    width: 100vw;
    height: auto;
    margin-top: 20px;
    margin-left: -23px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tools_tab-2 {
    color: #6c72ff;
    border-top: .0625rem #3e8fb9;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 25%;
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1rem;
    font-family: Exo, sans-serif;
  }

  .tools_tab-2.w--current {
    justify-content: center;
    align-items: center;
    width: 25%;
    min-width: auto;
    margin-left: 0;
    padding-left: 0;
  }

  .tools_pane {
    opacity: 1;
    width: 100%;
    position: static;
  }

  .tools_pane-item_school {
    opacity: 1;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .platform-name {
    border-left: .1rem #507181;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .line {
    border-left: .1rem #507181;
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: 2px;
    height: auto;
    margin-top: -2px;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .tools-line-container-2 {
    border-radius: .375rem;
    width: 100%;
    height: 3px;
  }

  .tools_pane-item_share {
    opacity: 1;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .services-container-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .head-youtube {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    letter-spacing: 0;
    flex: 1;
    align-self: auto;
    width: 100%;
    height: 1rem;
    display: flex;
  }

  .fn-paragraph-4 {
    opacity: 1;
    color: #f1fcffb8;
    text-align: left;
    letter-spacing: 1px;
    -webkit-text-stroke-color: #f1fcff00;
    width: 280px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 170%;
  }

  .solutions-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    opacity: 1;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin: 26px 0 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .cell {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 4px;
  }

  .cell.school {
    padding-bottom: 0;
  }

  .fn-banner-dark-column-3 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    opacity: .9;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding: 0;
  }

  .flex-name {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 2px;
  }

  .creator-name {
    border-right: 0 #fff;
    width: auto;
    height: 1rem;
    margin-bottom: 2px;
    margin-right: 0;
    padding-top: 0;
  }

  .frame-1000006702 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: #0c1e2700;
    border: .0625rem solid #57c3ff4d;
    border-radius: .25rem;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 20px;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0 .3rem;
  }

  .link-wrapper-scholl {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 230px;
    height: 48px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
  }

  .creator-platform {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    letter-spacing: 0;
    flex-flow: row;
    flex: 1;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 11.1rem;
    height: 1rem;
    margin-top: 4px;
    display: flex;
  }

  .cell-2 {
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: .8125rem;
    padding-bottom: 0;
    text-decoration: none;
  }

  .cell-2.school {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .link-block-2 {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin: 0 auto auto;
    text-decoration: none;
    display: flex;
  }

  .tools_pane-item_tools {
    opacity: 1;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .loop-gradient-right-5 {
    background-image: linear-gradient(270deg, #051924fa 22%, #fff0 80%);
    width: 38%;
    height: auto;
  }

  .services-loop-3 {
    background-color: #0000;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: 0;
    font-family: Lato, sans-serif;
  }

  .ine-img {
    opacity: .9;
    border-radius: 100px;
    flex: 0 auto;
    width: 3px;
    max-width: none;
    height: .7rem;
    margin-top: 0;
    padding-top: 0;
    font-size: .8rem;
  }

  .heading-11 {
    color: #a3e8fff0;
    letter-spacing: .8px;
    flex: none;
    width: auto;
    margin-top: auto;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
  }

  .image-11 {
    opacity: .94;
    border-radius: 0;
    align-self: flex-start;
    width: 48px;
    max-width: none;
    height: 48px;
    margin-bottom: 0;
  }

  .text-403 {
    direction: rtl;
    color: #fff;
    letter-spacing: 0;
    white-space: normal;
    flex: 0 auto;
    width: 110%;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    font-family: Exo, sans-serif;
    font-size: .625rem;
    font-style: normal;
    font-weight: 100;
  }

  .youtube-ui {
    opacity: .6;
    width: 2.5rem;
    max-width: none;
    height: 9px;
    margin-top: -9px;
    margin-left: 1px;
    padding-top: 0;
    position: relative;
    bottom: -.25rem;
  }

  .ui-animation-images-2-3 {
    flex: 0 auto;
    align-self: auto;
    width: auto;
    height: 22px;
    margin-right: 20px;
  }

  .fn-cta-banner-dark-3 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    background-color: #0f121300;
    border-width: .0625rem;
    border-color: #4dabe133;
    flex-flow: column;
    align-self: center;
    place-items: center start;
    width: 94vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 16px 28px 20px;
  }

  .services-icons-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .tools-line-2 {
    background-color: #fff;
    flex: 1;
    max-width: 100%;
    height: 3px;
  }

  .tools_pane-item_experts {
    opacity: 1;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .fn-container-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-style: none;
    flex-flow: column;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    width: auto;
    max-width: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-9 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .waves-master-cta-3-event {
    background-color: #a1dfb7;
    border-radius: 12px;
    padding: 20px 16px 32px;
  }

  .waves---heading-2-no-margins-4-event {
    color: #3b413c;
    text-align: left;
    font-size: 34px;
  }

  .div-block {
    background-color: #3b413c00;
    border-radius: 12px;
    height: auto;
    padding-top: 0;
    overflow: visible;
  }

  .waves---heading-2-no-margins-4-c {
    color: #c1fba4;
    text-align: left;
    margin-bottom: 0;
    padding-top: 12px;
    padding-left: 11px;
    font-size: 40px;
    line-height: 115%;
  }

  .waves---paragraph-big-44 {
    color: #3b413c;
    text-align: left;
  }

  .waves---heading-3-no-margins-4 {
    color: #c1fba4;
    width: auto;
    font-size: 18px;
    font-weight: 400;
  }

  .waves-grid-blog-4 {
    grid-row-gap: 40px;
    margin-top: 40px;
    padding-left: 10px;
  }

  .waves---section-medium-5 {
    width: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---center-heading-3 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .waves-tile-blog-4 {
    border-bottom-style: none;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .waves---heading-2-no-margins-5 {
    color: #fff;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 29px;
  }

  .waves---paragraph-big-45 {
    color: #f8f1e8;
    letter-spacing: 1px;
    width: auto;
    font-family: Outfit, sans-serif;
    font-size: 15px;
    font-weight: 500;
  }

  .waves---main-container-6 {
    padding-bottom: 100px;
    padding-left: 8px;
    padding-right: 8px;
    overflow: visible;
  }

  .waves---main-container-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .waves---section-medium-6 {
    padding-top: 64px;
    padding-bottom: 20px;
  }

  .waves---heading-2-no-margins-6 {
    color: #c1fba4;
    background-color: #3b413c;
    border-radius: 4px;
    align-self: flex-start;
    width: 87vw;
    margin-top: 0;
    padding: 5px 10px 8px;
    font-size: 28px;
    display: flex;
  }

  .waves---heading-3-no-margins-5 {
    font-size: 22px;
  }

  .waves---sticky-halves-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .waves---content-sticky-features-2 {
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .waves---paragraph-big-46 {
    text-align: left;
    padding-left: 10px;
    font-weight: 600;
  }

  .container-10 {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .text-span-2 {
    font-size: 16px;
    font-weight: 300;
  }

  .waves-grid-blog-5 {
    grid-row-gap: 40px;
    margin-top: 40px;
    padding-left: 10px;
  }

  .waves-tile-blog-5 {
    border-bottom-style: none;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .waves---heading-3-no-margins-6, .waves---heading-3-no-margins-7 {
    color: #c1fba4;
    width: auto;
    font-size: 18px;
    font-weight: 400;
  }

  .waves---main-container-8 {
    padding-bottom: 100px;
    padding-left: 8px;
    padding-right: 8px;
    overflow: visible;
  }

  .waves-grid-blog-6 {
    grid-row-gap: 40px;
    margin-top: 40px;
    padding-left: 10px;
  }

  .waves-tile-blog-6 {
    border-bottom-style: none;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .waves---paragraph-big-47, .waves---paragraph-big-48 {
    color: #f8f1e8;
    letter-spacing: 1px;
    width: auto;
    font-family: Outfit, sans-serif;
    font-size: 15px;
    font-weight: 500;
  }

  .container-11 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .pricd {
    font-size: 14px;
    font-weight: 300;
  }

  .opis {
    font-size: 16px;
    font-weight: 500;
  }

  .image-12 {
    margin-top: 0;
  }

  .bold-text-6 {
    font-size: 36px;
  }

  .image-13 {
    align-self: center;
  }

  .image-14, .image-15, .image-16, .image-17 {
    border-radius: 10px;
    width: 125%;
    max-width: none;
    height: auto;
  }

  .waves---subtitle-3 {
    font-size: 20px;
  }

  .waves---main-container-9 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .waves---section-medium-7 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-1-no-margins {
    font-size: 36px;
    line-height: 110%;
  }

  .waves-circle-testimonial-pricing-3 {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .waves-person-wrap-pricing-3 {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .waves-name-wrap-pricing-3 {
    align-items: center;
  }

  .waves-left-pricing-3 {
    text-align: center;
    align-items: center;
  }

  .waves-right-pricing-3 {
    text-align: center;
    padding: 22px 16px;
  }

  .waves-heading-pricing-3 {
    font-size: 28px;
  }

  .waves-master-pricing-3 {
    grid-row-gap: 16px;
    max-width: none;
    padding: 0;
  }

  .waves-text-price-3 {
    font-size: 32px;
  }

  .code-embed {
    width: 1080vw;
  }

  .map {
    background-color: #f0fffe00;
    width: 100vw;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .map-main {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-wrapper {
    color: #3c8ca7;
    text-align: left;
    width: auto;
    height: auto;
    margin-bottom: 0;
    display: block;
  }

  .image-8 {
    position: relative;
    top: 190px;
    left: 213px;
  }

  .h2-new {
    color: #3c8ca7;
    -webkit-text-stroke-width: .7px;
    overflow-wrap: normal;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    font-family: Droid Sans, sans-serif;
    font-size: 43px;
    line-height: 110%;
  }

  .h2-new.map {
    color: #3b413c;
    background-color: #285a6a00;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-family: Paytone One, sans-serif;
    position: static;
  }

  .code-embed-2 {
    width: 100%;
    height: auto;
    margin-bottom: 100px;
  }

  .afooter-text {
    color: #f8f1e9;
    text-align: center;
    letter-spacing: 1px;
    text-transform: none;
    width: auto;
    margin-bottom: 20px;
    padding-left: 14px;
    font-family: Outfit, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
  }

  .afooter-text.w--current {
    padding-top: 0;
    font-family: Outfit, sans-serif;
  }

  .small-heading-terms {
    font-size: 2.5rem;
  }

  .text-span-3 {
    font-weight: 300;
  }

  .bold-text-7 {
    font-family: Outfit, sans-serif;
    font-weight: 800;
  }
}

#w-node-_51721614-8d2e-4d2e-d4cf-dee237139e9c-5bd38338 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_1218d3b6-2867-bfbe-19fe-30826293ec97-5bd38338 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-c124d538-7f49-954c-f808-9cf35d7e8e66-5bd38338 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_9d6a679b-851e-2748-6c24-7d4781e835e5-5bd38338, #w-node-_9d6a679b-851e-2748-6c24-7d4781e835d7-5bd38338, #w-node-_9d6a679b-851e-2748-6c24-7d4781e835de-5bd38338 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d68e0a0-a6a0-2bfd-b23c-2eb9eebb5779-eebb5759 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_3d68e0a0-a6a0-2bfd-b23c-2eb9eebb576c-eebb5759 {
  justify-self: center;
}

#w-node-c4da8636-8389-4d3c-c0c3-e74c48602fb5-5bd38339, #w-node-c4da8636-8389-4d3c-c0c3-e74c48602fba-5bd38339, #w-node-fbd50708-4edb-4bfa-dd67-eed65164281e-5bd38339, #w-node-_76cfd040-a913-0b35-2b75-1badbed75bf8-5bd38339, #w-node-_76cfd040-a913-0b35-2b75-1badbed75c02-5bd38339, #w-node-_98986dc7-c7b0-0389-8384-0a5cd49303e4-5bd38339, #w-node-_453a5432-7421-80af-e497-6a832ec6f12a-5bd38339 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54af30f1-f82a-cf80-fcdf-11c45acb67f3-5bd3833a, #w-node-_2bac3c19-5636-64a3-3c36-3fe2702968b4-5bd3833a, #w-node-a90052e1-d9ed-d9c5-4287-ca54ff3201c5-5bd3833a, #w-node-bbba5e3b-cad2-0dcf-8483-c91522d85282-5bd3833a, #w-node-_1540f43e-1536-1d5d-a0fd-9327ad5063ff-5bd3833a, #w-node-a1492d83-2226-fcdd-3689-c2aa9e76149b-5bd3833a, #w-node-_2a9fc4c9-26ae-e76e-9eb2-bc944dde0eb2-5bd3833a, #w-node-_349630f5-d7fb-f589-89e5-9af2a6159b8e-5bd3833a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_16ce0c05-a27b-056b-97cb-ff28d52b7a41-5bd3833a, #w-node-_16ce0c05-a27b-056b-97cb-ff28d52b7a46-5bd3833a, #w-node-_16ce0c05-a27b-056b-97cb-ff28d52b7a4b-5bd3833a, #w-node-e8ed6003-6c71-d03f-21de-bc13859b26be-5bd3833b, #w-node-ca852e10-88c8-0a3e-a6e2-4695b341916d-5bd3833b, #w-node-_84083fc7-a507-398f-dd80-cdb55c01b87f-5bd3833b, #w-node-_3d018c09-2398-d803-1850-e98b11bd575e-5bd3833b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74df42a8-0e67-b303-fbe4-f49fa7a3f5c9-5bd3833c, #w-node-_70d8cc88-78b7-d6e2-54f8-179219d47ae3-5bd3833c {
  justify-self: start;
}

#w-node-f5f54ed5-e6e1-f538-0970-fa37099a46f5-5bd3833e, #w-node-f5f54ed5-e6e1-f538-0970-fa37099a46da-5bd3833e, #w-node-f5f54ed5-e6e1-f538-0970-fa37099a4714-5bd3833e, #w-node-_030c9295-1c8b-62e4-5bed-f3ddf7f04f77-5bd3833e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-e4707f4f-b351-6147-27bd-3b71a102673a-5bd38341, #w-node-e4707f4f-b351-6147-27bd-3b71a102673f-5bd38341, #w-node-bac3e7c6-f5ef-9591-02da-43622641ab66-5bd38341, #w-node-bac3e7c6-f5ef-9591-02da-43622641ab6c-5bd38341, #w-node-bac3e7c6-f5ef-9591-02da-43622641ab72-5bd38341, #w-node-bac3e7c6-f5ef-9591-02da-43622641ab78-5bd38341, #w-node-bac3e7c6-f5ef-9591-02da-43622641ab7e-5bd38341, #w-node-bac3e7c6-f5ef-9591-02da-43622641ab84-5bd38341, #w-node-bac3e7c6-f5ef-9591-02da-43622641ab8e-5bd38341, #w-node-bac3e7c6-f5ef-9591-02da-43622641ab98-5bd38341, #w-node-bac3e7c6-f5ef-9591-02da-43622641aba0-5bd38341, #w-node-bac3e7c6-f5ef-9591-02da-43622641abaa-5bd38341, #w-node-bac3e7c6-f5ef-9591-02da-43622641abb0-5bd38341, #w-node-bac3e7c6-f5ef-9591-02da-43622641abb6-5bd38341, #w-node-bac3e7c6-f5ef-9591-02da-43622641abbc-5bd38341, #w-node-bac3e7c6-f5ef-9591-02da-43622641abcd-5bd38341, #w-node-bac3e7c6-f5ef-9591-02da-43622641abd4-5bd38341, #w-node-bac3e7c6-f5ef-9591-02da-43622641abdb-5bd38341, #w-node-bac3e7c6-f5ef-9591-02da-43622641abe4-5bd38341, #w-node-bac3e7c6-f5ef-9591-02da-43622641abee-5bd38341, #w-node-bac3e7c6-f5ef-9591-02da-43622641abf9-5bd38341, #w-node-bac3e7c6-f5ef-9591-02da-43622641abff-5bd38341, #w-node-bac3e7c6-f5ef-9591-02da-43622641ac05-5bd38341, #w-node-bac3e7c6-f5ef-9591-02da-43622641ac0b-5bd38341, #w-node-bac3e7c6-f5ef-9591-02da-43622641ac1c-5bd38341, #w-node-bac3e7c6-f5ef-9591-02da-43622641ac23-5bd38341, #w-node-bac3e7c6-f5ef-9591-02da-43622641ac2a-5bd38341, #w-node-bac3e7c6-f5ef-9591-02da-43622641ac33-5bd38341, #w-node-bac3e7c6-f5ef-9591-02da-43622641ac3d-5bd38341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-ca852e10-88c8-0a3e-a6e2-4695b341916d-5bd3833b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3d68e0a0-a6a0-2bfd-b23c-2eb9eebb5779-eebb5759 {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c124d538-7f49-954c-f808-9cf35d7e8e66-5bd38338 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-_9d6a679b-851e-2748-6c24-7d4781e835d7-5bd38338 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3d68e0a0-a6a0-2bfd-b23c-2eb9eebb5779-eebb5759 {
    justify-self: start;
  }

  #w-node-_3d68e0a0-a6a0-2bfd-b23c-2eb9eebb576c-eebb5759 {
    justify-self: end;
  }

  #w-node-_54af30f1-f82a-cf80-fcdf-11c45acb67f3-5bd3833a {
    justify-self: stretch;
  }

  #w-node-e8ed6003-6c71-d03f-21de-bc13859b26be-5bd3833b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_36cbdbca-b8b5-d800-c493-256bd158f029-5bd3833c {
    justify-self: start;
  }

  #w-node-f5f54ed5-e6e1-f538-0970-fa37099a46da-5bd3833e {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Markazitext';
  src: url('../fonts/MarkaziText-SemiBold.ttf') format('truetype'), url('../fonts/MarkaziText-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Markazitext';
  src: url('../fonts/MarkaziText-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}