/*.chrome img{
  image-rendering: -webkit-optimize-contrast;
  @include mobile{
    image-rendering: auto;                 
  }
}*/
h1, .h1 {
  color: #000;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 72px;
  font-style: normal;
  line-height: 110%; /* 79.2px */
}
@media only screen and (max-width: 1520px) {
  h1, .h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 760px) {
  h1, .h1 {
    font-size: 43px;
  }
}

.hideOnDesktop {
  display: none !important;
}
@media only screen and (max-width: 760px) {
  .hideOnDesktop {
    display: inline-block !important;
  }
}

.hideOnMobile {
  display: inline-block !important;
}
@media only screen and (max-width: 760px) {
  .hideOnMobile {
    display: none !important;
  }
}

h2, .h2 {
  color: #000;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 45px;
  font-style: normal;
  line-height: 110%; /* 49.5px */
}
@media only screen and (max-width: 760px) {
  h2, .h2 {
    font-size: 20px;
  }
}

h3, .h3 {
  color: #000;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 21px;
  font-style: normal;
  line-height: 130%;
}
@media only screen and (max-width: 1520px) {
  h3, .h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 760px) {
  h3, .h3 {
    font-size: 18px;
  }
}

.eyebrow {
  font-size: 14px;
  font-style: normal;
  line-height: 140%; /* 19.6px */
}

p, li {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: 140%; /* 25.2px */
}
@media only screen and (max-width: 760px) {
  p, li {
    font-size: 16px;
  }
}

strong, .strong {
  font-weight: 700;
}

html {
  overflow-x: hidden !important;
}

body {
  margin: 0;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  transition: background-color 0.3s ease;
}
@media only screen and (max-width: 760px) {
  body {
    overflow-x: hidden !important;
  }
}

html, body {
  background: #fff;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
  touch-action: manipulation;
}

.btn {
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  transition: all 0.3s ease;
  box-sizing: border-box;
  padding: 10px 60px 10px 60px;
  display: inline-block;
  border-radius: 20px;
  border: 1px solid;
  line-height: 1;
}
@media only screen and (max-width: 760px) {
  .btn {
    font-size: 18px;
  }
}
.btn.active {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn.margin-top {
  margin-top: 50px;
}
@media only screen and (max-width: 760px) {
  .btn.margin-top {
    margin-top: 30px;
  }
}
.btn.raspberry {
  background-color: #E61856;
  color: #fff;
  border-color: #E61856;
}
.btn.raspberry:hover {
  background-color: rgb(183.8188976378, 19.1811023622, 68.7322834646);
}
.btn.white {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
.btn.white:hover {
  background-color: rgb(229.5, 229.5, 229.5);
}

.white-text {
  border-color: #fff !important;
}
.white-text span, .white-text h1, .white-text h2, .white-text h3, .white-text p, .white-text li {
  color: #fff !important;
}

.intro {
  max-width: 90%;
}

header {
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0%);
  position: fixed;
  top: 20px;
  box-sizing: border-box;
  max-width: 1560px;
  width: calc(100% - 80px);
  border-radius: 100px;
  font-size: 0;
  z-index: 99;
  background-color: #fff;
  height: 100px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}
@media only screen and (max-width: 760px) {
  header {
    height: 70px;
    width: calc(100% - 40px);
  }
}
header .inner {
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding: 20px 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 760px) {
  header .inner {
    padding: 20px 20px;
  }
}
header .inner .logo img {
  height: 62px;
  width: auto;
}
@media only screen and (max-width: 760px) {
  header .inner .logo img {
    height: 30px;
  }
}
header .inner .nav {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 760px) {
  header .inner .nav {
    display: none;
  }
}
header .inner .nav ul {
  display: flex;
  align-items: center;
}
header .inner .nav ul li {
  padding: 0 20px;
  color: #000;
}
header .inner .nav ul li a {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 120%;
  transition: color 0.3s ease;
}
header .inner .nav ul li a:hover {
  color: #E61856;
}

.mobile-logo {
  display: none;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 101;
}
@media only screen and (max-width: 760px) {
  .mobile-logo {
    display: block;
  }
}
.mobile-logo img {
  width: 80px;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 40px;
  right: 40px;
  cursor: pointer;
  height: 28px;
  width: 28px;
  vertical-align: top;
  z-index: 101;
}
@media only screen and (max-width: 760px) {
  .mobile-menu {
    display: block;
  }
}
.mobile-menu .hamburger {
  transform: rotate(0deg);
  transition: 0.4s ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
  position: absolute;
  height: 2px;
  width: 28px;
  background: #000;
  left: 0;
}
@media only screen and (max-width: 760px) {
  .mobile-menu .hamburger {
    transition: 0s ease;
  }
}
.mobile-menu .hamburger.top {
  top: 8px;
}
.mobile-menu .hamburger.top.topAnimate {
  transform: rotate(45deg);
  top: 12px !important;
}
.mobile-menu .hamburger.bottom {
  top: 18px;
}
.mobile-menu .hamburger.bottom.bottomAnimate {
  top: 12px !important;
  transform: rotate(-45deg);
}

.overlay-nav {
  visibility: hidden;
  opacity: 0;
  top: 0;
  height: 100vh;
  background: #fff;
  width: 100%;
  z-index: 99;
  position: fixed;
  transition: opacity 0.6s ease-in-out;
}
.overlay-nav.open {
  opacity: 1;
  visibility: visible;
}
.overlay-nav .inner {
  width: 100%;
  height: calc(100vh - 68px);
  padding: 100px 50px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 760px) {
  .overlay-nav .inner {
    padding: 100px 20px;
  }
}
.overlay-nav ul {
  width: 100%;
  text-align: center;
}
.overlay-nav ul li {
  padding: 10px 0;
}
.overlay-nav ul li a {
  color: #000;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 120%;
  transition: color 0.3s ease;
}
.overlay-nav ul li a:hover {
  color: #fff;
}
.overlay-nav .image {
  width: 50%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 760px) {
  .overlay-nav .image {
    display: none;
  }
}
.overlay-nav .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 760px) {
  .overlay-nav .image img {
    display: none;
  }
}
.overlay-nav .social {
  position: absolute;
  bottom: 60px;
}
@media only screen and (max-width: 760px) {
  .overlay-nav .social {
    display: block;
    bottom: 50px;
    left: 25px;
  }
}
.overlay-nav .social a {
  display: inline-block;
  margin: 0 15px;
  transition: opacity 0.2s ease;
}
.overlay-nav .social a:hover {
  opacity: 0.7;
}
.overlay-nav .social a img {
  height: 28px;
}

