body {
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 10em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

h2 {
  font-size: 8em;
}

h3 {
  font-size: 6em;
}

h4 {
  font-size: 4em;
}

p {
  font-size: 18px;
  line-height: 1.6363636364;
  margin-bottom: 30px;
  font-weight: 300;
}

.col-md-6.about-heading-column {
    display: flex;
    align-items: center;   
}

.color-secondary {
  color: #dd8b27;
}

.bg-darker {
  background: #375e2e;
}

.shakeit {
  animation: shakeit 8s linear infinite;
  perspective: 10px;
}

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 450px;
  max-width: 73%;
  height: 100%;
  color: #fff;
  z-index: 500;
  background: #0E0E0E;
  transition: transform 0.5s, visibility 0s;
  transform: translateX(100%);
  overflow-y: auto;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes shakeit {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-5px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(5px, 0, 0);
  }
}
.btn {
  font-size: 3em;
  background: #0b9444;
  padding: 7px 50px;
  border-radius: 3px;
  font-weight: 600;
  color: #fff;
  box-shadow: 5px 5px 7px 7px rgba(0, 0, 0, 0.05);
}
.btn i {
  padding-left: 5px;
  transition-duration: 300ms;
  font-size: 0.8em;
}
.btn:hover {
  background: #dd8b27;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  box-shadow: 5px 5px 7px 7px rgba(0, 0, 0, 0.1);
}
.btn:hover i {
  transform: translateX(8px);
}

.container {
  max-width: 1600px;
}

nav .logo-wrapper {
  max-width: 150px;
  padding: 20px 0px;
}

.container .wrap:not(.noSpaces),
.container .wrap.spaceWrap,
.container .wrap .spaceWrap {
  padding: 80px calc(3% + 15px);
  text-align: unset;
}

.slider-1 {
  background-size: cover !important;
  background-position: center !important;
  background: #0B4032;
  text-align: center;
}
.slider-1 h1 {
  padding: 20px 0px 0px 0px;
  font-weight: 200;
  font-family: "DM Sans", sans-serif;
}
.slider-1 h3 {
  padding: 0px 0px 50px 0px;
  font-weight: 100;
  font-family: "Damion", cursive;
}
.slider-1 .background {
  position: relative;
  overflow: hidden;
}
.slider-1 .background .video {
  margin: auto;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.button.actionButton {
  box-shadow: 0px 3px 4px 1px rgba(221, 139, 39, 0.5);
}

.slider-2 {
  background: #375e2e;
  text-align: center;
}
.slider-2 .background {
  width: 50%;
}
.slider-2 h1 {
  color: #07B04C;
  padding-bottom: 20px;
}

.slider-3 .row {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 80%;
  margin: auto;
}
.slider-3 h3 {
  font-weight: 700;
}
.slider-3 .jumbo {
  text-align: center;
  font-size: 15em;
  color: #07B04C;
}
.slider-3 .jumbo span {
  display: block;
  font-size: 3em;
  padding: 40px 50px;
}
.slider-3 ul li {
  position: absolute;
  max-width: 300px;
  font-size: 0.6em;
}
.slider-3 ul li:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  left: -30px;
  border-radius: 50%;
  background: #dd8b27;
  z-index: 5;
}
.slider-3 ul li:nth-child(1) {
  top: 20%;
  left: 0px;
}
.slider-3 ul li:nth-child(2) {
  top: 25%;
  left: 40%;
}
.slider-3 ul li:nth-child(3) {
  top: 20%;
  right: 0%;
}
.slider-3 ul li:nth-child(4) {
  bottom: 15%;
  left: 0px;
}
.slider-3 ul li:nth-child(5) {
  bottom: 0%;
  left: 40%;
}
.slider-3 ul li:nth-child(6) {
  bottom: 15%;
  right: 10%;
}
.slider-3.stakeholders h3 {
  color: #fff;
  opacity: 1;
}
.slider-3.stakeholders .card {
  height: 100%;
  padding: 20px;
  border: none;
  border-radius: 15px;
}
.slider-3.stakeholders .row {
  width: 1100px;
}
.slider-3.stakeholders .row img {
  mix-blend-mode: multiply;
}
.slider-3.stakeholders .row .col-md-4 {
  position: relative;
  margin: auto;
  padding: 5%;
}
.slider-3.stakeholders .row .col-md-4:nth-child(1) {
  top: 0%;
}
.slider-3.stakeholders .row .col-md-4:nth-child(2) {
  top: 5%;
}
.slider-3.stakeholders .row .col-md-4:nth-child(3) {
  top: 0%;
}
.slider-3.stakeholders .row .col-md-4:nth-child(4) {
  bottom: 5%;
}
.slider-3.stakeholders .row .col-md-4:nth-child(5) {
  bottom: 0%;
}
.slider-3.stakeholders .row .col-md-4:nth-child(6) {
  bottom: 5%;
}

