@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.farmers-video-3col {
  gap: 30px;
}

.cards-wrapper {
  overflow: hidden;
  display: flex;
  width: 100%;
  padding: 0;
  flex-direction: row;
  margin-top: 2rem;
}
@media only screen and (max-width: 880px) {
  .cards-wrapper {
    padding: 0;
    margin: auto;
  }
  .cards-wrapper .farmers-2-grid {
    flex-direction: column;
    align-items: center;
    margin: 2.5rem 0 0;
  }
}

.cards-wrapper-mobile {
  align-items: center;
}
.cards-wrapper-mobile-1-grid, .cards-wrapper-mobile-2-grid {
  flex-direction: column;
}
.cards-wrapper-mobile-4-grid {
  flex-direction: row;
}

.video-control-legend h2 {
  padding: 0.5rem 0.5rem 0.5rem 0;
  margin: 0;
  margin: 0.5rem 0;
}
@media only screen and (max-width: 880px) {
  .video-control-legend h2 {
    margin: 0;
  }
}
.video-control-legend p {
  padding: 0 0.5rem 0.5rem 0;
  margin: 0;
}
.video-control__wrapper {
  width: 100%;
}
.video-control__wrapper .video-control-container-4-grid {
  display: flex;
  justify-content: center;
  max-width: 240px;
  width: 100%;
}
@media only screen and (max-width: 880px) {
  .video-control__wrapper .video-control-container-4-grid {
    justify-content: flex-start;
  }
}
.video-control__wrapper .video-control-container-4-grid .thubmnail-wrapper,
.video-control__wrapper .video-control-container-4-grid .thubmnail-element {
  height: 141px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 880px) {
  .video-control__wrapper .video-control-container-4-grid .thubmnail-wrapper,
  .video-control__wrapper .video-control-container-4-grid .thubmnail-element {
    width: 200px;
  }
}
.video-control__wrapper .video-control-container-4-grid .notitle-video {
  margin: 0;
  padding: 0;
}
.video-control__wrapper .video-control-container-4-grid .thubmnail-element {
  background-size: cover;
}
.video-control__wrapper .video-control-container-4-grid .thubmnail-element:hover {
  transform: scale(1.1);
}
.video-control__wrapper .video-control-container-4-grid .thubmnail-element:hover .play-button-box {
  transform: scale(0.8);
  margin-top: 14rem;
}
.video-control__wrapper .video-control-container-4-grid .thubmnail-element:hover .play-button-box .play-button-box-left .play-button circle {
  fill: #fff;
}
.video-control__wrapper .video-control-container-4-grid .thubmnail-element:hover .play-button-box .play-button-box-left .play-button path {
  fill: #000;
}
.video-control__wrapper .video-control-container-4-grid .thubmnail-element:hover .play-button-box {
  transform: scale(1);
  margin-top: auto;
}
.video-control__wrapper .video-control-container-2-grid {
  overflow: hidden;
  position: relative;
}
.video-control__wrapper .video-control-container-2-grid .thubmnail-wrapper,
.video-control__wrapper .video-control-container-2-grid .thubmnail-element {
  height: 335px;
  width: 100%;
}
.video-control__wrapper .video-control-container-2-grid .thubmnail-element {
  background-size: cover;
}
.video-control__wrapper .video-control-container-2-grid .thubmnail-element:hover {
  transform: scale(1.1);
}
.video-control__wrapper .video-control-container-2-grid .thubmnail-element:hover .play-button-box {
  transform: scale(0.8);
  margin-top: 14rem;
}
.video-control__wrapper .video-control-container-2-grid .thubmnail-element:hover .play-button-box .play-button-box-left .play-button circle {
  fill: #fff;
}
.video-control__wrapper .video-control-container-2-grid .thubmnail-element:hover .play-button-box .play-button-box-left .play-button path {
  fill: #000;
}
.video-control__wrapper .video-control-container-2-grid .notitle-video {
  margin: 0;
  padding: 0;
}
.video-control__wrapper .video-control-container-1-grid {
  overflow: hidden;
  justify-content: space-around;
}
.video-control__wrapper .video-control-container-1-grid .thubmnail-wrapper,
.video-control__wrapper .video-control-container-1-grid .thubmnail-element {
  height: 335px;
  max-width: 460px;
  width: 100%;
  margin-left: auto;
}
@media only screen and (max-width: 880px) {
  .video-control__wrapper .video-control-container-1-grid .thubmnail-wrapper,
  .video-control__wrapper .video-control-container-1-grid .thubmnail-element {
    max-width: 100%;
  }
}
.video-control__wrapper .video-control-container-1-grid .notitle-video-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-control__wrapper .video-control-container-1-grid .thubmnail-element {
  background-size: cover;
}
.video-control__wrapper .video-control-container-1-grid .thubmnail-element:hover {
  transform: scale(1.1);
}
.video-control__wrapper .video-control-container-1-grid .thubmnail-element:hover .play-button-box {
  transform: scale(0.8);
  margin-top: 14rem;
}
.video-control__wrapper .video-control-container-1-grid .thubmnail-element:hover .play-button-box .play-button-box-left .play-button circle {
  fill: #fff;
}
.video-control__wrapper .video-control-container-1-grid .thubmnail-element:hover .play-button-box .play-button-box-left .play-button path {
  fill: #000;
}
.video-control__wrapper .video-control-container-1-grid .notitle-video {
  margin: 0;
  padding: 0;
}
.video-control__wrapper .thubmnail-wrapper {
  overflow: hidden;
}
.video-control__wrapper .thubmnail-wrapper .thubmnail-element {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 1s ease;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 880px) {
  .video-control__wrapper .thubmnail-wrapper .thubmnail-element {
    transform: scale(1);
  }
}
.video-control__wrapper .play-button-box {
  z-index: 2;
  display: flex;
  flex-direction: row;
  position: relative;
  margin-top: -5.5rem;
  margin-left: 0;
  padding: 0 2rem;
  transition: all 1s ease;
}
@media only screen and (max-width: 880px) {
  .video-control__wrapper .play-button-box {
    margin-top: -5rem;
    margin-left: 1rem;
    padding: 0;
  }
}
.video-control__wrapper .play-button-box .play-button-box-left {
  display: flex;
  align-items: center;
}
.video-control__wrapper .play-button-box .play-button-box-left .play-button {
  cursor: pointer;
}
.video-control__wrapper .play-button-box .play-button-box-left .play-button:hover path {
  fill: black;
}
.video-control__wrapper .play-button-box .play-button-box-left .play-button:hover circle {
  fill: #fff;
}
.video-control__wrapper .play-button-box .play-button-box-right {
  display: flex;
  flex-direction: column;
  color: #fff;
  width: 100%;
  justify-content: center;
  padding: 0 1rem;
}
.video-control__wrapper .play-button-box .play-button-box-right > p {
  overflow: hidden;
  text-overflow: ellipsis;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 880px) {
  .video-control__wrapper .play-button-box .play-button-box-right {
    padding: 0 1rem;
    text-overflow: ellipsis;
    height: 60px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  .video-control__wrapper .play-button-box .play-button-box-right p {
    font-size: 15px;
    line-height: 20px;
  }
}
.video-control__wrapper .play-button-box .play-button-box-right .play-button-box-right__stitle {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 880px) {
  .video-control__wrapper .play-button-box .play-button-box-right .play-button-box-right__stitle p {
    padding: 0.25rem 0 0;
  }
}
.video-control__wrapper .play-button-box .play-button-box-right .play-button-box-right__title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 1.5rem;
  display: -webkit-box;
}
.video-control__wrapper .nosubtitle-video {
  margin-top: -4rem;
}
.video-control__wrapper:hover .video-control-container-4-grid .thubmnail-wrapper .thubmnail-element,
.video-control__wrapper:hover .video-control-container-2-grid .thubmnail-wrapper .thubmnail-element,
.video-control__wrapper:hover .video-control-container-1-grid .thubmnail-wrapper .thubmnail-element {
  transform: scale(1.1);
}
@media only screen and (max-width: 600px) {
  .video-control__wrapper:hover .video-control-container-4-grid .thubmnail-wrapper .thubmnail-element,
  .video-control__wrapper:hover .video-control-container-2-grid .thubmnail-wrapper .thubmnail-element,
  .video-control__wrapper:hover .video-control-container-1-grid .thubmnail-wrapper .thubmnail-element {
    transform: scale(1.2);
  }
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.our-story-wrapper {
  padding-top: 2.5rem;
  display: flex;
  flex-direction: row;
  margin-bottom: 5rem;
  justify-content: space-between;
}
@media only screen and (max-width: 880px) {
  .our-story-wrapper {
    flex-direction: column-reverse;
    padding: 1rem 0;
    margin-bottom: 0;
  }
}
.our-story-wrapper .our-story__left-box {
  display: flex;
  flex-direction: column;
  max-width: 570px;
  width: 100%;
}
.our-story-wrapper .our-story__left-box h2 {
  margin: 0 0 20px;
}
@media only screen and (min-width: 880px) {
  .our-story-wrapper .our-story__left-box {
    margin-right: 1.25rem;
  }
}
.our-story-wrapper .our-story__right-box {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  max-width: 570px;
  width: 100%;
}
.our-story-wrapper .our-story__right-box .thubmnail-element,
.our-story-wrapper .our-story__right-box .thubmnail-wrapper {
  max-width: 570px;
}
@media only screen and (max-width: 880px) {
  .our-story-wrapper .our-story__right-box .thubmnail-element,
  .our-story-wrapper .our-story__right-box .thubmnail-wrapper {
    max-width: 100%;
    background-size: cover;
    transform: scale(1);
  }
  .our-story-wrapper .our-story__right-box .thubmnail-element:hover,
  .our-story-wrapper .our-story__right-box .thubmnail-wrapper:hover {
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 880px) {
  .our-story-wrapper .our-story__left-box, .our-story-wrapper .our-story__right-box {
    max-width: 100%;
    width: 100%;
  }
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.abous-us-menu-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 4rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 880px) {
  .abous-us-menu-wrapper {
    padding: 0;
    margin-top: 0;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 600px) {
  .abous-us-menu-wrapper {
    justify-content: center;
  }
}
@media only screen and (max-width: 600px) {
  .abous-us-menu-wrapper .abous-us-menu-space {
    padding-left: 0;
  }
}
@media only screen and (max-width: 880px) {
  .abous-us-menu-wrapper .abous-us-menu-space {
    overflow: auto;
    white-space: nowrap;
  }
}
.abous-us-menu-wrapper .abous-us-menu-space ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-left: 0;
}
.abous-us-menu-wrapper .abous-us-menu-space ul li {
  margin-right: 40px;
}
@media only screen and (max-width: 600px) {
  .abous-us-menu-wrapper .abous-us-menu-space ul li {
    margin: 0 10px;
  }
}
.abous-us-menu-wrapper .abous-us-menu-space ul li a {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  border-bottom: 0 solid #23a5db;
}
.abous-us-menu-wrapper .abous-us-menu-space ul li a:hover {
  color: #23a5db;
  cursor: pointer;
}
@media only screen and (max-width: 880px) {
  .abous-us-menu-wrapper .abous-us-menu-space ul li:nth-child(1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 880px) {
  .abous-us-menu-wrapper .abous-us-menu-space ul li:nth-child(5) {
    margin-right: 0;
  }
}
.abous-us-menu-wrapper .selected-option {
  padding-bottom: 0.5rem;
  border-bottom: 0.3rem solid #23a5db;
}
.abous-us-menu-wrapper .selected-option a p {
  color: #23a5db !important;
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.br #page-404 {
  background: url("/images/404brazil.png") no-repeat center center fixed;
  background-size: cover;
}

#page-404 {
  min-height: 100vh;
  background: url("/images/hero404.png") no-repeat center center fixed;
  background-size: cover;
  box-sizing: border-box;
  text-align: center;
}
#page-404 .page-main-container__scroll-area {
  display: none;
}
@media only screen and (max-width: 880px) {
  #page-404 {
    flex-direction: column;
    padding: 0 25px;
  }
}
#page-404 section {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#page-404-link {
  color: #fff;
  border-color: #fff;
  border-radius: 5rem;
  text-transform: none;
  margin-top: 2rem;
  min-width: 40%;
  cursor: pointer;
  transition: all 0.5s ease;
  padding: 9px 25px;
  margin-top: 0;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 1.25rem;
  text-transform: none;
  min-width: 15%;
}
#page-404-link:hover {
  background-color: #23a5db;
}
#page-404-link:hover {
  background-color: #fff;
  color: #000;
}
#page-404-link:hover a {
  color: #000;
}
#page-404-link:hover p {
  color: #000;
}
#page-404-link:hover svg path {
  stroke: #000;
}
#page-404-link svg {
  vertical-align: middle;
}
@media only screen and (max-width: 880px) {
  #page-404-link {
    line-height: 20px;
    padding: 0.5rem 1rem;
  }
}