.wrapper {
  max-width: 1560px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 40px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .wrapper {
    padding: 0 20px;
  }
}
.wrapper .narrow-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.wrapper.no-padding {
  padding: 0;
}

.home-banner {
  background-color: #E61856;
  background-image: url("../images/home-banner-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  width: 100%;
  padding-top: 160px;
}
@media only screen and (max-width: 760px) {
  .home-banner {
    height: auto;
    padding-top: 120px;
    background-image: url("../images/home-banner-bg-mobile.png");
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
  }
}
.home-banner .home-list {
  margin: 40px auto;
}
@media only screen and (max-width: 760px) {
  .home-banner .home-list {
    margin-top: 20px;
  }
}
.home-banner .home-list li {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-style: normal;
  line-height: 110%;
  margin-left: 38px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 760px) {
  .home-banner .home-list li {
    font-size: 20px;
    margin-left: 20px;
    padding-left: 15px;
  }
}
.home-banner .home-list li::before {
  content: "";
  display: inline-block;
  background-image: url("../images/icons/flower.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 760px) {
  .home-banner .home-list li::before {
    width: 20px;
    height: 20px;
    left: -20px;
  }
}
@media only screen and (max-width: 760px) {
  .home-banner .home-list li {
    margin-bottom: 8px;
  }
}

.page-banner {
  background-color: #E61856;
  padding-top: 120px;
  height: 400px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-banner .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}
@media only screen and (max-width: 760px) {
  .page-banner .inner {
    padding: 0 20px;
  }
}
.page-banner .inner h1 {
  margin-bottom: 20px;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  line-height: 110%;
}
@media only screen and (max-width: 760px) {
  .page-banner .inner h1 {
    font-size: 30px;
  }
}
.page-banner .inner p {
  margin-bottom: 20px;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 140%;
}

@media only screen and (max-width: 760px) {
  .home-content {
    margin-top: 50px;
  }
}

.cols {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 760px) {
  .cols {
    flex-direction: column;
    gap: 50px;
  }
}
.cols.margin-top {
  padding: 100px 0 0;
}
@media only screen and (max-width: 760px) {
  .cols.margin-top {
    margin: 50px 0 0;
  }
}
.cols.align-top {
  align-items: flex-start;
}
.cols .col {
  display: flex;
}
.cols .col.col-50 {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 760px) {
  .cols .col.col-50 {
    order: 2;
    width: 100%;
  }
}
@media only screen and (max-width: 760px) {
  .cols .col.col-50.mobile-first {
    order: 1;
  }
}
.cols .col.col-50 .content.text {
  width: 90%;
  max-width: 560px;
}
@media only screen and (max-width: 760px) {
  .cols .col.col-50 .content.text {
    width: 100%;
  }
}
.cols .col.col-50 .content.slideshow {
  width: 90%;
  max-width: 560px;
  margin: 0 auto;
}
@media only screen and (max-width: 760px) {
  .cols .col.col-50 .content.slideshow {
    width: 100%;
  }
}
.cols .col.col-50 .content.slideshow .image-slide {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 50px;
}
.cols .col.col-50 .content.slideshow .image-slide img {
  width: 100%;
  height: auto;
}
.cols .col.col-50 .content.slideshow .image-slide .slide-caption {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #FBDCE6;
  border: 1px solid #FBDCE6;
  color: #000;
  padding: 10px 40px;
}
.cols .col.col-50 .content.image {
  width: 90%;
}
@media only screen and (max-width: 760px) {
  .cols .col.col-50 .content.image {
    width: 100%;
  }
}
.cols .col.col-50 .content.image img {
  width: 100%;
  height: auto;
}
.cols .col.col-50 .content.form {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 760px) {
  .cols .col.col-50 .content.form {
    width: 100%;
  }
}
.cols .col.col-50 .content.contact-details {
  width: 100%;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media only screen and (max-width: 760px) {
  .cols .col.col-50 .content.contact-details {
    flex-direction: column;
    gap: 20px;
  }
}
.cols .col.col-50 .content.contact-details .contact-col {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 760px) {
  .cols .col.col-50 .content.contact-details .contact-col {
    width: 100%;
  }
}
.cols .col.col-50 .content.contact-details .contact-col .strong {
  margin-top: 40px;
}
.cols .col.col-50 .content.contact-details .contact-col .strong:first-child {
  margin-top: 0;
}
.cols .col.col-50 .content.contact-details .contact-col p {
  margin-top: 10px;
}
.cols .col.col-50 .content p {
  margin-top: 20px;
}

.slick-dots {
  bottom: -40px !important;
}
.slick-dots li button:before {
  font-size: 14px !important;
  opacity: 0.5 !important;
  color: #E61856 !important;
}
.slick-dots li.slick-active button:before {
  color: #E61856 !important;
  opacity: 1 !important;
}

.signup-section {
  background-color: #E61856;
  padding: 200px 0 100px;
}
.signup-section .signup-inner {
  margin: 0 auto;
  max-width: 768px;
  text-align: center;
}
.signup-section .signup-inner h2 {
  margin-bottom: 20px;
}
.signup-section .signup-inner p {
  margin-bottom: 20px;
}
.signup-section .signup-inner .signup-form .input-container {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.signup-section .signup-inner .signup-form .input-container input {
  background: transparent;
  width: 70%;
  border: none;
  padding: 10px;
}
.signup-section .signup-inner .signup-form .input-container input::-moz-placeholder {
  color: #fff;
}
.signup-section .signup-inner .signup-form .input-container input::placeholder {
  color: #fff;
}
.signup-section .signup-inner .signup-form .input-container .btn {
  width: 30%;
}

.contact-form {
  width: 100%;
}
.contact-form .form-row {
  width: 100%;
}
.contact-form .form-row input, .contact-form .form-row textarea {
  width: 100%;
  padding: 16px;
  border: 1px solid #000;
  border-radius: 25px;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.contact-form .form-row textarea {
  height: 200px;
  resize: none;
}

.footer {
  background-color: #E61856;
  color: #fff;
  padding: 100px 0 20px;
  margin-top: 100px;
  border-top: 1px solid #fff;
}
.footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 760px) {
  .footer .inner {
    flex-direction: column;
    text-align: center;
  }
}
.footer .inner .footer-left {
  width: 50%;
  display: flex;
  gap: 50px;
}
@media only screen and (max-width: 760px) {
  .footer .inner .footer-left {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}
.footer .inner .footer-left .logo img {
  width: 200px;
}
@media only screen and (max-width: 760px) {
  .footer .inner .footer-left .logo img {
    width: 150px;
  }
}
.footer .inner .footer-right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  gap: 50px;
}
@media only screen and (max-width: 760px) {
  .footer .inner .footer-right {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
}
.footer .inner .footer-right .footer-col p,
.footer .inner .footer-right .footer-col .btn {
  margin-bottom: 20px;
}
.footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
@media only screen and (max-width: 760px) {
  .footer .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}
.footer .footer-bottom p {
  font-size: 14px;
  line-height: 140%;
}

.octopus {
  position: absolute;
  bottom: -50px;
  left: 200px;
  width: 250px;
  height: auto;
  transform: rotate(-15deg);
}
@media only screen and (max-width: 760px) {
  .octopus {
    bottom: -20px;
    width: 150px;
  }
}

.bunny {
  position: absolute;
  bottom: 0;
  right: -40px;
  width: 200px;
  height: auto;
  transform: rotate(15deg);
}
@media only screen and (max-width: 760px) {
  .bunny {
    width: 150px;
  }
}

.wave-bg {
  position: relative;
  padding-top: 140px;
}
.wave-bg::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 140px;
  background-image: url("../images/wave.svg");
  background-size: 110%;
  background-position: top center;
  background-repeat: repeat-x;
  z-index: 1;
}

.wave-bg-pink {
  position: relative;
  padding-top: 100px;
}
.wave-bg-pink::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url("../images/wave-pink.svg");
  background-size: 110%;
  background-position: top center;
  background-repeat: repeat-x;
  z-index: 1;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fadeIn {
  animation: fadeIn 700ms ease-out forwards;
  animation-delay: 0.5s;
}

.opacity-0 {
  opacity: 0;
}