.slider-4 h1 {
  text-align: center;
  margin-bottom: 50px;
  color: #07B04C;
}
.slider-4 .card {
  background: transparent;
  border: none;
  margin: auto;
}
.slider-4 .card .card-img {
  border-bottom: 5px solid #07B04C;
  border-radius: 20px;
}
.slider-4 .speech {
  position: relative;
  max-width: 900px;
  background: #fff;
  border-radius: 30px;
  line-height: 2;
  padding: 45px;
  opacity: 1;
  transition-duration: 2s;
  transition-delay: 2s;
  color: #375e2e;
}
.slider-4 .speech:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  border-top: 40px solid rgb(255, 255, 255);
  border-left: 80px solid transparent;
  border-right: 20px solid transparent;
  transform: rotate(330deg);
}
.slider-4 .speech:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10d";
  position: absolute;
  left: 15px;
  top: 8px;
  color: #000;
  font-size: 20px;
  opacity: 0.3;
}
.slider-4 .col-md-7 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.slider-4 .card-title h3 {
  font-size: 7em;
  font-family: "Damion", cursive;
}
.slider-4 .card-title h4 {
  padding: 5px 0px 20px 0px;
  opacity: 0.5;
}
.slider-4.director .card-title {
  text-align: right;
}
.slider-4.director .speech:after {
  left: auto;
  right: -50px;
  transform: rotate(170deg);
}

.popup h3 {
  font-family: "Damion", cursive;
  color: #07B04C;
}
.popup .card-title {
  padding-top: 20px;
}
.popup .card-title h4 {
  opacity: 0.5;
  font-size: 16px;
  font-family: "Damion", cursive;
}
.popup p {
  padding-bottom: 10px;
}

.popupContent {
  height: calc(100vh - 300px);
  overflow-y: auto;
  padding: 30px 40px 30px 0px;
}

.popupContent::-webkit-scrollbar {
  width: 1.2em;
  border-radius: 10px;
}

.popupContent::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #fff;
}

.popupContent::-webkit-scrollbar-thumb {
  background-color: #07B04C;
}

nav.sidebar {
  background: #375e2e;
}
nav.sidebar .logo img {
  padding: 20px 0px;
}
nav.sidebar .mainMenu a {
  color: #fff;
}
nav.sidebar .social li a {
  font-size: 20px;
  padding: 0;
  color: #fff;
}

