/** Shopify CDN: Minification failed

Line 2935:24 Unexpected "1"

**/
/* Basics */
body {
  overflow-x: hidden;
}
.custom_button {
  position: relative;
  text-decoration: none;
  color: #0f2c4d;
  border: 1.5px solid #0f2c4d;
  border-radius: 40px;
  padding: 8px 0;
  text-transform: lowercase;
  transition: all 0.5s ease-in-out;
  font-size: 16px;
  max-width: 190px;
  display: block;
  width: 100%;
  min-width: 190px;
  text-align: center;
  font-weight: 600;
}
.custom_button:hover {
  background: radial-gradient(
      38.85% 45.37% at 14.32% 17.59%,
      rgba(224, 238, 254, 0.4) 0%,
      rgba(13, 43, 77, 0.5) 100%
    ),
    linear-gradient(
      218.58deg,
      rgba(187, 219, 255, 0.352) 10.39%,
      rgba(13, 43, 77, 0.4) 50.82%
    );
  color: white;
  transition: all 0.5s ease;
  font-size: 18px;
  padding: 8px 0;
  background-color: #0f2c4d;
}
.custom_button.custom_button_secondary::after,
.custom_button.custom_button_primary::after {
  position: absolute;
  content: "";
  top: calc(0% + 1px);
  left: calc(0% + 1px);
  bottom: calc(0% + 1px);
  right: calc(0% + 1px);
  border: 1.5px solid #f5fcf2;
  border-radius: 40px;
  transition: all 0.5s ease;
}
.custom_button.custom_button_primary {
  background: radial-gradient(
      38.85% 45.37% at 14.32% 17.59%,
      rgba(224, 238, 254, 0.16) 0%,
      rgba(13, 43, 77, 0.2) 100%
    ),
    linear-gradient(
      233.13deg,
      rgba(187, 219, 255, 0.176) 10.07%,
      rgba(13, 43, 77, 0.2) 31.8%
    );
  background-color: #0f2c4d;
  color: white;
}
.custom_button.custom_button_primary:hover {
  background: radial-gradient(
      38.85% 45.37% at 14.32% 17.59%,
      rgba(224, 238, 254, 0.4) 0%,
      rgba(13, 43, 77, 0.5) 100%
    ),
    linear-gradient(
      218.58deg,
      rgba(187, 219, 255, 0.352) 10.39%,
      rgba(13, 43, 77, 0.4) 50.82%
    );
  background-color: #0f2c4d;
}
.mobile_hide {
  display: block;
}
.desktop_hide {
  display: none;
}
@media (max-width: 749px) {
  .mobile_hide {
    display: none;
  }
  .desktop_hide {
    display: block;
  }
}

/* Animations CSS */

@keyframes rotateTranslate {
  0%,
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(30deg);
  }
}
@keyframes rotateTranslate2 {
  0%,
  100% {
    transform: translate(37%, -42%) rotate(-5deg);
  }
  50% {
    transform: translate(37%, -42%) rotate(10deg);
  }
}
@keyframes rotateTranslate3 {
  0%,
  100% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(10deg);
  }
}
@keyframes home_animation {
  0%,
  100% {
    transform: translatey(0px) rotate(0deg);
  }
  50% {
    transform: translatey(-30px) rotate(-5deg);
  }
}
@keyframes preloader_rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes home_animation_2 {
  0%,
  100% {
    transform: translatey(-30px) rotate(-10deg);
  }
  50% {
    transform: translatey(0px) rotate(0deg);
  }
}
.custom_home_banner_image_1 img {
  animation: home_animation 10s linear infinite;
}
.custom_home_banner_image_2 img {
  animation: home_animation_2 10s linear infinite;
}
/* Homepage Banner CSS */

