@charset "UTF-8";
/**
 * Set up a decent box model on the root element
 */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 0 !important;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  padding: 0;
  margin: 0;
}

/**
 * Basic styles for links
 */
a {
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  text-decoration: none;
  color: black;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
  color: black;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
  background: transparent;
  overflow-x: hidden;
  padding-right: 0 !important;
  color: #322252;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body {
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}

body:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 100;
  background-color: rgba(11, 11, 11, 0.53);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.2s, opacity 0.2s ease;
  transition: visibility 0s 0.2s, opacity 0.2s ease;
}

body.overlay:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0s, opacity 0.2s ease;
  transition: visibility 0s, opacity 0.2s ease;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button, .phone {
  -webkit-appearance: none !important;
  margin: 0;
}

/* Firefox */
input[type=number], .phone {
  -moz-appearance: textfield;
}

footer {
  margin-top: auto;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-BlackItalic.eot");
  src: url("../fonts/Lato-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-BlackItalic.woff2") format("woff2"), url("../fonts/Lato-BlackItalic.woff") format("woff"), url("../fonts/Lato-BlackItalic.ttf") format("truetype"), url("../fonts/Lato-BlackItalic.svg#Lato-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-LightItalic.eot");
  src: url("../fonts/Lato-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-LightItalic.woff2") format("woff2"), url("../fonts/Lato-LightItalic.woff") format("woff"), url("../fonts/Lato-LightItalic.ttf") format("truetype"), url("../fonts/Lato-LightItalic.svg#Lato-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Black.eot");
  src: url("../fonts/Lato-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Black.woff2") format("woff2"), url("../fonts/Lato-Black.woff") format("woff"), url("../fonts/Lato-Black.ttf") format("truetype"), url("../fonts/Lato-Black.svg#Lato-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Light.eot");
  src: url("../fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Light.woff2") format("woff2"), url("../fonts/Lato-Light.woff") format("woff"), url("../fonts/Lato-Light.ttf") format("truetype"), url("../fonts/Lato-Light.svg#Lato-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.eot");
  src: url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype"), url("../fonts/Lato-Bold.svg#Lato-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-BoldItalic.eot");
  src: url("../fonts/Lato-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-BoldItalic.woff2") format("woff2"), url("../fonts/Lato-BoldItalic.woff") format("woff"), url("../fonts/Lato-BoldItalic.ttf") format("truetype"), url("../fonts/Lato-BoldItalic.svg#Lato-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Italic.eot");
  src: url("../fonts/Lato-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Italic.woff2") format("woff2"), url("../fonts/Lato-Italic.woff") format("woff"), url("../fonts/Lato-Italic.ttf") format("truetype"), url("../fonts/Lato-Italic.svg#Lato-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato Hairline";
  src: url("../fonts/Lato-HairlineItalic.eot");
  src: url("../fonts/Lato-HairlineItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-HairlineItalic.woff2") format("woff2"), url("../fonts/Lato-HairlineItalic.woff") format("woff"), url("../fonts/Lato-HairlineItalic.ttf") format("truetype"), url("../fonts/Lato-HairlineItalic.svg#Lato-HairlineItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.eot");
  src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype"), url("../fonts/Lato-Regular.svg#Lato-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato Hairline";
  src: url("../fonts/Lato-Hairline.eot");
  src: url("../fonts/Lato-Hairline.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Hairline.woff2") format("woff2"), url("../fonts/Lato-Hairline.woff") format("woff"), url("../fonts/Lato-Hairline.ttf") format("truetype"), url("../fonts/Lato-Hairline.svg#Lato-Hairline") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/**
 * Basic typography style for copy text
 */
.lato-black {
  font-family: "Lato";
  font-weight: 900;
  font-style: normal;
}

.lato-black-italic {
  font-family: "Lato";
  font-weight: 900;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato";
  font-weight: 300;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato";
  font-weight: 300;
  font-style: italic;
}

.lato-light {
  font-family: "Lato";
  font-weight: 300;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato";
  font-weight: bold;
  font-style: normal;
}

.lato-bold-italic {
  font-family: "Lato";
  font-weight: bold;
  font-style: italic;
}

.lato-italic {
  font-family: "Lato";
  font-weight: normal;
  font-style: italic;
}

.lato, body, .lato-regular {
  font-family: "Lato";
  font-weight: normal;
  font-style: normal;
}

.lato-hairline-italic {
  font-family: "Lato Hairline";
  font-weight: 300;
  font-style: italic;
}

.lato-hairline {
  font-family: "Lato Hairline";
  font-weight: 300;
  font-style: normal;
}

.sans-serif-bold {
  font-family: sans-serif;
  font-weight: bold;
  font-style: normal;
}

.menu {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  .menu {
    padding-left: 0;
    padding-right: 0;
  }
}

.custom-container {
  height: 100%;
}
@media screen and (max-width: 578px) {
  .custom-container {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.menu-desktop .nav-item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-desktop .nav-item:last-child::after {
  display: none;
}
.menu-desktop .nav-item .nav-link:focus {
  color: #595959 !important;
}
.menu-desktop .nav-item .nav-link {
  height: 81px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #595959 !important;
  text-decoration: none;
  font-weight: bold;
}
@media only screen and (max-width: 1021px) and (min-width: 768px) {
  .menu-desktop .nav-item .nav-link {
    font-size: 12px;
  }
}
.menu-desktop .nav-item .nav-link:hover, .menu-desktop .nav-item .nav-link:focus {
  color: #595959 !important;
  text-decoration: underline;
}
.menu-desktop .nav-link.active {
  color: black !important;
  text-decoration: underline;
}
@media only screen and (max-width: 1021px) and (min-width: 768px) {
  .menu-desktop .nav-link.active {
    font-size: 11px;
  }
}

.card-container-search.open {
  opacity: 1 !important;
  visibility: visible !important;
}

.card-container-search {
  position: absolute;
  width: calc(90% - 30px);
  margin: auto;
  left: 50%;
  top: calc(100% + 1px);
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.card-container-search .search-bar {
  margin-top: 15px;
}
.card-container-search .search-bar .card-menu {
  padding: 1em;
  background: #fff;
  border: 1px solid #b0afb5;
  will-change: transform;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  max-height: 80vh;
  overflow: auto;
  color: black;
}
.card-container-search .search-bar .card-menu form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-container-search .search-bar .card-menu form input {
  border: 3px solid #b0afb5;
  padding: 0.5em 0.8em;
  color: #595959;
  margin-right: 1em;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.card-container-search .search-bar .card-menu form button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 100%;
  cursor: pointer;
}
.card-container-search .search-bar .card-menu form button i {
  color: #fff;
  font-size: 20px;
  margin-right: 0.2em;
}

.menu-container {
  position: relative;
  z-index: 1000 !important;
}

#sticky-wrapper.is-sticky {
  z-index: 3 !important;
}

.container-logo {
  text-align: center;
}
.container-logo .logo {
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .container-logo .logo {
    width: 85%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .container-logo {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.menu__mobile-left {
  position: absolute;
  top: calc(100% + 22px);
  left: -100vw;
  width: 90vw;
  height: 100vh;
  background: #f6f2ec;
  z-index: 2;
  overflow-y: scroll;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 150px;
}
.menu__mobile-left .menu-mobile {
  text-align: center;
}
.menu__mobile-left .menu-mobile a {
  color: white;
  text-decoration: none !important;
  font-size: 18px;
}
.menu__mobile-left .menu-mobile a div {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: transparent;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.menu__mobile-left .menu-mobile a:hover div, .menu__mobile-left .menu-mobile a:focus div {
  background-color: #035e67;
}
@media screen and (min-width: 992px) {
  .menu__mobile-left {
    display: none;
  }
}

.menu__mobile-left.open {
  left: 0;
}

.bar-header a {
  color: white;
  text-decoration: none;
}
.bar-header a:hover, .bar-header a:focus {
  color: white;
  text-decoration: underline;
}
.bar-header a img {
  width: 15px;
  margin-right: 5px;
}
.bar-header a span {
  font-size: 16px;
  color: white;
}

.section-menu-mobile {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 40px;
  cursor: pointer;
  left: 5%;
}
.section-menu-mobile .btn-menu-mobile {
  width: 40px;
  height: 5px;
  background-color: #322252;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.section-menu-mobile .btn-menu-mobile::before, .section-menu-mobile .btn-menu-mobile::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 5px;
  background-color: #322252;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.section-menu-mobile .btn-menu-mobile::before {
  -webkit-transform: translateY(-12px);
      -ms-transform: translateY(-12px);
          transform: translateY(-12px);
}
.section-menu-mobile .btn-menu-mobile::after {
  -webkit-transform: translateY(12px);
      -ms-transform: translateY(12px);
          transform: translateY(12px);
}

.section-menu-mobile.open .btn-menu-mobile {
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
  background-color: transparent;
}
.section-menu-mobile.open .btn-menu-mobile::before {
  -webkit-transform: rotate(45deg) translate(35px, -35px);
      -ms-transform: rotate(45deg) translate(35px, -35px);
          transform: rotate(45deg) translate(35px, -35px);
}
.section-menu-mobile.open .btn-menu-mobile::after {
  -webkit-transform: rotate(-45deg) translate(35px, 35px);
      -ms-transform: rotate(-45deg) translate(35px, 35px);
          transform: rotate(-45deg) translate(35px, 35px);
}

.search {
  margin-right: 1rem;
}
@media screen and (max-width: 991px) {
  .search {
    display: none;
  }
}
.search a div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search a img {
  width: 25px;
}
.search a span {
  color: #322252;
}

.account a div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.account a img {
  width: 20px;
}
@media screen and (max-width: 767px) {
  .account a img {
    width: 24px;
  }
}
.account a span {
  color: #322252;
}
@media screen and (max-width: 767px) {
  .account a span {
    display: none;
  }
}

.custom-navbar-nav {
  margin-left: 5%;
  margin-right: 5%;
  width: 100%;
}

.search-mobile {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.search-mobile .form-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-mobile .form-search input {
  width: 85%;
  margin-right: 10px;
  border-radius: 0;
  border: 3px solid #edeae5;
  min-height: 45px;
}
.search-mobile .form-search button {
  width: 15%;
  border-radius: 5px !important;
  min-height: 45px;
}

.accordion-menu-mobile .card {
  border: 0 !important;
  background-color: transparent;
}
.accordion-menu-mobile .card .card-header {
  padding: 0;
  border: 0;
  margin-bottom: 0;
  background-color: transparent;
}
.accordion-menu-mobile .card .card-header a {
  border-bottom: 2.5px solid #e2e0dd;
  padding: 1.25rem;
  color: #595959;
  font-size: 18px;
  padding-left: 0;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accordion-menu-mobile .card .card-header a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion-menu-mobile .card .card-header [data-toggle=collapse] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.accordion-menu-mobile .card .card-header [data-toggle=collapse]::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  color: #595959;
  font-size: 24px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.accordion-menu-mobile .card .card-header [aria-expanded=true] {
  color: #322252;
}
.accordion-menu-mobile .card .card-header [aria-expanded=true]::after {
  content: "\f106";
  color: #322252;
}
.accordion-menu-mobile .card .card-body div {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.accordion-menu-mobile .card .card-body div a {
  text-transform: uppercase;
  color: #322252;
  text-decoration: none;
  font-weight: bold;
}

.follow-us {
  border-bottom: 2.5px solid #e2e0dd;
  padding-bottom: 1.5rem;
  margin-top: 130px;
}
.follow-us img {
  max-width: 40px;
}

.contact-mobile {
  padding-top: 2rem;
}
.contact-mobile .phone .icon,
.contact-mobile .home .icon {
  margin-right: 10px;
}
.contact-mobile .phone .icon i,
.contact-mobile .home .icon i {
  font-size: 34px;
}
.contact-mobile .phone .info p,
.contact-mobile .home .info p {
  margin-bottom: 0;
}
.contact-mobile .phone .info p strong,
.contact-mobile .home .info p strong {
  font-weight: bold;
}
.contact-mobile .phone .info p a,
.contact-mobile .home .info p a {
  color: #322252;
  text-decoration: none;
}
.contact-mobile .phone .info p a:hover, .contact-mobile .phone .info p a:focus,
.contact-mobile .home .info p a:hover,
.contact-mobile .home .info p a:focus {
  color: #322252;
  text-decoration: underline;
}
.contact-mobile .phone .info span,
.contact-mobile .home .info span {
  color: #595959;
  font-size: 14px;
}

.nav-item {
  position: relative;
}
.nav-item:hover .desktop-dropdown {
  visibility: visible;
  -webkit-transition: 0.2s linear, opacity 0.15s linear;
  transition: 0.2s linear, opacity 0.15s linear;
  opacity: 1;
}
.nav-item .desktop-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 70vw;
  background: #fff;
  z-index: 100;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.1), 0px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.1), 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 10px 10px;
  padding: 26px 50px 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.2s linear, opacity 0.15s linear;
  transition: visibility 0.2s linear, opacity 0.15s linear;
}
.nav-item .desktop-dropdown a:hover {
  text-decoration: none;
}
.nav-item:nth-child(1) .desktop-dropdown {
  -webkit-transform: translate(-28%);
      -ms-transform: translate(-28%);
          transform: translate(-28%);
  width: 90vw;
  max-width: 1200px;
  padding: 26px 50px 20px;
}

.bar-footer {
  text-align: center;
}
.bar-footer h1, .bar-footer h2, .bar-footer h3, .bar-footer h4, .bar-footer h5, .bar-footer h6 {
  margin-bottom: 0;
  color: white;
}
.bar-footer a {
  color: white;
  text-decoration: underline;
}
.bar-footer a:hover, .bar-footer a:focus {
  color: white;
  text-decoration: none;
}

.newsletter a {
  text-decoration: underline;
}
.newsletter a:hover, .newsletter a:focus {
  text-decoration: none;
}
.newsletter h1, .newsletter h2, .newsletter h3, .newsletter h4, .newsletter h5, .newsletter h6 {
  color: #322252;
  font-weight: bold;
}
.newsletter .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .newsletter .social-media {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.newsletter .social-media img {
  width: 30px;
  margin-right: 15px;
}
.newsletter .form-newsletter input[type=text], .newsletter .form-newsletter input[type=email] {
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid black;
  color: #322252;
}
.newsletter .form-newsletter input[type=text]::-webkit-input-placeholder, .newsletter .form-newsletter input[type=email]::-webkit-input-placeholder {
  color: #322252;
}
.newsletter .form-newsletter input[type=text]::-moz-placeholder, .newsletter .form-newsletter input[type=email]::-moz-placeholder {
  color: #322252;
}
.newsletter .form-newsletter input[type=text]:-ms-input-placeholder, .newsletter .form-newsletter input[type=email]:-ms-input-placeholder {
  color: #322252;
}
.newsletter .form-newsletter input[type=text]::-ms-input-placeholder, .newsletter .form-newsletter input[type=email]::-ms-input-placeholder {
  color: #322252;
}
.newsletter .form-newsletter input[type=text]::placeholder, .newsletter .form-newsletter input[type=email]::placeholder {
  color: #322252;
}

footer .column-list h1, footer .column-list h2, footer .column-list h3, footer .column-list h4, footer .column-list h5, footer .column-list h6 {
  font-weight: bold;
  color: white;
}
footer .column-list h1:after, footer .column-list h2:after, footer .column-list h3:after, footer .column-list h4:after, footer .column-list h5:after, footer .column-list h6:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: #fff;
  margin-top: 10px;
}
footer .column-list ul {
  list-style: none;
}
footer .column-list ul li {
  margin-bottom: 0.5rem;
}
footer .column-list ul li a {
  color: white;
  text-decoration: none;
}
footer .column-list ul li a:hover, footer .column-list ul li a:focus {
  color: white;
  text-decoration: underline;
}
footer .column-list .phone .icon, footer .column-list .home .icon {
  margin-right: 10px;
}
footer .column-list .phone .icon i, footer .column-list .home .icon i {
  font-size: 20px;
  color: white;
}
footer .column-list .phone .info p, footer .column-list .home .info p {
  color: white;
  margin-bottom: 0;
}
footer .column-list .phone .info p strong, footer .column-list .home .info p strong {
  font-weight: bold;
}
footer .column-list .phone .info p a, footer .column-list .home .info p a {
  color: white;
  text-decoration: none;
}
footer .column-list .phone .info p a:hover, footer .column-list .phone .info p a:focus, footer .column-list .home .info p a:hover, footer .column-list .home .info p a:focus {
  color: white;
  text-decoration: underline;
}
footer .column-list .phone .info span, footer .column-list .home .info span {
  color: white;
  font-size: 14px;
}

.medical-supervision {
  text-align: center;
}
.medical-supervision * {
  color: white;
}
.medical-supervision h1, .medical-supervision h2, .medical-supervision h3, .medical-supervision h4, .medical-supervision h5, .medical-supervision h6 {
  margin-bottom: 15px;
}
.medical-supervision p {
  line-height: 2;
}

.links-disclaimer {
  text-align: center;
}
.links-disclaimer a {
  color: white;
  text-decoration: underline;
}
.links-disclaimer a:hover, .links-disclaimer a:focus {
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .logo-footer {
    max-width: 60%;
  }
}

.accordion-footer .card {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: transparent;
  border-bottom: 1px solid #92C0E1 !important;
}
.accordion-footer .card:last-child {
  border-bottom: 0 !important;
}
.accordion-footer .card .card-header {
  padding: 0;
  border: 0;
  margin-bottom: 0;
  background-color: transparent;
}
.accordion-footer .card .card-header button {
  padding: 1.25rem;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-left: 0;
  text-decoration: none;
  border-radius: 0;
}
.accordion-footer .card .card-header button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion-footer .card .card-header h1, .accordion-footer .card .card-header h2, .accordion-footer .card .card-header h3, .accordion-footer .card .card-header h4, .accordion-footer .card .card-header h5, .accordion-footer .card .card-header h6 {
  padding: 1.25rem;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-left: 0;
  text-decoration: none;
  border-radius: 0;
  margin-bottom: 0;
}
.accordion-footer .card .card-header h1::after, .accordion-footer .card .card-header h2::after, .accordion-footer .card .card-header h3::after, .accordion-footer .card .card-header h4::after, .accordion-footer .card .card-header h5::after, .accordion-footer .card .card-header h6::after {
  margin-top: 15px;
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  height: 4px;
  background: #fff;
}
.accordion-footer .card .card-body-mobile {
  padding-left: 0 !important;
}
.accordion-footer .card .card-body ul {
  list-style: none;
}
.accordion-footer .card .card-body ul li {
  text-align: center;
  margin-bottom: 1rem;
}
.accordion-footer .card .card-body ul li a {
  color: white;
  font-size: 18px;
}
.accordion-footer .card .card-body .phone .icon, .accordion-footer .card .card-body .home .icon {
  margin-right: 10px;
}
.accordion-footer .card .card-body .phone .icon i, .accordion-footer .card .card-body .home .icon i {
  font-size: 20px;
  color: white;
}
.accordion-footer .card .card-body .phone .info p, .accordion-footer .card .card-body .home .info p {
  color: white;
  margin-bottom: 0;
}
.accordion-footer .card .card-body .phone .info p strong, .accordion-footer .card .card-body .home .info p strong {
  font-weight: bold;
}
.accordion-footer .card .card-body .phone .info p a, .accordion-footer .card .card-body .home .info p a {
  color: white;
  text-decoration: none;
}
.accordion-footer .card .card-body .phone .info p a:hover, .accordion-footer .card .card-body .phone .info p a:focus, .accordion-footer .card .card-body .home .info p a:hover, .accordion-footer .card .card-body .home .info p a:focus {
  color: white;
  text-decoration: underline;
}
.accordion-footer .card .card-body .phone .info span, .accordion-footer .card .card-body .home .info span {
  color: white;
  font-size: 14px;
}

.social-media-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .social-media-2 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.social-media-2 a {
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  text-decoration: none;
}
.social-media-2 a:hover, .social-media-2 a:focus {
  text-decoration: none;
}
.social-media-2 a:hover .facebook, .social-media-2 a:hover .fb, .social-media-2 a:hover .twitter, .social-media-2 a:hover .tw, .social-media-2 a:hover .yt, .social-media-2 a:hover .ig, .social-media-2 a:hover .ink, .social-media-2 a:focus .facebook, .social-media-2 a:focus .fb, .social-media-2 a:focus .twitter, .social-media-2 a:focus .tw, .social-media-2 a:focus .yt, .social-media-2 a:focus .ig, .social-media-2 a:focus .ink {
  background-color: #4267B2;
}
.social-media-2 a:hover .facebook::after, .social-media-2 a:hover .fb::after, .social-media-2 a:hover .twitter::after, .social-media-2 a:hover .tw::after, .social-media-2 a:hover .yt::after, .social-media-2 a:hover .ig::after, .social-media-2 a:hover .ink::after, .social-media-2 a:focus .facebook::after, .social-media-2 a:focus .fb::after, .social-media-2 a:focus .twitter::after, .social-media-2 a:focus .tw::after, .social-media-2 a:focus .yt::after, .social-media-2 a:focus .ig::after, .social-media-2 a:focus .ink::after {
  color: white;
}
.social-media-2 .facebook, .social-media-2 .fb {
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  background-color: white;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-media-2 .facebook::after, .social-media-2 .fb::after {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  content: "\f39e";
  color: black;
  font-size: 20px;
}
.social-media-2 .twitter, .social-media-2 .tw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-media-2 .twitter::after, .social-media-2 .tw::after {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  content: "\f081";
  color: white;
  font-size: 20px;
}
.social-media-2 .yt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-media-2 .yt::after {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  content: "\f167";
  color: white;
  font-size: 20px;
}
.social-media-2 .ig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-media-2 .ig::after {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  content: "\e055";
  color: white;
  font-size: 20px;
}
.social-media-2 .ink {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-media-2 .ink::after {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  content: "\f08c";
  color: white;
  font-size: 20px;
}

.cs-message {
  position: absolute;
  padding: 1em 1.5em;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cs-message h2 {
  font-weight: bold;
  font-size: 1.5em;
}

.btn-template-1 {
  background-color: #322252;
  border-color: #322252;
  color: white;
  text-decoration: none !important;
  text-transform: uppercase;
  border-radius: 30px;
}
.btn-template-1:hover, .btn-template-1:focus {
  background-color: #9385AF;
  border-color: #9385AF;
  color: white;
}

.btn-template-2 {
  background-color: white;
  border-color: #E32719;
  border-width: 2px;
  color: #E32719;
  font-weight: bold;
  text-decoration: none !important;
  text-transform: uppercase;
  border-radius: 30px;
}
.btn-template-2:hover, .btn-template-2:focus {
  background-color: #E32719;
  border-color: #E32719;
  color: white;
}

.btn-template-3 {
  background-color: #E32719;
  border-color: #E32719;
  color: white;
  text-transform: uppercase;
  border-radius: 30px;
}
.btn-template-3:hover, .btn-template-3:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #E32719;
  border-color: #E32719;
  color: white;
  text-decoration: none !important;
}

.btn-template-4 {
  background-color: #E32719;
  border-color: #E32719;
  color: white;
  text-transform: uppercase;
  border-radius: 30px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-template-4:hover, .btn-template-4:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #E32719;
  border-color: #E32719;
  color: white;
  text-decoration: none !important;
}
.btn-template-4::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f07a";
  color: white;
  font-size: 16px;
  margin-right: 10px;
}

.btn-template-5 {
  background-color: white;
  border-color: #E32719;
  border-width: 2px;
  color: black;
  text-decoration: none !important;
  font-size: 12px;
  border-radius: 30px;
}
.btn-template-5 img {
  margin-top: 2.5px;
  max-width: 70px;
}
.btn-template-5:hover, .btn-template-5:focus {
  background-color: #E32719;
  border-color: #E32719;
  color: white;
}

.btn-template-6 {
  background-color: #0F9BC7;
  border-color: #0F9BC7;
  color: white;
  text-decoration: none !important;
  text-transform: uppercase;
  border-radius: 30px;
}
.btn-template-6:hover, .btn-template-6:focus {
  background-color: #0F9BC7;
  border-color: #0F9BC7;
  color: white;
}

.btn-template-7 {
  background-color: #322252;
  border-color: #322252;
  color: white;
  text-decoration: none !important;
  text-transform: uppercase;
  border-radius: 30px;
}
.btn-template-7:hover, .btn-template-7:focus {
  background-color: #322252;
  border-color: #322252;
  color: white;
}

.btn-nutritional {
  color: #322252;
  font-weight: bold;
  border-bottom: 1px solid;
  text-decoration: none;
}
.btn-nutritional:hover, .btn-nutritional:focus {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.btn-template-8 {
  background-color: #E32719;
  border-color: #E32719;
  color: white;
  text-transform: uppercase;
  border-radius: 30px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 16px;
  min-height: 43px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-template-8:hover, .btn-template-8:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #ce2519;
  border-color: #ce2519;
  color: white;
  text-decoration: none !important;
}
.btn-template-8::before {
  content: "";
  background-image: url("../img/np_map-pin_1177913_FFFFFF.svg");
  background-size: 100% 100%;
  width: 30px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
}

.btn-template-9 {
  background-color: white;
  border-color: #E32719;
  border-width: 2px;
  color: #E32719;
  font-weight: bold;
  text-decoration: none !important;
  text-transform: uppercase;
  border-radius: 30px;
  min-height: 43px;
}
.btn-template-9:hover, .btn-template-9:focus {
  background-color: #E32719;
  border-color: #E32719;
  color: white;
}
.btn-template-9:hover::before, .btn-template-9:focus::before {
  color: white;
}
.btn-template-9::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f07a";
  color: #E32719;
  font-size: 16px;
  margin-right: 10px;
}

@media screen and (min-width: 992px) {
  #externalModal .modal-dialog {
    max-width: 650px !important;
  }
}
#externalModal .modal-content {
  border-radius: 0;
  background-color: #165C7D;
  border-top: 5px solid orange;
  border-left: 0;
  border-bottom: 0;
  border-right: 0;
}
#externalModal .close {
  opacity: 1;
  text-shadow: none;
  color: white;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#externalModal .close #icon {
  font-size: 65px !important;
  line-height: 0.6;
}
#externalModal .close span {
  font-size: 12px;
}
#externalModal .modal-body h1, #externalModal .modal-body h2, #externalModal .modal-body h3, #externalModal .modal-body h4, #externalModal .modal-body h5, #externalModal .modal-body h6 {
  color: white;
}

.nutritional-facts#nf-1 {
  border: 1px solid black;
  float: left;
  width: 300px;
  padding: 0.5rem;
  font-family: sans-serif;
}

.nutritional-facts table {
  border-collapse: collapse;
}

.nutritional-facts .nutritional-facts-title {
  font-weight: bold;
  font-size: 36px;
  margin: 0 0 0.25rem 0;
  border-bottom: 1px solid black;
}

.nutritional-facts .nutritional-facts-header {
  border-bottom: 10px solid black;
  padding: 0 0 0.25rem 0;
  margin: 0 0 0.5rem 0;
}

.nutritional-facts .nutritional-facts-header p {
  margin: 0;
}

.nutritional-facts .nutritional-facts-table {
  width: 100%;
  font-size: 13px;
}

.nutritional-facts .nutritional-facts-table thead tr th,
.nutritional-facts .nutritional-facts-table thead tr td {
  border: 0;
}

.nutritional-facts .nutritional-facts-table tr th,
.nutritional-facts .nutritional-facts-table tr td {
  font-weight: normal;
  text-align: left;
  padding: 0.15rem 0;
  border-top: 1px solid black;
}

.nutritional-facts .nutritional-facts-table tr td {
  text-align: right;
}

.nutritional-facts .nutritional-facts-table .blank-cell {
  width: 1rem;
  border-top: 0;
}

.nutritional-facts .nutritional-facts-table .thick-row th, td {
  border-top-width: 5px;
}

.nutritional-facts .small-info {
  font-size: 0.7rem;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.nutritional-facts .nutritional-facts-table-small {
  border-bottom: 1px solid #999;
  margin: 0 0 0.5rem 0;
  font-size: 11px;
  width: 100%;
}

.nutritional-facts .nutritional-facts-table-small thead tr {
  border-bottom: 1px solid black;
}

.nutritional-facts .nutritional-facts-table-small thead td {
  text-align: left;
}

.nutritional-facts .nutritional-facts-table-small thead th,
.nutritional-facts .nutritional-facts-table-small thead td {
  border: 0;
  padding: 0;
}

.nutritional-facts-table-grid {
  margin: 0 0 0.5rem 0;
  width: 100%;
  font-family: Arial Narrow;
  font-size: 12px;
  letter-spacing: -0.5px;
}

.nutritional-facts-table-grid td {
  text-align: left;
  width: 50%;
  border-bottom: 1px solid black;
}

.nutritional-facts-table-grid tr td div.col-6:nth-child(even)::before {
  content: "•";
  font-weight: bold;
  margin-right: 3px;
  margin-left: 3px;
}

.nutritional-facts-table-grid tr td div.col-6 {
  border-bottom: 0.5px solid black;
}

.nutritional-facts .thick-end {
  border-bottom: 10px solid black;
}

.nutritional-facts .thin-end {
  border-bottom: 1px solid black;
}

.nutritional-facts#nf-3 {
  border: 1px solid black;
  width: 350px;
  padding: 0.5rem;
}
.nutritional-facts#nf-3 .nutritional-facts-header {
  border-bottom: 10px solid black;
  padding: 0 0 0.25rem 0;
  margin: 0 0 0.5rem 0;
}
.nutritional-facts#nf-3 .nutritional-facts-table {
  width: 100%;
  font-size: 13px;
}
.nutritional-facts#nf-3 .nutritional-facts-table tr th,
.nutritional-facts#nf-3 .nutritional-facts-table tr td {
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  padding: 0.15rem 0;
  border-top: none;
  white-space: nowrap;
}

.hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  .hero-content {
    min-height: 600px;
    max-width: 1400px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .hero-content {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    min-height: 950px;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .hero-content {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    min-height: 900px;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 580px) {
  .hero-content {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    min-height: 750px;
    padding-bottom: 2rem;
  }
}
.hero-content h1, .hero-content h2, .hero-content h3, .hero-content h4, .hero-content h5, .hero-content h6 {
  color: #322252;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.hero-content p, .hero-content span {
  color: #322252;
}

@media screen and (max-width: 767px) {
  .hero-content-page-mobile {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

@media screen and (max-width: 767px) {
  .hero-content-page-v2 .custom-col-hero-content-page {
    height: 700px !important;
  }
}

@media screen and (min-width: 768px) {
  .hero-content-page {
    min-height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .hero-content-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 700px;
    padding-bottom: 2rem;
  }
  .hero-content-page .custom-row-hero-content-page .custom-col-hero-content-page {
    height: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.hero-content-page h1, .hero-content-page h2, .hero-content-page h3, .hero-content-page h4, .hero-content-page h5, .hero-content-page h6 {
  color: #322252;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.hero-content-page p, .hero-content-page span {
  color: #322252;
}

.breadcrumb {
  padding-left: 0;
  background-color: transparent !important;
}
.breadcrumb .breadcrumb-item.active {
  color: #6c757d;
}
@media screen and (min-width: 992px) {
  .breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 1.5rem;
  }
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #322252;
}
@media screen and (min-width: 992px) {
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 1.5rem;
  }
}

.section-difference h1, .section-difference h2, .section-difference h3, .section-difference h4, .section-difference h5, .section-difference h6 {
  color: #322252;
  font-weight: bold;
}
.section-difference ul {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 1.5rem;
}
.section-difference ul li {
  margin-bottom: 1.5rem;
  color: #322252;
}
.section-difference ul li p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
.section-difference .text-footer {
  font-size: 95%;
  line-height: 18px;
}

.section-other-pages .card {
  height: 100%;
  border: none;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
}
.section-other-pages .card h1, .section-other-pages .card h2, .section-other-pages .card h3, .section-other-pages .card h4, .section-other-pages .card h5, .section-other-pages .card h6 {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.section-other-pages .card1-item {
  position: absolute;
  left: -15%;
  bottom: -15%;
  max-width: 150px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.section-other-pages .card2-item {
  position: absolute;
  top: -10%;
  right: -10%;
  max-width: 100px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .ul-check-homepage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ul-check-homepage li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.grid-nutritional {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr 12px 1fr 12px 1fr 12px 1fr;
  grid-template-columns: repeat(7, 1fr);
  -ms-grid-rows: 1fr 12px 1fr 12px 1fr 12px 1fr 12px 1fr 12px 1fr;
  grid-template-rows: repeat(6, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.grid-nutritional > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-nutritional > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-nutritional > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.grid-nutritional > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.grid-nutritional > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

.grid-nutritional > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}

.grid-nutritional > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 13;
}

.grid-nutritional > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.grid-nutritional > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.grid-nutritional > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.grid-nutritional > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}

.grid-nutritional > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
}

.grid-nutritional > *:nth-child(13) {
  -ms-grid-row: 3;
  -ms-grid-column: 11;
}

.grid-nutritional > *:nth-child(14) {
  -ms-grid-row: 3;
  -ms-grid-column: 13;
}

.grid-nutritional > *:nth-child(15) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.grid-nutritional > *:nth-child(16) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.grid-nutritional > *:nth-child(17) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}

.grid-nutritional > *:nth-child(18) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}

.grid-nutritional > *:nth-child(19) {
  -ms-grid-row: 5;
  -ms-grid-column: 9;
}

.grid-nutritional > *:nth-child(20) {
  -ms-grid-row: 5;
  -ms-grid-column: 11;
}

.grid-nutritional > *:nth-child(21) {
  -ms-grid-row: 5;
  -ms-grid-column: 13;
}

.grid-nutritional > *:nth-child(22) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}

.grid-nutritional > *:nth-child(23) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}

.grid-nutritional > *:nth-child(24) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}

