@media only screen and (width >= 992px) {
  .class-here {
    color: #0000;
  }
}

@font-face {
  font-family: gilroy;
  src: url("gilroy-bold-webfont.cf7c1e56.woff2") format("woff2"), url("gilroy-bold-webfont.69076941.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: gilroy;
  src: url("gilroy-light-webfont.9f97f148.woff2") format("woff2"), url("gilroy-light-webfont.80ab5ca5.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: gilroy;
  src: url("gilroy-medium-webfont.dbe98673.woff2") format("woff2"), url("gilroy-medium-webfont.227ec266.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: gilroy;
  src: url("gilroy-regular-webfont.6474c8c4.woff2") format("woff2"), url("gilroy-regular-webfont.87ce554f.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: gilroy;
  src: url("gilroy-semibold-webfont.6117f091.woff2") format("woff2"), url("gilroy-semibold-webfont.9ab84582.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

* {
  box-sizing: border-box;
  font-variant-ligatures: none;
  margin: 0;
  padding: 0;
}

html {
  text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  color: #2e2d2c;
  padding-bottom: 69px;
  font-family: gilroy, sans-serif;
  font-weight: 400;
}

@media only screen and (width >= 480px) {
  body {
    padding-bottom: 77px;
  }
}

@media only screen and (width >= 992px) {
  body {
    padding-bottom: 0;
  }
}

a {
  color: #2e2d2c;
  text-decoration: none;
}

input, button {
  font-family: inherit;
}

.oga-ms-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

@media only screen and (width >= 480px) {
  .oga-ms-container {
    max-width: 26.875rem;
    padding: 0;
  }
}

@media only screen and (width >= 992px) {
  .oga-ms-container {
    max-width: 57rem;
  }
}

@media only screen and (width >= 1230px) {
  .oga-ms-container {
    max-width: 69.5rem;
  }
}

@media only screen and (width >= 1440px) {
  .oga-ms-container {
    max-width: 80rem;
  }
}

@media only screen and (width >= 1920px) {
  .oga-ms-container {
    max-width: 102.625rem;
  }

  .oga-ms-container.oga-ms-container--inner {
    max-width: 85.25rem;
  }
}

.oga-ms-bg-dark {
  color: #fff;
  background-color: #2e2d2c;
}

.d-none {
  display: none !important;
}

.section-title {
  color: inherit;
  margin-bottom: 2.1875rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: normal;
}

.section-title span {
  color: #ff7000;
}

.section-title + .section-description {
  margin-top: -1.7rem;
}

@media only screen and (width <= 991px) {
  .section-title {
    color: #ff7000;
  }
}

@media only screen and (width >= 992px) {
  .section-title {
    margin-bottom: 1.6875rem;
    font-size: 2.5rem;
  }

  .section-title + .section-description {
    margin-top: -1.4rem;
  }
}

@media only screen and (width >= 1230px) {
  .section-title {
    font-size: 3.125rem;
  }
}

.section-description p {
  margin-bottom: .5rem;
  font-size: 1rem;
}

.section-description p strong {
  font-weight: 600;
}

@media only screen and (width >= 992px) {
  .section-description p {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
}

.swiper .swiper-wrapper {
  height: auto;
}

div .swiper-button-prev, div .swiper-button-next {
  cursor: pointer;
  background-color: #ff7000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 5.625em;
  height: 5.625em;
  font-size: .7rem;
  display: flex;
}

div .swiper-button-prev:after, div .swiper-button-next:after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 2em;
  font-size: 1em;
}

div .swiper-button-prev:after {
  background-image: url("left-arrow.41f57275.svg");
}

div .swiper-button-next:after {
  background-image: url("right-arrow.7110c150.svg");
}

div .swiper-button-disabled {
  display: none !important;
}

@media only screen and (width >= 1230px) {
  div .swiper-button {
    font-size: .85rem;
  }
}

@media only screen and (width >= 1440px) {
  div .swiper-button {
    font-size: 1rem;
  }
}

div .swiper-pagination {
  justify-content: center;
  align-items: center;
  gap: 1.125em;
  font-size: 1rem;
  display: flex;
  position: relative;
  left: auto;
  top: auto !important;
  bottom: auto !important;
}

div .swiper-pagination .swiper-pagination-bullet {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 50%;
  width: .75em;
  height: .75em;
  margin: 0 !important;
}

div .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.Curve {
  height: 1.75rem;
  position: relative;
}

.Curve:after {
  content: "";
  background-color: #2e2d2c;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.Curve img {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (width >= 768px) {
  .Curve {
    height: 2.2rem;
  }
}

@media only screen and (width >= 1230px) {
  .Curve {
    height: 2.8625rem;
  }
}

@media only screen and (width >= 1920px) {
  .Curve {
    height: 3.5625rem;
  }
}

.primaryBtn, .secondaryBtn {
  cursor: pointer;
  color: #fff;
  text-align: center;
  background-color: #2e2d2c;
  min-width: 11.27em;
  padding: 1em;
  font-size: .9375em;
  font-weight: 600;
  transition: border-radius .4s;
  display: inline-block;
}

.primaryBtn:hover, .secondaryBtn:hover {
  color: #fff;
  border-radius: 3rem 0 0;
  text-decoration: none;
}

.secondaryBtn {
  color: #2e2d2c;
  background-color: #fff;
}

.secondaryBtn:hover {
  color: #2e2d2c;
  text-decoration: none;
}

.oga-ms-header {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.oga-ms-header-ev__wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  display: flex;
}

.oga-ms-header-ev__img {
  width: 10.1875rem;
}

.oga-ms-header-ev__img.primary-logo {
  display: block;
}

.oga-ms-header-ev__img.secondary-logo {
  display: none;
}

.oga-ms-header .oga-ms-nav {
  height: 70px;
}

.oga-ms-header .oga-ms-nav a {
  font-size: 1rem;
}

@media only screen and (width >= 480px) {
  .oga-ms-header .oga-ms-nav {
    height: 78px;
  }

  .oga-ms-header .oga-ms-nav a {
    font-size: 1.125rem;
  }
}

@media only screen and (width <= 991px) {
  .oga-ms-header {
    z-index: 99;
  }

  .oga-ms-header .oga-ms-nav {
    z-index: 1;
    background-color: #5c5c5c;
    width: 100%;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
  }

  .oga-ms-header .oga-ms-nav a {
    text-align: center;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    font-weight: 400;
    display: inline-flex;
  }

  .oga-ms-header .oga-ms-nav a img {
    height: 1.5rem;
  }

  .oga-ms-header .oga-ms-nav a span {
    width: 100%;
  }

  .oga-ms-header .oga-ms-nav a:hover {
    color: #fff;
    text-decoration: none;
  }
}

@media only screen and (width <= 380px) {
  .oga-ms-header .oga-ms-nav {
    height: 65px;
  }

  .oga-ms-header .oga-ms-nav a {
    font-size: .8rem;
  }

  .oga-ms-header .oga-ms-nav a img {
    height: 1.3rem;
  }
}

@media only screen and (width >= 992px) {
  .oga-ms-header .oga-ms-header-ev__img {
    width: 8.75rem;
  }

  .oga-ms-header.sticky {
    z-index: 99;
    background-color: #2e2d2c;
    border-bottom: 2px solid #fff;
    padding: 1rem 0;
    animation: .6s ease-in-out stickyNav;
    position: fixed;
    top: 0;
    left: 0;
  }

  .oga-ms-header.sticky .primary-logo {
    display: none;
  }

  .oga-ms-header.sticky .secondary-logo {
    display: block;
  }

  .oga-ms-header.sticky .oga-ms-nav a {
    color: #fff;
  }

  .oga-ms-header.sticky .oga-ms-nav a:hover {
    color: #ff7000;
  }

  .oga-ms-header.sticky .oga-ms-header-ev__wrapper {
    padding-top: 0;
  }

  .oga-ms-header .oga-ms-nav {
    align-items: flex-end;
    height: auto;
    padding-right: 15.5rem;
    display: flex;
  }

  .oga-ms-header .oga-ms-nav a {
    padding: .5rem .9375rem;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.375rem;
  }

  .oga-ms-header .oga-ms-nav a:hover {
    color: #fff;
    text-decoration: none;
  }

  .oga-ms-header .oga-ms-nav a img {
    display: none;
  }
}

@media only screen and (width >= 1230px) {
  .oga-ms-header .oga-ms-header-ev__img {
    width: 10.875rem;
  }

  .oga-ms-header .oga-ms-nav {
    padding-right: 16.8rem;
  }

  .oga-ms-header .oga-ms-nav a {
    padding: .8125rem 1.5625rem;
    font-size: 1rem;
  }
}

@media only screen and (width >= 1440px) {
  .oga-ms-header .oga-ms-nav {
    padding-right: 20rem;
  }
}

@media only screen and (width >= 1920px) {
  .oga-ms-header .oga--ms-header-ev__wrapper {
    padding-top: 2.5rem;
  }

  .oga-ms-header .oga-ms-header-ev__img {
    width: 14.4375rem;
  }

  .oga-ms-header .oga-ms-nav {
    padding-right: 24.9rem;
  }

  .oga-ms-header .oga-ms-nav a {
    padding: .9375rem 2.1875rem;
    font-size: 1.125rem !important;
  }
}

@keyframes stickyNav {
  0% {
    transform: translateY(-120%);
  }

  100% {
    transform: translateY(0%);
  }
}

.oga-ms-hero-banner {
  z-index: 0;
  background-color: #ff7000;
  position: relative;
  overflow: hidden;
}

.oga-ms-hero-banner .oga-ms-hero-banner-ev-right-image {
  opacity: 0;
}

.oga-ms-hero-banner-ev-home-banner {
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.oga-ms-hero-banner-ev-home-banner img {
  width: 100%;
}

.oga-ms-hero-banner-ev-image-area {
  width: 100%;
  position: relative;
}

.oga-ms-hero-banner-ev-right-container {
  background: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.oga-ms-hero-banner-ev-right-container .oga-ms-hero-banner-ev-image, .oga-ms-hero-banner-ev-right-container .oga-ms-hero-banner-ev-cutout-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.oga-ms-hero-banner-ev-right-container .oga-ms-hero-banner-ev-cutout-image, .oga-ms-hero-banner-ev-right-container .oga-ms-hero-banner-ev-image-desktop {
  display: none;
}

.oga-ms-hero-banner-ev-right-container .oga-ms-hero-banner-ev-image-circle {
  backdrop-filter: opacity(.5);
  filter: opacity(.8);
  background: none;
  border: 13.5rem solid #2e2d2ccc;
  border-radius: 50%;
  width: 130rem;
  height: 120rem;
  display: none;
  position: absolute;
  top: 3%;
  left: -9.375rem;
}

.oga-ms-hero-banner-ev-text-area {
  align-items: center;
  max-width: calc(100% - 3.75rem);
  margin: 8.125rem auto 0;
  display: flex;
}

.oga-ms-hero-banner__content p {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.oga-ms-hero-banner__content .oga-ms-title {
  margin-bottom: .4rem;
  font-size: 3.275rem;
  font-weight: 600;
  line-height: 103%;
}

.oga-ms-hero-banner__content .oga-ms-title span {
  color: #fff;
}

@media only screen and (width >= 480px) {
  .oga-ms-hero-banner .oga-ms-hero-banner-ev-text-area {
    max-width: 21.4375rem;
  }

  .oga-ms-hero-banner .oga-ms-hero-banner__content p {
    font-size: 1.375rem;
  }

  .oga-ms-hero-banner .oga-ms-hero-banner__content .oga-ms-title {
    font-size: 4.375rem;
  }

  .oga-ms-hero-banner .oga-ms-hero-banner__content .oga-ms-title span {
    color: #fff;
  }
}

@media only screen and (width >= 992px) {
  .oga-ms-hero-banner .oga-ms-hero-banner-ev-image-area {
    width: 50%;
    overflow: hidden;
  }

  .oga-ms-hero-banner .oga-ms-hero-banner-ev-text-area {
    width: 50%;
    max-width: none;
    margin: unset;
    padding-left: calc(50% - 28.5rem);
  }

  .oga-ms-hero-banner .oga-ms-hero-banner__content .oga-ms-title {
    margin-bottom: 1.25rem;
    font-size: 4.3rem;
  }

  .oga-ms-hero-banner .oga-ms-hero-banner-ev-right-container .oga-ms-hero-banner-ev-image-circle {
    border: 29vw solid #ff7000;
    width: 470%;
    height: 586%;
    display: block;
    top: -31.5%;
    left: -98%;
  }

  .oga-ms-hero-banner .oga-ms-hero-banner-ev-right-container .oga-ms-hero-banner-ev-cutout-image, .oga-ms-hero-banner .oga-ms-hero-banner-ev-right-container .oga-ms-hero-banner-ev-image-desktop {
    display: block;
  }

  .oga-ms-hero-banner .oga-ms-hero-banner-ev-right-container .oga-ms-hero-banner-ev-image-mobile {
    display: none;
  }
}

@media only screen and (width >= 1230px) {
  .oga-ms-hero-banner .oga-ms-hero-banner-ev-text-area {
    padding-left: calc(50% - 34.75rem);
  }

  .oga-ms-hero-banner .oga-ms-hero-banner__content .oga-ms-title {
    font-size: 5.0625rem;
  }
}

@media only screen and (width >= 1440px) {
  .oga-ms-hero-banner .oga-ms-hero-banner-ev-text-area {
    padding-left: calc(50% - 40rem);
  }

  .oga-ms-hero-banner .oga-ms-hero-banner__content .oga-ms-title {
    font-size: 6.25rem;
  }
}

@media only screen and (width >= 1920px) {
  .oga-ms-hero-banner .oga-ms-hero-banner-ev-text-area {
    padding-left: calc(50% - 51.3125rem);
  }

  .oga-ms-hero-banner .oga-ms-hero-banner__content .oga-ms-title {
    font-size: 7.5rem;
  }
}

.section-ourvision {
  user-select: none;
  padding: 2.5rem 0;
}

.section-ourvision .section-description {
  margin-bottom: 2.8125rem;
}

.section-ourvision .infographics-left {
  margin-bottom: 3.125rem;
}

.section-ourvision .infographics-left img, .section-ourvision .infographics-left svg {
  width: 100%;
  height: auto;
  display: block;
}

.section-ourvision .infographics-right .content {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0 1.875rem;
  padding: 2.0625rem 1.625rem 2.8125rem;
  box-shadow: 0 .5rem .55rem #d0d4d782;
}

.section-ourvision .infographics-right .content h3 {
  color: #ff7000;
  margin-bottom: .5625rem;
  font-size: 1.5625rem;
  font-weight: 600;
}

.section-ourvision .infographics-right .content p {
  margin-top: 0;
  margin-bottom: 1.3125em;
}

.section-ourvision .svg-vision-click {
  cursor: pointer;
  opacity: 0;
}

.section-ourvision .svg-vision-click-label-click {
  cursor: pointer;
}

.section-ourvision .infographics-wrap svg {
  overflow: visible;
}

.section-ourvision .infographics-wrap .arc-placeholder .svg-vision-click-label path {
  transition: fill .7s ease-in-out;
}

.section-ourvision .infographics-wrap .arc-placeholder .svg-vision-click-bg {
  transform-origin: 50%;
  transition: all .6s ease-in-out;
}

.section-ourvision .infographics-wrap .arc-placeholder.active .svg-vision-click-bg {
  transform: scale(1.045);
}

.section-ourvision .infographics-wrap .arc-placeholder.active .svg-vision-click-label path[fill="#D9D9D9"] {
  fill: #2e2d2c;
}

.section-ourvision .infographics-wrap .arc-placeholder.active .svg-vision-click-label path[fill="#2E2D2C"] {
  fill: #fff;
}

@media only screen and (width <= 991px) {
  .section-ourvision .infographics-desktop {
    display: none;
  }

  .section-ourvision .taptodiscover {
    display: inline-block;
  }
}

@media only screen and (width >= 992px) {
  .section-ourvision {
    padding: 3em 0;
  }

  .section-ourvision .infographics-mobile, .section-ourvision .taptodiscover {
    display: none;
  }

  .section-ourvision .infographics-wrap {
    gap: 3.75rem;
    display: flex;
  }

  .section-ourvision .infographics-left {
    flex-basis: 60%;
    margin-bottom: 0;
  }

  .section-ourvision .infographics-right {
    flex-basis: calc(40% - 3.75rem);
    align-items: center;
    display: inline-flex;
  }

  .section-ourvision .content {
    width: 100%;
  }
}

@media only screen and (width >= 1230px) {
  .section-ourvision {
    padding: 3.625em 0;
  }

  .section-ourvision .section-description {
    margin-bottom: 3.8125rem;
  }

  .section-ourvision .infographics-right .content {
    padding: 4rem 3.4375rem;
  }

  .section-ourvision .infographics-right .content h3 {
    margin-bottom: 1.0625rem;
    font-size: 2.5rem;
  }

  .section-ourvision .infographics-right .content p {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }

  .section-ourvision .infographics-wrap {
    gap: 4.375rem;
  }

  .section-ourvision .infographics-right {
    flex-basis: calc(40% - 4.375rem);
  }
}

@media only screen and (width >= 1440px) {
  .section-ourvision {
    padding: 4.625em 0;
  }

  .section-ourvision .infographics-wrap {
    gap: 5.625rem;
  }

  .section-ourvision .infographics-right {
    flex-basis: calc(40% - 5.625rem);
  }
}

@media only screen and (width >= 1920px) {
  .section-ourvision {
    padding: 5.625em 0;
  }

  .section-ourvision .section-description {
    margin-bottom: 4.8125rem;
  }

  .section-ourvision .infographics-wrap {
    gap: 6.875rem;
  }

  .section-ourvision .infographics-right {
    flex-basis: calc(40% - 6.875rem);
  }
}

.section-localconnecting {
  padding: 2.5rem 0;
  position: relative;
}

.section-localconnecting .local-connecting .section-description {
  width: 100%;
  margin-bottom: 1rem;
}

.section-localconnecting .local-connecting .section-description p {
  margin-bottom: .5rem;
}

.section-localconnecting .local-connecting img {
  max-width: 100%;
}

@media only screen and (width <= 991px) {
  .section-localconnecting {
    background: linear-gradient(#2e2d2c 0% 35%, #fff 35% 100%);
  }
}

@media only screen and (width >= 992px) {
  .section-localconnecting {
    padding: 2.5rem 0 3.1875em;
  }

  .section-localconnecting .local-connecting .section-description {
    width: 80%;
    margin-bottom: 3rem;
  }
}

@media only screen and (width >= 1230px) {
  .section-localconnecting {
    padding: 2.5rem 0 4.1875em;
  }
}

@media only screen and (width >= 1440px) {
  .section-localconnecting {
    padding: 2.5rem 0 5.1875em;
  }
}

@media only screen and (width >= 1920px) {
  .section-localconnecting {
    padding: 2.5rem 0 6.1875em;
  }
}

.section-localconnecting .wrapper {
  box-sizing: content-box;
  --height: 25em;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1em;
  width: 100%;
  padding-top: .5em;
  display: flex;
}

@media only screen and (width >= 992px) {
  .section-localconnecting .wrapper {
    --height: 38em;
    flex-wrap: nowrap;
    padding-top: 0;
  }
}

.section-localconnecting .wrapper .map {
  box-sizing: border-box;
  width: 100%;
  height: var(--height);
  background-color: #2e2d2c;
  border: 2px solid #d0d4d7;
  border-radius: 0 2em;
  flex-shrink: 0;
  padding: .75em;
}

@media only screen and (width >= 992px) {
  .section-localconnecting .wrapper .map {
    width: 65%;
    padding: 1em;
  }
}

@media only screen and (width >= 1230px) {
  .section-localconnecting .wrapper .map {
    width: 70%;
  }
}

.section-localconnecting #map {
  float: left;
  border: thin solid #333;
  border-radius: 0 1.75em;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section-localconnecting .list {
  flex-grow: 1;
  width: 100%;
}

.section-localconnecting .list ul {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  gap: .5em;
  height: auto;
  margin: 0 auto;
  padding: 0;
  font-size: 1.25em;
  font-weight: 600;
  list-style-type: none;
  display: flex;
}

@media only screen and (width >= 992px) {
  .section-localconnecting .list ul {
    height: calc(var(--height)  - 152px);
    width: 85%;
  }
}

.section-localconnecting .list li {
  color: #2e2d2c;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid;
  border-radius: 0 1em;
  padding: .65em 1.5em;
  transition: transform .25s;
  position: relative;
}

@media only screen and (width >= 992px) {
  .section-localconnecting .list li {
    color: #2e2d2c;
    background-color: #fff;
    border: none;
  }
}

.section-localconnecting .list li:hover {
  color: #fff;
  background: #ff7000;
}

.section-localconnecting .list li label {
  cursor: pointer;
  font-size: 1.15em;
}

.section-localconnecting .list li.active {
  color: #fff;
  cursor: default;
  background-color: #2e2d2c;
  border: 1px solid #fff;
  min-height: auto;
  padding: 0;
  display: block;
}

@media only screen and (width >= 992px) {
  .section-localconnecting .list li.active {
    min-height: -webkit-fill-available;
  }
}

.section-localconnecting .list li.active > span, .section-localconnecting .list li.active .content {
  display: block;
}

.section-localconnecting .list li.active label {
  cursor: pointer;
  display: none;
}

.section-localconnecting .list li.hide {
  display: none;
}

.section-localconnecting .list li > span {
  z-index: 999;
  height: 25%;
  display: none;
  position: absolute;
  top: 1em;
  right: 1em;
}

.section-localconnecting .content {
  text-align: left;
  padding: 1.25em;
  display: none;
}

.section-localconnecting .content div {
  margin-bottom: .5em;
}

.section-localconnecting .content div span {
  position: relative;
}

@media only screen and (width >= 992px) {
  .section-localconnecting .content div span {
    position: absolute;
    top: -1.25em;
    right: -1.25em;
  }
}

.section-localconnecting .content div:first-child {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.section-localconnecting .content h2, .section-localconnecting .content h3 {
  font-family: gilroy;
  font-weight: 600;
}

.section-localconnecting .content h2 {
  color: #fff;
  align-items: center;
  gap: .5em;
  margin-bottom: 0;
  display: flex;
}

.section-localconnecting .content h2 img {
  border-radius: 0 .5em;
  width: 1.5em;
}

.section-localconnecting .content h3 {
  color: #ff7000;
  margin-bottom: .25em;
}

.section-localconnecting .content p {
  margin-top: 0;
  margin-bottom: .25em;
  font-size: .9em;
  font-weight: normal;
}

.section-localconnecting .content picture {
  flex-wrap: wrap;
  align-items: center;
  gap: .5em;
  margin: 1em 0;
  display: flex;
}

.section-localconnecting .content picture > img {
  border: 1px solid #ff7000;
  border-radius: 0 1em;
  width: 3em;
}

.gmnoprint {
  display: none;
}

.gm-style iframe + div {
  border: none !important;
}

.section-commitment {
  padding: 2.5rem 0 3rem;
  overflow: hidden;
}

.section-commitment .commitment-slider .swiper-button-action {
  display: none;
}

.section-commitment .commitment-slider .swiper {
  z-index: 0;
  height: auto;
  overflow: visible;
}

.section-commitment .commitment-slider .swiper .swiper-wrapper {
  height: auto;
}

.section-commitment .commitment-slider .swiper-slide {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.section-commitment .commitment-slider .content {
  color: #2e2d2c;
  background-color: #fff;
  border-radius: 0 1.875rem 0 0;
  flex-grow: 1;
  order: 1;
  min-height: 16.875rem;
  padding: 1.7rem;
}

.section-commitment .commitment-slider .content h3 {
  color: #ff7000;
  margin-bottom: .4rem;
  font-size: 1.6rem;
  font-weight: 600;
}

.section-commitment .commitment-slider .content p {
  margin-top: 0;
  line-height: 128.8%;
}

.section-commitment .commitment-slider figure {
  border-radius: 0 0 0 1.875rem;
  order: 2;
  margin: 0;
  overflow: hidden;
}

.section-commitment .commitment-slider figure img {
  width: 100%;
  display: block;
}

.section-commitment .commitment-slider .swiper-pagination {
  padding-top: 1.75rem;
}

@media only screen and (width >= 480px) {
  .section-commitment .commitment-slider .content {
    flex-grow: 0;
    padding: 1.875rem;
  }

  .section-commitment .commitment-slider .content h3 {
    font-size: 1.875rem;
  }
}

@media only screen and (width >= 768px) {
  .section-commitment {
    padding: 3.25rem 0 2.5rem;
  }
}

@media only screen and (width >= 992px) {
  .section-commitment {
    padding: 4.25rem 0;
  }

  .section-commitment .commitment-slider .swiper-button-prev {
    margin-top: -2.8125em;
    left: -2.8125em;
  }

  .section-commitment .commitment-slider .swiper-button-next {
    right: -2.8125em;
  }

  .section-commitment .commitment-slider .swiper-button-action {
    display: block;
  }

  .section-commitment .commitment-slider .swiper {
    height: auto;
    overflow: visible;
  }

  .section-commitment .commitment-slider .swiper-slide {
    flex-direction: row;
    height: 38em;
  }

  .section-commitment .commitment-slider .swiper-slide .content {
    flex-basis: 44%;
    order: 2;
    align-items: center;
    padding: 2rem 4rem;
    display: inline-flex;
  }

  .section-commitment .commitment-slider .swiper-slide .content h3 {
    margin-bottom: 1.375rem;
    font-size: 2.5rem;
  }

  .section-commitment .commitment-slider .swiper-slide .content p {
    font-size: 1.5rem;
  }

  .section-commitment .commitment-slider .swiper-slide figure {
    flex-basis: 56%;
    order: 1;
  }

  .section-commitment .commitment-slider .swiper-slide figure img {
    object-fit: cover;
    height: 100%;
  }

  .section-commitment .commitment-slider .swiper-pagination {
    padding-top: 2.5rem;
  }
}

@media only screen and (width >= 1230px) {
  .section-commitment {
    padding: 5.25rem 0 2.5rem;
  }

  .section-commitment .commitment-slider .swiper-slide .content {
    padding: 2rem 5.25rem;
  }
}

@media only screen and (width >= 1440px) {
  .section-commitment {
    padding: 6.25rem 0 2.5rem;
  }
}

@media only screen and (width >= 1920px) {
  .section-commitment {
    padding: 7.25rem 0 2.5rem;
  }
}

.section-productBy {
  padding: 1.75rem 0;
}

.section-productBy .section-description {
  margin-bottom: 1.25rem;
}

.section-productBy .product-boxs {
  grid-template-columns: repeat(1, 1fr);
  gap: 1.0625rem;
  display: grid;
}

.section-productBy .product-boxs .product-box {
  color: #2e2d2c;
  display: flex;
}

.section-productBy .product-boxs .product-box .inner {
  background: #fff url("product-bg-1.1de321d6.png") center / 100% 100% no-repeat;
  border-radius: 0 1.875rem;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  gap: 1.875rem;
  min-height: 14.625rem;
  padding: 2.75rem 2.8125rem 2.0625rem 1.125rem;
  transition: border-radius .4s;
  display: flex;
}

.section-productBy .product-boxs .product-box .inner:hover {
  border-radius: 1.875rem 0;
}

.section-productBy .product-boxs .product-box .inner > div:first-child {
  margin-left: 42%;
}

.section-productBy .product-boxs .product-box .inner > div:nth-child(2) {
  text-align: right;
  margin-right: 42%;
}

.section-productBy .product-boxs .product-box h3 {
  color: #ff7000;
  font-size: 1.125rem;
  font-weight: 600;
}

.section-productBy .product-boxs .product-box p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}

.section-productBy .product-boxs .product-box:nth-child(2) .inner {
  background: #fff url("product-bg-2.fbc12990.png") center / 100% no-repeat;
}

.section-productBy .product-boxs .product-box:nth-child(3) .inner {
  background: #fff url("product-bg-3.4acd657c.png") center / 100% no-repeat;
}

@media only screen and (width <= 380px) {
  .section-productBy .product-boxs .product-box h3 {
    margin-bottom: .3125rem;
    font-size: .9375rem;
    line-height: 1.3;
  }

  .section-productBy .product-boxs .product-box p {
    font-size: .8125rem;
    line-height: 1.3;
  }

  .section-productBy .product-boxs .product-box .inner {
    min-height: 11.25rem;
    padding: 1.25rem 1.5625rem 1.5625rem .625rem;
  }
}

@media only screen and (width >= 768px) {
  .section-productBy {
    padding: 2rem 0 4rem;
  }

  .section-productBy .section-description {
    margin-bottom: 1.5625rem;
  }
}

@media only screen and (width <= 991px) {
  .section-productBy .product-boxs {
    margin: 0 -.875rem;
  }
}

@media only screen and (width >= 992px) {
  .section-productBy {
    padding: 2.5rem 0 6rem;
  }

  .section-productBy .section-description {
    margin-bottom: 2.5625rem;
  }

  .section-productBy .product-boxs {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (width >= 1230px) {
  .section-productBy {
    padding: 3rem 0 7rem;
  }

  .section-productBy .section-description {
    margin-bottom: 3.5625rem;
  }
}

@media only screen and (width >= 1440px) {
  .section-productBy {
    padding: 3.5rem 0 8rem;
  }

  .section-productBy .section-description {
    margin-bottom: 4.5625rem;
  }

  .section-productBy .product-boxs {
    gap: 1.6875rem;
  }

  .section-productBy .product-boxs .product-box .inner {
    min-height: 21.8125rem;
    padding: 3.5rem 2.375rem 4.125rem 1.125rem;
  }

  .section-productBy .product-boxs .product-box .inner > div:nth-child(2) {
    margin-right: 41%;
  }

  .section-productBy .product-boxs .product-box h3 {
    margin-bottom: .625rem;
    font-size: 1.5rem;
  }

  .section-productBy .product-boxs .product-box p {
    font-size: 1.25rem;
  }
}

@media only screen and (width >= 1920px) {
  .section-productBy {
    padding: 4rem 0 9rem;
  }

  .section-productBy .section-description {
    margin-bottom: 5.5625rem;
  }
}

.section-sustainable {
  padding-top: 2.5rem;
}

.section-sustainable img {
  max-width: 100%;
}

.section-sustainable .section-description {
  margin-bottom: 1.625rem;
}

.section-sustainable figure {
  justify-content: center;
  margin-bottom: 2.125rem;
  padding: 0 1.5625rem;
  display: flex;
}

.section-sustainable .Sourcing-slider {
  z-index: 1;
  max-width: 59.375rem;
  margin-bottom: -11.875rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-sustainable .Sourcing-slider .swiper {
  border-radius: 0 1.875rem;
}

.section-sustainable .Sourcing-slider .swiper .swiper-slide {
  background-color: #ff7000;
  border-radius: 0 1.875rem;
  height: auto;
}

.section-sustainable .Sourcing-slider .content {
  padding: 1.625rem 1.125rem;
}

.section-sustainable .Sourcing-slider .content h3 {
  margin-bottom: .6875rem;
  font-size: 1.5625rem;
  font-weight: 600;
}

.section-sustainable .Sourcing-slider .content p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.section-sustainable .Sourcing-slider .content p:last-child {
  margin-bottom: 0;
}

.section-sustainable .Sourcing-slider .swiper-pagination {
  padding-top: 4.6875rem;
}

.section-sustainable .Curve {
  background-color: #2e2d2c;
  height: 14.6875rem;
  position: relative;
}

.section-sustainable .Curve img {
  height: auto;
  margin-bottom: -1px;
  position: absolute;
  bottom: 100%;
  left: 0;
}

@media only screen and (width >= 480px) {
  .section-sustainable figure {
    padding: 0 2.75rem;
  }
}

@media only screen and (width >= 768px) {
  .section-sustainable {
    padding-top: 3.125rem;
  }
}

@media only screen and (width >= 992px) {
  .section-sustainable {
    padding-top: 3.75rem;
  }

  .section-sustainable .section-description {
    margin-bottom: 4.375rem;
  }

  .section-sustainable figure {
    margin-bottom: 3.75rem;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    padding: 0;
  }

  .section-sustainable .Sourcing-slider {
    margin-bottom: -8.75rem;
  }

  .section-sustainable .Sourcing-slider .swiper-pagination {
    padding-top: 3rem;
  }

  .section-sustainable .Sourcing-slider .content {
    background-color: #ff7000;
    padding: 2.3125rem 3.3125rem;
  }

  .section-sustainable .Sourcing-slider .content h3 {
    margin-bottom: 1rem;
    font-size: 2.5rem;
  }

  .section-sustainable .Sourcing-slider .content p {
    font-size: 1.5rem;
  }

  .section-sustainable .Curve {
    height: 11.6875rem;
  }
}

@media only screen and (width >= 1230px) {
  .section-sustainable {
    padding-top: 4.375rem;
  }
}

@media only screen and (width >= 1440px) {
  .section-sustainable {
    padding-top: 5rem;
  }

  .section-sustainable figure {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
    padding: 0;
  }
}

@media only screen and (width >= 1920px) {
  .section-sustainable {
    padding-top: 6.25rem;
  }

  .section-sustainable figure {
    margin-bottom: 4.6875rem;
    margin-left: -5rem;
    margin-right: -5rem;
    padding: 0;
  }
}

.section-offering {
  padding: 4.0625rem 0 6.25rem;
}

.section-offering .section-description {
  margin-bottom: 1.8125rem;
}

.section-offering .offering-list ul {
  grid-template-columns: repeat(2, 1fr);
  gap: .625rem;
  margin-bottom: 2.5rem;
  padding: 0;
  list-style: none;
  display: grid;
}

.section-offering .offering-list ul li {
  display: inline-flex;
}

.section-offering .offering-list ul li a {
  cursor: pointer;
  min-height: 4.6875rem;
  color: inherit;
  border: 1px solid #999;
  border-radius: 0 1.875rem;
  flex-grow: 1;
  align-items: center;
  padding: .9375rem 1.25rem;
  transition: background-color .4s, color .4s, border-radius .4s;
  display: flex;
}

.section-offering .offering-list ul li a:hover {
  color: inherit;
  border-radius: 1.875rem 0;
  text-decoration: none;
}

.section-offering .offering-list ul li a figure {
  min-width: 1.5625rem;
  max-width: 1.5625rem;
  margin-bottom: 0;
  margin-right: .625rem;
  transition: filter .4s;
}

.section-offering .offering-list ul li a figure img {
  width: 100%;
  display: block;
}

.section-offering .offering-list ul li a p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8125rem;
  font-weight: 600;
}

.section-offering .offering-list ul li a.active {
  color: #fff;
  cursor: auto;
  background-color: #ff7000;
  border-color: #ff7000;
  border-radius: 0 1.875rem;
}

.section-offering .offering-list ul li a.active figure {
  filter: brightness(0) invert();
}

.section-offering .offering-action-content .content {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0 1.875rem;
  padding: 1.5rem 1.6875rem;
  animation: .8s ease-in-out offeringcontent;
  box-shadow: 0 .5rem .55rem #d0d4d782;
}

.section-offering .offering-action-content .content h3 {
  color: #ff7000;
  margin-bottom: .6875rem;
  font-size: 1.5625rem;
  font-weight: 600;
}

.section-offering .offering-action-content .content p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.section-offering .offering-action-content .content .action {
  text-align: right;
}

@media only screen and (width <= 380px) {
  .section-offering .offering-list ul {
    gap: .3125rem;
  }

  .section-offering .offering-list ul li a {
    min-height: 3.75rem;
    padding: .625rem;
  }

  .section-offering .offering-list ul li a p {
    font-size: .625rem;
  }

  .section-offering .offering-list ul li a figure {
    min-width: 1.25rem;
    max-width: 1.25rem;
  }
}

@media only screen and (width >= 480px) {
  .section-offering .offering-list ul li a {
    border-radius: 0 1.875rem;
    min-height: 5.625rem;
    padding: .9375rem 1.25rem;
  }

  .section-offering .offering-list ul li a figure {
    min-width: 2.4375rem;
    max-width: 2.4375rem;
  }

  .section-offering .offering-list ul li a p {
    font-size: 1rem;
  }
}

@media only screen and (width >= 992px) {
  .section-offering .section-description {
    margin-bottom: 2.8125rem;
  }

  .section-offering .offering-list {
    max-width: 59.375rem;
    margin: 0 auto;
  }

  .section-offering .offering-list ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.9375rem;
    margin: 0 2.3125rem 3.25rem;
  }

  .section-offering .offering-list ul li a {
    min-height: 6.25rem;
    padding: .8125rem 1.5625rem;
  }

  .section-offering .offering-list ul li a figure {
    min-width: 2.5rem;
    max-width: 2.5rem;
  }

  .section-offering .offering-list ul li a p {
    font-size: 1.5rem;
    line-height: 1;
  }
}

@media only screen and (width >= 1230px) {
  .section-offering .offering-action-content .content {
    padding: 3rem 3.3125rem;
  }

  .section-offering .offering-action-content .content h3 {
    margin-bottom: 1rem;
    font-size: 2.5rem;
  }

  .section-offering .offering-action-content .content p {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }

  .section-offering .offering-action-content .content .action {
    text-align: left;
  }

  .section-offering .section-description {
    margin-bottom: 3.9375rem;
  }
}

@media only screen and (width >= 1440px) {
  .section-offering {
    padding: 5rem 0;
  }
}

@media only screen and (width >= 1920px) {
  .section-offering {
    padding: 5.625rem 0;
  }
}

@keyframes offeringcontent {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media only screen and (width >= 992px) {
  .oga-curvature .oga-contact-banner-ev__container {
    max-width: 46rem;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .oga-curvature .oga-contact-banner-ev__icon {
    width: 5.25rem;
    height: 4.125rem;
  }

  .oga-curvature .oga-contact-banner-ev__description, .oga-curvature .oga-contact-banner-ev__title {
    margin-top: 1.25rem;
  }

  .oga-curvature .oga-contact-banner-ev__description h3, .oga-curvature .oga-contact-banner-ev__title h3 {
    font-size: 2.125rem;
    line-height: 2.5rem;
  }

  .oga-curvature .oga-contact-banner-ev__action {
    margin-top: 1.875rem;
  }

  .oga-curvature .oga-contact-banner-ev__action .btn {
    min-width: 240px;
  }
}

@media only screen and (width >= 1230px) {
  .oga-curvature .oga-contact-banner-ev__title h3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

@media only screen and (width >= 1366px) {
  .oga-curvature .oga-contact-banner-ev__container {
    max-width: 57.5rem;
  }

  .oga-curvature .oga-contact-banner-ev__icon {
    width: 7.75rem;
    height: 6.125rem;
  }

  .oga-curvature .oga-contact-banner-ev__title {
    margin-top: 1.125rem;
  }

  .oga-curvature .oga-contact-banner-ev__description p {
    margin-bottom: 1.25rem;
  }
}

@media only screen and (width >= 1920px) {
  .oga-curvature .oga-contact-banner-ev__container {
    max-width: 68.625rem;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .oga-curvature .oga-contact-banner-ev__title h3 {
    font-size: 3.25rem;
    line-height: 4rem;
  }

  .oga-curvature .oga-contact-banner-ev__description p {
    letter-spacing: 0;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.625rem;
  }
}

@media (width <= 991px) {
  .oga-ms-footer .oga-footer-ev__social-links {
    padding-left: 0 !important;
  }

  .oga-ms-footer .oga-footer-ev__social-links-section {
    padding-top: 0;
    padding-left: 0;
  }

  .oga-ms-footer .oga-footer-ev__products-links-section, .oga-ms-footer .oga-footer-ev__quick-links-section {
    padding-bottom: 0;
  }

  .oga-ms-footer .oga-footer-ev-accordion.active .oga-footer-ev__footer-links {
    display: block !important;
  }
}

@media only screen and (width >= 992px) {
  .oga-ms-footer .oga-footer-ev__accordion-icon .icon-arrow {
    display: none;
  }

  .oga-ms-footer .oga-footer-ev {
    border-top: .25rem solid #ff7000;
  }

  .oga-ms-footer .oga-footer-ev__links-section {
    flex-direction: row;
    padding-bottom: 1.6875rem;
    display: flex;
  }

  .oga-ms-footer .oga-footer-ev__links-section .oga-footer-ev__logo-section {
    width: 25.5%;
    padding: 0;
  }

  .oga-ms-footer .oga-footer-ev__logo-img {
    width: 11.25rem;
  }

  .oga-ms-footer .oga-footer-ev__all-links {
    flex-direction: row;
  }

  .oga-ms-footer .oga-footer-ev__links-section .oga-footer-ev__all-links {
    width: 57%;
  }

  .oga-ms-footer .oga-footer-ev__products-links-section, .oga-ms-footer .oga-footer-ev__quick-links-section {
    padding: .625rem 0 0;
  }

  .oga-ms-footer .oga-footer-ev__links-section .oga-footer-ev__products-links-section, .oga-ms-footer .oga-footer-ev__links-section .oga-footer-ev__quick-links-section {
    max-width: 50%;
    display: inline-block;
  }

  .oga-ms-footer .oga-footer-ev__links-header {
    border: none;
    margin-bottom: 0;
    padding-bottom: .75rem;
    padding-right: 3.125rem;
  }

  .oga-ms-footer .oga-footer-ev__footer-links {
    display: block;
  }

  .oga-ms-footer .oga-footer-ev__links-section .oga-footer-ev__footer-links {
    display: flex;
  }

  .oga-ms-footer .oga-footer-ev__products-links-section .oga-footer-ev__link, .oga-ms-footer .oga-footer-ev__quick-links-section .oga-footer-ev__link {
    padding-right: 1.5625rem;
  }

  .oga-ms-footer .oga-footer-ev__quick-links .oga-footer-ev__link {
    padding-bottom: .9375rem;
  }

  .oga-ms-footer .oga-footer-ev__link a {
    font-size: .875rem;
  }

  .oga-ms-footer .oga-footer-ev__products-links-section .oga-footer-ev__link a, .oga-ms-footer .oga-footer-ev__quick-links-section .oga-footer-ev__link a {
    width: 5.625rem;
  }

  .oga-ms-footer .oga-footer-ev__social-links-section {
    padding-top: .625rem !important;
  }

  .oga-ms-footer .oga-footer-ev__links-section .oga-footer-ev__social-links-section {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    flex-direction: column;
    justify-content: right;
    width: 16%;
    margin-left: .6875rem;
    padding: 0;
    display: flex;
  }

  .oga-ms-footer .oga-footer-ev__social-links-section .oga-footer-ev__social-links {
    padding-left: 0;
  }

  .oga-ms-footer .oga-footer-ev__social-links-section .oga-footer-ev__social-links-item {
    margin-bottom: .75rem;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (width >= 1230px) {
  .oga-ms-footer .oga-footer-ev__logo-img {
    width: 13.1875rem;
  }

  .oga-ms-footer .oga-footer-ev__all-links {
    gap: 1rem !important;
  }

  .oga-ms-footer .oga-footer-ev__links-header {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }

  .oga-ms-footer .oga-footer-ev__products-links-section .oga-footer-ev__link a, .oga-ms-footer .oga-footer-ev__quick-links-section .oga-footer-ev__link a {
    width: 6.5625rem;
  }

  .oga-ms-footer .oga-footer-ev__products-links-section .oga-footer-ev__link a {
    width: 10rem !important;
  }

  .oga-ms-footer .oga-footer-ev__links-section .oga-footer-ev__social-links-section {
    margin-left: 0;
  }
}

@media only screen and (width >= 1366px) {
  .oga-ms-footer .oga-footer-ev__links-section .oga-footer-ev__logo-section {
    width: 25%;
  }

  .oga-ms-footer .oga-footer-ev__links-section .oga-footer-ev__all-links {
    width: 60%;
  }

  .oga-ms-footer .oga-footer-ev__links-header {
    padding-bottom: 1.375rem;
    padding-right: 5.625rem;
  }

  .oga-ms-footer .oga-footer-ev__quick-links .oga-footer-ev__link {
    padding-bottom: .75rem;
  }

  .oga-ms-footer .oga-footer-ev__products-links-section .oga-footer-ev__link, .oga-ms-footer .oga-footer-ev__quick-links-section .oga-footer-ev__link {
    padding-right: 2.5rem;
  }

  .oga-ms-footer .oga-footer-ev__link a {
    min-width: 7.5rem;
    font-size: 1rem;
  }

  .oga-ms-footer .oga-footer-ev__links-section .oga-footer-ev__social-links-section {
    width: 14%;
    padding-top: 0;
  }

  .oga-ms-footer .oga-footer-ev__social-links-section .oga-footer-ev__social-links-item {
    margin-bottom: .9375rem;
  }

  .oga-ms-footer .oga-footer-ev__social-links-item a {
    font-size: 1rem;
  }
}

@media only screen and (width >= 1440px) {
  .oga-ms-footer .oga-footer-ev__all-links {
    gap: 2.25rem !important;
  }
}

@media (width >= 1600px) {
  .oga-ms-footer .oga-footer-ev__all-links {
    gap: 4.6875rem !important;
  }
}

@media only screen and (width >= 1920px) {
  .oga-ms-footer .oga-footer-ev__links-section .oga-footer-ev__logo-section {
    width: 38%;
  }

  .oga-ms-footer .oga-footer-ev__logo-img {
    width: 20.625rem;
    margin-bottom: 0;
    margin-left: 0;
  }

  .oga-ms-footer .oga-footer-ev__all-links {
    gap: 5.875rem !important;
  }

  .oga-ms-footer .oga-footer-ev__links-section .oga-footer-ev__all-links {
    width: 63%;
    padding-left: .75rem;
  }

  .oga-ms-footer .oga-footer-ev__links-header {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}

.oga-curvature {
  padding-top: 2.5rem;
}

.oga-curvature .oga-contact-banner-ev__container {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 3.4375rem;
  display: flex;
}

.oga-curvature .oga-contact-banner-ev__icon {
  width: 4.75rem;
  height: 3.75rem;
}

.oga-curvature .oga-contact-banner-ev__icon-image {
  width: 100%;
  height: 100%;
}

.oga-curvature .oga-contact-banner-ev__title {
  margin-top: .625rem;
}

.oga-curvature .oga-contact-banner-ev__title h3 {
  letter-spacing: 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.375rem;
}

.oga-curvature .oga-contact-banner-ev__description {
  text-align: center;
  margin-top: .625rem;
}

.oga-curvature .oga-contact-banner-ev__description p {
  margin-bottom: .625rem;
  font-size: 1rem;
  line-height: 1.375rem;
}

.oga-curvature .oga-contact-banner-ev__action {
  justify-content: center;
  width: 100%;
  margin-top: 1.25rem;
  display: flex;
}

@media only screen and (width >= 992px) {
  .oga-curvature .oga-contact-banner-ev__container {
    max-width: 46rem;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .oga-curvature .oga-contact-banner-ev__icon {
    width: 5.25rem;
    height: 4.125rem;
  }

  .oga-curvature .oga-contact-banner-ev__description, .oga-curvature .oga-contact-banner-ev__title {
    margin-top: 1.25rem;
  }

  .oga-curvature .oga-contact-banner-ev__description h3, .oga-curvature .oga-contact-banner-ev__title h3 {
    font-size: 2.125rem;
    line-height: 2.5rem;
  }

  .oga-curvature .oga-contact-banner-ev__action {
    margin-top: 1.875rem;
  }

  .oga-curvature .oga-contact-banner-ev__action .btn {
    min-width: 240px;
  }
}

@media only screen and (width >= 1230px) {
  .oga-curvature .oga-contact-banner-ev__title h3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

@media only screen and (width >= 1366px) {
  .oga-curvature .oga-contact-banner-ev__container {
    max-width: 57.5rem;
  }

  .oga-curvature .oga-contact-banner-ev__icon {
    width: 7.75rem;
    height: 6.125rem;
  }

  .oga-curvature .oga-contact-banner-ev__title {
    margin-top: 1.125rem;
  }

  .oga-curvature .oga-contact-banner-ev__description p {
    margin-bottom: 1.25rem;
  }
}

@media only screen and (width >= 1920px) {
  .oga-curvature .oga-contact-banner-ev__container {
    max-width: 68.625rem;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .oga-curvature .oga-contact-banner-ev__title h3 {
    font-size: 3.25rem;
    line-height: 4rem;
  }

  .oga-curvature .oga-contact-banner-ev__description p {
    letter-spacing: 0;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.625rem;
  }
}

.oga-ms-footer .oga-footer-ev {
  color: #fff;
  border-top: .375rem solid #ff7000;
}

.oga-ms-footer .oga-footer-ev__container {
  padding-top: 2rem !important;
  padding-bottom: 1.875rem !important;
}

.oga-ms-footer .oga-footer-ev__logo-img {
  width: 10rem;
  margin-bottom: 1.875rem;
}

.oga-ms-footer .oga-footer-ev__all-links {
  flex-direction: column;
  display: flex;
}

.oga-ms-footer .oga-footer-ev__links-header {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.375rem;
  position: relative;
  font-weight: 600 !important;
}

.oga-ms-footer .oga-footer-ev__footer-links {
  display: none;
}

.oga-ms-footer .oga-footer-ev__quick-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.oga-ms-footer .oga-footer-ev__quick-links .oga-footer-ev__link {
  font-size: 1rem;
  line-height: 1.25rem;
}

.oga-ms-footer .oga-footer-ev__link a, .oga-ms-footer .oga-footer-ev__products-links-section .oga-footer-ev__link a {
  display: inline-block;
}

.oga-ms-footer .oga-footer-ev__quick-links .oga-footer-ev__link a {
  color: #fff;
}

.oga-ms-footer .oga-footer-ev__social-links-section {
  padding: 1.5rem 0 2.625rem;
  flex-direction: column !important;
}

.oga-ms-footer .oga-footer-ev__social-links {
  flex-direction: column !important;
}

.oga-ms-footer .oga-footer-ev__social-links-section .oga-footer-ev__social-links {
  flex-direction: row;
  margin: 0;
  padding-left: 2.875rem;
  list-style-type: none;
  display: flex;
}

.oga-ms-footer .oga-footer-ev__social-links-item {
  margin-bottom: 1.0625rem;
  padding-left: 0;
  padding-left: 0 !important;
}

.oga-ms-footer .oga-footer-ev__social-links-section .oga-footer-ev__social-links-item {
  margin-bottom: .9375rem;
  padding-right: 2rem;
}

.oga-ms-footer .oga-footer-ev__social-links-item a {
  color: #fff;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.oga-ms-footer .oga-footer-ev__social-links-section .oga-footer-ev__social-links a {
  line-height: 1.5;
}

.oga-ms-footer .oga-footer-ev__social-links-section .oga-footer-ev__social-links-item a {
  display: flex;
}

.oga-ms-footer .oga-footer-ev__social-links-section .oga-footer-ev__social-links-item a picture {
  line-height: 0;
}

.oga-ms-footer .oga-footer-ev__social-links-item a img {
  margin-right: .9375rem;
}

.oga-ms-footer .oga-footer-ev__social-links-section .oga-footer-ev__image-link img {
  width: 1.5625rem;
  height: 1.5625rem;
}

.oga-ms-footer .oga-footer-ev__social-links-section .oga-footer-ev__social-links-item a img {
  margin-right: .9375rem;
}

.oga-ms-footer .oga-footer-ev__copyright {
  text-align: center;
}

.oga-ms-footer .oga-footer-ev__copyright-content {
  padding-bottom: .625rem;
  font-size: 1rem;
  line-height: 1.25rem;
}

.oga-ms-footer .oga-footer-ev__copyright p {
  font-size: .875rem;
}

.oga-ms-footer .oga-footer-ev__quick-links .oga-footer-ev__link a:hover, .oga-ms-footer .oga-footer-ev__social-links-item a:hover {
  color: #ff7000;
  text-decoration: none;
}

.oga-ms-footer .oga-footer-ev__accordion-icon .icon-arrow {
  background: url("down-arrow.572bc321.svg") center / contain no-repeat;
  width: 2em;
  height: 1.3em;
  font-size: .46875rem;
  display: inline;
  position: absolute;
  top: .4375rem;
  right: 0;
}

.oga-ms-footer .oga-footer-ev-accordion.active .icon-arrow {
  transform: rotate(180deg);
}

.oga-ms-footer .oga-footer-ev-accordion.active .oga-footer-ev__links-header {
  border: 0;
  margin-bottom: 0;
}

.oga-ms-footer .oga-footer-ev-accordion.active .oga-footer-ev__link {
  padding-bottom: .9375rem;
}

@media (width <= 991px) {
  .oga-ms-footer .oga-footer-ev__social-links {
    padding-left: 0 !important;
  }

  .oga-ms-footer .oga-footer-ev__social-links-section {
    padding-top: 0;
    padding-left: 0;
  }

  .oga-ms-footer .oga-footer-ev__products-links-section, .oga-ms-footer .oga-footer-ev__quick-links-section {
    padding-bottom: 0;
  }

  .oga-ms-footer .oga-footer-ev-accordion.active .oga-footer-ev__footer-links {
    display: block !important;
  }
}

@media only screen and (width >= 992px) {
  .oga-ms-footer .oga-footer-ev__accordion-icon .icon-arrow {
    display: none;
  }

  .oga-ms-footer .oga-footer-ev {
    border-top: .25rem solid #ff7000;
  }

  .oga-ms-footer .oga-footer-ev__links-section {
    flex-direction: row;
    padding-bottom: 1.6875rem;
    display: flex;
  }

  .oga-ms-footer .oga-footer-ev__links-section .oga-footer-ev__logo-section {
    width: 25.5%;
    padding: 0;
  }

  .oga-ms-footer .oga-footer-ev__logo-img {
    width: 11.25rem;
  }

  .oga-ms-footer .oga-footer-ev__all-links {
    flex-direction: row;
  }

  .oga-ms-footer .oga-footer-ev__links-section .oga-footer-ev__all-links {
    width: 57%;
  }

  .oga-ms-footer .oga-footer-ev__products-links-section, .oga-ms-footer .oga-footer-ev__quick-links-section {
    padding: .625rem 0 0;
  }

  .oga-ms-footer .oga-footer-ev__links-section .oga-footer-ev__products-links-section, .oga-ms-footer .oga-footer-ev__links-section .oga-footer-ev__quick-links-section {
    max-width: 50%;
    display: inline-block;
  }

  .oga-ms-footer .oga-footer-ev__links-header {
    border: none;
    margin-bottom: 0;
    padding-bottom: .75rem;
    padding-right: 3.125rem;
  }

  .oga-ms-footer .oga-footer-ev__footer-links {
    display: block;
  }

  .oga-ms-footer .oga-footer-ev__links-section .oga-footer-ev__footer-links {
    display: flex;
  }

  .oga-ms-footer .oga-footer-ev__products-links-section .oga-footer-ev__link, .oga-ms-footer .oga-footer-ev__quick-links-section .oga-footer-ev__link {
    padding-right: 1.5625rem;
  }

  .oga-ms-footer .oga-footer-ev__quick-links .oga-footer-ev__link {
    padding-bottom: .9375rem;
  }

  .oga-ms-footer .oga-footer-ev__link a {
    font-size: .875rem;
  }

  .oga-ms-footer .oga-footer-ev__products-links-section .oga-footer-ev__link a, .oga-ms-footer .oga-footer-ev__quick-links-section .oga-footer-ev__link a {
    width: 5.625rem;
  }

  .oga-ms-footer .oga-footer-ev__social-links-section {
    padding-top: .625rem !important;
  }

  .oga-ms-footer .oga-footer-ev__links-section .oga-footer-ev__social-links-section {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    flex-direction: column;
    justify-content: right;
    width: 16%;
    margin-left: .6875rem;
    padding: 0;
    display: flex;
  }

  .oga-ms-footer .oga-footer-ev__social-links-section .oga-footer-ev__social-links {
    padding-left: 0;
  }

  .oga-ms-footer .oga-footer-ev__social-links-section .oga-footer-ev__social-links-item {
    margin-bottom: .75rem;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (width >= 1230px) {
  .oga-ms-footer .oga-footer-ev__logo-img {
    width: 13.1875rem;
  }

  .oga-ms-footer .oga-footer-ev__all-links {
    gap: 1rem !important;
  }

  .oga-ms-footer .oga-footer-ev__links-header {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }

  .oga-ms-footer .oga-footer-ev__products-links-section .oga-footer-ev__link a, .oga-ms-footer .oga-footer-ev__quick-links-section .oga-footer-ev__link a {
    width: 6.5625rem;
  }

  .oga-ms-footer .oga-footer-ev__products-links-section .oga-footer-ev__link a {
    width: 10rem !important;
  }

  .oga-ms-footer .oga-footer-ev__links-section .oga-footer-ev__social-links-section {
    margin-left: 0;
  }
}

@media only screen and (width >= 1366px) {
  .oga-ms-footer .oga-footer-ev__links-section .oga-footer-ev__logo-section {
    width: 25%;
  }

  .oga-ms-footer .oga-footer-ev__links-section .oga-footer-ev__all-links {
    width: 60%;
  }

  .oga-ms-footer .oga-footer-ev__links-header {
    padding-bottom: 1.375rem;
    padding-right: 5.625rem;
  }

  .oga-ms-footer .oga-footer-ev__quick-links .oga-footer-ev__link {
    padding-bottom: .75rem;
  }

  .oga-ms-footer .oga-footer-ev__products-links-section .oga-footer-ev__link, .oga-ms-footer .oga-footer-ev__quick-links-section .oga-footer-ev__link {
    padding-right: 2.5rem;
  }

  .oga-ms-footer .oga-footer-ev__link a {
    min-width: 7.5rem;
    font-size: 1rem;
  }

  .oga-ms-footer .oga-footer-ev__links-section .oga-footer-ev__social-links-section {
    width: 14%;
    padding-top: 0;
  }

  .oga-ms-footer .oga-footer-ev__social-links-section .oga-footer-ev__social-links-item {
    margin-bottom: .9375rem;
  }

  .oga-ms-footer .oga-footer-ev__social-links-item a {
    font-size: 1rem;
  }
}

@media only screen and (width >= 1440px) {
  .oga-ms-footer .oga-footer-ev__all-links {
    gap: 2.25rem !important;
  }
}

@media (width >= 1600px) {
  .oga-ms-footer .oga-footer-ev__all-links {
    gap: 4.6875rem !important;
  }
}

@media only screen and (width >= 1920px) {
  .oga-ms-footer .oga-footer-ev__links-section .oga-footer-ev__logo-section {
    width: 38%;
  }

  .oga-ms-footer .oga-footer-ev__logo-img {
    width: 20.625rem;
    margin-bottom: 0;
    margin-left: 0;
  }

  .oga-ms-footer .oga-footer-ev__all-links {
    gap: 5.875rem !important;
  }

  .oga-ms-footer .oga-footer-ev__links-section .oga-footer-ev__all-links {
    width: 63%;
    padding-left: .75rem;
  }

  .oga-ms-footer .oga-footer-ev__links-header {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}

.uk-animation-slide-half-left {
  animation-name: slidehalfleft;
  animation-fill-mode: both;
  transform: translate(-6%, -9%);
}

@keyframes slidehalfleft {
  0% {
    transform: translate(-6%, -9%);
  }

  100% {
    transform: translate(0%);
  }
}

.infographics-left {
  opacity: 1 !important;
}

.arc-placeholder-list .svg-vision-click-bg > g {
  transform-origin: 50%;
  transition: transform .6s cubic-bezier(.96, -.06, .58, 1);
  transform: scale(0);
}

.arc-placeholder-list .arc-line {
  transition: transform .6s cubic-bezier(.96, -.06, .58, 1);
}

@media only screen and (width <= 991px) {
  .arc-placeholder-list .arc-line {
    transform-origin: 50%;
    transform: scaleY(0);
  }
}

@media only screen and (width >= 992px) {
  .arc-placeholder-list .arc-line {
    transform-origin: 50%;
    transform: scaleX(0);
  }
}

.arc-placeholder-list .svg-vision-click-label {
  opacity: 0;
  transition: opacity .6s;
}

.arc-placeholder-list .arc-partnership .svg-vision-click-bg > g {
  transition-delay: 0s;
}

.arc-placeholder-list .arc-partnership .arc-line {
  transition-delay: .4s;
}

.arc-placeholder-list .arc-partnership .svg-vision-click-label {
  transition-delay: .6s;
}

.arc-placeholder-list .arc-optimisewater .svg-vision-click-bg > g {
  transition-delay: .1s;
}

.arc-placeholder-list .arc-optimisewater .arc-line {
  transition-delay: .3s;
}

.arc-placeholder-list .arc-optimisewater .svg-vision-click-label {
  transition-delay: .5s;
}

.arc-placeholder-list .arc-empowerwomen .svg-vision-click-bg > g {
  transition-delay: .2s;
}

.arc-placeholder-list .arc-empowerwomen .arc-line {
  transition-delay: .5s;
}

.arc-placeholder-list .arc-empowerwomen .svg-vision-click-label {
  transition-delay: .7s;
}

.arc-placeholder-list .arc-transparencytraceability .svg-vision-click-bg > g {
  transition-delay: .3s;
}

.arc-placeholder-list .arc-transparencytraceability .arc-line {
  transition-delay: .6s;
}

.arc-placeholder-list .arc-transparencytraceability .svg-vision-click-label {
  transition-delay: .8s;
}

.arc-placeholder-list .arc-regeneratenature .svg-vision-click-bg > g {
  transition-delay: .4s;
}

.arc-placeholder-list .arc-regeneratenature .arc-line {
  transition-delay: .7s;
}

.arc-placeholder-list .arc-regeneratenature .svg-vision-click-label {
  transition-delay: .9s;
}

.arc-placeholder-list .arc-improvelivelihoods .svg-vision-click-bg > g {
  transition-delay: .5s;
}

.arc-placeholder-list .arc-improvelivelihoods .arc-line {
  transition-delay: .8s;
}

.arc-placeholder-list .arc-improvelivelihoods .svg-vision-click-label {
  transition-delay: 1s;
}

.arc-placeholder-list .arc-datalead .svg-vision-click-bg > g {
  transition-delay: .6s;
}

.arc-placeholder-list .arc-datalead .arc-line {
  transition-delay: 1s;
}

.arc-placeholder-list .arc-datalead .svg-vision-click-label {
  transition-delay: 1.2s;
}

.arc-placeholder-list .arc-nutritionfoodsecurity .svg-vision-click-bg > g {
  transition-delay: .7s;
}

.arc-placeholder-list .arc-nutritionfoodsecurity .arc-line {
  transition-delay: .9s;
}

.arc-placeholder-list .arc-nutritionfoodsecurity .svg-vision-click-label {
  transition-delay: 1.1s;
}

.arc-placeholder-list .arc-reducecarbon .svg-vision-click-bg > g {
  transition-delay: .8s;
}

.arc-placeholder-list .arc-reducecarbon .arc-line {
  transition-delay: 1.1s;
}

.arc-placeholder-list .arc-reducecarbon .svg-vision-click-label {
  transition-delay: 1.3s;
}

.infographics-animate .arc-placeholder-list .svg-vision-click-bg > g {
  transform: scale(1);
}

.infographics-animate .arc-placeholder-list .svg-vision-click-label {
  opacity: 1;
}

.infographics-animate .arc-placeholder-list .arc-line {
  transform: scaleX(1);
}

@media only screen and (width <= 991px) {
  .infographics-animate .arc-placeholder-list .arc-line {
    transform: scaleY(1);
  }
}

@media only screen and (width >= 992px) {
  .infographics-animate .arc-placeholder-list .arc-line {
    transform: scaleX(1);
  }
}

.zoomAnimation, .zoomAnimation2 {
  transform-origin: 50%;
  animation: 1.5s ease-in-out infinite zoomAnimation;
}

@media only screen and (width <= 991px) {
  .zoomAnimation, .zoomAnimation2 {
    transform-origin: 50% 46%;
  }
}

.zoomAnimation2 {
  animation-delay: .3s;
}

.infographics-animate .zoomAnimation, .infographics-animate .zoomAnimation2 {
  opacity: 0;
  transition: opacity .5s;
  animation: none;
}

@keyframes zoomAnimation {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  10% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1.7);
  }
}

.vhDiv {
  pointer-events: none;
  opacity: 0;
  width: 1px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
