@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);
  }
}
.quote-box {
  position: absolute;
  z-index: 1;
  bottom: -1.5rem;
  left: 1.5rem;
  box-sizing: border-box;
  background-color: #3354a2;
  padding: 0.9375rem;
  color: #fff;
  max-width: 350px;
  width: 80%;
}
.quote-box p {
  word-break: break-word;
}
@media only screen and (max-width: 880px) {
  .quote-box {
    max-width: 289px;
  }
}

.p-r {
  position: relative;
}
@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-1-grid img {
  width: 100%;
}
@media only screen and (max-width: 880px) {
  .farmers-1-grid img {
    height: auto;
  }
}

.farmers-2-grid {
  width: 49%;
}
.farmers-2-grid.w-fade-animation {
  width: 100%;
}
@media only screen and (max-width: 880px) {
  .farmers-2-grid {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
  }
}

.farmers-3-grid {
  width: 33.33%;
}
.farmers-3-grid img {
  width: 100%;
}
@media only screen and (max-width: 880px) {
  .farmers-3-grid img {
    height: auto;
  }
}
@media only screen and (max-width: 880px) {
  .farmers-3-grid {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
  }
}

.farmers-4-grid {
  height: auto;
  min-height: 10rem;
  width: 25%;
  box-sizing: border-box;
}
@media only screen and (max-width: 880px) {
  .farmers-4-grid {
    width: 100%;
  }
}

