*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  --once_blue: #0a3655;
  --catalog-bg: #0f59a4;
  --catalog-bg-black: #000000;
  --catalog-heading: #309CE7;
  --catalog-heading-active: #0A3655;
  --catalog-heading-black: #0A3655;
  --dark-blue: #4d5b7a;
  --orange: #0A3655;
  --txt-dark-blue:#309CE7;
}

.content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-clip-path: border-box;
  clip-path: border-box;
  transform: translateZ(0);
}

.block {
  position: relative;
  height: 100vh;
}

[class*="item-parallax"] {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-out;
  will-change: transform;
}

.item-parallax-media {
  z-index: 1;
}
.item-parallax-media img {
  will-change: transform;
}

.item-parallax-content {
  z-index: 2;
}

.block:nth-child(1) .item-parallax-content {
  transform: translateY(calc(var(--yBlock-1) * 0.5px));
}

.block:nth-child(1) .item-parallax-media img {
  transform: translateY(calc(var(--yBlock-1) * 0.1px));
}

.block:nth-child(2) .item-parallax-content {
  transform: translateY(calc(var(--yBlock-2) * 0.5px));
}

.block:nth-child(2) .item-parallax-media img {
  transform: translateY(calc(var(--yBlock-2) * 0.1px));
}

.block:nth-child(3) .item-parallax-content {
  transform: translateY(calc(var(--yBlock-3) * 0.5px));
}

.block:nth-child(3) .item-parallax-media img {
  transform: translateY(calc(var(--yBlock-3) * 0.1px));
}

.block:nth-child(4) .item-parallax-content {
  transform: translateY(calc(var(--yBlock-4) * 0.5px));
}

.block:nth-child(4) .item-parallax-media img {
  transform: translateY(calc(var(--yBlock-4) * 0.1px));
}

.block:nth-child(5) .item-parallax-content {
  transform: translateY(calc(var(--yBlock-5) * 0.5px));
}

.block:nth-child(5) .item-parallax-media img {
  transform: translateY(calc(var(--yBlock-5) * 0.1px));
}

html {
  background-color: rgb(243, 244, 255);
}

.flex-container {
  display: flex;
}

.centered-content {
  padding: 30px;
  backdrop-filter: blur(20px) saturate(166%);
  -webkit-backdrop-filter: blur(20px) saturate(166%);
  background-color: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(209, 213, 219, 0.3);
  margin: auto;
}

.centered-content-no_glass {
  padding: 30px;
  margin: auto;
}

.centered-content_nt {
  margin: auto;
}

.head-large {
  margin-bottom: 5vw;
  font-size: 8vw;
  line-height: 1.2em;
  font-family: "Poppins";
  color: var(--once_blue);
}