.material-themes .tabs li.selected {
  background: #07B04C;
  color: #fff;
}
.material-themes .col-12 {
  padding-bottom: 50px;
}
.material-themes h1 {
  margin-bottom: 20px;
}
.material-themes h3 {
  color: #07B04C;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
.material-themes h3:after {
  position: absolute;
  content: "";
  width: 300px;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #07B04C;
}
.material-themes .btn {
  margin-top: 40px;
}

.report-theme {
  text-align: center;
}
.report-theme h4 {
  width: 90%;
  max-width: 1100px;
  margin-bottom: 30px;
}
.report-theme .tabs {
  display: flex;
  margin-bottom: 40px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.report-theme .tabs li.selected {
  background: #07B04C;
  color: #fff;
  font-size: 12px;
  line-height: 1.6363636364;
  font-weight: 300;
}
.report-theme .tabs li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.report-theme .tabcontent {
  margin-bottom: 50px !important;
}
.report-theme .img-wrapper {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  position: relative;
  width: 80%;
  overflow: hidden;
  margin: auto;
}
.report-theme .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.report-theme .main-content {
  text-align: left;
}
.report-theme .main-content h3 {
  color: #07B04C;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
.report-theme .main-content h3:after {
  position: absolute;
  content: "";
  width: 300px;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #07B04C;
}
.report-theme .main-content ul {
  margin-bottom: 20px;
  max-width: 700px;
}
.report-theme .main-content ul li {
  font-size: 20px;
  position: relative;
  padding: 10px 5px 10px 30px;
}
.report-theme .main-content ul li span {
  color: #dd8b27;
  font-weight: 600;
}
.report-theme .main-content ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a4";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 16px;
  opacity: 1;
}
.report-theme .main-content h4 {
  color: #dd8b27;
  font-family: "Damion", cursive;
}

.engage {
  text-align: center;
}
.engage h1 {
  font-size: 50px;
  color: #07B04C;
}
.engage h4 {
  width: 90%;
  max-width: 1100px;
  margin-bottom: 30px;
}
.engage .tabs {
  display: flex;
  margin-bottom: 40px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.engage .tabs li.selected {
  background: #07B04C;
  color: #fff;
}
.engage .tabs li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.engage .tabcontent {
  margin-bottom: 50px !important;
}
.engage .tabcontent .card.fact {
  background: transparent;
  border: none;
  line-height: 1.2;
  padding-top: 30px;
  position: relative;
}
.engage .tabcontent .card.fact img {
  position: absolute;
  opacity: 0.1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -35%);
}
.engage .tabcontent .card.fact span {
  color: #dd8b27;
  font-weight: 600;
  font-size: 120%;
}
.engage .tabcontent .img-wrapper {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  position: relative;
  width: 80%;
  overflow: hidden;
  margin: auto;
}
.engage .tabcontent .img-wrapper img {
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.engage .tabcontent .welfare {
  text-align: left;
}
.engage .tabcontent .main-content .speech {
  position: relative;
  max-width: 900px;
  background: #fff;
  border-radius: 30px;
  line-height: 2;
  padding: 45px;
  opacity: 1;
  transition-duration: 2s;
  transition-delay: 2s;
  color: #375e2e;
}
.engage .tabcontent .main-content .speech:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  border-top: 40px solid rgb(255, 255, 255);
  border-left: 80px solid transparent;
  border-right: 20px solid transparent;
  transform: rotate(342deg);
}
.engage .tabcontent .main-content .speech:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10d";
  position: absolute;
  left: 15px;
  top: 8px;
  color: #000;
  font-size: 20px;
  opacity: 0.3;
}
.engage .tabcontent .main-content ul {
  margin-bottom: 20px;
  max-width: 700px;
}
.engage .tabcontent .main-content ul li {
  font-size: 20px;
  position: relative;
  padding: 10px 5px 10px 30px;
}
.engage .tabcontent .main-content ul li span {
  color: #dd8b27;
  font-weight: 600;
}
.engage .tabcontent .main-content ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a4";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 16px;
  opacity: 1;
}
.engage .tabcontent .main-content h3 {
  color: #07B04C;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
.engage .tabcontent .main-content h3:after {
  position: absolute;
  content: "";
  width: 300px;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #07B04C;
}
.engage .tabcontent .main-content h4 {
  padding-top: 15px;
  text-align: right;
  color: #dd8b27;
  font-family: "Damion", cursive;
}

.awards p {
  text-align: justify;
  font-size: 20px;
}
.awards .awards-gallery-container {
  width: 100%;
  height: 700px;
  overflow: hidden;
  margin: 0 auto;
}
.awards .awards-strip {
  display: flex;
  width: 4500px;
  height: 100%;
  animation: scroll-awards 30s linear infinite;
}
.awards .awards-strip img {
  width: 450px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
@keyframes scroll-awards {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-3000px);
  }
}
.awards .awards-strip:hover {
  animation-play-state: paused;
}

.downloads .row {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 80%;
  margin: auto;
}
.downloads h3 {
  font-weight: 700;
}
.downloads .jumbo {
  text-align: left;
  font-size: 6em;
}
.downloads .jumbo span {
  display: block;
  font-size: 3em;
  padding: 40px 0px;
}
.downloads ul li {
  font-size: 0.6em;
  padding: 20px;
}
.downloads ul li a {
  font-size: 6em;
  color: #fff;
}
.downloads ul li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f019";
  left: -30px;
  z-index: 5;
  font-size: 5.5em;
  color: #dd8b27;
}
.downloads ul li:nth-child(1) {
  top: 15%;
  left: 0px;
}
.downloads ul li:nth-child(2) {
  top: 25%;
  left: 40%;
}
.downloads ul li:nth-child(3) {
  top: 15%;
  right: 0%;
}
.downloads ul li:nth-child(4) {
  bottom: 15%;
  left: 0px;
}
.downloads ul li:nth-child(5) {
  bottom: 0%;
  left: 40%;
}
.downloads ul li:nth-child(6) {
  bottom: 15%;
  right: 0%;
}