.grid-nutritional > *:nth-child(25) {
  -ms-grid-row: 7;
  -ms-grid-column: 7;
}

.grid-nutritional > *:nth-child(26) {
  -ms-grid-row: 7;
  -ms-grid-column: 9;
}

.grid-nutritional > *:nth-child(27) {
  -ms-grid-row: 7;
  -ms-grid-column: 11;
}

.grid-nutritional > *:nth-child(28) {
  -ms-grid-row: 7;
  -ms-grid-column: 13;
}

.grid-nutritional > *:nth-child(29) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}

.grid-nutritional > *:nth-child(30) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}

.grid-nutritional > *:nth-child(31) {
  -ms-grid-row: 9;
  -ms-grid-column: 5;
}

.grid-nutritional > *:nth-child(32) {
  -ms-grid-row: 9;
  -ms-grid-column: 7;
}

.grid-nutritional > *:nth-child(33) {
  -ms-grid-row: 9;
  -ms-grid-column: 9;
}

.grid-nutritional > *:nth-child(34) {
  -ms-grid-row: 9;
  -ms-grid-column: 11;
}

.grid-nutritional > *:nth-child(35) {
  -ms-grid-row: 9;
  -ms-grid-column: 13;
}

.grid-nutritional > *:nth-child(36) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}