.farmers-4-grid > div {
  width: 90%;
  margin: 0 2rem;
}
@media only screen and (max-width: 880px) {
  .farmers-4-grid > div {
    width: 90%;
    margin-right: 0;
  }
}
@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-wrapper-default {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
}
.farmers-wrapper-default__multi-rows {
  margin-top: 1rem;
}
@media only screen and (max-width: 880px) {
  .farmers-wrapper-default {
    flex-direction: column;
  }
}
.farmers-wrapper-default__box {
  margin-top: 1.25rem;
  margin-bottom: 3.125rem;
  align-self: flex-end;
}
@media only screen and (max-width: 880px) {
  .farmers-wrapper-default__box {
    align-self: flex-start;
    margin-bottom: 1.875rem;
    width: 95%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 1.5rem;
    margin-top: 0;
  }
}
.farmers-wrapper-default__box a .related-articles__article-arrow {
  margin-left: 0.5rem;
}
.farmers-wrapper-default__link {
  text-decoration: none;
}
.farmers-wrapper-default__link p {
  color: #23a5db;
}
.farmers-wrapper-default__link p path {
  stroke: #23a5db;
}
@media only screen and (max-width: 880px) {
  .farmers-wrapper-default__link {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}
.farmers-wrapper-default__link:hover p {
  color: #fff;
}
.farmers-wrapper-default__link:hover path {
  stroke: #fff;
}

.farmers-title {
  margin-bottom: 0;
}
@media only screen and (max-width: 880px) {
  .farmers-title {
    padding-bottom: 0;
    margin-top: 3.3125rem;
  }
}

.cards-wrapper {
  display: flex;
  padding: 0;
  justify-content: space-between;
  overflow: auto;
  margin-top: 3.75rem;
}
@media only screen and (max-width: 880px) {
  .cards-wrapper {
    margin-top: 1.875rem;
  }
}

.farmer-home {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 880px) {
  .farmer-home {
    margin-bottom: 0;
  }
  .farmer-home .cards-wrapper {
    flex-direction: column !important;
  }
  .farmer-home .farmers-2-grid {
    width: 100% !important;
    flex-direction: column !important;
    padding: 1.5rem 0 !important;
    position: relative;
  }
}
@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);
  }
}
.night-theme__bg .accordion-option-wrapper {
  width: 100%;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #fff;
  padding: 0.75rem 2rem;
  cursor: pointer;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__title p {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 600px) {
  .night-theme__bg .accordion-option-wrapper .accordion-option__title p {
    width: 80%;
  }
}
.night-theme__bg .accordion-option-wrapper .accordion-option__title-tool {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__title:hover p {
  color: #23a5db;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content {
  display: flex;
  flex-direction: column;
  max-height: 0;
  opacity: 0;
  transition: opacity 0.5s, max-height 0.5s;
  pointer-events: none;
  padding: 0.5rem 2rem;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content.open-option {
  height: fit-content;
  opacity: 1;
  pointer-events: all;
  padding: 1.5rem 2rem;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content-rank {
  margin-top: 1rem;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content-rank svg {
  margin-left: 0.5rem;
  cursor: pointer;
  vertical-align: middle;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content-rank svg:hover {
  fill: #fff;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content-rank svg:hover path {
  fill: #000;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content-tool {
  cursor: pointer;
  padding: 0;
  margin: 0;
  color: #fff;
  width: 1rem;
  margin-right: 1.5rem;
  align-self: flex-end;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content p {
  margin-top: 0;
  word-wrap: break-word;
}
@media only screen and (max-width: 880px) {
  .night-theme__bg .accordion-option-wrapper .accordion-option__content p {
    width: fit-content;
  }
}
@media only screen and (max-width: 880px) {
  .night-theme__bg .accordion-option-wrapper .accordion-option__content {
    width: 100%;
  }
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content-rank {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content-rank p {
  padding: 0;
  width: auto;
  margin-top: 5px;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content-rank .rank-text {
  line-height: 2rem;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content-rank .thumbsup path {
  fill: #fff;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content-rank .selected-thumb circle {
  fill: #23a5db;
  stroke: #23a5db;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content-rank .selected-thumb path {
  fill: #fff;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0.2rem;
  padding-left: 1rem;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper label {
  padding-top: 0.5rem;
  margin-bottom: 1rem;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper .accordion-option__content-tool {
  margin-right: 2.1rem;
}
@media only screen and (max-width: 880px) {
  .night-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper .accordion-option__content-tool {
    margin-right: -2.5rem;
  }
}
.night-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper .accordion-option__content-tool path {
  stroke: #fff;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper .accordion-option__content-tool:hover path {
  stroke: #1c252e;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper .accordion-option__content-tool:hover circle {
  fill: #fff;
  stroke: #fff;
}

.day-theme__bg .accordion-option-wrapper {
  width: 100%;
  z-index: 3;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #fff;
  padding: 15px 30px;
  color: #000;
  cursor: pointer;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__title p {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 880px) {
  .day-theme__bg .accordion-option-wrapper .accordion-option__title p {
    margin-left: 0;
    margin-right: 0.5rem;
  }
}
.day-theme__bg .accordion-option-wrapper .accordion-option__title-tool {
  cursor: pointer;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__title:hover {
  color: #23a5db;
}
@media only screen and (max-width: 880px) {
  .day-theme__bg .accordion-option-wrapper .accordion-option__title {
    width: auto;
    padding: 1rem 1rem;
  }
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content {
  flex-direction: column;
  height: 0;
  opacity: 0;
  max-height: 0;
  display: flex;
  padding: 0;
  transition: none;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content.open-option {
  height: fit-content;
  opacity: 1;
  pointer-events: all;
  padding: 1rem 0 1rem 1rem;
  transition: opacity 0.5s, max-height 0.5s;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-rank {
  color: #000;
  margin-left: 1rem;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-rank svg {
  margin-left: 0.5rem;
  cursor: pointer;
  vertical-align: middle;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-rank svg:hover {
  fill: #3354a2;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-rank svg:hover path {
  fill: #fff;
}
@media only screen and (max-width: 880px) {
  .day-theme__bg .accordion-option-wrapper .accordion-option__content-rank {
    margin-left: 0;
  }
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-tool {
  cursor: pointer;
  padding: 0;
  margin: 0;
  color: #fff;
  width: 1rem;
  margin-right: 1.5rem;
  align-self: flex-end;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content > p {
  margin-top: 0;
  color: #fff;
  padding: 0 1.5rem 1.5rem 1rem;
}
@media only screen and (max-width: 880px) {
  .day-theme__bg .accordion-option-wrapper .accordion-option__content > p {
    padding: 0 0 1.5rem 0;
    width: 95%;
  }
}
.day-theme__bg .accordion-option-wrapper .accordion-option .faq-answer {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-rank {
  display: flex;
  flex-direction: row;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-rank .rank-text {
  line-height: 2rem;
  color: #fff;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-rank .thumbsup path {
  fill: #fff;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-rank .thumbsup circle {
  stroke: #fff;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-rank .selected-thumb circle {
  fill: #23a5db;
  stroke: #23a5db;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-rank .selected-thumb path {
  fill: #fff;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-rank .selected-thumb:hover circle {
  fill: #3354a2;
  stroke: #3354a2;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0.2rem;
  padding-left: 1rem;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper label {
  color: #000;
  padding-top: 0.5rem;
  margin-bottom: 1rem;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper .accordion-option__content-tool {
  margin-right: 2.1rem;
}
@media only screen and (max-width: 880px) {
  .day-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper .accordion-option__content-tool {
    margin-right: 1.5rem;
  }
}
.day-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper .accordion-option__content-tool path {
  stroke: #000;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper .accordion-option__content-tool:hover path {
  stroke: #fff;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper .accordion-option__content-tool:hover circle {
  fill: #1b8cca;
  stroke: #1b8cca;
}
@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);
  }
}
@media only screen and (max-width: 880px) {
  .accordion-wrapper {
    margin-top: 2rem;
  }
}
.accordion-wrapper .night-theme__bg .accordion-wrapper__link-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.accordion-wrapper .night-theme__bg .accordion-wrapper__link-wrapper .accordion-wrapper__link {
  color: #fff;
  text-decoration: none;
  margin-top: 1.2rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.accordion-wrapper .night-theme__bg .accordion-wrapper__link-wrapper .accordion-wrapper__link a {
  color: #23a5db;
  text-decoration: none;
}
.accordion-wrapper .night-theme__bg .accordion-wrapper__link-wrapper .accordion-wrapper__link a:hover {
  color: #3354a2;
}
.accordion-wrapper .night-theme__bg .accordion-wrapper__link-wrapper .accordion-wrapper__link a:hover path {
  stroke: #3354a2;
}
@media only screen and (max-width: 880px) {
  .accordion-wrapper .night-theme__bg .accordion-wrapper__link-wrapper .accordion-wrapper__link {
    justify-content: flex-start;
    padding-bottom: 2rem;
  }
}
.accordion-wrapper .night-theme__bg .accordion-wrapper__link-wrapper .accordion-wrapper__link svg {
  vertical-align: middle;
}
.accordion-wrapper .night-theme__bg .accordion-wrapper__link-wrapper .accordion-wrapper__link:hover p {
  color: #23a5db;
}
.accordion-wrapper .night-theme__bg .accordion-wrapper__link-wrapper .accordion-wrapper__link:hover p path {
  stroke: #23a5db;
}
.accordion-wrapper .night-theme__bg .accordion-wrapper__link-wrapper .accordion-pagination {
  display: none;
}
@media only screen and (max-width: 880px) {
  .accordion-wrapper .night-theme__bg .accordion-wrapper__link-wrapper {
    justify-content: flex-start;
  }
}
.accordion-wrapper .day-theme__bg {
  padding-top: 1rem;
}
.accordion-wrapper .day-theme__bg .accordion-wrapper__link-wrapper {
  width: 90%;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 880px) {
  .accordion-wrapper .day-theme__bg .accordion-wrapper__link-wrapper {
    justify-content: center;
  }
}
.accordion-wrapper .day-theme__bg .accordion-wrapper__link-wrapper__accordion-pagination {
  display: flex;
}
.accordion-wrapper .day-theme__bg .accordion-wrapper__link-wrapper .accordion-wrapper__link {
  display: none;
}
.accordion-wrapper .day-theme__bg .accordion-wrapper__link-wrapper .accordion-pagination {
  display: unset;
  margin-top: 1rem;
  z-index: 20;
}
.accordion-wrapper .day-theme__bg .accordion-wrapper__link-wrapper .accordion-pagination ul li button {
  color: #fff;
}
.accordion-wrapper .day-theme__bg .accordion-wrapper__link-wrapper .accordion-pagination ul li button:hover {
  border: 1px solid #23a5db;
  background-color: transparent;
}
@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);
  }
}
.faq-wrapper {
  overflow: hidden;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper {
    flex-direction: column;
    margin-bottom: 2rem;
    box-sizing: border-box;
  }
}
.faq-wrapper__wrapper {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 3.125rem;
  padding-bottom: 4.375rem;
}
@media only screen and (max-width: 1024px) {
  .faq-wrapper__wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.faq-wrapper__wrapper.home {
  flex-direction: row;
  padding-top: 3.125rem;
  padding-bottom: 4.375rem;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper__wrapper.home {
    flex-direction: column;
  }
}
.faq-wrapper .night-theme__bg {
  background-color: #3354a2;
}
.faq-wrapper .night-theme__bg .faq-left {
  position: relative;
  width: 30%;
  display: flex;
  flex-direction: column;
  z-index: 3;
  justify-content: left;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper .night-theme__bg .faq-left {
    width: 100%;
    margin-top: 2rem;
  }
}
.faq-wrapper .night-theme__bg .faq-left h2,
.faq-wrapper .night-theme__bg .faq-left p {
  color: #fff;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper .night-theme__bg .faq-left h2,
  .faq-wrapper .night-theme__bg .faq-left p {
    width: auto;
  }
}
.faq-wrapper .night-theme__bg .faq-left > p {
  width: 65%;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper .night-theme__bg .faq-left > p {
    width: 80%;
  }
}
.faq-wrapper .night-theme__bg .faq-left button {
  color: #fff;
  border-color: #fff;
  border-radius: 5rem;
  text-transform: none;
  margin-top: 2rem;
  min-width: 40%;
  cursor: pointer;
  margin-top: 1rem;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 1.25rem;
  transition: all 0.5s ease;
  text-transform: none;
  width: 60%;
  padding: 9px 25px;
}
.faq-wrapper .night-theme__bg .faq-left button:hover {
  background-color: #23a5db;
}
.faq-wrapper .night-theme__bg .faq-left button:hover {
  background-color: #fff;
  color: #000;
}
.faq-wrapper .night-theme__bg .faq-left button:hover a {
  color: #000;
}
.faq-wrapper .night-theme__bg .faq-left button:hover p {
  color: #000;
}
.faq-wrapper .night-theme__bg .faq-left button:hover svg path {
  stroke: #000;
}
.faq-wrapper .night-theme__bg .faq-left button svg {
  vertical-align: middle;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper .night-theme__bg .faq-left button {
    width: 100%;
  }
}
.faq-wrapper .night-theme__bg .faq-left a {
  text-decoration: none;
}
.faq-wrapper .night-theme__bg .faq-right {
  position: relative;
  z-index: 2;
  width: 60%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper .night-theme__bg .faq-right {
    width: 100%;
  }
}
.faq-wrapper .day-theme__bg {
  display: flex;
  margin-bottom: 1rem;
  flex-direction: column-reverse;
  width: 100%;
  padding-top: 0;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper .day-theme__bg {
    flex-direction: column-reverse;
    padding-top: 0;
    margin-bottom: 0.625rem;
  }
}
.faq-wrapper .day-theme__bg .faq-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 3rem 2rem 1rem 2rem;
  justify-content: left;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper .day-theme__bg .faq-left {
    width: 100%;
    margin: auto;
    padding: 1rem 0;
  }
}
.faq-wrapper .day-theme__bg .faq-left h2,
.faq-wrapper .day-theme__bg .faq-left p {
  width: 85%;
  color: #fff;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper .day-theme__bg .faq-left h2,
  .faq-wrapper .day-theme__bg .faq-left p {
    width: auto;
  }
}
@media only screen and (max-width: 880px) {
  .faq-wrapper .day-theme__bg .faq-left p {
    width: auto;
  }
}
.faq-wrapper .day-theme__bg .faq-left button {
  color: #23a5db;
  border: solid 1px #23a5db;
  border-radius: 1.25rem;
  transition: all 0.5s ease;
  text-transform: none;
  padding: 9px 25px;
}
.faq-wrapper .day-theme__bg .faq-left button:hover {
  background-color: #fff;
  color: #000;
}
.faq-wrapper .day-theme__bg .faq-left button:hover a {
  color: #000;
}
.faq-wrapper .day-theme__bg .faq-left button:hover p {
  color: #000;
}
.faq-wrapper .day-theme__bg .faq-left button:hover svg path {
  stroke: #000;
}
.faq-wrapper .day-theme__bg .faq-left button svg {
  vertical-align: middle;
}
.faq-wrapper .day-theme__bg .faq-left button svg path {
  stroke: #23a5db;
}
.faq-wrapper .day-theme__bg .faq-left button a,
.faq-wrapper .day-theme__bg .faq-left button p {
  color: #23a5db;
  width: 100%;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper .day-theme__bg .faq-left button {
    width: 95%;
  }
}
.faq-wrapper .day-theme__bg .faq-left button:hover {
  color: #fff;
  border: solid 1px #1b8cca;
  background-color: #1b8cca;
}
.faq-wrapper .day-theme__bg .faq-left button:hover svg {
  stroke: #fff;
}
.faq-wrapper .day-theme__bg .faq-left button:hover svg path {
  stroke: #fff;
}
.faq-wrapper .day-theme__bg .faq-left button:hover a,
.faq-wrapper .day-theme__bg .faq-left button:hover p {
  color: #fff;
}
.faq-wrapper .day-theme__bg .faq-left a {
  text-decoration: none;
}
.faq-wrapper .day-theme__bg .faq-right {
  width: 95%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper .day-theme__bg .faq-right {
    width: 100%;
    margin: auto;
  }
}
@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);
  }
}
@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);
  }
}
#science-page .parallax {
  perspective: 100vw;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
#science-page .parallax__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
#science-page .parallax {
  perspective: 100vw;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
#science-page .parallax__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
#science-page .parallax_group-common svg path {
  fill: #23a5db;
}
#science-page .parallax_group1 {
  position: absolute;
  transform: translateZ(-50rem) scale(1);
}
#science-page .parallax_group1 div {
  position: absolute;
}
#science-page .parallax_group1 div:first-child {
  top: 10rem;
  left: 1rem;
}
#science-page .parallax_group2 {
  position: absolute;
  transform: translateZ(10rem) scale(0.7);
}
#science-page .parallax_group2 div {
  position: absolute;
}
#science-page .parallax_group2 div:first-child {
  top: 20rem;
  left: 5rem;
}
#science-page .parallax_group2 div:nth-child(2) {
  top: 10rem;
  left: 10rem;
  transform: rotate(180deg);
}
#science-page .parallax_group3 {
  position: absolute;
  top: calc(100% - 22rem);
  transform: translateZ(50rem) scale(1);
}
#science-page .parallax_group3 div {
  position: absolute;
}
#science-page .parallax_group3 div:first-child {
  top: 3rem;
  left: 7rem;
}
#science-page .parallax_group3 div:nth-child(2) {
  top: 0;
  left: 8rem;
  transform: rotate(60deg);
}
#science-page .parallax_group4 {
  position: absolute;
  transform: translateZ(40rem) scale(0.3);
}
#science-page .parallax_group4 div {
  position: absolute;
}
#science-page .parallax_group4 div:first-child {
  top: 3rem;
  left: 9rem;
}
#science-page .parallax_group4 div:nth-child(2) {
  top: 0;
  left: 0;
  transform: rotate(180deg);
}
#science-page .parallax_group4 div:nth-child(3) {
  top: 7rem;
  left: 11rem;
}
#science-page .parallax_group5 {
  position: absolute;
  transform: translateZ(-30rem) scale(1);
}
#science-page .parallax_group5 div {
  position: absolute;
}
#science-page .parallax_group5 div:first-child {
  top: 5rem;
  left: 7rem;
}
#science-page .parallax_group5 div:nth-child(2) {
  top: 0;
  left: 10rem;
}
#science-page .parallax_group5 div:nth-child(3) {
  top: 5rem;
  left: 14rem;
  transform: rotate(180deg);
}
#science-page .parallax_group6 {
  position: absolute;
  transform: translateZ(-20rem) scale(1);
}
#science-page .parallax_group6 div {
  position: absolute;
}
#science-page .parallax_group6 div:first-child {
  top: 5rem;
  left: 7rem;
}
#science-page .parallax_group6 div:nth-child(2) {
  top: 0;
  left: 10rem;
  transform: rotate(180deg);
}
#science-page .parallax_group6 div:nth-child(3) {
  top: 5rem;
  left: 14rem;
  transform: rotate(180deg);
}
#science-page [class^=science-page__banner] svg {
  max-width: 100%;
  width: 100%;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.detail-card-flag {
  width: 18px;
  height: 12px;
  margin-left: 7px;
}