.page-404-h1 {
  max-width: 570px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 880px) {
  .page-404-h1 {
    text-transform: none;
    width: 100%;
  }
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.heroBackground {
  height: 370px;
  background-position: center top;
}
@media only screen and (min-width: 2000px) {
  .heroBackground {
    background-position: center center;
  }
}
@media only screen and (max-width: 1199px) {
  .heroBackground {
    height: 280px;
  }
}
@media only screen and (max-width: 600px) {
  .heroBackground {
    height: 200px;
  }
}

.heroWrap {
  margin: 1.875rem 0 2.5rem;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 880px) {
  .heroWrap {
    padding: 0;
  }
}

.heroTitle {
  margin: 0;
}

.heroLogo {
  max-width: 326px;
  width: 100%;
  margin: 20px 0;
}
@media only screen and (max-width: 600px) {
  .heroLogo {
    margin: 20px 0 0;
  }
}

.heroLink {
  text-decoration: none;
  margin-bottom: 10px;
}
.heroLink p {
  transition: all 0.5s ease;
}
.heroLink svg {
  margin-right: 15px;
}
.heroLink svg path {
  transition: all 0.5s ease;
  stroke: #fff;
}
.heroLink:hover {
  text-decoration: none;
}
.heroLink:hover p {
  color: #23a5db;
}
.heroLink:hover svg path {
  stroke: #23a5db;
}

.triangles,
.trianglesMobile {
  width: 100%;
  max-width: 680px;
  position: absolute;
  margin: 0;
  right: 0;
  top: 17.725rem;
}
@media only screen and (max-width: 1040px) {
  .triangles,
  .trianglesMobile {
    right: -18rem;
    top: 12.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .triangles,
  .trianglesMobile {
    right: -14.5rem;
    top: 7rem;
  }
}

@media only screen and (max-width: 880px) {
  .triangles {
    display: none;
  }
}

@media only screen and (min-width: 880px) {
  .trianglesMobile {
    display: none;
  }
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.hero-aboutus-page {
  flex-direction: column;
  display: flex;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  background-position: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 880px) {
  .hero-aboutus-page {
    height: 220px;
  }
}

.hero-aboutus-page-text {
  color: #fff;
  font-weight: 500;
  line-height: 70px;
}
@media only screen and (max-width: 880px) {
  .hero-aboutus-page-text {
    font-size: 2.5rem;
  }
}
.hero-aboutus-page-text p {
  padding: 0;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 3.75rem;
  line-height: 70px;
  margin-top: 2.8125rem;
}
@media only screen and (max-width: 880px) {
  .hero-aboutus-page-text p {
    font-size: 2.5rem;
    width: 85%;
  }
}
@media only screen and (max-width: 880px) {
  .hero-aboutus-page-text {
    padding: 3rem 0 0 1rem;
  }
}

.aboutus-page-related-articles {
  width: 75%;
  height: 25px;
  align-self: flex-end;
  margin-right: 2rem;
}

#aboutus-page-hero-link {
  color: #fff;
  border-color: #fff;
  border-radius: 5rem;
  text-transform: none;
  margin-top: 2rem;
  min-width: 40%;
  cursor: pointer;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 1.25rem;
  transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#aboutus-page-hero-link:hover {
  background-color: #23a5db;
}
#aboutus-page-hero-link:hover {
  background-color: #fff;
  color: #000;
}
#aboutus-page-hero-link:hover a {
  color: #000;
}
#aboutus-page-hero-link:hover p {
  color: #000;
}
#aboutus-page-hero-link:hover svg path {
  stroke: #000;
}