.grid-nutritional > *:nth-child(37) {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
}

.grid-nutritional > *:nth-child(38) {
  -ms-grid-row: 11;
  -ms-grid-column: 5;
}

.grid-nutritional > *:nth-child(39) {
  -ms-grid-row: 11;
  -ms-grid-column: 7;
}

.grid-nutritional > *:nth-child(40) {
  -ms-grid-row: 11;
  -ms-grid-column: 9;
}

.grid-nutritional > *:nth-child(41) {
  -ms-grid-row: 11;
  -ms-grid-column: 11;
}

.grid-nutritional > *:nth-child(42) {
  -ms-grid-row: 11;
  -ms-grid-column: 13;
}
@media screen and (max-width: 767px) {
  .grid-nutritional {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: (1fr)[8];
    grid-template-rows: repeat(8, 1fr);
  }
  .grid-nutritional > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-nutritional > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-nutritional > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .grid-nutritional > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .grid-nutritional > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .grid-nutritional > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .grid-nutritional > *:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .grid-nutritional > *:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  .grid-nutritional > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-nutritional > *:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .grid-nutritional > *:nth-child(11) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .grid-nutritional > *:nth-child(12) {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
  }
  .grid-nutritional > *:nth-child(13) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .grid-nutritional > *:nth-child(14) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .grid-nutritional > *:nth-child(15) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .grid-nutritional > *:nth-child(16) {
    -ms-grid-row: 4;
    -ms-grid-column: 4;
  }
  .grid-nutritional > *:nth-child(17) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-nutritional > *:nth-child(18) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  .grid-nutritional > *:nth-child(19) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .grid-nutritional > *:nth-child(20) {
    -ms-grid-row: 5;
    -ms-grid-column: 4;
  }
  .grid-nutritional > *:nth-child(21) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .grid-nutritional > *:nth-child(22) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
  .grid-nutritional > *:nth-child(23) {
    -ms-grid-row: 6;
    -ms-grid-column: 3;
  }
  .grid-nutritional > *:nth-child(24) {
    -ms-grid-row: 6;
    -ms-grid-column: 4;
  }
  .grid-nutritional > *:nth-child(25) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .grid-nutritional > *:nth-child(26) {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
  }
  .grid-nutritional > *:nth-child(27) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .grid-nutritional > *:nth-child(28) {
    -ms-grid-row: 7;
    -ms-grid-column: 4;
  }
  .grid-nutritional > *:nth-child(29) {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
  }
  .grid-nutritional > *:nth-child(30) {
    -ms-grid-row: 8;
    -ms-grid-column: 2;
  }
  .grid-nutritional > *:nth-child(31) {
    -ms-grid-row: 8;
    -ms-grid-column: 3;
  }
  .grid-nutritional > *:nth-child(32) {
    -ms-grid-row: 8;
    -ms-grid-column: 4;
  }
}
.grid-nutritional .item {
  position: relative;
}
.grid-nutritional .item .content div {
  padding: 1.5rem;
  height: 100%;
}
.grid-nutritional .item a {
  text-decoration: none;
}
.grid-nutritional .item a:hover, .grid-nutritional .item a:focus {
  text-decoration: none;
}
.grid-nutritional .item a div {
  padding: 1.5rem;
  height: 100%;
}
.grid-nutritional .item h1, .grid-nutritional .item h2, .grid-nutritional .item h3, .grid-nutritional .item h4, .grid-nutritional .item h5, .grid-nutritional .item h6 {
  color: #322252;
  font-weight: bold;
  margin-bottom: 0;
}
.grid-nutritional .div1 {
  background-color: #CAEFFF;
  border-radius: 10px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1/1/7/3;
}
@media screen and (max-width: 767px) {
  .grid-nutritional .div1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/5/3;
  }
}
.grid-nutritional .div1 div {
  text-align: center;
  min-height: 400px;
}
.grid-nutritional .div1 .milk-bottles {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  max-width: 200px;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .grid-nutritional .div1 .milk-bottles {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .grid-nutritional .div1 .milk-bottles {
    max-width: 80%;
  }
}
.grid-nutritional .div2 {
  background-color: #F6BFDA;
  border-radius: 10px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: 1/3/4/6;
}
@media screen and (max-width: 767px) {
  .grid-nutritional .div2 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: 5/1/7/5;
  }
}
.grid-nutritional .div2 div {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.grid-nutritional .div2 .bowl {
  position: absolute;
  right: 5%;
  bottom: 10%;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  max-width: 180px;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .grid-nutritional .div2 .bowl {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .grid-nutritional .div2 .bowl {
    max-width: 35%;
  }
}
.grid-nutritional .div3 {
  background-color: #CCFFC0;
  border-radius: 10px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 6;
  -ms-grid-column-span: 2;
  grid-area: 1/6/4/8;
}
@media screen and (max-width: 767px) {
  .grid-nutritional .div3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: 1/3/3/5;
  }
}
.grid-nutritional .div3 div {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.grid-nutritional .div4 {
  background-color: #DECAFF;
  border-radius: 10px;
  -ms-grid-row: 4;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: 4/3/7/5;
}
@media screen and (max-width: 767px) {
  .grid-nutritional .div4 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: 3/3/5/5;
  }
}
.grid-nutritional .div4 div {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.grid-nutritional .div5 {
  background-color: #CFE0ED;
  border-radius: 10px;
  -ms-grid-row: 4;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: 4/5/7/8;
}
@media screen and (max-width: 767px) {
  .grid-nutritional .div5 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: 7/1/9/5;
  }
}
.grid-nutritional .div5 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.grid-nutritional .div5 .gi-disorders {
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  max-width: 180px;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .grid-nutritional .div5 .gi-disorders {
    max-width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .grid-nutritional .div5 .gi-disorders {
    max-width: 25%;
  }
}

.img-gerber {
  width: 54%;
  display: block;
  margin: auto;
}

.hypoallergenic-formulas-home .formulas-home-description .title-1 {
  color: #065c85;
  font-size: 18px !important;
  font-weight: 700;
}
.hypoallergenic-formulas-home .formulas-home-description .title-1::after {
  content: "";
  width: 70px;
  display: block;
  border-bottom: solid 3px #80D0EE;
  padding-top: 7px;
}
.hypoallergenic-formulas-home .formulas-home-description .title-2 {
  color: #8d413c;
  font-size: 18px !important;
  font-weight: 700;
}
.hypoallergenic-formulas-home .formulas-home-description .title-2::after {
  content: "";
  width: 70px;
  display: block;
  border-bottom: solid 3px #F9C5B1;
  padding-top: 7px;
}
.hypoallergenic-formulas-home .formulas-home-description .title-3 {
  color: #786ea5;
  font-size: 18px !important;
  font-weight: 700;
}
.hypoallergenic-formulas-home .formulas-home-description .title-3::after {
  content: "";
  width: 70px;
  display: block;
  border-bottom: solid 3px #A69DCD;
  padding-top: 7px;
}
.hypoallergenic-formulas-home .formulas-home-description p {
  font-size: 15px;
  font-weight: 700;
}

.card-symptoms-home .card-body h3 {
  font-size: 22px;
}

.pageUser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f0f4f4;
  height: 100vh;
  margin: 0 !important;
}
.pageUser .card {
  border-radius: 20px;
  border: 2px solid rgba(0, 0, 0, 0.5);
}
.pageUser .card img {
  background-color: #f0f4f4;
  padding: 5px;
  margin-bottom: 10px;
}
.pageUser #block-donofrio-primary-local-tasks {
  display: none;
}
.pageUser .user-login-form .description {
  color: #000;
  margin-bottom: 10px;
  font-size: 0.75rem;
}
.pageUser .user-login-form label {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.pageUser .user-login-form input[type=text], .pageUser .user-login-form input[type=password] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 10px;
  width: 100%;
}
.pageUser .user-login-form input[type=submit] {
  background-color: #E32719;
  border-radius: 10px;
  color: #fff;
  padding: 8px 20px;
  border: none;
  margin-top: 1em;
  width: 100%;
}