.sections.desktop .left a:hover {
  opacity: 1 !important;
  color: #dd8b27 !important;
}

@keyframes sticky {
  0% {
    transform: translate(0%, 0%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-100%, -100%) scale(0);
    opacity: 0;
    display: none;
  }
}
@media only screen and (max-width: 1400px) {
  h1 {
    font-size: 8em;
  }
  nav.sidebar .logo img {
    padding: 10px 0px;
    max-width: 180px;
  }
  .sidebar .mainMenu li {
    font-size: 16px;
    line-height: 2;
  }
  .sidebar .social {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .slider-glance img {
    max-width: 900px;
    margin: auto;
  }
  p,
  .p,
  blockquote {
    font-size: 16px;
  }
  h3 {
    font-size: 4.5em;
  }
  .slider-3 .jumbo {
    font-size: 9em;
    padding-top: 20px;
  }
  .slider-3 ul li:before {
    width: 16px;
    height: 16px;
    left: -20px;
  }
  .slider-4 .card {
    max-width: 720px;
  }
  .slider-4 .card .card-title h3 {
    font-size: 5em;
  }
  .slider-4 .card .card-title h4 {
    font-size: 3em;
  }
  .slider-4 .speech {
    padding: 40px;
  }
  .container .wrap:not(.noSpaces),
  .container .wrap.spaceWrap,
  .container .wrap .spaceWrap {
    padding: 65px calc(3% + 15px);
    text-align: unset;
  }
  .report-theme h4 {
    width: 100%;
    margin-bottom: 15px;
    font-size: 3.5em;
  }
  .engage h4 {
    width: 100%;
    margin-bottom: 15px;
    font-size: 3.5em;
  }
  .slider-3.stakeholders .card {
    padding: 10px;
    border-radius: 4px;
    max-width: 150px;
  }
  .downloads ul li {
    font-size: 0.5em;
    padding: 10px;
  }
  .downloads .jumbo span {
    font-size: 2.5em;
    padding: 20px 0px;
  }
}
@media only screen and (width: 1440px) and (height: 778px) {
  .container .wrap:not(.noSpaces),
  .container .wrap.spaceWrap,
  .container .wrap .spaceWrap {
    padding: 50px calc(3% + 15px);
    text-align: unset;
  }
  .slider-3 .jumbo span {
    display: block;
    font-size: 2em;
    padding: 85px 20px;
  }
  nav .logo-wrapper {
    max-width: 100px;
    display: none;
  }
  nav .logo-wrapper.fixed {
    animation: sticky 2s;
    opacity: 0;
  }
  h1 {
    font-size: 9em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  }
  p {
    font-size: 20px;
    line-height: 1.6363636364;
    margin-bottom: 30px;
    font-weight: 300;
  }
  .sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    max-width: 29%;
    height: 118%;
    color: #fff;
    z-index: 500;
    background: #0E0E0E;
    transition: transform 0.5s, visibility 0s;
    transform: translateX(100%);
    overflow-y: auto;
  }
  .sidebar .content {
    padding: 30px;
    overflow-y: auto;
    position: relative;
  }
  nav.sidebar .logo img {
    padding: 0px 7px;
  }
  nav.sidebar .logo img .img-fluid {
    max-width: 80%;
    height: auto;
  }
}
@media only screen and (max-width: 600px) {
  .slider-1 .background {
    width: 100%;
  }
  .panel .compact {
    display: none;
  }
  nav .logo-wrapper {
    max-width: 100px;
    display: none;
  }
  nav .logo-wrapper.fixed {
    animation: sticky 2s;
    opacity: 0;
  }
  .slider-glance .wrap {
    padding: 50px 0px !important;
  }
  .slider-glance img {
    max-width: 100%;
  }
  .slider-glance .container {
    height: auto !important;
    padding: 100px 0px;
  }
  .slider-2 .background {
    width: 100%;
  }
  .slider-3 ul.margin-top-10 {
    margin-top: 20px !important;
  }
  .slider-3 ul li {
    position: unset;
    max-width: auto;
    padding: 20px 0px;
  }
  .slider-3 .jumbo {
    font-size: 5em;
    padding-top: 20px;
    text-align: left;
  }
  .slider-3 .jumbo span {
    display: block;
    font-size: 2em;
    padding: 20px 0px;
  }
  .slider-4 .wrap {
    padding: 50px 0px !important;
  }
  .slider-4 .speech {
    display: none;
  }
  .slider-4 .card-img {
    max-width: 75%;
    margin: auto;
    margin-bottom: 30px;
  }
  .slider-4 .card-title {
    text-align: center !important;
  }
  #director .row {
    flex-direction: column-reverse;
  }
  #director .row h1 {
    display: none;
  }
  h1 {
    font-size: 5em;
  }
  p,
  .p,
  blockquote {
    font-size: 14px;
  }
  .material-themes .tabs {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .material-themes .tabs li {
    padding: 9px 20px;
    font-size: 10px;
  }
  .material-themes h3 {
    font-size: 20px;
    text-align: center;
  }
  .material-themes h1 {
    margin-bottom: 20px;
    text-align: center;
  }
  .product-quality .tabs {
    display: block;
    max-width: 100%;
  }
  .product-quality .tabs li {
    padding: 9px 20px;
    font-size: 10px;
  }
  .product-quality .btn {
    font-size: 2.2em;
    padding: 7px 20px;
  }
  .product-quality .main-content h3 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .product-quality .main-content ul li {
    font-size: 16px;
    padding: 7px 5px 7px 30px;
  }
  .product-quality .tabcontent {
    margin-bottom: 30px !important;
  }
  .product-quality h4 {
    font-size: 2.5em;
    line-height: 1.5;
  }
  .report-theme h1 {
    font-size: 30px;
    line-height: 1;
  }
  .report-theme .tabs {
    display: block;
    max-width: 100%;
  }
  .report-theme .tabs li {
    padding: 9px 20px;
    font-size: 10px;
  }
  .report-theme .tabs li.selected {
    background: #07B04C;
    color: #fff;
    font-size: 10px;
    line-height: 1.6363636364;
    margin-bottom: 30px;
    font-weight: 300;
  }
  .report-theme .btn {
    font-size: 2.2em;
    padding: 7px 20px;
  }
  .report-theme .tabcontent {
    margin-bottom: 30px !important;
  }
  .report-theme .tabcontent .main-content h3 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .report-theme .tabcontent .main-content h4 {
    text-align: center;
  }
  .report-theme .tabcontent .main-content ul li {
    font-size: 16px;
    padding: 7px 5px 7px 30px;
  }
  .report-theme .tabcontent .main-content .speech {
    padding: 25px;
  }
  .report-theme .tabcontent .main-content .speech:after {
    display: none;
  }
  .report-theme .tabcontent .main-content .speech:before {
    left: 10px;
    top: 4px;
    font-size: 14px;
  }
  .report-theme .tabcontent .img-wrapper img {
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .report-theme h4 {
    font-size: 2.5em;
    line-height: 1.5;
  }
  .engage h1 {
    font-size: 30px;
    line-height: 1;
  }
  .engage .tabs {
    display: block;
    max-width: 100%;
  }
  .engage .tabs li {
    padding: 9px 20px;
    font-size: 10px;
  }
  .engage .btn {
    font-size: 2.2em;
    padding: 7px 20px;
  }
  .engage .tabcontent {
    margin-bottom: 30px !important;
  }
  .engage .tabcontent .main-content h3 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .engage .tabcontent .main-content h4 {
    text-align: center;
  }
  .engage .tabcontent .main-content ul li {
    font-size: 16px;
    padding: 7px 5px 7px 30px;
  }
  .engage .tabcontent .main-content .speech {
    padding: 25px;
  }
  .engage .tabcontent .main-content .speech:after {
    display: none;
  }
  .engage .tabcontent .main-content .speech:before {
    left: 10px;
    top: 4px;
    font-size: 14px;
  }
  .engage .tabcontent .img-wrapper img {
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .engage h4 {
    font-size: 2.5em;
    line-height: 1.5;
  }
  .awards p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .dropdown.share.bottom.right.sharrre {
    display: none;
  }
  .downloads .margin-top-10 {
    margin-top: 20px !important;
  }
  .downloads .jumbo {
    font-size: 8em;
  }
  .downloads .jumbo span {
    font-size: 40px;
    padding: 2px 0px;
  }
}/*# sourceMappingURL=styles.css.map */