@font-face {
  font-family: Apercu Pro;
  src: url('../fonts/ApercuPro-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Apercu Pro;
  src: url('../fonts/ApercuPro-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Apercu Pro;
  src: url('../fonts/ApercuPro-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Apercu Pro;
  src: url('../fonts/ApercuPro-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Apercu Pro;
  src: url('../fonts/ApercuPro-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hackney;
  src: url('../fonts/HackneyPersonalUseOnly.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --pool-teal: #62c4b7;
  --orange-sf: #eb5f27;
  --zest-green: #cfff6a;
  --white: white;
  --sunshine-yellow: #faed6a;
  --sky-blue: #49bcf6;
  --safari-green: #96c93d;
}

.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 {
  color: #fff;
  background-color: #ffc600;
  height: auto;
  min-height: auto;
  max-height: none;
  font-family: Hackney, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 20px;
}

h2 {
  margin-top: 0;
  margin-bottom: 1.2vw;
  font-family: Hackney, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 4.5vw;
}

h4 {
  margin-top: 1vw;
  margin-bottom: 0;
  font-size: 1.6vw;
  font-weight: 700;
  line-height: 2.4vw;
}

h6 {
  margin-top: 0;
  margin-bottom: 1vw;
  font-family: Hackney, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 4.5vw;
}

p {
  margin-bottom: 10px;
}

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

strong {
  font-family: Hackney, sans-serif;
  font-size: 2.2vw;
  font-weight: 700;
}

.hero-section {
  z-index: 1;
  outline-offset: 0px;
  background-image: url('../images/Safari_Background.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  outline: 3px #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ill-bottom {
  z-index: 2;
  object-position: 50% 100%;
  width: 100%;
  margin-top: auto;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.ill-bottom.mobile-only {
  display: none;
}

.ill-top {
  object-position: 50% 0%;
  width: 100%;
  max-height: 53vh;
  position: absolute;
  inset: 0% 0% auto;
}

.ill-top.section-2 {
  z-index: 1;
  max-height: none;
}

.header {
  max-width: 75%;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
}

.hero {
  z-index: 20;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 50vh;
  display: flex;
  position: relative;
}

.button {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-image: url('../images/cta.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 30vw;
  min-width: auto;
  height: 10vw;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3px;
  font-family: Hackney, sans-serif;
  font-size: 36px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-img {
  width: 21vw;
}

.text-button {
  color: #fff;
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: -1.1vw;
  font-family: Hackney, sans-serif;
  font-size: 3.4vw;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: 0%;
}

.button-text {
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  font-size: 2.8vw;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image {
  width: 2.2vw;
  height: 2.2vw;
  margin-bottom: 0;
}

.btn {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 1em;
  font-family: Hackney, sans-serif;
  font-size: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.btn:hover {
  transform: scale(1.1);
}

.btn.social-navbar {
  max-width: 180px;
  height: auto;
  max-height: none;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: relative;
}

.btn.social-navbar:hover {
  filter: saturate(150%);
  transform: none;
}

.paragraph {
  margin-bottom: .6vw;
  line-height: 2.2vw;
}

.btn-img {
  pointer-events: auto;
  cursor: pointer;
  width: 20vw;
}

.logo-safari {
  z-index: 9;
  width: 15vw;
  max-width: none;
  height: 10vh;
  max-height: none;
  margin-right: 50%;
  display: block;
  position: relative;
  top: 0;
}

.navbar {
  z-index: 9;
  background-color: #000;
  width: 100%;
  height: auto;
  padding-top: 0;
  display: block;
  position: fixed;
  overflow: hidden;
}

.menu-button, .nav-menu {
  display: none;
}

.container {
  justify-content: center;
  display: flex;
}

.ill-left {
  z-index: -1;
  opacity: .25;
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: 0% 100%;
  width: 42vw;
  max-height: 100vh;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.ill-left.silhueta {
  margin-left: 4em;
}

.ill-rigth {
  z-index: 0;
  object-fit: cover;
  object-position: 100% 0%;
  width: 35vw;
  max-height: 100vh;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.ill-rigth.sentence-scroll {
  z-index: 20;
  width: 10vw;
  margin-bottom: .5em;
  margin-right: 2vw;
  position: fixed;
  inset: auto 0% 0% auto;
}

.ill-rigth.free-spirit {
  width: 10vw;
  margin-bottom: 10vh;
  margin-right: 2vw;
  position: fixed;
  inset: auto 0% 0% auto;
}

.ill-rigth.serve-sunrise, .ill-rigth.serve-cola, .ill-rigth.serve-orangejuice, .ill-rigth.serve-sparklingwater {
  display: none;
}

.body {
  height: 100vh;
  overflow: hidden;
}

.footer {
  z-index: 0;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  background-color: var(--pool-teal);
  flex-flow: column;
  justify-content: center;
  margin-top: 0;
  padding-top: 2.5vw;
  padding-bottom: 2vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link {
  color: var(--orange-sf);
  font-size: 1.6vw;
  text-decoration: none;
}

.support-pop-up-area {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: none;
  position: absolute;
  inset: 0%;
}

.support-pop-up-area.pp {
  font-family: Verdana, Geneva, sans-serif;
  display: none;
  position: fixed;
  overflow: visible;
}

.support-pop-up-area.tc {
  margin: auto;
  font-family: Verdana, Geneva, sans-serif;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.support-pop-up-area.pc {
  font-family: Verdana, Geneva, sans-serif;
  display: none;
  position: fixed;
}

.support-pop-up {
  z-index: 9;
  background-color: var(--pool-teal);
  border-radius: 3vw;
  flex-direction: column;
  align-items: flex-end;
  width: 60vw;
  height: 85vh;
  margin-top: 9vh;
  padding: 2vw 1vw 3vw 4vw;
  font-family: Verdana, Geneva, sans-serif;
  display: flex;
  position: relative;
  overflow: scroll;
}

.support-text {
  margin-top: -2vw;
  padding-right: 4vw;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.4vw;
  line-height: 2.15vw;
}

.close-btn {
  z-index: 9;
  cursor: pointer;
  width: 4vw;
  height: 4vw;
}

.close-btn-wrapper {
  margin-right: 10px;
  position: sticky;
  top: 0;
  right: 0;
}

.support-pop-up-close-area {
  position: absolute;
  inset: 0%;
}

.brand {
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  position: static;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0%;
  margin-bottom: auto;
  display: none;
  position: static;
  overflow: hidden;
}

.fs-cc-banner_component {
  z-index: 99;
  background-color: var(--pool-teal);
  color: #fff;
  border-radius: 5vw;
  align-items: flex-start;
  width: 50vw;
  margin-bottom: 1vw;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5vw 2.8vw 1.2vw;
  display: flex;
  position: fixed;
  inset: auto 0% 0;
}

.fs-cc-banner_container {
  grid-column-gap: 1.2vw;
  grid-row-gap: 1.2vw;
  color: #333;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner_text {
  color: var(--zest-green);
  text-align: left;
  text-transform: none;
  max-width: none;
  margin-right: 1.5rem;
  font-family: Apercu Pro, sans-serif;
  font-size: .9vw;
  font-weight: 400;
  line-height: 1.3vw;
}

.fs-cc-banner_text-link {
  color: var(--zest-green);
  border-bottom: 1px solid #333;
  font-weight: 600;
  text-decoration: underline;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_button {
  background-color: var(--orange-sf);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border: 0 solid #ffcd47;
  border-radius: 1vw;
  justify-content: center;
  align-items: center;
  min-width: 12vw;
  min-height: 3.5vw;
  margin-left: 1rem;
  padding: 12px 1.25rem;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.6vw;
  font-weight: 600;
  display: flex;
}

.fs-cc-banner_trigger {
  display: none;
}

.link-2 {
  color: var(--zest-green);
  text-decoration: underline;
}

.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;
  width: 260px;
  display: flex;
}

._404-page {
  z-index: 9;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  color: var(--pool-teal);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.text-size-large {
  color: var(--white);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 7vw;
  line-height: 8vw;
}

.div-block {
  height: .1px;
}

.receita-a-section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.padding-global {
  z-index: auto;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.container-medium {
  width: 100%;
  max-width: 70rem;
  min-height: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.padding-section-medium {
  min-height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.receita-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  min-height: 100%;
  margin-top: -25px;
  padding-top: 0;
  padding-bottom: 2vh;
  display: flex;
}

.receita-text {
  color: #263d8b;
  min-height: 100%;
  font-family: Apercu Pro, sans-serif;
  font-size: 1.2rem;
  line-height: 1.9rem;
}

.receita-img {
  aspect-ratio: auto;
  object-fit: contain;
  width: 55%;
  max-width: none;
  max-height: none;
  margin-top: 0;
}

.receita-title {
  color: #fff;
  margin-bottom: 2.5vw;
  font-size: 6vw;
}

.subtitle {
  color: var(--orange-sf);
  text-transform: uppercase;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 1.2vw;
  line-height: 1.4rem;
}

.text-block {
  color: #263d8a;
  font-size: 1.4vw;
  line-height: 2.15vw;
}

.padding-bottom-medium {
  padding-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.1rem;
  line-height: 1.9rem;
}

.bold-text {
  font-weight: 700;
}

.padding-bottom-big {
  color: var(--white);
  min-width: 100%;
  padding-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.1rem;
}

.padding-bottom-big.dots {
  outline-color: var(--pool-teal);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: dotted;
  padding-left: 10px;
  padding-right: 10px;
  font-size: .9rem;
  line-height: 1.2rem;
}

.list-item {
  font-family: Hackney, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.body-2 {
  background-color: #67c0b5;
}

.nomereceita-img {
  width: 35vw;
  max-width: none;
  margin-bottom: -35px;
  font-size: 1.2rem;
}

.serve-sunrise-blur {
  filter: blur(2px);
  background-image: url('../images/2025_Safari_Serve_Sunrisev2_HM.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
}

.receita-b-section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subtitle-b {
  color: var(--sunshine-yellow);
  text-transform: uppercase;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 1.2vw;
  line-height: 1.4rem;
}

.serve-cola-blur {
  filter: blur(2px);
  background-image: url('../images/2025_Safari_Serve_Cola_HM.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
}

.serve-cola-blur.serve-blur {
  background-image: url('../images/2025_Safari_Serve_Cola_HM.png');
}

.serve-sunrise-blur-copy {
  filter: blur(2px);
  background-image: url('../images/2025_Safari_Serve_Sunrisev2_HM.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
}

.serve-orangejuice-blur {
  filter: blur(2px);
  background-image: url('../images/2025_Safari_Serve_OrangeJuice_HM.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
}

.serve-orangejuice-blur.serve-blur {
  background-image: url('../images/2025_Safari_Serve_OrangeJuice_HM.png');
}

.serve-sparklingwater-blur {
  filter: blur(2px);
  background-image: url('../images/2025_Safari_Serve_SparklingWater_HM.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
}

.serve-sparklingwater-blur.serve-blur {
  background-image: url('../images/2025_Safari_Serve_SparklingWater_HM.png');
}

.fun-tip {
  z-index: 2;
  background-color: var(--zest-green);
  text-transform: none;
  object-position: 50% 100%;
  width: 100%;
  height: 5vh;
  margin-top: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.fun-tip.mobile-only {
  display: none;
}

.flex-block {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.subtitle-c {
  color: var(--pool-teal);
  text-transform: uppercase;
  padding-top: 2px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 1.2vw;
  line-height: 1.4rem;
}

.padding-lateral-medium {
  padding-bottom: 0;
  padding-left: 8rem;
}

.text-fun-tip {
  clear: none;
  color: var(--pool-teal);
  text-transform: none;
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.1vw;
  line-height: 1.9vw;
  display: flex;
  position: relative;
  left: auto;
}

.serve-movement {
  filter: blur(2px);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
}

.serve-movement.serve-blur {
  background-image: url('../images/2025_Safari_Serve_Cola_HM.png');
}

.video_hero {
  align-self: center;
  height: 100%;
  margin: auto;
  padding-bottom: 0;
  display: block;
  position: static;
}

.logo {
  vertical-align: middle;
  mix-blend-mode: soft-light;
  order: 0;
  max-width: 90%;
  max-height: none;
  margin: auto;
  padding-top: 10vh;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.background-video {
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
}

.fundo_laranja {
  z-index: -10;
  background-color: var(--orange-sf);
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
}

.text-span {
  font-weight: 700;
}

.text-span-2 {
  font-size: 1.1rem;
}

.text-span-3 {
  font-size: 4rem;
}

.logo-freespirit {
  z-index: 9;
  text-align: right;
  width: 15vw;
  max-width: none;
  height: 6vh;
  max-height: none;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 30%;
  display: block;
  position: relative;
  top: 0;
}

.slider-fundo {
  width: 100%;
  height: 100%;
  position: absolute;
}

.slide {
  background-image: url('../images/Safari_Background3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.s1 {
  background-image: url('../images/Campanha_Backgrounds.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide.s2 {
  background-image: url('../images/Cocktails_Backgrounds-Cola.jpg');
}

.slide.c1 {
  background-image: url('../images/Safari_Slider_SafariCola.png');
}

.slide.c2 {
  background-image: url('../images/Safari_Slider_SafariSunrise.png');
  background-position: 50%;
  background-size: cover;
}

.slide.c3 {
  background-image: url('../images/Safari_Slider_OrangeJuice.png');
}

.slide.c4 {
  background-image: url('../images/Safari_Slider_SparklingWater.png');
}

.slide.s3 {
  background-image: url('../images/Cocktails_Backgrounds-Sunrise.jpg');
}

.slide.s4 {
  background-image: url('../images/Cocktails_Backgrounds-OrangeJuice.jpg');
}

.slide.s5 {
  background-image: url('../images/Cocktails_Backgrounds-SparklingWater.jpg');
}

.slide.s1-vertical {
  background-image: url('../images/Campanha_Backgrounds.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide.s2-vertical {
  background-image: url('../images/Cocktails_Backgrounds-Cola.jpg');
}

.slide.s3-vertical {
  background-image: url('../images/Cocktails_Backgrounds-Sunrise.jpg');
}

.slide.s4-vertical {
  background-image: url('../images/Cocktails_Backgrounds-OrangeJuice.jpg');
}

.slide.s5-vertical {
  background-image: url('../images/Cocktails_Backgrounds-SparklingWater.jpg');
}

.slider-serves {
  max-width: 75%;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
}

.slider-cocktails {
  width: 80%;
  height: 100%;
  position: absolute;
}

.receita-sfcola, .receita-sfsunrise, .receita-sforangejuice, .receita-sfsparklingwater {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block {
  width: 100%;
  height: 100%;
  position: absolute;
}

.non-stop-slider, .slider-fundo-vertical {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.ill-rigth-serve {
  z-index: 0;
  object-fit: cover;
  object-position: 100% 0%;
  width: 35vw;
  max-height: 100vh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.ill-rigth-serve.sentence-scroll {
  z-index: 20;
  width: 10vw;
  margin-bottom: .5em;
  margin-right: 2vw;
  position: fixed;
  inset: auto 0% 0% auto;
}

.ill-rigth-serve.free-spirit {
  width: 10vw;
  margin-bottom: 10vh;
  margin-right: 2vw;
  position: fixed;
  inset: auto 0% 0% auto;
}

.nomereceita-img-vertical {
  width: 35vw;
  max-width: none;
  margin-bottom: -35px;
  font-size: 1.2rem;
  display: none;
}

.nomereceita-img-copy {
  width: 35vw;
  max-width: none;
  margin-bottom: -35px;
  font-size: 1.2rem;
}

.heading {
  text-transform: uppercase;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.bold-text-2, .bold-text-3, .bold-text-4 {
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.heading-2 {
  text-transform: uppercase;
  font-family: Verdana, Geneva, sans-serif;
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12 {
  font-family: Verdana, Geneva, sans-serif;
}

.heading-3 {
  text-transform: uppercase;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 2vw;
}

.bold-text-13 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.5vw;
}

.bold-text-14, .bold-text-15, .bold-text-16 {
  font-family: Verdana, Geneva, sans-serif;
}

.paragraph-2 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1vw;
}

.paragraph-3 {
  font-size: 1vw;
}

.loader {
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  position: fixed;
  inset: 0%;
}

.text-size-display {
  font-size: 5rem;
  line-height: 120%;
}

.text-size-display.text-weight-xbold {
  font-weight: 900;
  display: none;
}

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

.age-popup {
  text-align: center;
  background-color: #0000;
  border-radius: 15px;
  flex-direction: column;
  order: -1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 560px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 20px;
  display: flex;
  position: relative;
  top: 0%;
  left: 0;
}

.button-2 {
  background-color: var(--orange-sf);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 44px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.button-2:hover {
  background-image: linear-gradient(#0000001a, #0000001a);
}

.button-2._2 {
  border: 2px solid var(--orange-sf);
  color: var(--orange-sf);
  background-color: #0000;
}

.button-2._2:hover {
  color: #fff;
  background-color: #fb620c;
  background-image: none;
}

.error-text {
  color: #fff;
  font-size: 18px;
  display: block;
}

.link-3 {
  color: #fb620c;
  text-decoration: none;
}

.link-3:hover {
  text-decoration: underline;
}

.age-verif-parent {
  z-index: 9999;
  background-color: var(--pool-teal);
  border: 1px solid #000;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
}

.error-msg {
  color: #fff;
  text-align: center;
  background-color: #cb112a;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: .6rem 3.6rem;
  display: none;
}

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

.margin-bottom.margin-small {
  max-height: none;
  margin-bottom: 1rem;
}

.popup-button-div {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 45px;
  font-weight: 900;
  display: flex;
}

.body-3 {
  background-color: var(--pool-teal);
}

.subtitle-d {
  color: var(--orange-sf);
  text-transform: uppercase;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1.4rem;
}

.paragraph-4 {
  color: var(--white);
  font-family: Verdana, Geneva, sans-serif;
}

.paragraph-4.clickable {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 1.6vw;
  font-weight: 700;
  text-decoration: underline;
}

.legal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.2vw;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.link-footer {
  color: var(--orange-sf);
  font-size: 1.6vw;
  text-decoration: none;
}

.link-footer.subtitle {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 1.3vw;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 23px;
  }

  h6 {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 110%;
  }

  strong {
    font-size: 24px;
  }

  .ill-bottom {
    display: none;
  }

  .hero {
    width: 50vw;
  }

  .button-img {
    width: 220px;
  }

  .text-button {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 34px;
  }

  .button-text {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .image {
    width: 26px;
    height: 26px;
  }

  .paragraph {
    font-size: 30px;
    line-height: 32px;
  }

  .btn-img {
    width: 220px;
  }

  .logo-safari {
    width: 120px;
    height: 11vh;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 0;
  }

  .navbar {
    padding-top: 10px;
  }

  .ill-rigth.serve-sunrise, .ill-rigth.serve-cola, .ill-rigth.serve-orangejuice, .ill-rigth.serve-sparklingwater {
    display: none;
  }

  .footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .link {
    font-size: 20px;
  }

  .support-pop-up-area.tc {
    display: none;
  }

  .support-pop-up {
    width: 80vw;
    padding: 30px 5px 30px 30px;
  }

  .support-text {
    margin-top: -30px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 150%;
  }

  .close-btn {
    width: 40px;
    height: 40px;
  }

  .support-pop-up-close-area {
    display: block;
  }

  .brand {
    padding-left: 0;
  }

  .fs-cc-banner_component {
    border-radius: 100px;
    flex-direction: row;
    width: 80%;
    margin-bottom: 12px;
    padding: 15px 40px;
  }

  .fs-cc-banner_container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fs-cc-banner_text {
    margin-right: 0;
    font-size: 12px;
    line-height: 150%;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 0;
  }

  .fs-cc-banner_button {
    min-width: auto;
    min-height: auto;
    margin-left: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
  }

  .text-size-large {
    font-size: 60px;
  }

  .padding-global {
    width: 100%;
    padding-left: 70px;
    padding-right: 70px;
  }

  .padding-section-medium {
    padding-top: 6rem;
  }

  .receita-container {
    height: 100%;
  }

  .receita-text {
    height: 100%;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .receita-img {
    width: 60%;
  }

  .receita-title {
    font-size: 4rem;
  }

  .subtitle {
    font-size: 1rem;
  }

  .padding-bottom-medium {
    margin-top: 20px;
  }

  .nomereceita-img {
    width: 42vw;
    margin-bottom: 0;
  }

  .subtitle-b {
    font-size: 1rem;
  }

  .subtitle-c {
    font-size: 2rem;
  }

  .serve-movement {
    width: 100%;
    left: 45%;
  }

  .logo-freespirit {
    width: 120px;
    margin-bottom: auto;
    padding-bottom: 0;
  }

  .slider-cocktails {
    width: 115%;
  }

  .slider-fundo-vertical {
    display: none;
  }

  .nomereceita-img-vertical {
    width: 42vw;
    margin-bottom: 0;
    display: none;
  }

  .nomereceita-img-copy {
    width: 42vw;
    margin-bottom: 0;
  }

  .age-popup {
    max-width: 500px;
  }

  .button-2 {
    width: 48.5%;
  }

  .popup-button-div {
    margin-top: 20px;
  }

  .subtitle-d {
    font-size: 1rem;
  }

  .link-footer {
    font-size: 20px;
  }

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

@media screen and (max-width: 767px) {
  body {
    font-size: 18px;
  }

  .hero-section {
    background-image: url('../images/bunny.svg');
    background-position: 0 25%;
    background-repeat: no-repeat;
    background-size: 16vw;
    padding-bottom: 0;
  }

  .ill-bottom {
    object-fit: cover;
    height: 50vh;
    display: none;
  }

  .ill-top {
    object-fit: cover;
    object-position: 50% 0%;
    height: 60vh;
  }

  .ill-top.section-2 {
    height: 4vh;
    max-height: 51vh;
  }

  .hero {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 70vw;
  }

  .button-img {
    max-width: 200px;
  }

  .text-button {
    justify-content: center;
    align-items: center;
    font-size: 34px;
    line-height: 30px;
    display: flex;
  }

  .logo-safari {
    margin-left: 20px;
  }

  .ill-left.silhueta {
    width: 35vw;
    margin-top: 20px;
    margin-left: 6em;
  }

  .ill-rigth {
    display: block;
  }

  .ill-rigth.sentence-scroll {
    width: 15vw;
  }

  .ill-rigth.serve-sunrise, .ill-rigth.serve-cola, .ill-rigth.serve-orangejuice, .ill-rigth.serve-sparklingwater {
    width: 40vw;
    margin-top: 20px;
    display: block;
  }

  .support-pop-up {
    width: 90vw;
    height: 80%;
    margin-top: 15%;
  }

  .close-btn {
    width: 35px;
    height: 35px;
  }

  .fs-cc-banner_component {
    width: 90%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .fs-cc-banner_container {
    flex-direction: row;
    align-items: center;
  }

  .fs-cc-banner_text-link {
    font-size: 14px;
  }

  ._404-page {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 70vw;
  }

  .text-size-large {
    font-size: 44px;
  }

  .receita-a-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    height: 130vh;
    padding-bottom: 40px;
  }

  .padding-global {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    object-fit: fill;
    width: 70vw;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-medium {
    align-self: center;
    max-width: 90vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .receita-container {
    flex-flow: wrap-reverse;
  }

  .receita-text {
    flex: 0 auto;
    order: 1;
    align-self: center;
    width: 100%;
    position: static;
  }

  .receita-img {
    order: 0;
    align-self: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
    position: sticky;
  }

  .receita-title {
    margin-top: 6rem;
  }

  .padding-bottom-big {
    font-size: 1rem;
  }

  .nomereceita-img {
    width: 65vw;
    margin-top: 40px;
    margin-bottom: 40px;
    display: none;
  }

  .receita-b-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    height: 130vh;
    padding-bottom: 0;
  }

  .fun-tip {
    object-fit: cover;
    height: 50vh;
  }

  .serve-movement {
    display: none;
  }

  .logo-freespirit {
    margin-right: 20px;
  }

  .slider-fundo {
    height: 90%;
    margin-top: 15%;
  }

  .slide.s1, .slide.s1-vertical {
    background-position: 50%;
  }

  .slider-cocktails {
    display: none;
  }

  .receita-sfcola {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    height: 130vh;
    padding-bottom: 40px;
  }

  .receita-sfsunrise {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    height: 130vh;
    padding-bottom: 0;
  }

  .receita-sforangejuice {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    height: 130vh;
    padding-bottom: 40px;
  }

  .receita-sfsparklingwater {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    height: 130vh;
    padding-bottom: 0;
  }

  .slider-fundo-vertical {
    height: 90%;
    margin-top: 15%;
  }

  .ill-rigth-serve {
    display: block;
  }

  .ill-rigth-serve.sentence-scroll {
    width: 15vw;
  }

  .ill-rigth-serve.serve-sunrise {
    display: block;
  }

  .nomereceita-img-vertical, .nomereceita-img-copy {
    width: 65vw;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
  }

  .text-size-display {
    font-size: 3rem;
  }

  .button-2 {
    width: 48.5%;
  }

  .error-text {
    font-size: 16px;
  }

  .error-msg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .legal, .link-footer.subtitle {
    font-size: 2vw;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
  }

  .hero-section {
    background-position: 0 70%;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }

  .ill-bottom {
    height: 15vh;
    margin-top: auto;
    display: block;
  }

  .ill-bottom.mobile-only {
    display: none;
    position: absolute;
  }

  .ill-top {
    height: 50vh;
  }

  .ill-top.section-2 {
    height: 4vh;
    bottom: 0%;
  }

  .header {
    vertical-align: middle;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 0% 0% auto;
  }

  .hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 75%;
    margin-top: 18vh;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .btn {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 200px;
    margin-bottom: .5em;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-safari {
    width: 110px;
    height: 11vh;
    margin-left: 10px;
    margin-right: auto;
  }

  .ill-left.silhueta {
    width: 50vw;
    margin-left: 1em;
  }

  .ill-rigth.sentence-scroll {
    width: 23vw;
    margin-bottom: 1em;
  }

  .ill-rigth.serve-sunrise, .ill-rigth.serve-cola, .ill-rigth.serve-orangejuice, .ill-rigth.serve-sparklingwater {
    width: 45vw;
  }

  .footer {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .link {
    font-size: 18px;
  }

  .support-pop-up {
    width: 96vw;
    height: 85%;
    margin-top: 20%;
    padding-top: 0;
    padding-left: 17px;
    padding-right: 0;
  }

  .support-text {
    margin-top: -20px;
    padding-right: 20px;
  }

  .close-btn-wrapper {
    padding-top: 10px;
    padding-right: 5px;
  }

  .set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
    z-index: 9999;
    position: relative;
  }

  .fs-cc-banner_component {
    z-index: 9999;
    border-radius: 20px;
    width: 96%;
    padding: 20px 17px 10px;
  }

  .fs-cc-banner_container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  ._404-page {
    width: 75%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-large {
    font-size: 32px;
  }

  .receita-a-section {
    background-image: none;
    height: 100%;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }

  .padding-global {
    width: 90%;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .receita-img {
    margin-top: -50px;
  }

  .padding-bottom-medium {
    margin-top: 0;
    padding-bottom: .5rem;
  }

  .padding-bottom-big {
    padding-bottom: 1.4rem;
    font-size: .9rem;
  }

  .nomereceita-img {
    width: 80vw;
    margin-top: 50px;
  }

  .receita-b-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    height: 130%;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }

  .fun-tip {
    margin-top: auto;
    display: block;
  }

  .fun-tip.mobile-only {
    display: none;
    position: absolute;
  }

  .padding-lateral-medium {
    padding-bottom: 1.4rem;
  }

  .serve-movement {
    display: none;
  }

  .logo-freespirit {
    width: 110px;
    margin-left: 0;
    margin-right: 10px;
  }

  .slider-fundo {
    height: 50%;
    margin-top: 25%;
    display: none;
  }

  .slide.c1 {
    background-position: -6% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide.c2, .slide.c3, .slide.c4 {
    background-position: -6% 100%;
  }

  .slide.s1-vertical {
    background-image: url('../images/Campanha_Backgrounds-vertical.jpg');
  }

  .slide.s2-vertical {
    background-image: url('../images/Cocktails_Backgrounds-Cola-vertical.jpg');
  }

  .slide.s3-vertical {
    background-image: url('../images/Cocktails_Backgrounds-Sunrise-vertical.jpg');
  }

  .slide.s4-vertical {
    background-image: url('../images/Cocktails_Backgrounds-OrangeJuice-vertical.jpg');
  }

  .slide.s5-vertical {
    background-image: url('../images/Cocktails_Backgrounds-SparklingWater-vertical.jpg');
  }

  .slider-cocktails {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: block;
  }

  .receita-sfcola {
    background-image: none;
    height: 100%;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }

  .receita-sfsunrise {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    height: 130%;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }

  .receita-sforangejuice {
    background-image: none;
    height: 100%;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }

  .receita-sfsparklingwater {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    height: 130%;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }

  .slider-fundo-vertical {
    height: 80%;
    margin-top: 15%;
    display: block;
  }

  .ill-rigth-serve.sentence-scroll {
    width: 23vw;
    margin-bottom: 1em;
  }

  .nomereceita-img-vertical, .nomereceita-img-copy {
    width: 80vw;
    margin-top: 50px;
  }

  .small-paragraph {
    font-size: 12px;
  }

  .age-popup {
    max-width: 400px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .button-2._2 {
    width: 100%;
    margin-bottom: 5px;
  }

  .age-verif-parent {
    display: none;
  }

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

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

  .legal {
    font-size: 3vw;
  }

  .link-footer {
    font-size: 18px;
  }

  .link-footer.subtitle {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 3vw;
  }
}


@font-face {
  font-family: 'Apercu Pro';
  src: url('../fonts/ApercuPro-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu Pro';
  src: url('../fonts/ApercuPro-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu Pro';
  src: url('../fonts/ApercuPro-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu Pro';
  src: url('../fonts/ApercuPro-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu Pro';
  src: url('../fonts/ApercuPro-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hackney';
  src: url('../fonts/HackneyPersonalUseOnly.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}