.card-storie {
  border: none;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 991px) {
  .card-storie img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .card-storie .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .card-storie .card-body div {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
  }
  .card-storie .card-body div:last-child {
    text-align: left !important;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
  }
}
.card-storie a:hover, .card-storie a:focus {
  text-decoration: none !important;
}
.card-storie a:hover span, .card-storie a:focus span {
  border-bottom: 1px solid #E32719;
}
.card-storie .card-body {
  padding: 0.75rem;
}
.card-storie .card-body h1, .card-storie .card-body h2, .card-storie .card-body h3, .card-storie .card-body h4, .card-storie .card-body h5, .card-storie .card-body h6 {
  text-transform: uppercase;
  color: #322252;
  font-weight: bold;
}
.card-storie .card-body p {
  color: #322252;
}
.card-storie .card-body span {
  color: #E32719;
  text-transform: uppercase;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  border-bottom: 1px solid transparent;
  font-weight: bold;
}

.main-story {
  -webkit-box-shadow: 0px 0px 5px 3px #ebebeb;
          box-shadow: 0px 0px 5px 3px #ebebeb;
  border: none;
  background-color: #fff;
}
.main-story h1, .main-story h2, .main-story h3, .main-story h4, .main-story h5, .main-story h6 {
  font-weight: bold;
}
.main-story h1::after, .main-story h2::after, .main-story h3::after, .main-story h4::after, .main-story h5::after, .main-story h6::after {
  margin-top: 15px;
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #92c0e1;
}
.main-story p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
  .col-lg-3-5 {
    -webkit-box-flex: 30%;
        -ms-flex: 30%;
            flex: 30%;
    max-width: 30%;
  }
}