.head-small {
  font-weight: bold;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.2em;
  font-family: "Poppins";
  color: var(--once_blue);
  text-transform: uppercase;
  letter-spacing: 0.25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.head-large-s{
  font-weight: bold;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.2em;
  font-family: "Poppins";
  color: var(--once_blue);
  text-transform: uppercase;
  letter-spacing: 0.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.head-medium{
  font-size: 5vw;
  line-height: 1.2em;
  font-family: "Poppins";
  color: var(--once_blue);
  text-align:left;
}

.head-centered {
  text-align: center;
}

.copy {
  display: block;
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 1.5rem;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  font-family: "Poppins" sans-serif;
  font-size: 1rem;
  line-height: 1.8em;
  text-align: justify;
}

.copy_mid_banners {
  color: var(--once_blue);
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 1.5rem;
  margin-left: auto;
  padding: 1.5rem;
  font-family: "Poppins" sans-serif;
  font-size: 1.2rem;
  line-height: 1.8em;
  text-align: justify;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: rgba( 255, 255, 255, 0.25 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 4px );
  -webkit-backdrop-filter: blur( 4px );
  border-radius: 10px;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.copy-white {
  color: var(--once_blue);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.copy-black {
  color: var(--once_blue);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.item-parallax-media {
  overflow: hidden;
}

.item-parallax-media img {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  -o-object-fit: cover;
  object-fit: cover;
}

#vnet_img {
  z-index: -1;
  height: auto;
  width: 60%;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

#tomato_img {
  height:100%;
  width: auto;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

#bisabolol_img{
  z-index: -1;
  height: auto;
  width: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
}

#mongroside_img{
  z-index: -1;
  height: auto;
  height: 100%;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.section-landing:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24%;
  width: 10px;
  height: 80%;
  background-color: white;
  z-index: 3;
  transform: translateY(-13vw);
}

.section-landing .item-parallax-media {
  opacity: calc(1 - (var(--y) * 0.0009));
}

.landing-content {
  padding-left: 30%;
}

.section-intro{
  margin-top:30vh;
}

.section-intro:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 80%;
  background-color: #4d5b7a;
  transform: translateX(-50%) translateY(-50%) rotate(calc((var(--y) * 0.1deg)));
  will-change: transform;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.img-grid {
  flex-direction: column;
  justify-content: space-around;
}

.img-gridItem {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.img-gridItem img {
  display: block;
  width: 50%;
  height: 40vh;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.img-gridItem.type-left img {
  margin-right: auto;
}
.img-gridItem.type-right img {
  margin-left: auto;
}

.img-gridItem:nth-child(1) img {
  transform: translateX(calc(var(--yBlock-4) * -0.03%));
}
.img-gridItem:nth-child(2) img {
  transform: translateX(calc(var(--yBlock-4) * 0.03%));
}

.img-caption {
  position: absolute;
  top: 50%;
  width: 50%;
  transform: translateY(-50%);
}
.img-caption * {
  text-align: left;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.type-left .img-caption {
  right: 0;
}
.type-right .img-caption {
  left: 0;
}

.section-part{
  margin-top:30vh;
}

.section-end{
  margin-top:30vh;
}

.section-end:before {
  margin-top:30vh;
  content: "";
  position: absolute;
  bottom: 50%;
  left: 24%;
  width: 10px;
  height: 80%;
  background-color: var(--once_blue);
  z-index: 3;
  transform: translateY(8vw);
  margin-top: 700px;
}

.custom-properties-ftw {
  padding: 2.5rem 1.5rem;
}
.custom-properties-ftw .head-small {
  margin-bottom: 0;
}

.parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div1 {
  grid-area: 1 / 1 / 2 / 2;
}
.div2 {
  grid-area: 1 / 2 / 2 / 3;
}
.div3 {
  grid-area: 1 / 3 / 2 / 4;
}
.div4 {
  grid-area: 1 / 4 / 2 / 5;
}

.card {
  margin: auto;
  width: 190px;
  height: 254px;
  position: relative;
  background: #f5f5f5;
  -webkit-transition: box-shadow .45s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

.card-img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--once_blue);
}

.card-info {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.card-icon {
  opacity: 0;
  transform: translateX(-20%);
  width: 2em;
  height: 2em;
  transition: all 0.3s ease-in-out;
}

svg {
  --size: 20px;
  fill: white;
  width: var(--size);
  height: var(--size);
}

/*Text*/
p {
  color: white;
  line-height: 140%;
}

.text-title {
  color: white;
  font-weight: 900;
  font-size: 18px;
}

.text-subtitle {
  color: white;
  font-weight: 500;
  font-size: 16px;
}

/*Hover*/
.card:hover {
  will-change: box-shadow;
  box-shadow: 0 11px 18px rgba(0,0,0,0.2);
}

.card:hover .card-icon {
  opacity: 1;
  transform: translateX(20%);
}

p a{
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: var(--txt-dark-blue);
  transition: color ease 300ms;
}

p a:hover {
  color: var(--txt-dark-blue);
}

p a:hover::after {
  left: 100%;
  width: 0%;
  transition: all ease 200ms;
}

p a:before {
  display: block;
  width: 0;
  left: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background-color: var(--txt-dark-blue);
  height: 2px;
  transition: width ease 400ms;
}

p a:hover::before {
  width: 100%;
}

.card-pic{
  position: absolute;
  margin-top: 20px;
  height: 50%;
  width: 100%;
  margin-bottom:150px;
  fill: white;
}

.loader-bg{
  z-index: 998;
  background-color: #0A3655;
  width: 100%; 
  height: 100%;
  position: absolute; 
  top: 0; 
  left: 0;
}

.loader {
  z-index:999;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 6rem;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.loader:before,
.loader:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  animation: pulsOut 1.8s ease-in-out infinite;
  filter: drop-shadow(0 0 1rem rgba(255, 255, 255, 0.75));
}
.loader:before {
  width: 100%;
  padding-bottom: 100%;
  box-shadow: inset 0 0 0 1rem #fff;
  animation-name: pulsIn;
}
.loader:after {
  width: calc(100% - 2rem);
  padding-bottom: calc(100% - 2rem);
  box-shadow: 0 0 0 0 #fff;
}

@keyframes pulsIn {
  0% {
    box-shadow: inset 0 0 0 1rem #fff;
    opacity: 1;
  }
  50%, 100% {
    box-shadow: inset 0 0 0 0 #fff;
    opacity: 0;
  }
}

@keyframes pulsOut {
  0%, 50% {
    box-shadow: 0 0 0 0 #fff;
    opacity: 0;
  }
  100% {
    box-shadow: 0 0 0 1rem #fff;
    opacity: 1;
  }
}
    