.mt-20 {
  margin-top: 20px;
}

.banners-section {
  margin-top: 4rem;
}
@media only screen and (max-width: 880px) {
  .banners-section {
    margin-top: 0;
  }
}

.science-page-wrapper {
  background-repeat: no-repeat;
  margin-top: 6rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 880px) {
  .science-page-wrapper {
    margin-top: 4rem;
  }
}
.science-page-wrapper__upper, .science-page-wrapper__lower {
  display: flex;
  flex-direction: row;
}
.science-page-wrapper__upper {
  margin-bottom: 3rem;
}
.science-page-wrapper__upper-left {
  width: 50%;
}
@media only screen and (max-width: 880px) {
  .science-page-wrapper__upper-left {
    width: 100%;
  }
}
.science-page-wrapper__upper-right {
  width: 50%;
  color: #fff;
  padding: 5rem 1rem 1rem 2rem;
}
@media only screen and (max-width: 880px) {
  .science-page-wrapper__upper-right {
    width: 100%;
  }
}
.science-page-wrapper__lower {
  margin-top: 0;
}
.science-page-text__title {
  color: #fff;
}
.science-page-text__desc {
  width: 470px;
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .science-page-text__desc {
    width: 70%;
    text-align: justify;
  }
}
@media only screen and (max-width: 880px) {
  .science-page-text__desc {
    width: 100%;
  }
}
@media only screen and (max-width: 880px) {
  .science-page-text {
    padding-left: 2rem;
  }
}
.science-page__banner__type1 {
  display: flex;
  flex-direction: row;
  color: #fff;
}
@media only screen and (max-width: 880px) {
  .science-page__banner__type1 {
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
}
.science-page__banner__type1-left {
  max-width: 570px;
}
@media only screen and (max-width: 1024px) {
  .science-page__banner__type1-left {
    max-width: 390px;
  }
}
@media only screen and (max-width: 880px) {
  .science-page__banner__type1-left {
    max-width: unset;
  }
}
.science-page__banner__type1-left h2 {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 880px) {
  .science-page__banner__type1-left h2 {
    margin: 0;
    width: 100%;
    padding-top: 1rem;
    margin-bottom: 2rem;
  }
}
.science-page__banner__type1-left p {
  color: #fff;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
}
@media only screen and (max-width: 880px) {
  .science-page__banner__type1-left p {
    margin: 0;
  }
}
@media only screen and (max-width: 880px) {
  .science-page__banner__type1-left {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
}
.science-page__banner__type1-right {
  align-self: center;
  justify-self: center;
  margin: 0 auto;
  margin-top: -2.5rem;
}
@media only screen and (max-width: 600px) {
  .science-page__banner__type1-right {
    margin-top: 1rem;
    width: 100%;
    display: flex;
    padding: 0 25px;
    box-sizing: border-box;
  }
  .science-page__banner__type1-right svg {
    max-width: 325px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 880px) {
  .science-page__banner__type1-right {
    margin: 3rem auto;
  }
}
.science-page__banner__type2 {
  display: flex;
  flex-direction: row;
  color: #fff;
  justify-content: space-between;
}
@media only screen and (max-width: 880px) {
  .science-page__banner__type2 {
    flex-direction: column-reverse;
    margin-top: 0;
    padding: 0;
    margin: 0;
  }
}
.science-page__banner__type2-left {
  align-self: center;
  justify-self: center;
  margin-left: 4rem;
}
@media only screen and (max-width: 1024px) {
  .science-page__banner__type2-left {
    margin-left: 0;
  }
}
@media only screen and (max-width: 880px) {
  .science-page__banner__type2-left {
    margin: 3rem auto;
  }
}
@media only screen and (max-width: 600px) {
  .science-page__banner__type2-left {
    width: 100%;
    display: flex;
    justify-self: center;
    padding: 0 25px;
    box-sizing: border-box;
  }
  .science-page__banner__type2-left svg {
    max-width: 325px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}
.science-page__banner__type2-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 6.725rem;
  max-width: 570px;
  margin-top: -3.5rem;
}
@media only screen and (max-width: 1024px) {
  .science-page__banner__type2-right {
    max-width: 390px;
  }
}
@media only screen and (max-width: 880px) {
  .science-page__banner__type2-right {
    margin-left: 0;
    max-width: unset;
    margin-top: 0;
  }
}
.science-page__banner__type2-right h2 {
  align-self: flex-start;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 880px) {
  .science-page__banner__type2-right h2 {
    margin: 0;
    padding-top: 1rem;
    margin-left: 0;
    margin-bottom: 2rem;
  }
}
.science-page__banner__type2-right p {
  color: #fff;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
}
@media only screen and (max-width: 880px) {
  .science-page__banner__type2-right p {
    align-self: flex-start;
  }
}

@media only screen and (max-width: 880px) {
  #science-page .farmers-2-grid,
  #science-page .farmers-1-grid {
    box-sizing: border-box;
  }
  #science-page .farmers-1-grid {
    padding: 0;
  }
  #science-page .farmers-2-grid {
    padding: 0.5rem 0;
    margin-top: 0;
  }
  #science-page .cards-wrapper {
    margin-top: 0 !important;
    flex-direction: column;
  }
  #science-page .cards-wrapper > .farmers-2-grid {
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
}

@media (max-width: 480px) {
  .are-you-interested-box {
    width: 100% !important;
  }
  .parallax-inner {
    display: none;
  }
}
@media (max-width: 391px) {
  .detail-card-more-btn {
    margin-top: 20px;
  }
}