.story-teaser {
  text-align: center;
}
.story-teaser .field-abstract {
  min-height: 150px;
}
.story-teaser .testimonial-from {
  min-height: 65px;
  line-height: 15px;
}
.story-teaser h1, .story-teaser h2, .story-teaser h3, .story-teaser h4, .story-teaser h5, .story-teaser h6 {
  font-weight: bold;
}

.breadcrumb-testimonial .breadcrumb-item {
  color: white;
}
.breadcrumb-testimonial .breadcrumb-item::before {
  color: white !important;
}
.breadcrumb-testimonial .breadcrumb-item a:hover {
  color: white !important;
}

.section-products {
  max-width: 1440px;
  margin: auto;
}
.section-products .btn-template-3 {
  padding: 6px 50px;
}
@media screen and (max-width: 767px) {
  .section-products .btn-template-3 {
    width: 100%;
  }
}

.ul-check-2 li {
  list-style: none;
  padding-left: 2rem;
  position: relative;
  margin-bottom: 0.75rem;
  font-weight: bold;
}
.ul-check-2 li::before {
  content: "";
  display: inline-block;
  height: 25px;
  width: 25px;
  background-image: url("../img/check-green.png");
  background-size: 100%;
  position: absolute;
  top: 5%;
  left: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.rocket-lg {
  position: absolute;
  max-width: 1190px;
  left: 50%;
  top: 28%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .rocket-lg {
    max-width: 780px;
    top: 5%;
  }
}
@media screen and (max-width: 767px) {
  .rocket-lg {
    display: none;
  }
}

.rocket-mobile {
  position: absolute;
  max-width: 91%;
  height: 100%;
  left: 50%;
  top: 0%;
  z-index: -1;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .rocket-mobile {
    display: none;
  }
}

.banner-ready {
  position: relative;
}
.banner-ready .disclaimer-banner-ready {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .banner-ready .disclaimer-banner-ready {
    width: 70%;
  }
}
.banner-ready .disclaimer-banner-ready h1, .banner-ready .disclaimer-banner-ready h2, .banner-ready .disclaimer-banner-ready h3, .banner-ready .disclaimer-banner-ready h4, .banner-ready .disclaimer-banner-ready h5, .banner-ready .disclaimer-banner-ready h6 {
  color: white;
  font-weight: bold;
}
.banner-ready .disclaimer-banner-ready .divider-white {
  width: 45px;
  height: 4px;
  background-color: #CAE4FF;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .banner-ready .disclaimer-banner-ready .divider-white {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.product-image-main img {
  max-width: 80%;
  margin: auto;
}

.flavor-product {
  margin-top: 30px;
  position: relative;
  border: 1px solid #C0C2D1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 1rem 1rem;
  border-radius: 5px;
}
.flavor-product .title-flavor-product {
  text-transform: uppercase;
  position: absolute;
  top: -12%;
  left: 3%;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  background-color: white;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.flavor-product ul {
  margin-bottom: 0;
}
.flavor-product ul button {
  background-color: white;
  color: #322252;
  margin-right: 1rem;
  border: 1px solid #C0C2D1;
  font-weight: bold;
}
.flavor-product ul .active {
  border: 1px solid #322252 !important;
  color: #322252 !important;
  background-color: #F5FAFF !important;
}

.card-benefit h1, .card-benefit h2, .card-benefit h3, .card-benefit h4, .card-benefit h5, .card-benefit h6 {
  margin-bottom: 1rem;
  font-weight: bold;
}
.card-benefit p {
  line-height: 2;
  margin-bottom: 0;
}

.item-nutritional {
  text-align: center;
}
.item-nutritional img {
  max-width: 80px;
}
.item-nutritional p {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .custom-meet-alfamino {
    text-align: center;
  }
}
.custom-meet-alfamino img {
  max-width: 200px;
  margin-bottom: 10px;
}

.item-formula a {
  text-decoration-color: #322252;
}
.item-formula .arrow-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 20px;
}
.item-formula .arrow-icon h1, .item-formula .arrow-icon h2, .item-formula .arrow-icon h3, .item-formula .arrow-icon h4, .item-formula .arrow-icon h5, .item-formula .arrow-icon h6 {
  color: #322252;
  margin-bottom: 0;
}
.item-formula .arrow-icon img {
  max-width: 50px;
}

.mix-formula {
  position: absolute;
  left: 0;
  top: 9%;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  max-width: 45%;
}
@media screen and (min-width: 1991px) {
  .mix-formula {
    width: 700px;
  }
}
@media screen and (max-width: 991px) {
  .mix-formula {
    display: none;
  }
}

.mix-formula-tablet {
  position: absolute;
  left: 0;
  top: 0%;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  max-width: 37%;
}
@media screen and (min-width: 992px) {
  .mix-formula-tablet {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mix-formula-tablet {
    display: none;
  }
}

.feeding-bottle {
  position: absolute;
  right: -5%;
  top: 5%;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  max-width: 100px;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .feeding-bottle {
    right: -3%;
    top: 10%;
    max-width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .feeding-bottle {
    display: none;
  }
}

.feeding-bottle-tablet {
  position: absolute;
  right: 3%;
  top: 10%;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  max-width: 80px;
}

.bg-blue-gradient {
  background-image: url("../img/Rectangle-91.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.margin-custom-gerber {
  margin: initial;
}
@media screen and (max-width: 767px) {
  .margin-custom-gerber {
    margin: auto;
  }
}

.thumbnail-car .slick-list {
  height: 90% !important;
}
.thumbnail-car .slick-list .slick-track {
  height: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.thumbnail-item {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #dedede;
  padding: 0.7em;
  max-width: 135px;
  cursor: pointer;
}
.thumbnail-item img {
  max-height: 93px;
  margin: auto;
}

@media screen and (max-width: 821px) {
  .vertical-prod .slick-slide img {
    width: 70%;
    margin: auto;
  }
}

@media screen and (min-width: 1400px) {
  .img-gerber-custom {
    min-height: 360px;
  }
}

@media screen and (min-width: 1400px) {
  .img-product-custom {
    min-height: 360px !important;
    max-height: 360px !important;
  }
}
@media screen and (min-width: 1000px) {
  .img-product-custom {
    min-height: 274px;
    max-height: 274px;
  }
}
@media screen and (min-width: 861px) {
  .img-product-custom {
    min-height: 258px;
    max-height: 258px;
  }
}
@media screen and (min-width: 768px) {
  .img-product-custom {
    min-height: 225px;
    max-height: 225px;
  }
}

.img-banner-product {
  max-width: 700px;
}

.img-extensive-product {
  max-width: 88%;
}

.custom-ul-strong {
  padding-left: 1rem;
}
.custom-ul-strong li {
  font-weight: bold;
  margin-bottom: 1rem;
  padding-left: 1rem;
}
.custom-ul-strong li::marker {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  color: #322252;
  font-size: 14px;
}

.item-milk-protein {
  position: absolute;
  max-width: 100px;
  right: -5%;
  top: -24%;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .item-milk-protein {
    max-width: 170px;
    right: -10%;
    top: -20%;
  }
}
@media only screen and (max-width: 767px) {
  .item-milk-protein {
    max-width: 130px;
  }
}

.item-symptoms img {
  max-width: 120px;
}

.feeding-bottle-2 {
  max-width: 100px;
}
@media screen and (max-width: 991px) {
  .feeding-bottle-2 {
    max-width: 80px;
  }
}

.ul-simple {
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .ul-simple {
    padding-left: 1.5rem;
  }
}
.ul-simple li {
  margin-bottom: 5px;
}

.link-formula {
  color: #322252;
  text-decoration: none;
  font-weight: bold;
}
.link-formula:hover, .link-formula:focus {
  color: #322252;
  text-decoration: underline;
}

.item-resources {
  background-color: white;
  height: 100%;
  padding: 1.5rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
  min-height: 250px;
}
.item-resources img {
  max-width: 50px;
}
.item-resources p {
  margin-bottom: 0;
}

.resources2 {
  position: absolute;
  top: 5%;
  right: -13%;
  max-width: 72%;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (max-width: 991px) {
  .resources2 {
    display: none;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .columns-resources {
    margin-top: 250px !important;
  }
}

.resources2-tablet {
  position: absolute;
  top: -40%;
  right: -5%;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  max-width: 550px;
}
@media only screen and (min-width: 992px) {
  .resources2-tablet {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .resources2-tablet {
    display: none;
  }
}

.paint-line {
  position: absolute;
  right: -10%;
  top: -5%;
  z-index: 1;
  max-width: 160px;
}
@media only screen and (min-width: 992px) {
  .paint-line {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .paint-line {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .width-custom-resources {
    width: 106%;
  }
}

.title-page h1, .title-page h2, .title-page h3, .title-page h4, .title-page h5, .title-page h6 {
  font-size: 64px;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .title-page h1, .title-page h2, .title-page h3, .title-page h4, .title-page h5, .title-page h6 {
    font-size: 44px;
  }
}

.head-title-section, .head-title {
  color: #322252;
  font-weight: bold;
}

.title-section {
  text-align: center;
}
.title-section h1, .title-section h2, .title-section h3, .title-section h4, .title-section h5, .title-section h6 {
  text-transform: uppercase;
  color: #322252;
  margin-bottom: 0;
  font-weight: bold;
}

.section-benefits ul {
  padding-left: 1rem;
}
.section-benefits ul li {
  margin-bottom: 0.5rem;
}
.section-benefits .baby-key-benefits {
  position: absolute;
  top: 1%;
  right: 4%;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  max-width: 230px;
}
@media screen and (max-width: 991px) {
  .section-benefits .baby-key-benefits {
    display: none;
  }
}

.basic-page-faq p, .basic-page-faq span {
  color: black;
}
.basic-page-faq p strong, .basic-page-faq span strong {
  color: red;
}

.basic-page p, .basic-page span {
  color: black;
}
.basic-page p strong, .basic-page span strong {
  color: black;
}

.color-blue {
  color: #0F9BC7;
}

.color-purple {
  color: #322252;
}

.color-white {
  color: white;
}

@media screen and (max-width: 767px) {
  .fs-12px, .fs-12 {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .fs-14px, .fs-14 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .fs-16px, .fs-16 {
    font-size: 16px;
  }
}

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

@media screen and (min-width: 768px) {
  .fs-md-12px, .fs-md-12 {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .fs-md-14px, .fs-md-14 {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .fs-md-16px, .fs-md-16 {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .fs-md-18px, .fs-md-18 {
    font-size: 18px;
  }
}

.fs-h1 {
  font-size: 2.5rem;
}

.fs-h2 {
  font-size: 2rem;
}

.fs-h3 {
  font-size: 1.75rem;
}

.fs-h4 {
  font-size: 1.5rem;
}

.fs-h5 {
  font-size: 1.25rem;
}

.fs-h6 {
  font-size: 1rem;
}

.border-none {
  border: none !important;
}

.br-10px {
  border-radius: 10px;
}

.br-15px {
  border-radius: 15px;
}

.br-20px {
  border-radius: 20px;
}

.br-30px {
  border-radius: 30px;
}

@media screen and (min-width: 768px) {
  .br-md-30px {
    border-radius: 30px;
  }
}

@media screen and (min-width: 768px) {
  .w-md-60 {
    width: 60%;
  }
}

@media screen and (min-width: 768px) {
  .w-md-80 {
    width: 80%;
  }
}

@media screen and (min-width: 768px) {
  .h-md-90 {
    height: 90%;
  }
}

@media screen and (min-width: 768px) {
  .h-md-100 {
    height: 100%;
  }
}

.word-break-word {
  word-break: break-word;
}

@media screen and (max-width: 767px) {
  .border-radius-0 {
    border-radius: 0;
  }
}

@media only screen and (max-width: 991px) {
  .custom-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 991px) and (min-width: 767px) {
  .custom-container .navbar-nav {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .custom-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    max-width: 100%;
  }
  .custom-container .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto !important;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

.z-index-1 {
  z-index: 1 !important;
}

.list-style-none {
  list-style: none !important;
}

@media screen and (min-width: 768px) {
  .h-md-85vh {
    height: 85vh;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .social-media .custom-width {
    max-width: 100% !important;
    -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
            flex: 100% !important;
  }
  .social-media .custom-width a .fb, .social-media .custom-width a .tw, .social-media .custom-width a .ig {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.link-legal {
  color: white;
  text-decoration: underline;
}
.link-legal:hover, .link-legal:focus {
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .main {
    margin-top: -1px;
  }
}

.custom-hr-yellow {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .z-index-2-m {
    z-index: 2 !important;
  }
}

@media screen and (max-width: 991px) {
  .c-w-100 {
    width: 100%;
  }
}

.c-hr-white {
  border-top: 1.5px solid white !important;
}

.font-weight {
  font-weight: bold;
}
.font-weight * {
  font-weight: bold;
}

.ul-check li {
  list-style: none;
  padding-left: 2rem;
  position: relative;
  margin-bottom: 1.5rem;
}
.ul-check li p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
}
.ul-check li::before {
  content: "";
  display: inline-block;
  height: 25px;
  width: 25px;
  background-image: url("../img/check-purple.png");
  background-size: 100%;
  position: absolute;
  top: 5%;
  left: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.share-your-story {
  text-align: center;
}
.share-your-story .sublogo {
  max-width: 320px;
}
.share-your-story h1, .share-your-story h2, .share-your-story h3, .share-your-story h4, .share-your-story h5, .share-your-story h6 {
  color: #322252;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.share-your-story .social-media-story {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 991px) {
  .share-your-story .social-media-story img {
    max-width: 50px;
  }
}
.share-your-story .divider-purple {
  width: 45px;
  height: 4px;
  background: linear-gradient(154.84deg, #D2CAF8 6.54%, #A69DCC 89.59%);
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.arrow-story {
  position: absolute;
  right: 13%;
  bottom: 20%;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  max-width: 100px;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .arrow-story {
    max-width: 60px;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    left: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .arrow-story {
    max-width: 60px;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    left: 5%;
    bottom: 65%;
  }
}

.banner-title-2 {
  color: #301f52 !important;
}

@media only screen and (max-width: 767px) and (min-width: 576px) {
  .container-logo {
    width: 100% !important;
  }
}

#edit-agree--description a {
  color: #322252 !important;
  text-decoration: underline;
}
#edit-agree--description a:hover {
  text-decoration: none;
}

.bg-white {
  background-color: white;
}

.bg-blue {
  background-color: #1d5c83;
}

.bg-gray-light {
  background-color: #F6F2EC;
}

.bg-gray-linear {
  background: rgb(246, 242, 236);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(246, 242, 236)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(246, 242, 236) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f2ec",endColorstr="#ffffff",GradientType=1);
}

.bg-gray-linear-2 {
  background: rgb(210, 202, 248);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(210, 202, 248, 0.87)), to(rgb(247, 243, 238)));
  background: linear-gradient(180deg, rgba(210, 202, 248, 0.87) 0%, rgb(247, 243, 238) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d2caf8",endColorstr="#f7f3ee",GradientType=1);
}

.bg-hero-banner-1 {
  background-image: url("../img/ExtensiveHA_website_banners_Homepage_Desktopv2WBG.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1500px) {
  .bg-hero-banner-1 {
    background-size: contain;
  }
}
@media screen and (min-width: 990px) {
  .bg-hero-banner-1 {
    max-height: 450px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .bg-hero-banner-1 {
    background-image: url("../img/AlfaminoLifestyleJan_Mar24.jpg");
    background-position: top;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .bg-hero-banner-1 {
    background-image: url("../img/AlfaminoLifestyleJan_Mar24.jpg");
    background-position: top;
    background-size: contain;
  }
}

.bg-hero-banner-2 {
  background-image: url("../img/hero-banner-2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .bg-hero-banner-2 {
    background-image: url("../img/hero-banner-2-tablet.jpg");
    background-position: top;
  }
}
@media screen and (max-width: 767px) {
  .bg-hero-banner-2 {
    background-image: url("../img/hero-banner-2-mobile.jpg");
    background-position: top;
  }
}

.bg-hero-banner-3 {
  background-image: url("../img/bg-nutritional-application.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .bg-hero-banner-3 {
    background-image: url("../img/bg-nutritional-application-tablet.jpg");
    background-position: top;
  }
}
@media screen and (max-width: 767px) {
  .bg-hero-banner-3 {
    background-image: url("../img/bg-nutritional-application-mobile.jpg");
    background-position: top;
  }
}

.bg-hero-banner-4 {
  background-image: url("../img/hero-banner-3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .bg-hero-banner-4 {
    background-image: url("../img/hero-banner-3-tablet.jpg");
    background-position: top;
  }
}
@media screen and (max-width: 767px) {
  .bg-hero-banner-4 {
    background-image: url("../img/hero-banner-3-mobile.jpg");
    background-position: top;
  }
}

.bg-hero-banner-5 {
  background-image: url("../img/hero-banner-4.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .bg-hero-banner-5 {
    background-image: url("../img/hero-banner-4-tablet.jpg");
    background-position: top;
  }
}
@media screen and (max-width: 767px) {
  .bg-hero-banner-5 {
    background-image: url("../img/hero-banner-4-mobile.jpg");
    background-position: top;
  }
}

.bg-hero-banner {
  background-image: url("../img/hero-banner-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-nutritional {
  background-image: url("../img/bg-nutritional.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .bg-nutritional {
    background-image: url("../img/bg-nutritional-tablet.jpg");
  }
}
@media screen and (max-width: 767px) {
  .bg-nutritional {
    background-image: url("../img/bg-nutritional-mobile.jpg");
  }
}

.bg-submit-story {
  background-image: url("../img/bg-submit-story.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .bg-submit-story {
    background-image: url("../img/bg-submit-story-tablet.jpg");
    background-position: bottom;
    min-height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .bg-submit-story {
    background-image: url("../img/bg-submit-story-mobile.jpg");
    background-position: bottom;
    min-height: 500px;
  }
}

@media only screen and (max-width: 768px) and (min-width: 650px) {
  .bg-hero-banner-products {
    background-size: cover !important;
  }
}
@media screen and (max-width: 767px) {
  .bg-hero-banner-products {
    background-image: url("../img/extensiveHA_website_banners_products-mobile-purple-v2.png");
    background-position: top;
    background-size: contain;
  }
}

@media screen and (min-width: 1500px) {
  .background-real-stories {
    background-position: center !important;
    background-size: contain !important;
  }
}
@media screen and (min-width: 768px) {
  .background-real-stories {
    background: url("../img/Extensive HA_Web_Banners_v2.jpg") center center;
    background-size: 100% 100%;
    background-position: inherit;
    background-repeat: no-repeat;
    min-height: 360px;
    background-color: #bfbec6;
  }
}
@media screen and (max-width: 767px) {
  .background-real-stories {
    background-color: #bfbec6;
    background: url("../img/Extensive HA_Web Banners_MOBILE_v2.jpg") center center;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 767px) {
  .background-real-stories .padding-mobile {
    padding-top: 150px;
  }
}

.help-section {
  background: -webkit-gradient(linear, left top, left bottom, from(#AAE3FA), to(#459BC3)) !important;
  background: linear-gradient(to bottom, #AAE3FA 0%, #459BC3 100%) !important;
}

.item-your-privacy {
  width: auto;
}
.item-your-privacy a {
  text-decoration: underline;
}
.item-your-privacy img {
  width: 10%;
  margin: 0px 4px 0px 4px;
}
@media screen and (max-width: 800px) {
  .item-your-privacy img {
    width: 10%;
  }
}

@media screen and (min-width: 1220px) {
  .item-your-privacy {
    width: 18%;
  }
  .item-your-privacy img {
    width: 13%;
  }
}