.parallax {
  perspective: 100vw;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.parallax__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

#aboutus-page .parallax {
  perspective: 100vw;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
#aboutus-page .parallax__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
#aboutus-page .parallax_group-common svg path {
  fill: #23a5db;
}
#aboutus-page .parallax_group1 {
  position: absolute;
  transform: translateZ(-50rem) scale(1);
}
#aboutus-page .parallax_group1 div {
  position: absolute;
}
#aboutus-page .parallax_group1 div:first-child {
  top: 10rem;
  left: 1rem;
}
#aboutus-page .parallax_group2 {
  position: absolute;
  transform: translateZ(10rem) scale(0.7);
}
#aboutus-page .parallax_group2 div {
  position: absolute;
}
#aboutus-page .parallax_group2 div:first-child {
  top: 20rem;
  left: 5rem;
}
#aboutus-page .parallax_group2 div:nth-child(2) {
  top: 10rem;
  left: 10rem;
  transform: rotate(180deg);
}
#aboutus-page .parallax_group3 {
  position: absolute;
  top: calc(100% - 22rem);
  transform: translateZ(50rem) scale(1);
}
#aboutus-page .parallax_group3 div {
  position: absolute;
}
#aboutus-page .parallax_group3 div:first-child {
  top: 3rem;
  left: 7rem;
}
#aboutus-page .parallax_group3 div:nth-child(2) {
  top: 0;
  left: 8rem;
  transform: rotate(60deg);
}
#aboutus-page .parallax_group4 {
  position: absolute;
  transform: translateZ(40rem) scale(0.3);
}
#aboutus-page .parallax_group4 div {
  position: absolute;
}
#aboutus-page .parallax_group4 div:first-child {
  top: 3rem;
  left: 9rem;
}
#aboutus-page .parallax_group4 div:nth-child(2) {
  top: 0;
  left: 0;
  transform: rotate(180deg);
}
#aboutus-page .parallax_group4 div:nth-child(3) {
  top: 7rem;
  left: 11rem;
}
#aboutus-page .parallax_group5 {
  position: absolute;
  transform: translateZ(-30rem) scale(1);
}
#aboutus-page .parallax_group5 div {
  position: absolute;
}
#aboutus-page .parallax_group5 div:first-child {
  top: 5rem;
  left: 7rem;
}
#aboutus-page .parallax_group5 div:nth-child(2) {
  top: 0;
  left: 10rem;
}
#aboutus-page .parallax_group5 div:nth-child(3) {
  top: 5rem;
  left: 14rem;
  transform: rotate(180deg);
}
#aboutus-page .parallax_group6 {
  position: absolute;
  transform: translateZ(-20rem) scale(1);
}
#aboutus-page .parallax_group6 div {
  position: absolute;
}
#aboutus-page .parallax_group6 div:first-child {
  top: 5rem;
  left: 7rem;
}
#aboutus-page .parallax_group6 div:nth-child(2) {
  top: 0;
  left: 10rem;
  transform: rotate(180deg);
}
#aboutus-page .parallax_group6 div:nth-child(3) {
  top: 5rem;
  left: 14rem;
  transform: rotate(180deg);
}

@media (max-width: 480px) {
  .parallax-inner {
    display: none;
  }
}