.custom_home-banner_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom_home_banner_content {
  width: 45%;
}
.custom_home_banner_images {
  width: 50%;
}
.custom_home_banner_images img {
  width: 100%;
}
.custom_home_banner_image_1 {
  max-width: 480px;
}
.custom_home_banner_image_2 {
  max-width: 600px;
}
.custom_home_banner_images_inner {
  position: relative;
  width: 100%;
}
.custom_home_banner_image_2 {
  position: absolute;
  bottom: -46%;
  left: 20%;
}
.custom_home_banner_links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  height: 60px;
}
.custom_home_banner_heading h1 {
  font-size: 60px;
  padding-top: 30px;
}
.custom_home_banner_heading em {
  font-size: 120px;
  line-height: 1.3;
  font-style: unset;
  text-shadow: 0px 11px 0px #a8d6dde0, 0px 11px 11px rgba(0, 0, 0, 0);
  overflow: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* font-weight: 700; */
  /* font-family: Mocean Bold; */
  text-transform: uppercase;
  color: #69c7c8;

}
.custom_button_underline {
  text-decoration: none;
  border-bottom: 2px solid;
  font-weight: 600;
}
.custom_button_underline span {
  display: none;
}
.custom_button_underline:hover span {
  display: inline;
}
.custom_bottom_borders {
  height: 180px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.custom_bottom_borders_inner {
  border-top: 30px solid #98a8b0;
  border-right: 30px solid #98a8b0;
  background: #f5fcf2;
  height: 100%;
  border-top-right-radius: 140px;
}
.custom_bottom_borders_inner.custom_bottom_borders_2 {
  margin-top: 10px;
  margin-right: 10px;
  border-top-right-radius: 100px;
  border-color: #0f2c4d;
}
.custom_bottom_borders_inner.custom_bottom_borders_1 {
  overflow: hidden;
  max-width: 95%;
  min-width: 1000px;
}
@media (max-width: 1050px) {
  .custom_home_banner_heading h1 {
    font-size: 40px;
    padding-top: 0px;
  }
  .custom_home_banner_heading em {
    font-size: 65px;
  }
}
@media (max-width: 800px) {
  .custom_home_banner_heading h1 {
    font-size: 30px;
    padding-top: 0px;
  }
  .custom_home_banner_heading em {
    font-size: 50px;
    text-shadow: 0px 6px 0px #a8d6dde0, 0px 6px 6px rgba(0, 0, 0, 0);
  }
  .custom_home_banner_description {
    font-size: 14px;
  }
}
@media (max-width: 749px) {
  .custom_home-banner_inner {
    flex-direction: column;
    text-align: center;
  }
  .custom_home_banner_content {
    width: 100%;
    max-width: 80%;
  }
  .custom_home_banner_links {
    justify-content: center;
  }
  .custom_home_banner_images {
    width: 100%;
  }
  .custom_home_banner_links .custom_button {
    max-width: 340px;
    width: 100%;
  }
  .page-width.home_page-width {
    padding: 0;
  }
  .custom_home_banner_image_1 {
    max-width: 45%;
  }
  .custom_home_banner_image_2 {
    max-width: 70%;
  }
  .custom_home_banner_image_2 {
    position: absolute;
    bottom: -46%;
    left: 16%;
  }
  .custom_home_banner_images {
    margin-top: -30%;
    z-index: 0;
  }
  .custom_home_banner_content {
    z-index: 1;
  }
  .custom_home_banner_images_inner {
    padding-bottom: 20px;
  }
  .custom_home_banner_links {
    margin-top: 60px;
  }
}
@media (max-width: 500px) {
  .custom_home_banner_content {
    width: 100%;
    max-width: 90%;
  }
}
@media (min-width: 990px) {
  .custom_home_banner_image_2 {
    bottom: -55%;
  }
}

/* Icons And Text List CSS */

.icon_wrapper img {
  width: 100%;
}
.icon_and_text_outter {
  display: flex;
  gap: 20px;
}
.icon_wrapper {
  max-width: 17%;
  transition: all 1s ease;
}
.custom_icon_and_text-outter {
  background: #adc9cd66;
  backdrop-filter: saturate(180%) blur(2rem);
  margin-top: 110px;
  overflow: hidden;
}
.icon_and_text_title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.icon_wrapper {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.custom_icon_and_text_item {
  height: 288px;
  border-radius: 23px;
  transition: all 1s ease;
}
.custom_icon_and_text_item > .custom_icon_and_text_item_inner {
  border-radius: 20px;
  border: 4px solid #ddd;
  height: 280px;
  position: relative;
  cursor: default;
}
.custom_icon_and_text_item
  > .custom_icon_and_text_item_inner
  > .custom_icon_and_text_item_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.swiper-wrapper.custom_icon_and_text_item_wrapper {
  cursor: grab;
}
.custom_bg_borders {
  width: 80%;
}
.icon_and_text_outter {
  padding: 15px;
  padding-top: 0;
}
.custom_block_number {
  padding-left: 15px;
  padding-top: 15px;
}
.custom_icon_and_text_item:hover .icon_wrapper {
  max-width: 60%;
  transform: rotate(-20deg);
}
.icon_and_text_title p {
  margin: 0;
}
.custom_bg_borders_inner.custom_bg_borders_2 {
  margin-right: 6px;
}
.custom_bg_borders {
  width: 100%;
  position: absolute;
  bottom: -50px;
  right: 0px;
  transform: rotate(45deg);
  height: 170%;
  z-index: -1;
}
.custom_bg_borders_inner.custom_bg_borders_1 {
  margin-right: 10px;
  border-color: #fff6;
}
.custom_icon_and_text_item_inner {
  overflow: hidden;
  transition: all 1s ease;
}
.custom_bg_borders * {
  height: 100%;
}
.custom_bg_borders_inner {
  border-right: 35px solid white;
}
.custom_bg_borders_inner.custom_bg_borders_2 {
  margin-right: 6px;
  border-color: #f5fcf2;
}
.custom_icon_and_text_swiper.swiper {
  padding-left: 5rem;
  padding-right: 5rem;
}
.custom_icon_and_text_inner.page-width {
  padding: 0;
}
.custom_overlay {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: #f5fcf2;
  opacity: 1;
  transition: all 1s ease;
}
.custom_icon_and_text_item:hover .custom_overlay {
  opacity: 0;
  transition: all 1s ease;
}
.icon_and_text_title strong {
  font-size: 25px;
}
.custom_icon_and_text_item .icon_and_text_title em {
  font-style: normal;
  transition: all 1s ease;
}
.custom_icon_and_text_item:hover .icon_and_text_title em {
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
}
.custom_icon_and_text_inner.page-width > div {
  padding: 30px 0;
}
.custom_icon_and_text_item.default_active {
  box-shadow: -40px 40px 0px 0px #a8d6dd80;
  transform: scale(1.15) translate(0px, 0px);
  z-index: 1;
}
.icon_and_text_navigation div {
  display: block;
  position: unset;
}
.custom_bg_round_borders {
  width: 300px;
  height: 300px;
  position: absolute;
  z-index: -1;
  top: 20%;
  left: 40%;
}
.icon_and_text_navigation > div::after {
  font-size: 30px;
  color: #0f2c4d;
}
.icon_and_text_navigation {
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
  justify-content: flex-start;
  padding-right: 2% !important;
  padding-top: 30px !important;
}
.custom_bg_round_borders_inner {
  outline: 35px solid white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.desktop_hide_icons .custom_bg_round_borders_inner {
  outline: 23px solid;
}
.custom_bg_round_borders_inner.custom_bg_round_borders_1 {
  width: 150%;
  height: 150%;
  outline-color: #f05425;
}
.custom_bg_round_borders_inner.custom_bg_round_borders_2,
.custom_bg_round_borders_inner.custom_bg_round_borders_3 {
  width: calc(100% - 85px);
  height: calc(100% - 85px);
}
.custom_bg_round_borders_inner.custom_bg_round_borders_2 {
  outline-color: #5c95d5;
}
.custom_bg_round_borders_inner.custom_bg_round_borders_3 {
  outline-color: #e88c47;
}
.custom_icon_and_text_item.default_active .icon_and_text_title {
  justify-content: center;
}
.custom_icon_and_text_item.default_active:hover .icon_wrapper {
  max-width: 17%;
  transform: rotate(-0deg);
}
.rotating_leaf_image img {
  width: 100%;
}
.rotating_leaf_image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  filter: drop-shadow(18px 11px 7px #205303b0);
  width: 65%;
  animation: rotateTranslate 10s linear infinite;
}
.custom_icon_and_text_inner.page-width.desktop_hide_icons
  .custom_icon_and_text_item {
  height: 100px;
}
.custom_icon_and_text_inner.page-width.desktop_hide_icons
  .custom_icon_and_text_item_inner {
  height: 100px;
}
.custom_icon_and_text_inner.page-width.desktop_hide_icons > div {
  padding: 0;
}
.desktop_hide_icons .custom_icon_and_text_item.default_active {
  box-shadow: none;
  transform: scale(1);
  height: 130px !important;
}
.desktop_hide_icons .custom_icon_and_text_item.default_active > div {
  height: 130px !important;
}
.desktop_hide_icons .custom_icon_and_text_item {
  position: relative;
  z-index: 0;
}
.desktop_hide_icons .custom_icon_and_text_item_content {
  flex-direction: row !important;
  justify-content: flex-start !important;
}
.desktop_hide_icons {
  display: none;
}
.mobile_hide_icons {
  display: block;
}
.desktop_hide_icons .custom_block_number {
  padding-top: 0;
}
.desktop_hide_icons .icon_and_text_outter {
  padding-bottom: 0;
}
.desktop_hide_icons .icon_wrapper {
  width: 25%;
  transition: all 1s ease;
  max-width: 32px;
}
.desktop_hide_icons .icon_and_text_title {
  font-size: 15px;
}
.custom_block_number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
}
.custom_icon_and_text_inner.page-width.desktop_hide_icons {
  padding: 0 1.5rem;
}
.desktop_hide_icons .icon_and_text_title {
  justify-content: center;
}
.desktop_hide_icons .custom_bg_borders_inner {
  border-right: 25px solid white;
}
.desktop_hide_icons .custom_bg_borders {
  bottom: -20px;
  height: 280%;
}
.desktop_hide_icons .custom_bg_round_borders {
  width: 170px;
  height: 170px;
  top: 20%;
  left: 70%;
}
.desktop_hide_icons .custom_bg_round_borders_inner.custom_bg_round_borders_2,
.desktop_hide_icons .custom_bg_round_borders_inner.custom_bg_round_borders_3 {
  width: calc(100% - 55px);
  height: calc(100% - 55px);
}
.desktop_hide_icons .rotating_leaf_image {
  left: 75%;
  z-index: -1;
  max-width: 150px;
}
.custom_block_number {
  font-size: 20px;
}
.custom_icon_and_text_inner.page-width > div {
  overflow: visible;
}
@media (max-width: 480px) {
  .desktop_hide_icons {
    display: block;
  }
  .mobile_hide_icons {
    display: none;
  }
  .custom_block_number {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
  }
}
@media (min-width: 1300px) {
  .custom_icon_and_text_item > .custom_icon_and_text_item_inner {
    height: 282px;
  }
}

/* Custom Rich Text CSS */

.custom_rich_text_description {
  width: 60%;
}
.rich_text_heading {
  width: 30%;
}
.rich_text_inner {
  display: flex;
  justify-content: space-between;
}
.custom_rich_title.h0 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 60px;
}
.custom_rich_text_description {
  margin-top: 30px;
}
.custom_rich_subheading {
  font-size: 18px;
  letter-spacing: 4px;
  font-weight: 400;
}
.custom_rich_text_outter {
  background: #adc9cd66;
}
@media (max-width: 850px) {
  .rich_text_inner {
    flex-direction: column;
    text-align: center;
  }
  .custom_rich_text_description {
    width: 100%;
  }
  .rich_text_heading {
    width: 100%;
  }
  .custom_home_banner_links {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    height: unset;
  }
  .custom_rich_title.h0 {
    margin-bottom: 0;
  }
  .custom_rich_text_description {
    margin-top: 0;
  }
  .custom_rich_title.h0 {
    font-size: 40px;
  }
}
@media (min-width: 851px) {
  .rich_text_inner .custom_rich_text_description {
    max-width: 55%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Custom Marquee CSS */

.marquee__item {
  display: flex;
  flex-direction: row-reverse;
  gap: 100px;
  width: max-content;
}
.custom_marquee_text {
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
}
.custom_marquee_text.h3 {
  font-weight: 400;
  font-size: 60px;
}
.custom_marquee_image img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
.custom_marquee_image {
  max-width: 45px;
}
/* @media screen and (max-width: 768px) {
  .marquee.marque-border--.active-screen {
    padding-top: 0px !important;
  }
} */

/* Custom Rich Text 2 CSS */

.rich_text_inner_right > div {
  width: calc(50% - 50px);
}
.rich_text_inner_right {
  display: flex;
  justify-content: space-between;
}
.custom_note p {
  display: inline;
}
.note_count {
  padding: 2px 10px;
  background: #e6ede6;
  line-height: 0;
  border-radius: 50%;
  margin-right: 15px;
}
.custom_rich_subhead_wrapper {
  width: calc(50% - 5px);
}
.custom_rich_subhead_wrapper h4 {
  width: max-content;
  position: relative;
}
.custom_title_leaf img {
  width: 100%;
  transform: rotate(65deg);
}
.custom_title_leaf {
  position: absolute;
  max-width: 200px;
  right: 0;
  top: 0;
  transform: translate(37%, -42%);
  z-index: -1;
  animation: rotateTranslate2 7s linear infinite;
}
.custom_rich_subheading strong {
  color: white;
}
.custom_rich_subhead_wrapper h4 {
  margin-bottom: 60px;
  font-size: 25px;
  letter-spacing: 1px;
}
.right_bars.mobile_hide > div {
  display: block !important;
  height: 30px;
  margin-bottom: 10px;
  width: 100%;
}
.right_bar_1 {
  background: #e6ede6;
}
.right_bar_2 {
  background: #d8e5d8;
  margin-bottom: 0 !important;
}
.custom_rich_text_outter__2 {
  position: relative;
  overflow-y: hidden;
  z-index: 0;
  background: #f5fcf2;
}
.right_bars.mobile_hide {
  width: calc(50% - 50px);
  position: absolute;
  right: calc(0px + 0px);
  top: 90px;
  z-index: -2;
}
.rich_text_inner_right {
  font-size: 16px;
}
.custom_rich_text_outter_2.page-width {
  position: relative;
}
.custom_title_leaf_2 {
  max-width: 200px;
  animation: rotateTranslate3 7s linear infinite;
}
.custom_title_leaf_2 .leaf_image {
  width: 100%;
}
.leaf_image {
  width: 100%;
}
.custom_rich_text_outter__2 {
}
.custom_title_leaf_3 {
  position: absolute;
  top: -100px;
  max-width: 200px;
  left: 70%;
  animation: rotateTranslate3 7s linear infinite;
}
.custom_title_leaf_3 img {
  transform: rotate(180deg);
}
.custom_marquee_text.h3 {
  letter-spacing: 10px;
}
@media (max-width: 880px) {
  .rich_text_inner_right {
    flex-direction: column;
    text-align: center;
  }
  .right_bars.mobile_hide {
    display: none;
  }
  .rich_text_inner_right > div {
    width: 90%;
    margin: 0 auto;
  }
  .rich_text_left {
    text-align: center;
  }
  .custom_rich_subhead_wrapper {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }
  .custom_rich_subhead_wrapper h4 {
    margin-bottom: 35px;
  }
  .custom_title_leaf img {
    width: 100%;
    transform: rotate(225deg);
  }
  .custom_title_leaf_2 {
    position: absolute;
    bottom: -120px;
    left: 0px;
    z-index: -1;
    max-width: 170px;
  }
  .custom_title_leaf_3 {
    display: none;
  }
  .custom_rich_text_outter__2 {
    overflow: hidden;
  }
  .rich_text_inner_right {
    font-size: 13px;
  }
}
@media (max-width: 580px) {
  .custom_rich_subheading {
    font-size: 18px !important;
    margin-bottom: 20px !important;
  }
  .custom_title_leaf {
    max-width: 130px;
    transform: translate(32%, -42%);
  }
}
@media (max-width: 400px) {
  .custom_rich_subheading {
    font-size: 15px !important;
  }
  .custom_title_leaf {
    max-width: 120px;
    transform: translate(36%, -42%);
  }
  .rich_text_inner_right > div {
    width: 100%;
    margin: 0 auto;
  }
}

/* Footer CSS */

.footer-block__details-content.list-unstyled {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-block__details-content.rte {
  font-size: 14px;
}
.footer__blocks-wrapper {
  gap: 100px;
}
.footer-block__details-content.list-unstyled a {
  color: white;
  font-size: 18px;
}
.footer__content-bottom {
  border: 0 !important;
}
footer.footer {
  border-top: 30px solid #f68733 !important;
  border-right: 30px solid #f68733;
  margin-top: 10px;
  border-top-right-radius: 122px;
  margin-right: 10px !important;
}
.footer_outter {
  max-width: 95%;
  border-top: 30px solid #f68733 !important;
  border-right: 30px solid #f68733;
  margin-top: 0;
  border-top-right-radius: 161px;
  position: relative;
  width: 100%;
}
.footer__content-bottom .footer__content-bottom-wrapper {
  justify-content: space-between;
}
.footer__content-bottom .footer__content-bottom-wrapper > * {
  width: 50%;
}
.footer__content-bottom .footer__content-bottom-wrapper > ul {
  justify-content: flex-start;
}
.footer__copyright.caption {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.policies li::before {
  content: "" !important;
}
.footer_outter {
  background: #f5fcf2;
}
@media (min-width: 750px) {
  .copyright__content.custom_copy_right {
    transform: translateX(-50%);
  }
  .footer__content-top.page-width {
    padding-bottom: 120px;
    padding-top: 70px;
  }
}
@media (max-width: 749px) {
  .footer__blocks-wrapper div:nth-child(2) {
    display: none;
  }
  .footer-block__details-content.list-unstyled {
    flex-wrap: wrap;
  }
  .footer__content-bottom .footer__content-bottom-wrapper {
    flex-direction: column;
  }
  .footer__content-bottom .footer__content-bottom-wrapper > * {
    width: 100%;
  }
  .footer__copyright.caption {
    flex-direction: column-reverse;
    text-align: center;
    justify-content: center;
  }
  .footer__content-bottom .footer__content-bottom-wrapper > ul {
    justify-content: center;
    gap: 30px;
  }
  .footer-block__details-content.list-unstyled a {
    font-size: 16px;
    justify-content: center;
  }
  .footer-block__details-content.list-unstyled li {
    width: 50%;
  }
  .footer_outter {
    width: 100%;
  }
  .footer_outter {
    max-width: 100%;
    border-radius: 0;
    border-right: 0;
  }
  footer.footer {
    border-radius: 0;
    border-right: 0;
    width: 100%;
    margin-right: 0 !important;
    margin-top: 5px;
  }
  .footer__content-top.page-width {
    padding-bottom: 0;
  }
  .list-social__item .icon {
    height: 3.2rem;
    width: 3.2rem;
  }
}

/* Main Product Section CSS */

.custom_product_main_image_wrapper img {
  width: 100%;
}
.product_vendor_logo img {
  width: 100%;
}
.product_vendor_logo {
  max-width: 80px;
}
.custom_product_main_section_inner {
  display: flex;
  justify-content: space-between;
}
.custom_product_main_section_inner > .custom_product_main_images {
  width: 50%;
  position: relative;
}
.custom_product_main_image_wrapper {
  max-width: 400px;
  margin: 0 auto;
}
.custom_product_main-content {
  padding-left: 90px;
  width: 45%;
  padding-top: 40px;
}
.product_main_title {
  font-size: 50px;
  color: #0f2c4d;
  text-transform: uppercase;
  margin-top: 0px;
}
.product_main_title {
  line-height: 1;
}
.flavour_button {
  text-decoration: none;
  font-size: 20px;
  color: #0f2c4d;
  font-weight: 500;
  display: flex;
  gap: 20px;
  align-items: center;
  width: auto;
  background: #d9e8e4;
  margin: 10px 0;
  padding: 20px 19px;
  border-radius: 20px;
  padding-right: 20px;
  opacity: .3;
  transition: all .3s ease;
}
.flavour_icon {
  width: 40px;
  height: 40px;
  border: 3px solid #0f2c4d;
  border-radius: 50%;
  background: #f5fcf2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flavour_button:hover {
  opacity: 1;
}
.flavour_button.active_flavour {
  opacity: 1;
}
.flavour_icon img {
  width: 80%;
}
.flavours_block {
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
}
.stars_image {
  max-width: 100px;
  margin-right: 20px;
}
.flavour_button_label {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0;
}
.custom_bottom_borders.custom_product_borders * {
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  border-right: 0;
}
.custom_product_main_image_wrapper {
  transform: scale(1.5) translateY(12%);
  max-width: 295px;
}
.custom_main_buy_button .custom_button.custom_button_primary {
  padding-top: 15px;
  padding-bottom: 15px;
}
.product_floating_image img {
  width: 100%;
}
.product_floating_image.product_floating_image_1 {
  max-width: 14%;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}
.product_floating_image.product_floating_image_2 {
  max-width: 40%;
  position: absolute;
  bottom: 10%;
  transform: translateY(20%);
  left: 10%;
}
.custom_product_main_section {
  position: relative;
}
.product_floating_image.product_floating_leaf {
  position: absolute;
  bottom: 0;
  transform: translatey(50%);
  max-width: 35%;
  right: 0%;
}
.product_floating_image.product_floating_image_3 {
  position: absolute;
  max-width: 15%;
  top: 35%;
  transform: translatey(-50%);
  left: 10%;
}
@media (max-width: 1300px) {
  .flavours_block {
    row-gap: 0;
  }
  .flavour_button {
    width: max-content;
    padding-right: 20px;
  }
}
@media (max-width: 900px) {
  .custom_product_main_section_inner.page-width > div {
    width: 100% !important;
  }
  .custom_product_main_section_inner.page-width {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .custom_bottom_borders.custom_product_borders {
    height: auto !important;
    bottom: 18%;
  }
  .custom_product_main-content {
    max-width: 550px;
    text-align: center;
    padding-left: 0;
    margin: 0 auto;
  }
  .mobile_hide_flavours {
    display: none;
  }
  .custom_main_buy_button .custom_home_banner_links {
    flex-direction: column;
    align-items: center;
  }
  .custom_main_buy_button .custom_button.custom_button_primary {
    width: 100% !important;
    min-width: unset;
    max-width: 400px;
  }
  .product_button_mobile {
    text-decoration: none;
    opacity: 0.5;
    white-space: nowrap;
  }
  .swiper-slide.product_button_mobile.h1.swiper-slide-active {
    opacity: 1;
  }
  .swiper.desktop_hide_flavours {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product_floating_image.product_floating_leaf {
    position: absolute;
    bottom: 0;
    transform: translate(0%, 60%) rotate(90deg);
    max-width: 50%;
    right: 0%;
  }
  .product_floating_image.product_floating_image_3 {
    left: 0;
  }
}
@media (max-width: 650px) {
  .custom_product_main_image_wrapper {
    max-width: 200px;
  }
  .product_floating_image.product_floating_image_2 {
    left: -20px;
  }
  .product_floating_image.product_floating_image_1 {
    right: 0;
  }
}
@media (min-width: 901px) {
  .custom_main_buy_button {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .flavours_block_wrapper {
    margin-top: 40px;
  }
  .product_description {
    margin: 40px 0;
  }
  .product_floating_image.product_floating_leaf {
    transform: translate(-43%, 75%) rotate(90deg);
  }
  .desktop_hide_flavours {
    display: none;
  }
}
@media (max-width: 1200px) {
  .custom_main_buy_button {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .flavours_block_wrapper {
    margin-top: 20px;
  }
  .product_description {
    margin: 20px 0;
  }
}

/* Custom Image With Text CSS */

.image_with_text_main_image_wrapper img {
  width: 100%;
}
.default_hidden {
  opacity: 0;
}
.custom_image_with_text_image_wrapper:hover .hover_to_hide {
  opacity: 0;
}
.custom_image_with_text_image_wrapper:hover .default_hidden {
  opacity: 1;
}
.custom_image_with_text_image_wrapper {
  width: 50%;
  display: flex;
  align-items: flex-start;
}
.image_with_text_main_image_wrapper {
  max-width: 400px;
  position: relative;
}
.image_with_text_main_image_wrapper .hover_to_hide {
  transform: translatex(20%);
  transition: all 0.15s ease-in-out;
}
.default_hidden.desktop_images {
  transition: all 0.5s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.table_item.serving_size {
  font-weight: 500;
  border-bottom: 4px solid;
  width: max-content;
  display: flex;
  column-gap: 30px;
}
.amount_per_serving {
  letter-spacing: 0;
}
.table_items_wrapper .table_item {
  border-bottom: 2px solid;
  padding-top: 5px;
  font-size: 13px;
  max-width: 250px;
  justify-content: space-between;
  display: flex;
  transition: all 0.15s ease;
}
.custom_image_with_text_image_wrapper .custom_product_table {
  width: 100%;
  transition: all 0.3s ease-in-out;
  padding-top: 17%;
}
.custom_image_with_text_image_wrapper:hover .table_items_wrapper .table_item {
  max-width: 100%;
  width: 100%;
  transition: all 0.15s ease;
}
.image_with_text_main_image_wrapper,
.image_with_text_main_image_wrapper * {
  line-height: 1;
}
.custom_image_with_text .image-with-text__content {
  padding-right: 30px;
}
.mobile_image {
  display: none;
}
.mobile_image {
  transform: translateX(-15px);
}
.custom_home_banner_links.desktop_hide {
  display: none;
}
.custom_image_with_text {
  background: #adc9cd66;
  backdrop-filter: saturate(180%) blur(2rem);
}
@media (max-width: 1099px) {
  .custom_image_with_text .image-with-text__grid {
    flex-direction: column-reverse;
  }
  .custom_image_with_text .image-with-text__text-item.grid__item {
    width: 100% !important;
    max-width: 100%;
  }
  .custom_image_with_text .image-with-text__text-item.grid__item > div > * {
    align-items: center !important;
    margin-left: auto;
    margin-right: auto;
  }
  .custom_image_with_text_image_wrapper {
    width: 100%;
  }
  .custom_image_with_text .image-with-text__text.rte.body {
    text-align: center;
  }
  .custom_home_banner_links.desktop_hide {
    display: flex;
  }
}
@media (max-width: 749px) {
  .mobile_image {
    display: block;
  }
  .desktop_images {
    display: none !important;
  }
  .custom_image_with_text_image_wrapper .table_items_wrapper .table_item {
    max-width: 100%;
    width: 100%;
    transition: all 0.15s ease;
  }
  .custom_image_with_text_image_wrapper .custom_product_table {
    width: 100%;
    transition: all 0.3s ease-in-out;
    padding-top: 20%;
  }
  .amount_per_serving,
  .table_item.serving_size {
    font-size: 16px;
  }
  .table_items_wrapper .table_item {
    font-size: 16px;
  }
  .mobile_image_with_text-Blocks > div {
    padding-top: 0;
    margin-top: -70px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .custom_image_with_text .image-with-text__content {
    padding-left: 0px;
    padding-right: 0px;
  }
  .custom_image_with_text_image_wrapper .custom_product_table {
    padding-top: 35%;
  }
}
@media (min-width: 1100px) {
  .custom_image_with_text
    .image-with-text__text.image-with-text__text--caption.subtitle.subtitle--large {
    margin-top: 60px;
  }
  .custom_image_with_text .image-with-text__heading.inline-richtext.h0 {
    margin-top: 50px;
  }
  .image-with-text__text-item.grid__item.mobile_image_with_text-Blocks {
    display: none;
  }
  .custom_image_with_text {
    padding-bottom: 0;
  }
}
@media (max-width: 450px) {
  .amount_per_serving,
  .table_item.serving_size {
    font-size: 12px;
  }
  .table_items_wrapper .table_item {
    font-size: 12px;
  }
  .mobile_image_with_text-Blocks > div {
    padding-top: 0;
    margin-top: -30px;
  }
}

/* Contact Page CSS */

.text-area {
  min-height: auto;
}
.contact__button {
  margin-top: 0;
  display: flex;
  justify-content: flex-end;
}
.custom_contact_icon_text_item img {
  max-width: 25px !important;
  width: 100% !important;
  height: 25px;
  object-fit: contain;
}
.custom_contact_icon_text_item {
  width: 30%;
  height: auto;
  padding: 20px 15px 10px 15px;
  backdrop-filter: saturate(180%) blur(2rem);
  border-radius: 20px;
}
.custom_contact_wrapper > div {
  width: 50%;
}
.custom_contact_wrapper {
  display: flex;
  justify-content: space-between;
}
.contact_left_bottom_body {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
.custom_contact_right_image {
  max-width: 55%;
  margin: 0 auto;
}
.contact_form_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact_left_bottom_header {
  margin-bottom: 20%;
}
.contact_left_bottom_body {
  margin-bottom: 20%;
}
.custom_contact_icon_text_inner p {
  font-size: 14px;
  color: rgb(var(--color-foreground));
}
.custom_contact_icon_text_inner p a,
.contact_left_bottom_header {
  color: rgb(var(--color-foreground));
}
.custom_contact_icon_text_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.custom_contact_icon_text_item {
  overflow: hidden;
}
.contact_left_bottom_header {
  font-size: 30px;
  line-height: 1.3;
}
.custom_contact_outter .custom_contact_floating_image img {
  width: 100%;
}
.custom_contact_outter .custom_contact_floating_image {
  position: absolute;
  max-width: 500px;
  bottom: -40%;
  transform: rotate(-50deg);
  left: -15%;
  z-index: -12;
}
.custom_contact_outter .contact {
  position: relative;
  z-index: 1;
}
.custom_contact_outter {
  z-index: 0;
  position: relative;
}
.heading_desktop_contact.mobile_hide {
  margin-top: 50px;
}
.custom_contact_icon_text_inner a {
  text-decoration: none;
}
.radio_input {
  color: #0f2c4d99;
  font-size: 16px;
}
.form_radio_buttons input:checked + label {
  color: rgba(var(--color-foreground));
}
.radio_input::after {
  content: "";
  width: 20px;
  position: absolute;
  display: block;
  border-radius: 4px;
  background: #fff;
  height: 20px;
  box-shadow: 0 1px 2px #0307121f;
  top: 50%;
  left: -36px;
  transform: translate(0px, -50%);
}
.radio_input {
  position: relative;
}
.form_radio_buttons input:checked + label::after {
  background-image: url("/cdn/shop/files/Checkbox_2.png?v=1715671455");
  background-size: contain;
  width: 25px;
  height: 25px;
}
.custom_input_wrapper {
  position: relative;
}
.form_radio_buttons {
  display: flex;
  column-gap: 40px;
  row-gap: 20px;
  flex-wrap: wrap;
  padding-left: 10px;
  margin-bottom: 15px;
}
.radio_input {
  cursor: pointer;
}
#ContactForm .field__input {
  background: #d9e8e466;
  border-radius: 10px;
}
#ContactForm .field__label {
  color: #747a85;
}
#ContactForm .field::before,
#ContactForm .field::after,
#ContactForm .field:hover::before,
#ContactForm .field:hover::after {
  box-shadow: none !important;
}
#ContactForm .field__input:focus + label {
  display: none;
}
#ContactForm .field__input:focus {
  padding-top: 1rem;
}
.contact__button {
  margin-top: 10px;
}
.contact__button button img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-left: 15px;
}
.contact__button button {
  display: flex;
  justify-content: center;
  align-content: center;
  text-transform: unset;
  max-width: 240px;
  font-size: 18px;
  font-weight: 400;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}
.contact__button button:hover {
  padding-top: 15px;
  padding-bottom: 15px;
}
.custom_contact_icon_text_item {
  width: max-content;
}
.custom_input_wrapper input {
  width: 0;
  height: 0;
  visibility: hidden;
}
.custom_contact_bottom_blue.desktop_hide img {
  width: 100%;
}
.custom_contact_bottom_blue.desktop_hide {
  position: absolute;
  max-width: 570px;
  bottom: 1%;
  left: 35%;
  z-index: -13;
  width: 100%;
}

@media (max-width: 1220px) {
  .contact_left_bottom_body {
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .heading_desktop_contact.mobile_hide h2 {
    font-size: 60px;
  }
  .heading_desktop_contact.mobile_hide strong {
    text-shadow: 0px 10px 0px #a8d6dde0;
  }
}
.heading_desktop_contact strong {
  text-shadow: 0px 10px 0px #a8d6dde0;
}
@media (max-width: 768px) {
  .custom_contact_wrapper {
    flex-direction: column-reverse;
  }
  .custom_contact_wrapper > div {
    width: 100%;
  }
  .contact__button {
    justify-content: center;
  }
  .contact__button button {
    max-width: 500px;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
  }
  .contact__button button:hover {
    padding-left: 40px;
    padding-right: 40px;
  }
  .contact_left_bottom {
    backdrop-filter: saturate(180%) blur(6rem);
    border-radius: 40px;
    max-width: 400px;
    margin: 0 auto;
    padding: 30px 30px;
    margin-top: 70px;
  }
  .contact_left_bottom_header {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .contact_left_bottom_header p {
    margin: 0;
  }
  .custom_contact_icon_text_item {
    padding-left: 0;
  }
  .custom_contact_icon_text_item {
    background: transparent;
    backdrop-filter: unset;
  }
  .contact_left_bottom_body {
    margin-bottom: unset;
  }
  .contact_form_right {
    margin-top: 30px;
  }
  .heading_desktop_contact.desktop_hide h2 {
    font-size: 50px;
    margin-bottom: 40px;
  }
  .contact_page_text {
    margin-bottom: 40px;
  }
}

/* About Us Page */

.about_us_header_inner {
  font-size: 50px;
  line-height: 1;
  position: relative;
  width: max-content;
  margin: 0 auto;
  transform: translateX(-15%);
}
.about_us_header_inner strong {
  font-size: 150px;
  overflow: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.about_us_floating_image img {
  width: 100%;
}
.about_us_floating_image img {
  width: 100%;
  transform: rotate(10deg);
}
.about_us_floating_image {
  max-width: 350px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transform: translate(60%, 5%);
  width: 100%;
}
.page-width.about_us_header.page-width-narrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85% !important;
}
.tooltip_custom {
  position: absolute;
  top: -52px;
  right: -50%;
  transform: translate(25%);
  background: #d9e8e4;
  padding: 7px 7px;
  border-radius: 10px;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.5s ease;
  min-width: 118px;
  text-align: center;
  z-index: -1;
  font-weight: 600;
  color: rgba(var(--color-foreground));
}
.tooltip_wrapper {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.tooltip_custom::after {
  content: "";
  position: absolute;
  background-image: url(/cdn/shop/files/Polygon_3.svg?v=1715828899);
  width: 15px;
  height: 15px;
  bottom: -13px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  transform: translatex(-50%);
}
.rotate_negative,
.rotate_positive,
.rotate_flip {
  transition: transform 0.5s ease;
  display: inline-block;
}
.tooltip_wrapper:hover .rotate_positive {
  transform: rotate(30deg);
}
.tooltip_wrapper:hover .rotate_negative {
  transform: rotate(-30deg);
}
.tooltip_wrapper:hover .rotate_flip {
  transform: scale(-1, 1);
}
.tooltip_wrapper:hover .tooltip_custom {
  opacity: 1;
  z-index: 1;
}
.tooltip_custom img {
  width: 100%;
  border-radius: 10px;
}
.tooltip_wrapper.tooltip_wrapper_image .tooltip_custom {
  line-height: 1;
  top: 0;
  transform: translate(-50%, -100%);
  left: 50%;
}
.tooltip_wrapper.tooltip_wrapper_image .character {
  transition: all 0.5s ease;
}
.tooltip_wrapper.tooltip_wrapper_image:hover .character {
  font-style: italic;
}
.tooltip_wrapper img {
  max-width: 23px;
  height: auto;
  object-fit: contain;
  vertical-align: sub;
  margin: 0px 2px;
}
.tooltip_wrapper.tooltip_wrapper_image img {
  max-width: 100% !important;
}
.custom-about-us-inner_border {
  border-top: 25px solid #0f2c4d;
  border-right: 25px solid #0f2c4d;
  border-top-right-radius: 120px;
  margin-top: 8px;
  margin-right: 8px;
  position: relative;
  z-index: 1;
}
.custom-about-us-outter_border {
  border-top: 25px solid #98a8b0;
  border-right: 25px solid #98a8b0;
  border-top-right-radius: 150px;
  margin-right: 5%;
}
.character {
  color: rgba(var(--color-foreground));
}
.custom_about_us_content_inner {
  font-size: 21px;
}
.custom-about-us-content.page-width.page-width--narrow {
  max-width: 54.6rem;
}
.about_floating_image img {
  width: 100%;
}
.about_floating_image {
  position: absolute;
  top: 0;
  max-width: 150px;
  transform: translateY(-20%) rotate(25deg);
  left: 100px;
  max-width: 70px;
}
.character {
  font-weight: 600;
  font-family: VC Cardinal SemiBold;
}
.about_us_product_image_wrapper img {
  width: 100%;
}
.about_us_recommendation_inner.page-width {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 5rem;
}
.about_us_recommendation_inner.page-width > div {
  width: 50%;
}
.about_us_recommendation_inner .about_us_product_item:nth-child(2) img {
  box-shadow: -40px 40px 0px 0px #a8d6dd80;
  border-radius: 30px;
  transform: scale(1.2);
}
.about_us_product_item {
  position: relative;
}
.custom_absolute_link {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.about_us_header_inner strong {
  text-shadow: 0px 18px 0px #a8d6dde0, 0px 18px 18px rgba(0, 0, 0, 0);
}
.article-template__hero-container {
  max-width: 100% !important;
}

@media (max-width: 1020px) {
  .about_us_header_inner strong {
    font-size: 100px;
    text-shadow: 0px 13px 0px #a8d6dde0, 0px 13px 13px rgba(0, 0, 0, 0);
  }
  .about_us_header_inner {
    font-size: 30px;
  }
  .about_us_floating_image {
    max-width: 230px;
    right: 2%;
    top: -20px;
  }
}
@media (max-width: 768px) {
  .custom-about-us-outter_border,
  .custom-about-us-inner_border {
    margin-right: unset;
    border-radius: 0;
    border-right: 0;
  }
  .custom-about-us-content.page-width.page-width--narrow {
    padding-left: 30px;
    padding-right: 30px;
    /* background: #adc9cd66; */
  }
  .about_us_header_inner {
    margin-left: unset;
    transform: unset;
  }
  .page-width.about_us_header.page-width-narrow {
    width: 100% !important;
    overflow: hidden;
  }
  .about_us_header_inner strong {
    font-size: 70px;
    text-shadow: 0px 8px 0px #a8d6dde0, 0px 8px 8px rgba(0, 0, 0, 0);
    overflow: hidden !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .about_us_header_inner {
    font-size: 30px;
  }
  .about_floating_image {
    max-width: 55px;
    left: 50px;
  }
}
@media (max-width: 400px) {
  .about_us_floating_image {
    max-width: 160px;
    right: 15%;
  }
  .about_us_header_inner {
    font-size: 25px;
  }
  .about_us_header_inner strong {
    font-size: 50px;
    text-shadow: 0px 6px 0px #a8d6dde0, 0px 6px 6px rgba(0, 0, 0, 0);
  }
}

/* Main Article Page Css */

.aurthor_image img {
  width: 100%;
}
.aurthor_image {
  max-width: 50px;
  display: block;
  border-radius: 50px;
  overflow: hidden;
  height: 50px;
}
.article_extras .aurthor_block {
  display: flex;
  gap: 20px;
  align-items: center;
  width: max-content;
}
.aurthor_block span {
  font-size: 14px;
}
.circle-divider::after {
  content: "" !important;
}
.article_extras {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 420px;
  margin-top: 40px;
}
.circle-divider.caption-with-letter-spacing {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  font-size: 14px;
}
.article_custom_content,
.founder_wrapper,
.bottom_mini_border {
  max-width: 65rem;
  margin: 0 auto;
  padding: 0 30px;
}
.article_custom_image img {
  width: 100%;
}
.article_custom_image {
  border: 30px solid #d9e8e4;
  border-radius: 50px;
  line-height: 1;
  position: relative;
}
.article-template header {
  margin-bottom: 60px !important;
}
.article_custom_text {
  font-family: VC Cardinal medium;
  font-size: 18px;
  color: #36527c;
}
.article_custom_text strong {
  font-family: VC Cardinal SemiBold;
}
.founder_wrapper_inner {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.founder_main_text p {
  margin-top: 0;
}
.founder_wrapper_inner .aurthor_image {
  margin-top: 10px;
}
.founder_name_and_mocean {
  display: flex;
  justify-content: space-between;
}
.founder_main_text {
  font-size: 22px;
  font-family: VC Cardinal SemiBold-Italic;
  color: #36527c;
}
.founder_wrapper > div {
  margin-top: 70px;
  margin-bottom: 40px;
  border-bottom: 5px solid #dc4935;
}
.founder_mocean_heading {
  border-bottom: 5px solid #f68733;
  margin-bottom: 3px;
  font-size: 30px;
  color: #0f2c4d;
  line-height: 1.3;
  font-family: VC Cardinal light;
  font-weight: 300;
}
.founder_mocean_heading strong {
  font-size: 20px;
  font-family: Mocean Bold;
}
.founder_name {
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-bottom: 8px;
  font-family: VC Cardinal SemiBold;
  color: #0f2c4d;
  font-size: 20px;
}
.bottom_mini_border > div {
  display: block !important;
  height: 2px;
  background: #17325a;
  width: 200px;
  margin-top: 40px;
}
@media (max-width: 749px) {
  .article_custom_image {
    border: 20px solid #d9e8e4;
    border-radius: 30px;
  }
  .founder_wrapper_inner {
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .article_extras.mobile_hide {
    display: none;
  }
  .article-template__title {
    font-family: VC Cardinal light;
    font-size: 30px;
  }
  .article-template header {
    margin-bottom: 30px !important;
  }
  .article-template header.desktop_hide {
    background: #0f2c4d;
    color: white;
    margin-top: 0;
    padding-top: 35px;
    padding-bottom: 25px;
  }
  .article-template header.desktop_hide .article_extras {
    margin-top: 0;
  }
}

/* Custom Blog's Page CSS */

.custom_blog_articles_wrapper {
  display: flex;
  justify-content: space-between;
}
.blog_first_article {
  width: 45%;
}
.blog-articles.blog-articles--collage {
  width: 52%;
}
.blog_first_article .article-card-wrapper {
  width: 100%;
}
.blog_articles_column .card.article-card,
.blog .card.article-card {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  text-align: left !important;
  padding: 20px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  gap: 20px;
  border-radius: 40px;
}
.blog-articles.blog_articles_column.blog-articles--collage {
  display: flex;
  flex-direction: column;
}
.blog_first_article {
  border-radius: 20px;
  padding: 40px;
  background: #0f2c4d;
  height: max-content;
  color: #fff;
}
.blog_first_article * {
  color: white;
}
.card__inner,
.blog .card__inner {
  border-radius: 20px !important;
  overflow: hidden;
}
.custom_article_tag {
  width: max-content;
  padding: 3px 13px 6px 13px;
  color: #0f2c4d;
  background: #a8d6dd;
  text-transform: uppercase;
  border-radius: 10px;
  line-height: 1;
}
.article_card_extras {
  margin-bottom: 15px;
  display: flex;
  column-gap: 40px;
  align-items: center;
}
.metafield_read {
  margin-left: 0px;
}
.article-card__info.caption-with-letter-spacing {
  margin-right: 30px;
}
.custom_blog_articles_wrapper .article-card__excerpt.rte-width {
  display: none;
}
.blog_articles_column .card__inner,
.blog .card__inner {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.blog_articles_column .card:hover .card__inner,
.blog .card:hover .card__inner {
  opacity: 1;
}
.article_card_extras * {
  font-size: 16px;
  font-family: VC Cardinal Regular;
}
.blog_articles_column .card.article-card:hover {
  background: #d9e8e4;
  border: 2px solid #0f2c4d;
  transition: all 0.3s ease;
}
.card__heading {
  margin-top: 30px;
}
.blog_articles_column .article-card-wrapper,
.blog .article-card-wrapper {
  border-top: 1px solid #0c1b311f;
}
.blog_articles_column .article-card-wrapper:hover {
  border-color: transparent;
}
.custom_blog_title {
  font-family: VC Cardinal Regular;
}
.custom_blog_title strong {
  font-size: 90px;
  line-height: 1;
  text-transform: lowercase;
  font-family: Mocean Bold;
  text-shadow: 0px 15px 0px #a8d6dde0;
}
.article_card_extras {
  flex-wrap: wrap;
  row-gap: 7px;
}
.blog_articles_column .blog-articles__article:last-child .article-card-wrapper {
  border-bottom: 1px solid #0c1b311f;
}
.blog_articles_column
  .blog-articles__article:last-child
  .article-card-wrapper:hover {
  border-color: transparent;
}
@media (min-width: 951px) {
  .blog_first_article {
    transform: translatey(150px);
  }
  .custom_blog_title {
    width: max-content;
    transform: translatey(120px);
  }
  .custom_blog_title strong {
    font-size: 90px;
    line-height: 1;
    text-transform: lowercase;
    font-family: Mocean Bold;
    text-shadow: 0px 15px 0px #a8d6dde0;
  }
  .main-blog {
    padding-top: 0 !important;
    margin-top: -120px;
  }
}
@media (max-width: 950px) {
  .article_card_extras {
    flex-wrap: wrap;
  }
  .blog-articles.blog_articles_column.blog-articles--collage {
    width: 100%;
    margin-top: 10px;
  }
  .blog_first_article {
    width: 100%;
  }
  .custom_blog_articles_wrapper {
    flex-wrap: wrap;
  }
  .blog_first_article {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .blog_articles_column .card .card__inner,
  .blog .card .card__inner {
    display: none;
  }
  .blog_articles_column .article_card_extras,
  .blog .article_card_extras {
    justify-content: space-between;
  }
  .blog_articles_column .card__heading.h2,
  .blog_first_article .card__heading.h2,
  .blog .card__heading.h2 {
    font-size: 30px;
  }
  .main-blog.page-width {
    padding-left: 0;
    padding-right: 0;
  }
  .blog_first_article {
    border-radius: 0;
  }
  .blog_articles_column .card.article-card {
    border-radius: 0;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  .blog .card__content,
  .blog .card__inner {
    width: 100%;
  }
}
/* Home Image WIth Text CSS */

.home_image_content_wrapper {
  max-width: 40%;
}
.home_image_content_wrapper .rich_text_heading {
  max-width: 400px;
  width: 100%;
}
.home_image_content_wrapper .custom_rich_text_description {
  width: 100%;
}
.home_image_content_wrapper {
  max-width: 800px;
  width: 40%;
  margin-right: 60px;
  margin-left: auto;
  padding-left: 5rem;
}
.sliding_image_wrapper img {
  width: 100%;
}
.home-image-with-text-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom_home_image_text_right {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.swiper-slide.custom_home_image_text {
  opacity: 0 !important;
}
.swiper-slide.custom_home_image_text.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active {
  opacity: 1 !important;
}
.custom_home_image_text_right,
.custom_home_image_text_right * {
  line-height: 1;
}
.custom_home_image_text_right .custom_bg_borders {
  z-index: -1;
}
.custom_home_image_text_right .custom_bg_borders_inner {
  border-right: 100px solid;
}
.custom_home_image_text_right .custom_bg_borders {
  bottom: -100px;
}
.custom_home_image_text_right .custom_bg_borders_inner.custom_bg_borders_2 {
  margin-right: 16px;
}
.custom_floating_link {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 1700px) {
  .home_image_content_wrapper {
    margin-left: unset;
    margin-right: auto;
  }
}
@media (max-width: 1200px) {
  .custom_home_image_text_right .custom_bg_borders {
    bottom: -200px;
  }
}
@media (max-width: 990px) {
  .custom_image_banner_home_links {
    display: none;
  }
}
@media (max-width: 928px) {
  .home-image-with-text-wrapper {
    flex-direction: column;
  }
  .home_image_content_wrapper {
    margin: auto;
    text-align: center;
  }
  .home_image_content_wrapper {
    width: 100%;
  }
  .home_image_content_wrapper .rich_text_heading {
    margin: auto;
  }
  .home_image_content_wrapper {
    margin: auto;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .custom_home_image_text_right {
    width: 100%;
  }
  .home_image_content_wrapper {
    padding: 0px 2.5rem;
  }
}
@media (max-width: 480px) {
  .custom_home_image_text_right .custom_bg_borders {
    bottom: -150px;
  }
  .custom_home_image_text_right .custom_bg_borders_inner {
    border-right: 60px solid;
  }
  .sliding_image_wrapper img {
    width: 100%;
    object-fit: cover;
    min-width: 550px;
    display: flex;
    margin-left: -70px;
  }
}
@media (max-width: 420px) {
  .sliding_image_wrapper img {
    margin-left: -120px;
  }
}

/* Finishing CSS */

.custom_home_banner_heading p {
  /* font-family: VC Cardinal Light; */
}
.custom_home_banner_heading strong {
  /* font-family: VC Cardinal Bold; */
  font-weight: 400 !important;
}
.custom_home_banner_description strong,
.icon_and_text_title {
  font-family: VC Cardinal SemiBold;
}
.custom_button,
.custom_button_underline,
.custom_home_banner_description {
  font-family: VC Cardinal medium;
  font-weight: unset;
}
.custom_block_number {
  font-family: VC Cardinal medium;
}
.custom_icon_and_text_item.default_active .icon_and_text_title p {
  font-family: VC Cardinal medium;
  font-weight: unset !important;
}
.icon_and_text_title {
  font-weight: unset;
}
.custom_rich_title.h0 {
  /* font-family: VC Cardinal Regular; */
  letter-spacing: 2px;
}
.custom_rich_text_description_inner {
  font-family: VC Cardinal medium;
}
.custom_rich_subheading {
  font-weight: unset;
  font-family: VC Cardinal Light;
}
.custom_marquee_text.h3 p,
.right_bottom_description,
.custom_note p {
  font-family: VC Cardinal medium;
}
.right_bottom_description strong,
.card__heading.h2,
.custom_rich_text_description_inner strong,
.product_button_mobile {
  font-family: VC Cardinal SemiBold;
}
.custom_note em {
  font-family: VC Cardinal light-italic;
  font-style: normal;
}
.footer-block__details-content.list-unstyled a,
.contact_page_text {
  font-family: VC Cardinal medium;
  font-weight: unset !important;
}
.footer-block__details-content.rte em {
  font-family: VC Cardinal light-italic;
  font-style: normal;
  font-weight: 300;
}
.header__menu-item span {
  font-family: VC Cardinal medium;
  text-decoration: none !important;
  color: rgb(var(--color-foreground));
}
.article-template__title {
  font-family: VC Cardinal Light;
}
.article-template__title strong {
  font-family: VC Cardinal Bold;
  font-weight: normal;
}
.heading_desktop_contact.mobile_hide h2 {
  font-family: VC Cardinal Light;
}
.form_radio_buttons input + label {
  font-family: VC Cardinal medium;
}
.custom_contact_icon_text_inner p,
.product_main_title,
.flavour_button,
.image-with-text__text.rte.body p {
  font-family: VC Cardinal medium;
}
.product_floating_image img {
  animation: rotateTranslate3 10s linear infinite;
}
.reviews_count strong,
.table_item.serving_size,
.amount_per_serving,
.table_item.calories.h1,
.blog__title {
  font-family: VC Cardinal SemiBold;
  font-weight: normal;
}
.image-with-text__text.image-with-text__text--caption.subtitle.subtitle--large {
  letter-spacing: 3px;
}
.image-with-text__text.rte.body p em {
  font-style: normal;
  font-family: VC Cardinal light-italic;
  font-size: 14px;
}
.table_item {
  font-family: VC Cardinal Bold;
  font-weight: normal;
}
.tablesub_item .table_item {
  font-family: VC Cardinal medium;
}
.image-with-text__text.image-with-text__text--caption {
  color: rgb(var(--color-foreground));
}
.article-card .card__heading {
  text-align: left;
}
.blog .card__content,
.blog .card__inner {
  width: 50%;
}
.blog .card__inner {
  max-width: 400px;
  box-shadow: -20px 20px #a8d6dd80;
}
.blog .article-card-wrapper .card {
  transition: all 0.3s ease;
}
.blog .article-card-wrapper {
  transition: all 0.3s ease;
}
.blog .article-card-wrapper:hover .card {
  background: #d9e8e4;
}
.blog .article-card-wrapper:hover {
  border: 0;
}
.back_to_top_footer.mobile_hide {
  width: 5%;
}
.back_to_top_footer.mobile_hide {
  width: 5%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
html {
  scroll-behavior: smooth;
}

@media (max-width: 749px) {
  .back_to_top_footer.mobile_hide {
    display: none;
  }
  .custom_product_main_image_wrapper img {
    min-height: 400px;
  }
}
@media (min-width: 750px) {
  .article-template__title {
    font-size: 55px;
  }
  .custom_icon_and_text-outter {
    padding-left: 5rem;
  }
  .custom_footer_contact.desktop_hide {
    display: none;
  }
  .custom_product_main_image_wrapper img {
    min-height: 600px;
  }
}
.custom_rich_text_outter.desktop_hide {
  background: linear-gradient(
    106.73deg,
    rgba(217, 232, 228, 0.4) 14.08%,
    rgba(221, 226, 208, 0.4) 44.79%,
    rgba(245, 195, 105, 0.4) 103.09%
  );
}

/* Hidden Page CSS */

.page-width.hidden_page_outter.about_us_header.page-width-narrow {
  width: 100% !important;
  max-width: 140rem;
  justify-content: space-between;
  align-items: unset;
}
.page-width.hidden_page_outter.about_us_header.page-width-narrow
  .about_us_header_inner {
  margin: unset;
  width: 60%;
  transform: unset;
}
.video_or_text_wrapper {
  background: #eaf4ec;
  border-radius: 20px;
  box-shadow: -50px 50px #a8d6dd66;
  position: relative;
  z-index: 1;
  width: 35%;
  transform: translateY(50%);
}
.custom_text_hidden_page {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  font-family: VC Cardinal SemiBold;
  overflow: hidden;
}
.video_or_text_wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.video_wrapper {
  height: 100%;
  position: relative;
  cursor: pointer;
}
.playPauseBtn svg {
  position: absolute;
  top: 51%;
  left: 53%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
}
.playPauseBtn {
  position: absolute;
  top: 50%;
  left: 47%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  border: none;
  transition: all 1s ease;
  min-width: unset;
  box-shadow: none;
  background: linear-gradient(0deg, #091e37, #091e37),
    radial-gradient(
      38.85% 45.37% at 14.32% 17.59%,
      rgba(224, 238, 254, 0.16) 0%,
      rgba(13, 43, 77, 0.2) 100%
    ),
    linear-gradient(
      233.13deg,
      rgba(187, 219, 255, 0.176) 10.07%,
      rgba(13, 43, 77, 0.2) 31.8%
    );
}
.playPauseBtn svg path {
  fill: white;
}
@media (max-width: 1700px) {
  .page-width.hidden_page_outter.about_us_header.page-width-narrow
    .about_us_header_inner
    strong {
    font-size: 10vw;
  }
}
@media (max-width: 950px) {
  .page-width.hidden_page_outter.about_us_header.page-width-narrow
    .about_us_header_inner {
    width: 100%;
  }
  .video_or_text_wrapper {
    width: 100%;
    transform: translateY(0);
    margin-top: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    box-shadow: none;
  }
  .custom_text_hidden_page {
    padding: 20px;
  }
  .page-width.hidden_page_outter.about_us_header.page-width-narrow {
    flex-wrap: wrap;
  }
  .page-width.hidden_page_outter.about_us_header.page-width-narrow
    .about_us_header_inner
    strong {
    font-size: 60px;
  }
}
body {
  font-family: VC Cardinal Regular;
}

/* Revisions CSS */

.custom_home_banner_heading p {
  line-height: 1;
}
.custom_home_banner_heading h1 p {
  margin-bottom: 0px !important;
}
#shopify-section-template--22737961287981__product_main_secion_rxhamU
  .custom_product_main_image_wrapper {
  transform: scale(1.5) translateY(12%) translateX(-8%);
}
.image-with-text__media--adapt img {
  position: absolute;
  height: 100%;
  object-fit: contain;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.image-with-text__media--adapt_relative {
  position: relative;
}
.image-with-text__text-item.grid__item > div {
  background: transparent !important;
}
.about_us_recommendation_inner.def_page_width {
  max-width: var(--page-width) !important;
}
.about_us_recommendation_inner .about_us_product_item {
  z-index: 1;
}
.about_us_recommendation_inner .about_us_product_item:nth-child(2) {
  z-index: 2;
}
.about_us_recommendation_inner .about_us_product_item:nth-child(4) {
    border-radius: 20px;
    overflow: hidden;
}
@media screen and (min-width: 750px) and (max-width: 1600px) {
  .custom_home_banner_image_2 {
    left: 15%;
    width: 45vw;
  }
}
@media (min-width: 650px) and (max-width: 850px) {
  .custom_home-banner_inner .custom_home_banner_links {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
}
@media (max-width: 850px) {
  .custom_rich_text_outter .custom_button_underline svg {
    margin-left: 40px;
  }
}
@media (max-width: 750px) {
  .custom_home-banner_inner .custom_button_underline svg {
    margin-left: 40px;
  }
}
.sliding_image_wrapper img {
  margin-left: unset !important;
  min-width: unset !important;
}
@media (min-width: 990px) {
  .custom_rich_text_outter
    .custom_home_banner_links.custom_image_banner_home_links {
    margin-top: 3vw;
  }
}
.back_to_top_footer.mobile_hide:hover a {
  transform: translateY(-30px);
}
.back_to_top_footer.mobile_hide a {
  transition: all 0.3s ease;
}
@media (min-width: 1099px) {
  .custom_image_with_text_image_wrapper {
    transform: scale(0.7) translateY(-10%);
  }
  .custom_image_with_text .image-with-text {
    margin-bottom: -15%;
  }
}
@media (max-width: 1099px) {
  .image-with-text__text.desktop_hide.rte.body {
    display: block !important;
  }
}
@media (min-width: 750px) and (max-width: 1099px) {
  .custom_image_with_text_image_wrapper {
    margin-bottom: -25%;
  }
}
@media (min-width: 1160px) {
  .custom_image_with_text .image-with-text {
    margin-bottom: -20%;
    margin-top: -5% !important;
  }
}
@media (max-width: 768px) {
  .tooltip_custom {
    opacity: 1 !important;
    position: unset;
    background: transparent;
    font-family: VC Cardinal Regular;
    font-weight: normal;
    padding: 0;
    padding-left: 5px;
  }
  .tooltip_custom:after {
    content: none !important;
  }
  .character + .tooltip_custom {
    width: 30px;
    height: 30px;
    display: inline-block;
    min-width: unset;
  }
  .tooltip_wrapper.tooltip_wrapper_image .tooltip_custom {
    transform: none;
    margin-right: 5px;
    padding-left: 2px;
  }
  .tooltip_wrapper.tooltip_wrapper_image {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .tooltip_custom img {
    border-radius: 50px;
  }
  .custom_contact_outter .custom_contact_floating_image {
    max-width: 250px;
    bottom: -10%;
    left: 10%;
  }
  .contact {
    overflow: hidden;
  }
}
input,
textarea {
  font-family: VC Cardinal medium !important;
  font-weight: 500 !important;
}
@media (max-width: 600px) {
  .title--primary.custom_blog_title {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.custom_home_banner_outter {
  overflow: hidden;
}
.copyright__content.custom_copy_right {
  text-transform: unset;
}

/* New Font Settings */

.custom_home_banner_heading {
    text-transform: uppercase;
}
.custom_rich_title {
  text-transform: uppercase;
}
.custom_rich_title strong {
  text-transform: none;
}
.footer-Contact_details h2 {
  font-family: 'VC Cardinal Regular';
  text-decoration-thickness: 1px;
}
.footer-Contact_details 1 {
  text-decoration-thickness: 2px;
}
.footer-block__heading.inline-richtext {
  font-family: 'VC Cardinal Regular';
}
.about_us_header_inner, .custom_blog_title * {
  font-family: var(--font-heading-family) !important;
  text-transform: uppercase;
}
.custom_blog_title  strong {
  color: #69c7c8;
  text-transform: uppercase !important;
}
.article-template__title, .heading_desktop_contact .title, .contact_form_left strong, .contact_left_bottom_header *, .product_main_title, .image-with-text__heading {
  text-transform: uppercase;
  font-family: var(--font-heading-family) !important;
  font-weight: 400;
}
.article-template__title strong {
  color: #69c7c8;
  font-family: var(--font-heading-family) !important;
  font-weight: 400;
}
.about_us_header_inner strong {
  line-height: 1.4;
}
.variety_pack_settings .custom_product_main_image_wrapper img {
  object-fit: contain;
}
@media(min-width: 900px){
  
  .variety_pack_settings .custom_product_main_image_wrapper {
    transform: scale(1.1) translateY(25%);
    max-width: 85%;
  }
  .variety_pack_settings .custom_product_main_section_inner > .custom_product_main_images {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

@media(max-width: 900px){
  .variety_pack_settings .custom_product_main_image_wrapper img {
      min-height: 300px;
  }
  .variety_pack_settings .custom_bottom_borders.custom_product_borders {
      height: auto !important;
      bottom: 8%;
  }
  .variety_pack_settings .custom_product_main_image_wrapper {
      transform: scale(1.1) translateY(15%);
      width: 100%;
      max-width: 650px;
  }
}
@media(max-width: 750px){
  .tooltip_wrapper.tooltip_wrapper_image .tooltip_custom {
    display: none;
  }
}
@media(min-width: 900px) and (max-width: 1420px){
  .flavour_icon {
    width: 30px;
    height: 30px;
  }
  .flavour_button {
    font-size: 16px;
  }
  .custom_product_main-content {
    padding-left: 40px;
    width: 50%;
  }
  .variety_pack_settings .custom_product_main_image_wrapper  {
    position: sticky;
    bottom: -20px;
    transform: scale(1.1) translateY(15%);
    max-width: 100%;
  }
}
@media(min-width: 900px) and (max-width: 1120px){
  
}

/* Revisions 13-11-2025 */

.cart-item__image {
  max-height: 100px;
  max-width: 100px;
  object-fit: contain;
}
.cart-item__image-container.global-media-settings {
  border: 0;
}
.cart-count-bubble {
  color: white !important;
}
.custom_header_button.mobile_hide {
  margin-right: 10px;
}
.announcement-bar__message.h5 {
  font-weight: 600 !important;
  font-family: VC Cardinal Regular;
  font-size: 16px;
}
.card-wrapper.product-card-wrapper img {
  object-fit: contain !important;
  padding: 20px;
}
.product-card-wrapper .card__heading {
  font-size: 24px;
}
.klaviyo-form > div {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  height: 100%;
}
form.klaviyo-form {
  padding-bottom: 0 !important;
}
.article-template__content p, .article-template__content ul {
  font-family: 'VC Cardinal medium';
  font-size: 18px;
  color: #36527c;
}
.card--text > .card__content {
  display: none;
}
.card--text > .card__inner {
  opacity: 1;
}
.blog_first_article .card--text * {
  color: #0F2C4D;
}
.Teaser-pointer-Hn1zd {
  border: 1px solid rgb(var(--color-foreground)) !important;
}
@media(max-width: 750px){
  .card-wrapper.product-card-wrapper img {
    object-fit: contain !important;
    padding: 10px;
  }
  .product-card-wrapper .card__heading {
    font-size: 18px;
  }
}