/*
1* FONTS
2* INITIAL RESETS
2.1* SELECTION
2.2* SCROLLBAR
2.3* TRANSITIONS
3* LINKS
4* TYPOGRAPHY
5* LAYOUT STYLES
6* MISC RESETS
7* SWITCH COLOURS
8* FONT-WEIGHT RESETS
9* PADDING RESETS
10* MARGIN RESETS
11* FOOTER



*/
/*--------------1* FONTS------------*/
/*--------------2* INITIAL RESETS------------*/
/*----2.1* SELECTION----*/
*::-moz-selection {
  background: #CCD9E4;
  color: #000;
}
*::-webkit-selection {
  background: #CCD9E4;
  color: #000;
}
*::-ms-selection {
  background: #CCD9E4;
  color: #000;
}
*::selection {
  background: #CCD9E4;
  color: #000;
}
/*----2.2* SCROLLBAR----*/ ::-webkit-scrollbar {
  display: none;
}
::-ms-scrollbar {
  display: none;
}
::-moz-scrollbar {
  display: none;
}
::scrollbar {
  display: none;
}
body::-webkit-scrollbar {
  height: 0px;
  width: 0px;
  background: transparent;
}
@-moz-document url-prefix() {
  html {
    scrollbar-width: none;
  }
}
.scroll-col::-webkit-scrollbar {
  width: 10px;
  display: block;
}
.scroll-col::-webkit-scrollbar-track {
  box-shadow: inset 1px 1px 5px #ccc;
  border-radius: 20px;
  background: rgba(70, 2, 52, 0.15);
}
.scroll-col::-webkit-scrollbar-thumb {
  background: #460234;
  border-radius: 10px;
  max-height: 5px;
  height: 30px;
  margin: 45px;
  padding: 30px;
}
.scroll-col::-webkit-scrollbar-thumb:hover {
  background: rgba(70, 2, 52, 0.75);
}
/*----2.3* TRANSITIONS----*/
/**:not(nav):not(body):not(html) {
scroll-behavior: smooth;
transition: .4s linear all;
-moz-transition: .4s linear all;
-webkit-transition: .4s linear all;
-ms-transition: .4s linear all;
}*/
html {
  position: absolute;
  height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none; /* IE 11 */ width: 100%;
  scroll-behavior: smooth;
  font-size: 62.5%;
}
body {
  overflow: auto;
  line-height: 1.6;
  height: 100%;
  scrollbar-width: none;
  scroll-behavior: smooth;
  background: #fff;
}
body, input, select, textarea, button, tspan {
  font-family: roboto, sans-serif;
}
hr {
  width: 100%
}
input, input:focus, select, select:focus {
  outline: none;
  border: 0;
}
/*--------------3* LINKS------------*/
a, a:focus {
  color: #000;
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a:visited {
  text-decoration: none;
  color: #000;
}
/*--------------4* TYPOGRAPHY------------*/
h1 {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
}
h1 span {
  color: #460534;
}
h2 {
  color: #460534;
}
h3 {
  color: #000;
  font-size:2.6rem;
  font-size:clamp(2.0rem, calc(2.0 / 80 * 100vw), 2.6rem);  
  font-weight: 400;
  margin: 40px 0 15px 0;
  line-height: 1.2;
}
h4 {
  color: #268FA3;
  font-size: 2.0rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);  
  font-weight: 500;
  margin: 0 0 0px 0;
  line-height: 1.1;
}
h5 {
  color: #460234;
  font-size: 1.8rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 1.8rem);
  font-weight: 600;
  line-height: 1.1;
}
h6 {
  color: #470435;
  font-size: 1.6rem;
  font-size:clamp(1.3rem, calc(1.3/ 80 * 100vw), 1.6rem);  
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0px;
  margin-top: 0px;
}
b, strong {
  font-weight: 600;
  line-height: 1;
}
sup, sub {
  vertical-align: super;
  position: relative;
  top: -3px;
  font-size: 0.8rem;
  font-size:clamp(0.5rem, calc(0.5 / 80 * 100vw), 0.8rem);
}
sub {
  top: 12px;
}
body {
  font-family: roboto, sans-serif;
  font-weight: 300;
  color: #000;
  margin: 0;
  width: 100%;
  font-size: 1.6rem;
  font-size:clamp(1.2rem, calc(1.2 / 80 * 100vw), 1.6rem);
}
p {
  font-size: 1.5rem;
  font-size: clamp(1.2rem, calc(1.2 / 80 * 100vw), 1.6rem);
  margin-bottom: 15px;
  line-height: 1.5;
  font-family: roboto, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #000;
  margin-top: 0px;
}
ol {
  list-style: none;
  counter-reset: item;
  margin-bottom: 15px;
  padding-left: 15px;
  font-family: roboto, sans-serif;
}
ol li {
  counter-increment: item;
  margin-bottom: 30px;
  font-size: 1.8rem;   
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 1.8rem);
  text-transform: none;
  position: relative;
  padding-left: 10px;
}
ol li:before {
  margin-right: 10px;
  content: counters(item, ".") " ";
  display: inline-block;
  font-size: 1.8rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 1.8rem);
  position: absolute;
  left: -15px;
  font-weight: 600;
}
ol ol {
  list-style: none;
  counter-reset: item;
  margin-top: 15px;
}
ol li ol li {
  counter-increment: item;
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-size:clamp(1.1rem, calc(1.1 / 80 * 100vw), 1.4rem);
  line-height: 1.5;
}
ol li ol li:before {
  margin-right: 10px;
  content: counters(item, ".") " ";
  display: inline-block;
  font-size: 1.4rem;
  font-size:clamp(1.1rem, calc(1.1 / 80 * 100vw), 1.4rem);
  left: -20px;
}
ol li p {
  font-size: 1.4rem;
  font-size:clamp(1.1rem, calc(1.1 / 80 * 100vw), 1.4rem);    
}
ol li ol li ol li::before {
  left: -30px;
  font-weight: 100;
  font-size: 1.4rem;
  font-size:clamp(1.1rem, calc(1.1 / 80 * 100vw), 1.4rem);     
}
ol li ol li ol li ol li::before {
  left: -53px;
}
/*--------------5* LAYOUT STYLES------------*/
header {
  height: 67px;
  background: #E32A29;
  border-bottom: 4px solid #36A34A;
  position: relative;
  margin: 0;
  padding: 0;
}
header .logo {
  border-bottom: 4px solid #36A34A;
  height: 67px;
  background: #E32A29;
  position: relative;
  width: 100%;
}
header article {
  max-width: 1500px;
  margin: 0 auto; /*padding: 0 35px;*/ box-sizing: border-box;
  margin-top: 50px;
}
ul.nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.nav-list li {
  display: inline-block;
  padding: 15px 60px;
  padding-top: clamp(1.0rem, calc(1.0 / 80 * 100vw), 1.5rem);
  padding-bottom: clamp(1.0rem, calc(1.0 / 80 * 100vw), 1.5rem);
  padding-left: clamp(2.0rem, calc(2.0 / 80 * 100vw), 6.0rem);
  padding-right: clamp(2rem, calc(2.0 / 80 * 100vw), 6rem);
  font-family: roboto, sans-serif;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  font-size: 1.6rem;
  font-size:clamp(1.3rem, calc(1.3 / 80 * 100vw), 1.6rem);
}
ul.nav-list li a {
  position: relative;
    font-size: 1.6rem;
  font-size:clamp(1.3rem, calc(1.3/ 80 * 100vw), 1.6rem);
}
header .logo img {
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translateX(-50%);
}
.mega-menu-container {}
.mega-menu {
  position: absolute;
  display: none;
  width: 100%;
  height: calc(80vh - 185px);
  top: 185px;
  left: 0;
  background: #fff;
  z-index: 999;
  box-sizing: border-box;
  border-top: 1px solid #E32A29;
}
.picture-col {
  float: left;
  width: 33%;
  box-sizing: border-box;
  padding: 30px;
}
.menu-col {
  float: left;
  width: 33%;
  box-sizing: border-box;
  padding: 30px;
}
.heading-col {
  float: left;
  width: 33%;
  box-sizing: border-box;
  padding: 30px;
}
.heading-col h3 {
  font-family: roboto, sans-serif;
  font-size: 4.0rem;
    font-size:clamp(2.5rem, calc(2.5 / 80 * 100vw), 4.0rem);     
  font-weight: 900;
  color: #000;
  text-align: center;
  margin-top: 0;
}
.picture-col a {
  color: #fff;
  font-size: 1.6rem;
    font-size:clamp(1.3rem, calc(1.3 / 80 * 100vw), 1.6rem);     
  padding: 20px 45px;
  font-weight: 900;
  text-decoration: none;
  background: #E32A29;
  margin-top: 30px;
  display: inline-block;
}
.mega-menu article {
  max-width: 1500px;
  margin: 0 auto;
  padding: 50px 35px;
  box-sizing: border-box;
  /* margin-top: 50px; */
}
.menu-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-col ul li {
  padding: 15px;
    font-size: 1.6rem;
      font-size:clamp(1.3rem, calc(1.3 / 80 * 100vw), 1.6rem); 
}
.menu-col ul li a {
  position: relative;
  font-weight: 500;
}
.picture-col p {
  font-weight: 900;
  margin: 30px 0;
}
body.mm01 .nav-list .mm01:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 10px;
  border-bottom: 1px solid #36A34A;
  width: calc(100% - 120px);
  transform: translateX(-50%);
}
body.mm02 .nav-list .mm02:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 10px;
  border-bottom: 1px solid #36A34A;
  width: calc(100% - 120px);
  transform: translateX(-50%);
}
body.mm03 .nav-list .mm03:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 10px;
  border-bottom: 1px solid #36A34A;
  width: calc(100% - 120px);
  transform: translateX(-50%);
}
body.mm04 .nav-list .mm04:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 10px;
  border-bottom: 1px solid #36A34A;
  width: calc(100% - 120px);
  transform: translateX(-50%);
}
body.mm05 .nav-list .mm05:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 10px;
  border-bottom: 1px solid #36A34A;
  width: calc(100% - 120px);
  transform: translateX(-50%);
}
body.mm06 .nav-list .mm06:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 10px;
  border-bottom: 1px solid #36A34A;
  width: calc(100% - 120px);
  transform: translateX(-50%);
}
body.mm07 .nav-list .mm07:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 10px;
  border-bottom: 1px solid #36A34A;
  width: calc(100% - 120px);
  transform: translateX(-50%);
}
body.mm02.sm01 .menu-col .mm02.sm01 a:after {
  content: '';
  position: absolute;
  left: 0%;
  bottom: -4px;
  border-bottom: 1px solid #36A34A;
  width: 100%;
}
body.mm02.sm02 .menu-col .mm02.sm02 a:after {
  content: '';
  position: absolute;
  left: 0%;
  bottom: -4px;
  border-bottom: 1px solid #36A34A;
  width: 100%;
}
body.mm02.sm03 .menu-col .mm02.sm03 a:after {
  content: '';
  position: absolute;
  left: 0%;
  bottom: -4px;
  border-bottom: 1px solid #36A34A;
  width: 100%;
}
body.mm02.sm04 .menu-col .mm02.sm04 a:after {
  content: '';
  position: absolute;
  left: 0%;
  bottom: -4px;
  border-bottom: 1px solid #36A34A;
  width: 100%;
}
body.mm03.sm01 .menu-col .mm03.sm01 a:after {
  content: '';
  position: absolute;
  left: 0%;
  bottom: -4px;
  border-bottom: 1px solid #36A34A;
  width: 100%;
}
body.mm03.sm02 .menu-col .mm03.sm02 a:after {
  content: '';
  position: absolute;
  left: 0%;
  bottom: -4px;
  border-bottom: 1px solid #36A34A;
  width: 100%;
}
body.mm03.sm03 .menu-col .mm03.sm03 a:after {
  content: '';
  position: absolute;
  left: 0%;
  bottom: -4px;
  border-bottom: 1px solid #36A34A;
  width: 100%;
}
body.mm03.sm04 .menu-col .mm03.sm04 a:after {
  content: '';
  position: absolute;
  left: 0%;
  bottom: -4px;
  border-bottom: 1px solid #36A34A;
  width: 100%;
}
body.mm04.sm01 .menu-col .mm04.sm01 a:after {
  content: '';
  position: absolute;
  left: 0%;
  bottom: -4px;
  border-bottom: 1px solid #36A34A;
  width: 100%;
}
body.mm04.sm02 .menu-col .mm04.sm02 a:after {
  content: '';
  position: absolute;
  left: 0%;
  bottom: -4px;
  border-bottom: 1px solid #36A34A;
  width: 100%;
}
body.mm04.sm03 .menu-col .mm04.sm03 a:after {
  content: '';
  position: absolute;
  left: 0%;
  bottom: -4px;
  border-bottom: 1px solid #36A34A;
  width: 100%;
}
body.mm02.sm01 .menu-col .mm02.sm01 a {
  font-weight: 700;
}
body.mm02.sm02 .menu-col .mm02.sm02 a {
  font-weight: 700;
}
body.mm02.sm03 .menu-col .mm02.sm03 a {
  font-weight: 700;
}
body.mm02.sm04 .menu-col .mm02.sm04 a {
  font-weight: 700;
}
body.mm03.sm01 .menu-col .mm03.sm01 a {
  font-weight: 700;
}
body.mm03.sm02 .menu-col .mm03.sm02 a {
  font-weight: 700;
}
body.mm03.sm03 .menu-col .mm03.sm03 a {
  font-weight: 700;
}
body.mm03.sm04 .menu-col .mm03.sm04 a {
  font-weight: 700;
}
body.mm04.sm01 .menu-col .mm04.sm01 a {
  font-weight: 700;
}
body.mm04.sm02 .menu-col .mm04.sm02 a {
  font-weight: 700;
}
body.mm04.sm03 .menu-col .mm04.sm03 a {
  font-weight: 700;
}
/*body.mm01 .nav-list .mm01 { font-weight: 700;}
body.mm02 .nav-list .mm02 { font-weight: 700;}
body.mm02 .nav-list .mm02 { font-weight: 700;}
body.mm02 .nav-list .mm02 { font-weight: 700;}
body.mm02 .nav-list .mm02 { font-weight: 700;}
body.mm03 .nav-list .mm03 { font-weight: 700;}
body.mm03 .nav-list .mm03 { font-weight: 700;}
body.mm03 .nav-list .mm03 { font-weight: 700;}
body.mm03 .nav-list .mm03 { font-weight: 700;}
body.mm04 .nav-list .mm04 { font-weight: 700;}
body.mm04 .nav-list .mm04 { font-weight: 700;}
body.mm04 .nav-list .mm04 a{ font-weight: 700;}*/
/*--------------6* MISC RESETS------------*/
.center-block, .obj-c {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
}
.img-responsive {
  max-width: 100%
}
.clearfix:after, .clearfix:before {
  display: table;
  content: " "
}
.clearfix:after {
  clear: both
}
/*--------------7* PAGE STYLES------------ add all your pages styles here*/
/*--------------7.1* HOME PAGE------------*/
.home-main-banner {
  min-height: 704px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/home-banner-img-2022.jpg");
  margin-top: 160px;
}
.home-main-banner article {
  max-width: 1158px;
  padding: 120px 35px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.banner-row {
  min-height: 455px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner-row article {
  max-width: 1158px;
  padding: 120px 35px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}
.banner-row article h3, .home-main-banner article h3, .investors article h3, .home-figures article h3 .value-chain article h3 {
  color: #fff;
  font-size: 4.5rem;
  font-size:clamp(3.0rem, calc(3.0 / 80 * 100vw), 4.5rem);     
  font-weight: 900;
  margin-bottom: 35px;
  margin-top: 100px;
}
.banner-row article p, .home-main-banner article p {
  color: #fff;  font-size: 2.0rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);
  max-width: 50%;
  margin-bottom: 60px;
  text-shadow: 1px 1px 5px #000;
}
.banner-row article p strong, .home-main-banner article p strong {
  font-weight: 700
}
.banner-row article a, .home-main-banner article a, .latest-news-left div a, .media-news-left div a {
  color: #fff;  font-size: 2.0rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);
  padding: 20px 45px;
  font-weight: 900;
  text-decoration: none;
  background: #E32A29;
  display: inline-block;
  margin-top: 20px;
}
.banner-row.row-1 {
  background-image: url("../images/row-banner1.png");
}
.banner-row.row-2 {
  background-image: url("../images/row-banner2.jpg");
}
.banner-row.row-3 {
  background-image: url("../images/row-banner3-2022.jpg");
}
.media-row article {
  max-width: 1158px;
  padding: 120px 35px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}
.media article {
  max-width: 100%;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}
.latest-news-left {
  background-image: url("../images/10.png");
  min-height: 814px;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 43%;
}
.latest-news-left div {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 50px 50px 150px 50px;
}
.latest-news-left div h4 {
  font-size: 3.0rem;
  font-size:clamp(1.8rem, calc(1.8 / 80 * 100vw), 3.0rem);
  color: #fff !important;
  font-weight: bold;
}
.latest-news-left div h5 {  font-size: 2.0rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);
  color: #fff;
  font-weight: bold;
}
.latest-news-left div p {  font-size: 2.0rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);
  color: #fff;
  font-weight: 300;
}
.media-table {
  display: table;
  width: 100%;
  margin-top: 50px;
}
.media-table li {
  display: table-cell;
  width: 50%;
}
.latest-news-right {
  padding: 50px;
  box-sizing: border-box;
  width: 57%;
  float: left;
}
.latest-news-right h4 {
  font-size: 3.0rem;
  font-size:clamp(1.8rem, calc(1.8 / 80 * 100vw), 3.0rem);
  color: #000 !important;
  font-weight: bold;
}
.press {
  font-size: 1.4rem;
  font-size:clamp(1.1rem, calc(1.1 / 80 * 100vw), 1.4rem);
  text-transform: uppercase;
  padding-left: 60px;
  position: relative;
  margin-top: 15px;
}
.press:before {
  content: url(../images/pdf-icon.png);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 35px;
  height: 36px;
}
.investor-media article {
  max-width: 100%;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}
.media-news-left {
  background-image: url("../images/investor-overview-lft.png");
  min-height: 472px;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 43%;
}
.media-news-left div {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 50px 50px 150px 50px;
}
.media-news-left div h4 {
  font-size: 3.0rem;
  font-size:clamp(1.8rem, calc(1.8 / 80 * 100vw), 3.0rem);
  color: #fff !important;
  font-weight: bold;
  margin-bottom: 15px;
}
.media-news-left div h5 {  font-size: 2.0rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);
  color: #fff;
  font-weight: bold;
}
.media-news-left div p {  font-size: 2.0rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);
  color: #fff;
  font-weight: 300;
}
.media-news-right {
  padding: 50px;
  box-sizing: border-box;
  width: 57%;
  float: left;
}
.media-news-right h4 {
  font-size: 3.0rem;
  font-size:clamp(1.8rem, calc(1.8 / 80 * 100vw), 3.0rem);
  color: #000 !important;
  font-weight: bold;
}
.investors {
  width: 100%;
  position: relative;
}
.investor-case article {
  max-width: 1158px;
  padding: 120px 35px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}
.investors article {
  max-width: 1158px;
  padding: 120px 35px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 70px;
}
.investors article h3 {
  color: #000;
  margin-top: 0px;
}
.investors-grid-3 {
  width: calc(33.33% - 20px);
  float: left;
  margin-right: 30px;
  box-sizing: border-box;
  border-bottom: 10px solid #12AC4B;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  min-height: 500px;
}
.investors-grid-3:last-of-type {
  margin-right: 0;
}
.investors-grid-3:nth-of-type(1) {
  background-image: url("../images/investor-img-1.png");
}
.investors-grid-3:nth-of-type(2) {
  background-image: url("../images/investor-img-2-2022.jpg");
}
.investors-grid-3:nth-of-type(3) {
  background-image: url("../images/investor-img-3.png");
}
.investors-grid-3 div {
  bottom: 0px;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 30px;
  min-height: 220px;
  text-shadow: 1px 1px 5px #000;
}
.investors-grid-3 div h4 {
  font-size: 2.3rem;
  font-size:clamp(1.9rem, calc(1.9 / 80 * 100vw), 2.3rem);    
  color: #fff !important;
  font-weight: bold;
  margin-bottom: 10px;
}
.investors-grid-3 div p {
  font-size: 1.5rem;
  font-size:clamp(1.2rem, calc(1.2 / 80 * 100vw), 1.5rem);    
  color: #fff;
  font-weight: 400;
}
.investors-grid-3 a {
  color: #fff;
  font-size: 2.0rem;
  font-size: clamp(1.5rem, calc(1.5 / 80 * 100vw), 1.7rem);
  padding: 20px 45px;
  font-weight: 900;
  text-decoration: none;
  background: #E32A29;
  display: inline-block;
  margin-top: 20px;
  position: absolute;
  bottom: -100px;
  width: 100%;
}
.investors4 {
  width: 100%;
  position: relative;
}
.investors4 article {
  max-width: 1158px;
  padding: 120px 35px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}
.investors4 article h3 {
  color: #000;
  margin-top: 0px;
}
.investors-grid-4 {
  width: calc(33.33% - 20px);
  float: left;
  margin-right: 30px;
  box-sizing: border-box;
  border-bottom: 10px solid #12AC4B;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  min-height: 500px;
}
.investors-grid-4:last-of-type {
  margin-right: 0;
}
.investors-grid-4:nth-of-type(1) {
  background-image: url("../images/investor-ovr-1.png");
}
.investors-grid-4:nth-of-type(2) {
  background-image: url("../images/investor-ovr-2.png");
}
.investors-grid-4:nth-of-type(3) {
  background-image: url("../images/investor-ovr-3.png");
}
.investors-grid-4 div {
  bottom: 0px;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 30px;
  min-height: 60px;
  text-shadow: 1px 1px 5px #000;
}
.investors-grid-4 div h4 {
font-size: 2.3rem;
  font-size:clamp(1.9rem, calc(1.9 / 80 * 100vw), 2.3rem);
  color: #fff !important;
  font-weight: bold;
  margin-bottom: 10px;
}
.investors-grid-4 div p {
  font-size: 1.5rem;
  font-size:clamp(1.2rem, calc(1.2 / 80 * 100vw), 1.5rem);
  color: #fff;
  font-weight: 400;
}
.home-figures {
  width: 100%;
  position: relative;
}
.home-figures article {
  max-width: 1158px;
  padding: 60px 35px 120px 35px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}
.home-figures article h3 {
  color: #000;
}
.home-figures article h3 small {
  display: block;
  font-size: 2.4rem;
  font-size:clamp(2.0rem, calc(2.0 / 80 * 100vw), 2.4rem);
  font-weight: 300;
  margin-top: 5px;
}
.figure-row.clearfix {
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    flex-basis: 50%;
    justify-content: space-between;
}
.figure-row .figure-column {
    width: calc(50% - 2rem);
    margin-right: 2rem;
    padding: clamp(1.5rem, calc(3 / 80 * 100vw), 3rem);
}
.figure-row .figure-column big {
  color: #4D4D4F;
  font-weight: 800;
  line-height: 1;
  font-size: 6.2rem;
  font-size: clamp(4.5rem, calc(4.5 / 80 * 100vw), 6.2rem);
}
.figure-row .figure-column i {
  color: #4D4D4F;
  font-weight: 800;
  line-height: 1;
  font-size: 6.2rem;
  font-size: clamp(4.5rem, calc(4.5 / 80 * 100vw), 6.2rem);
  font-style: normal;
}
.figure-row .figure-column h5 {
  color: #4D4D4F;
  font-size: 2.4rem;
  font-size: clamp(2.0rem, calc(2.0 / 80 * 100vw), 2.4rem);
  margin: 5px 0;
}
.figure-row .figure-column p {
  color: #000;
  font-size: 1.6rem;
  font-size: clamp(1.3rem, calc(1.3/ 80 * 100vw), 1.6rem);
}
.number {
  color: #4D4D4F;
  font-weight: 800;
  line-height: 1;
  font-size: clamp(2.5rem, calc(3.5 / 80 * 100vw), 5.0rem);
}
.logo-col {
  width: calc(33.33% - 20px);
  margin-right: 30px;
  float: left;
}
.store-col {
  width: calc(33.33% - 20px);
  margin-right: 30px;
  float: left;
  box-sizing: border-box;
  padding: 20px 30px 20px 100px;
  position: relative;
}
.store-col h5 {
  margin: 0;
  color: #000;
  font-weight: 400;  font-size: 2.0rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);
  line-height: 1.2;
}
.store-col p {}
.store-col:after {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 3.0rem;
  font-size:clamp(1.8rem, calc(1.8 / 80 * 100vw), 3.0rem);
  transform: translateY(-50%);
}
.store:after {
  content: "\e902";
  font-family: 'IcoMoon-Free';
}
.cart:after {
  content: "\e93a";
  font-family: 'IcoMoon-Free';
}
.world:after {
  content: "\e9c9";
  font-family: 'IcoMoon-Free';
}
.store-locatore {
  width: 100%;
  position: relative;
}
.store-locatore article {
  max-width: 1158px;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}
.intro-section {
  width: 100%;
  position: relative;
  margin-top: 100px;
}
.intro-section article {
  max-width: 800px;
  padding: 30px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}
.intro-section article h3 {
  text-align: center;
  color: #000;
  font-size: 4.5rem;
  font-size: clamp(2.5rem, calc(2.5 / 80 * 100vw), 4.5rem);
  font-weight: 900;
}
.intro-section article p.intro {
  text-align: center;  font-size: 2.0rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);
  color: #000;
  margin-bottom: 30px;
  font-weight: 500;
}
.intro-section article p {
  text-align: center;
  font-size: 2.0rem;
  font-size: clamp(1.4rem, calc(1.4 / 80 * 100vw), 2.0rem);
  color: #000;
  margin-bottom: 30px;
}
.intro-section article img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.intro-section article a {
  color: #fff;  font-size: 2.0rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);
  padding: 20px 45px;
  font-weight: 900;
  text-decoration: none;
  background: #E32A29;
  display: block;
  margin-top: 20px;
  margin: 0 auto;
  width: 310px;
}
.legal-section {
  width: 100%;
  position: relative;
  margin-top: 100px;
}
.legal-section article {
  max-width: 1158px;
  padding: 30px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}
.legal-section article h3 {
  text-align: center;
  color: #000;
  font-size: 4.5rem;
font-size:clamp(3.0rem, calc(3.0 / 80 * 100vw), 4.5rem);
  font-weight: 900;
}
.legal-section article p.intro {
  text-align: center;  font-size: 2.0rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);
  color: #000;
  margin-bottom: 30px;
  font-weight: 500;
}
.legal-section article p {
  text-align: left;
  font-size: 1.5rem;
  font-size:clamp(1.2rem, calc(1.2 / 80 * 100vw), 1.5rem);
  color: #000;
  margin-bottom: 30px;
}
.sustain {
  width: 100%;
  position: relative;
}
.sustain article {
  max-width: 1158px;
  padding: 30px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 70px;
}
.sustain article h3 {
  color: #000;
  margin-top: 0px;
}
.sustain-grid-3 {
  width: calc(33.33% - 20px);
  float: left;
  margin-right: 30px;
  box-sizing: border-box;
  border-bottom: 10px solid #12AC4B;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  min-height: 500px;
}
.sustain-grid-3:last-of-type {
  margin-right: 0;
}
.sustain-grid-3:nth-of-type(1) {
  background-image: url("../images/case-studies/athlete-Baboloki-Thebe.jpg");
}
.sustain-grid-3:nth-of-type(2) {
  background-image: url("../images/case-studies/Boteti.jpg");
}
.sustain-grid-3:nth-of-type(3) {
  background-image: url("../images/case-studies/boy-at-the-boarder.jpg");
}
.sustain-grid-3 div {
  bottom: 60px;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 30px;
  min-height: 220px;
  text-shadow: 1px 1px 5px #000;
}
.sustain-grid-3 div h4 {
  font-size: 2.3rem;
  color: #fff !important;
  font-weight: bold;
  margin-bottom: 10px;
}
.sustain-grid-3 div a {
  color: #fff;  font-size: 2.0rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);
  padding: 20px 45px;
  font-weight: 900;
  text-decoration: none;
  background: #E32A29;
  display: inline-block;
  margin-top: 20px;
  position: absolute;
  bottom: 0px;
  width: 65%;
}
.sustain-grid-33 {
  width: calc(33.33% - 20px);
  float: left;
  margin-right: 30px;
  box-sizing: border-box;
  border-bottom: 10px solid #12AC4B;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  min-height: 500px;
}
.sustain-grid-33:last-of-type {
  margin-right: 0;
}
.sustain-grid-33:nth-of-type(1) {
  background-image: url("../images/case-studies/Dare-to-Dream.jpg");
}
.sustain-grid-33:nth-of-type(2) {
  background-image: url("../images/case-studies/Africa-forum.jpg");
}
.sustain-grid-33:nth-of-type(3) {
  background-image: url("../images/case-studies/Botswana-Olympians.jpg");
}
.sustain-grid-33 div {
  bottom: 60px;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 30px;
  min-height: 220px;
  text-shadow: 1px 1px 5px #000;
}
.sustain-grid-33 div h4 {
  font-size: 2.3rem;
  color: #fff !important;
  font-weight: bold;
  margin-bottom: 10px;
}
.sustain-grid-33 div a {
  color: #fff;  font-size: 2.0rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);
  padding: 20px 45px;
  font-weight: 900;
  text-decoration: none;
  background: #E32A29;
  display: inline-block;
  margin-top: 20px;
  position: absolute;
  bottom: 0px;
  width: 65%;
}

.sustain-grid-44 {
  width: calc(33.33% - 20px);
  float: left;
  margin-right: 30px;
  box-sizing: border-box;
  border-bottom: 10px solid #12AC4B;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  min-height: 500px;
}
.sustain-grid-44:last-of-type {
  margin-right: 0;
}
.sustain-grid-44:nth-of-type(1) {
  background-image: url("../images/case-studies/water-tanks.jpg");
}
.sustain-grid-44:nth-of-type(2) {
  background-image: url("../images/case-studies/Wellness.jpg");
}
.sustain-grid-44:nth-of-type(3) {
  background-image: url("../images/case-studies/Botswana-Olympians.jpg");
}
.sustain-grid-44 div {
  bottom: 60px;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 30px;
  min-height: 220px;
  text-shadow: 1px 1px 5px #000;
}
.sustain-grid-44 div h4 {
  font-size: 2.3rem;
  color: #fff !important;
  font-weight: bold;
  margin-bottom: 10px;
}
.sustain-grid-44 div a {
  color: #fff;  font-size: 2.0rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);
  padding: 20px 45px;
  font-weight: 900;
  text-decoration: none;
  background: #E32A29;
  display: inline-block;
  margin-top: 20px;
  position: absolute;
  bottom: 0px;
  width: 65%;
}


























.banner-row-2.row-4 {
  background-image: url("../images/row-banner4.png");
}
.banner-row-2.row-5 {
  background-image: url("../images/Choppies-40.jpg");
  min-height: auto;
}
.banner-row-2.row-6 {
  background-image: url("../images/row-banner6-2022.png");
}
.banner-row-2.row-7 {
  background-image: url("../images/row-banner6.png");
}
.banner-row-2.row-7 article {
  max-width: 1158px;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}
.banner-row-2.row-7 article h3 {
  color: #fff;
  font-size: 4.5rem;
font-size:clamp(3.0rem, calc(3.0 / 80 * 100vw), 4.5rem);
  font-weight: 800;
  margin-bottom: 35px;
  margin-top: 60px;
  text-shadow: 1px 1px 5px #000;
}
.banner-row-2.row-7 article h4 {
  color: #fff;
  font-size: 4.5rem;
font-size:clamp(3.0rem, calc(3.0 / 80 * 100vw), 4.5rem);
  font-weight: 800;
  margin-bottom: 35px;
  margin-top: 50px;
  text-shadow: 1px 1px 5px #000;
}
.banner-row-2.row-7 article p {
  color: #fff;
  font-size: 1.8rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 1.8rem);
  max-width: 60%;
  text-shadow: 1px 1px 5px #000;
}
.banner-row-2 {
  min-height: 455px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner-row-2 article {
  max-width: 1158px;
  padding: 30px 30px 80px 30px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}
.banner-row-2 article h3 {
  color: #fff;
  font-size: 4.5rem;
font-size:clamp(3.0rem, calc(3.0 / 80 * 100vw), 4.5rem);
  font-weight: 800;
  margin-bottom: 35px;
  margin-top: 60px;
  text-shadow: 1px 1px 5px #000;
}
.banner-row-2 article h4 {
  color: #fff;
  font-size: 4.5rem;
font-size:clamp(3.0rem, calc(3.0 / 80 * 100vw), 4.5rem);
  font-weight: 800;
  margin-bottom: 35px;
  margin-top: 50px;
}
.banner-row-2 article p {
  color: #fff;
  font-size: 1.8rem;
  font-size: clamp(1.3rem, calc(1.3 / 80 * 100vw), 1.8rem);
  max-width: 60%;
  text-shadow: 2px 2px  #000;
}
.banner-row-2 article a {
  color: #fff;  font-size: 2.0rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);
  padding: 1.0em 2.25em;
  font-weight: 900;
  text-decoration: none;
  background: #E32A29;
  margin-top: 30px;
  display: inline-block;
}
.banner-row-2 article ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner-row-2 article ul li {
  color: #fff;
  position: relative;
  padding-left: 15px;
  text-shadow: 1px 1px 5px #000;
  font-size: 1.8rem;
  font-size: clamp(1.3rem, calc(1.3 / 80 * 100vw), 1.8rem);
}
.banner-row-2 article ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0px;
  display: block;
  background: #fff;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}
.banner-row-10.row-10 {
  background-image: url("../images/banner-row10.png");
}
.banner-row-10 article {
  max-width: 1158px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  padding: 50px 30px;
}
.banner-row-10 article h4 {
  color: #000;
  font-size: 2.5rem;
  font-size:clamp(2.2rem, calc(2.2 / 80 * 100vw), 2.5rem);
  font-weight: 800;
  margin-bottom: 15px;
}
.banner-row-10 article p {
  color: #fff;
  font-size: 2.0rem;
  font-size: clamp(1.4rem, calc(1.4 / 80 * 100vw), 2.0rem);
  text-shadow: 1px 1px 5px #000;
  font-weight: 400;
}
.banner-row-10 article a {
  color: #fff;  font-size: 2.0rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);
  padding: 20px 45px;
  font-weight: 900;
  text-decoration: none;
  background: #E32A29;
  margin-top: 30px;
  display: inline-block;
  margin-bottom: 15px;
}
.banner-row-10 article ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner-row-10 article ul li {
  position: relative;
  display: block;
  float: left;
  width: 32%;
  margin-right: 2%;
  box-sizing: border-box;
}
.banner-row-10 article ul li:last-of-type {
  margin-right: 0%
}
.banner-row-10 article ul li div:first-of-type {
  background: rgba(0, 164, 81, 0.8);
  color: #000;
  padding: 20px;
  min-height: 310px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
}
.banner-row-10 article ul li div:last-of-type {
  background: rgba(238, 50, 48, 0.8);
  color: #fff;
  padding: 20px;
  min-height: 410px;
  border-left: 4px solid #fff;
}
.banner-row-10 article ul li div:last-of-type ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner-row-10 article ul li div:last-of-type ul li {
  position: relative;
  color: #fff;
  float: none;
  width: 100%;
  padding-left: 15px;
  font-size: 1.6rem;
  font-size:clamp(1.3rem, calc(1.3/ 80 * 100vw), 1.6rem);
}
.banner-row-10 article ul li div:last-of-type ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0px;
  background: #fff;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
}
.banner-row-10 article ul li p {
  color: #000;
  font-size: 1.8rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 1.8rem);
  text-shadow: none;
}
.banner-row-11.row-11 {
  background: #fff;
}
.banner-row-11 article {
  max-width: 1158px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  padding: 50px 30px;
}
.banner-row-11 article h4 {
  color: #000;
  font-size: 2.5rem;
  font-size: clamp(2.0rem, calc(2.0 / 80 * 100vw), 2.5rem);
  font-weight: 800;
  margin-bottom: 15px;
  text-align: center;
}
.banner-row-11 article p {
  color: #000;
  font-size: 2.0rem;
  font-size: clamp(1.4rem, calc(1.4 / 80 * 100vw), 2.0rem);
  text-align: center;
}
.banner-row-11 article img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.banner-row-12.row-12 {
  background-image: url("../images/banner-row12.png");
}
.banner-row-12 article {
  max-width: 1158px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  padding: 50px 30px;
}
.banner-row-12 article h4 {
  color: #fff;
  font-size: 2.5rem;
  font-size:clamp(2.2rem, calc(2.2 / 80 * 100vw), 2.5rem);
  font-weight: 800;
  margin-bottom: 15px;
  text-align: center;
  text-shadow: 1px 1px 5px #000;
}
.banner-row-12 article p {
  color: #fff;
  font-size: 1.8rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 1.8rem);
  text-align: center;
  text-shadow: 1px 1px 5px #000;
  font-weight: 400;
}
.banner-row-12 article ul li {
  position: relative;
  display: block;
  float: left;
  width: 23.5%;
  margin-right: 2%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  border: 8px solid #E6E7E8;
  text-align: center;
  padding: 20px 0px;
  min-height: 150px;
}
.banner-row-12 article ul li div {
  text-align: center;
  font-weight: bold;  font-size: 2.0rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);
  color: #365D6E;
}
.banner-row-12 article ul li:last-of-type {
  margin-right: 0%
}
.banner-row-13.row-13 {
  background: #fff;
}
.banner-row-13 article {
  max-width: 1158px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  padding: 50px 30px;
}
.banner-row-13 article h3 {
  color: #000;  font-size: 2.0rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);
  font-weight: 800;
  text-align: center;
}
.banner-row-13 article h4 {
  color: #fff;
  font-size: 1.8rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 1.8rem);
  font-weight: 800;
}
.banner-row-13 article p {
  color: #000;  font-size: 2.0rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);
  text-align: center;
}
.banner-row-13 article ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner-row-13 article ul li {
  position: relative;
  display: block;
  box-sizing: border-box;
}
.banner-row-13 article ul li div:first-of-type {
  background: #E1E8EC;
  color: #000;
  padding: 20px;
}
.banner-row-13 article ul li div:last-of-type {
  border: 1px solid #E1E8EC;
  padding: 20px;
  margin-bottom: 30px;
}
.banner-row-13-grey{ color: #748C99!important}


.banner-row-13 article ul li div:last-of-type ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner-row-13 article ul li div:last-of-type ul li {
  position: relative;
  color: #000;
  float: none;
  width: 100%;
  padding-left: 15px;
  font-size: 1.6rem;
  font-size:clamp(1.3rem, calc(1.3/ 80 * 100vw), 1.6rem);
}
.banner-row-13 article ul li div:last-of-type ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0px;
  background: #000;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
}
.banner-row-14.row-14 {
  background-image: url("../images/banner-row14.png");
  min-height: 465px;
}
.banner-row-14 article {
  max-width: 1158px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  padding: 50px 0px;
}
.banner-row-14 article h4 {
  color: #fff;
  font-size: 2.5rem;
  font-size:clamp(2.2rem, calc(2.2 / 80 * 100vw), 2.5rem);
  font-weight: 800;
  margin-bottom: 15px;
  text-align: center;
  text-shadow: 1px 1px 5px #000;
}
.banner-row-14 article p {
  color: #fff;
  font-size: 1.8rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 1.8rem);
  text-align: center;
  text-shadow: 1px 1px 5px #000;
  font-weight: 500;
}
.banner-row-14 article a {
  color: #fff;  font-size: 2.0rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);
  padding: 20px 45px;
  font-weight: 900;
  text-decoration: none;
  background: #E32A29;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 150px;
}




.banner-row-15 article ul.two-blocks {
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner-row-15 article ul.one-blocks li {
  float: left;
  width: 100%;
   padding: 15px;
  box-sizing: border-box;
  border: 10px solid #A9BAC5;
   font-weight: 500;
  color: #365D6E;
  text-align: center;
  position: relative;
}
.banner-row-15 article ul.one-blocks li:last-of-type {
  margin-right: 0%;
}
.banner-row-15 article ul.one-blocks ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner-row-15 article ul.one-blocks ul li {
  position: relative;
  border: 0px;
  float: none;
  width: 100%;
  margin: 0px;
  font-weight: normal;
  text-align: left;
  min-height: inherit;
  padding: 0px;
  padding-left: 18px;
}
.banner-row-15 article ul.one-blocks ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0px;
  background: #435F6C;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}



























.banner-row-15.row-15 {
  background: #D5E9D3;
  position: relative;
}
.banner-row-15.row-15:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 25px solid #E73532;
  position: absolute;
  bottom: -25px;
  left: 45%;
}
.banner-row-15 article {
  max-width: 1158px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  padding: 50px 30px;
}
.banner-row-15 article h3 {
  color: #E73532;
  font-size: 3.0rem;
  font-size:clamp(1.8rem, calc(1.8 / 80 * 100vw), 3.0rem);
  font-weight: 800;
  margin-bottom: 15px;
  margin-top: 0px;
  text-align: center;
}
.banner-row-15 article h4 {
  color: #fff;
  font-size: 2.5rem;
  font-size:clamp(2.2rem, calc(2.2 / 80 * 100vw), 2.5rem);
  font-weight: 800;
  margin-bottom: 15px;
  text-align: center;
  text-shadow: 1px 1px 5px #000;
}
.banner-row-15 article p.intro {
  color: #000;  font-size: 2.0rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);
  text-align: center;
  font-weight: 500;
}
.banner-row-15 article p {
  color: #000;
  font-size: 1.8rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 1.8rem);
  text-align: center;
}
.banner-row-15 article a {
  color: #fff;  font-size: 2.0rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);
  padding: 20px 45px;
  font-weight: 900;
  text-decoration: none;
  background: #E32A29;
  margin-top: 30px;
  display: inline-block;
  margin-bottom: 15px;
}
.banner-row-16.row-16 {
  background: #fff;
}
.banner-row-16 article {
  max-width: 1158px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  padding: 50px 30px;
}
.banner-row-16 article h4 {
  color: #E73532;
  font-size: 2.5rem;
  font-size:clamp(2.2rem, calc(2.2 / 80 * 100vw), 2.5rem);
  font-weight: 800;
  margin-bottom: 15px;
  text-align: center;
  padding: 10px;
  border: 2px solid #E73532;
}
.banner-row-16 article ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 5em;
}
.banner-row-16 article ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  background: #E7EEF1;
  padding: 30px;
  min-height: 200px;
}
.banner-row-16 article ul li:last-of-type {
  margin-right: 0%;
}
.banner-row-16 article ul li div {
  border: 2px solid #E73533;
  padding: 20px;
  position: relative;
  top: 0px;
  min-height: 140px;
}
.banner-row-16 article ul li div span {
  background: #fff;
  border: 5px solid #D1D3D4;
  padding: 20px;
  display: block;
  width: 86%;
  position: absolute;
  top: -50px;
  min-height: 160px;
}
.banner-row-17.row-17 {
  background: #D5E9D3;
  position: relative;
}
.banner-row-17 article {
  max-width: 1158px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  padding: 50px 30px;
}
.banner-row-17 article h3 {
  color: #E73532;
  font-size: 3.0rem;
  font-size:clamp(1.8rem, calc(1.8 / 80 * 100vw), 3.0rem);
  font-weight: 800;
  margin-bottom: 15px;
  margin-top: 0px;
  text-align: center;
}
.banner-row-17 article p.intro {
  color: #000;
  font-size: 2.0rem;
  font-size: clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);
  text-align: center;
  font-weight: 500;
}
.banner-row-17 article p {
  color: #000;
  font-size: 1.8rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 1.8rem);
  text-align: center;
}
.banner-row-18.row-18 {
  background: #fff;
}
.banner-row-18 article {
  max-width: 1158px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  padding: 50px 30px;
}
.banner-row-18 article h3 {
  color: #E73532;
  font-size: 3.0rem;
  font-size:clamp(1.8rem, calc(1.8 / 80 * 100vw), 3.0rem);
  font-weight: 800;
  margin-bottom: 15px;
  margin-top: 0px;
  text-align: center;
}
.banner-row-18 article h4 {  font-size: 2.0rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);
  font-weight: 800;
  margin-bottom: 15px;
  text-align: center;
  padding: 11px;
  border: 2px solid #A6A7A8;
  color: #000;
}
.banner-row-18 article p.intro {
  font-size: 2.2rem;
  font-size: clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.2rem);
  text-align: center;
}
.banner-row-18 article p {
  color: #000;
  font-size: 1.8rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 1.8rem);
  text-align: center;
}
.banner-row-18 article div {
  border: 5px solid red;
  padding: 20px 20px 20px 150px;
  position: relative;
}
.banner-row-18 article div:before {
  content: url('../images/hot-food.png');
  position: absolute;
  top: 100px;
  left: -75px;
}
.banner-row-18 article div p {
  text-align: left;
}
.banner-row-18 article ul.four-blocks {
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner-row-18 article ul.four-blocks li {
  float: left;
  width: 18.4%;
  margin-right: 2%;
  padding: 15px;
  box-sizing: border-box;
  border: 10px solid #A9BAC5;
  min-height: 140px;
  font-weight: 500;
  color: #365D6E;
  text-align: center;
  position: relative;
}
.banner-row-18 article ul.four-blocks li:last-of-type {
  margin-right: 0%;
}
.banner-row-18 article ul.two-blocks {
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner-row-18 article ul.two-blocks li {
  float: left;
  width: 49%;
  margin-right: 2%;
  padding: 15px;
  box-sizing: border-box;
  border: 10px solid #A9BAC5;
  min-height: 280px;
  font-weight: 500;
  color: #365D6E;
  text-align: center;
  position: relative;
}
.banner-row-18 article ul.two-blocks li:last-of-type {
  margin-right: 0%;
}
.banner-row-18 article ul.two-blocks ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner-row-18 article ul.two-blocks ul li {
  position: relative;
  border: 0px;
  float: none;
  width: 100%;
  margin: 0px;
  font-weight: normal;
  text-align: left;
  min-height: inherit;
  padding: 0px;
  padding-left: 18px;
}
.banner-row-18 article ul.two-blocks ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0px;
  background: #435F6C;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.banner-row-18 article a {
  color: #fff;  font-size: 2.0rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);
  padding: 20px 45px;
  font-weight: 900;
  text-decoration: none;
  background: #E32A29;
  margin-top: 30px;
  display: inline-block;
  margin-bottom: 15px;
}
.banner-row-19.row-19 {
  background-image: url("../images/row-banner19-new.png");
}
.banner-row-19 article {
  max-width: 1158px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  padding: 100px 30px;
}
.banner-row-19 article table {
  color: #fff;
}
.white-thickline {
  border-bottom: 2px solid #fff;
}
.white-thinline {
  border-bottom: 1px solid #fff;
}
.banner-row-20.row-20 {
  background-image: url("../images/banner-row-20-2022-new.png");
  min-height: 550px;
}
.banner-row-20 article {
  max-width: 1158px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  padding: 100px 30px;
}
.banner-row-20 article h4 {
  color: #fff;
  font-size: 2.5rem;
  font-size:clamp(2.2rem, calc(2.2 / 80 * 100vw), 2.5rem);
  font-weight: 800;
  margin-bottom: 15px;
  text-align: center;
  text-shadow: 1px 1px 5px #000;
}
.banner-row-20 article p {
  color: #fff;
  font-size: 1.8rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 1.8rem);
  text-align: center;
  text-shadow: 1px 1px 5px #000;
}
.banner-row-20 article p.intro {
  color: #fff;
  font-size: 2.2rem;
  font-size:clamp(1.8rem, calc(1.8 / 80 * 100vw), 2.2rem);
  text-align: center;
  text-shadow: 1px 1px 5px #000;
}
.banner-row-20 article p.caption-small {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  font-style: italic;
}
.banner-row-21.row-21 {
  background-image: url("../images/row-banner21.png");
}
.banner-row-21 article {
  max-width: 1158px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  padding: 100px 30px;
}
.banner-row-21 article div {
  border: 5px solid red;
  padding: 20px 20px 20px 150px;
  position: relative;
  background: #fff;
}
.banner-row-21 article div:before {
  content: url('../images/ethics-img.png');
  position: absolute;
  top: 100px;
  left: -75px;
}
.banner-row-21 article h4 {
  font-size: 3.0rem;
  font-size:clamp(1.8rem, calc(1.8 / 80 * 100vw), 3.0rem);
  margin-bottom: 15px;
  text-align: left;
  color: #000;
  font-weight: 800 !important;
}
.banner-row-21 article div p {
  text-align: left;
}
.banner-row-22 {
  background: #F8F8F8;
  position: relative;
}
.banner-row-22 article {
  max-width: 1158px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  padding: 50px 30px;
}
.banner-row-22 article h4 {
  color: #000;
  font-size: 2.2rem;
  font-size:clamp(1.8rem, calc(1.8 / 80 * 100vw), 2.2rem);
  font-weight: bold;
  margin-bottom: 20px;
}
.banner-row-22 article p {
  color: #000;
  font-size: 1.8rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 1.8rem);
}
.banner-row-23 {
  background: #fff;
  position: relative;
}
.banner-row-23 article {
  max-width: 1158px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  padding: 50px 0px;
}
.banner-row-23 article p {
  color: #000;
  font-size: 1.8rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 1.8rem);
}
.banner-row-24.row-24 {
  background: #fff;
}
.banner-row-24 article {
  max-width: 1158px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  padding: 50px 30px;
}
.banner-row-24 article h3 {
  color: #E73532;
  font-size: 3.0rem;
  font-size:clamp(1.8rem, calc(1.8 / 80 * 100vw), 3.0rem);
  font-weight: 800;
  margin-bottom: 15px;
  margin-top: 0px;
  text-align: center;
}
.banner-row-24 article h4 {
  color: #000;
  font-size: 2.4rem;
  font-size:clamp(2.0rem, calc(2.0 / 80 * 100vw), 2.4rem);
  margin-bottom: 15px;
  margin-top: 0px;
  text-align: center;
}
.banner-row-24 article h5 {
  color: #000;
  font-size: 2.4rem;
  font-size:clamp(2.0rem, calc(2.0 / 80 * 100vw), 2.4rem);
  font-weight: 800;
  margin-bottom: 15px;
  text-align: center;
}
.banner-row-24 article div {
  display: block;
  padding: 15px;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  border: 5px solid #36A34A;
}
.figures {
  width: 100%;
  position: relative;
}
.figures article {
  max-width: 1158px;
  padding: 40px 30px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}
.figures article h3 {
  color: #000;
  font-size: 4.5rem;
  font-size: clamp(3.0rem, calc(3.0 / 80 * 100vw), 4.5rem);
  font-weight: 900;
  margin-bottom: 35px;
  margin-top: 0px;
}
.figures article h3 small {
  display: block;
  font-size: 2.4rem;
  font-size:clamp(2.0rem, calc(2.0 / 80 * 100vw), 2.4rem);
  font-weight: 300;
  margin-top: 5px;
}
.figures article a {
  color: #fff;
  font-size: 2.0rem;
  font-size: clamp(1.4rem, calc(1.4 / 80 * 100vw), 2.0rem);
  padding: 20px 45px;
  font-weight: 900;
  text-decoration: none;
  background: #E32A29;
  margin-top: 30px;
  display: inline-block;
  margin-bottom: 15px;
}
.media-short article {
  max-width: 100%;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}
.media-short .latest-news-left {
  background-image: url("../images/9.jpg");
  min-height: 430px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 43%;
}
.media-short .latest-news-left div {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 50px 50px 50px 50px;
}
.media-short .latest-news-left div h4 {
  font-size: 3.0rem;
  font-size:clamp(1.8rem, calc(1.8 / 80 * 100vw), 3.0rem);
  color: #fff !important;
  font-weight: bold;
}
.media-short .latest-news-left div h5 {  font-size: 2.0rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);
  color: #fff;
  font-weight: bold;
}
.media-short .latest-news-left div p {  font-size: 2.0rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);
  color: #fff;
  font-weight: bold;
}
.media-short .media-table {
  display: table;
  width: 100%;
  margin-top: 50px;
}
.media-short .media-table li {
  display: table-cell;
  width: 50%;
}
.media-short .latest-news-right {
  padding: 50px;
  box-sizing: border-box;
  width: 57%;
  float: left;
  padding-bottom: 0;
}
.media-short .latest-news-right h4 {
  font-size: 3.0rem;
  font-size:clamp(1.8rem, calc(1.8 / 80 * 100vw), 3.0rem);
  color: #000;
  font-weight: bold;
}
.strategy div.right-cont a {
  color: #fff;  font-size: 2.0rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);
  padding: 20px 45px;
  font-weight: 900;
  text-decoration: none;
  background: #E32A29;
  margin-top: 30px;
  display: inline-block;
}
.strategy article {
  max-width: 100%;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}
.strategy div.right-cont h3 {
  font-size: 3.0rem;
  font-size:clamp(1.8rem, calc(1.8 / 80 * 100vw), 3.0rem);
  color: #000 !important;
  font-weight: 800;
}
.strategy div.right-cont p {
  font-size: 1.8rem;
  font-size: clamp(1.2rem, calc(1.2 / 80 * 100vw), 1.8rem);
  color: #000;
  font-weight: bold;
}
.strategy div.groups { /*background:rgba(54, 163, 74, 0.45);*/
}
.strategy div.right-cont {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 30px 30px 30px 100px;
  background: rgba(54, 163, 74, 0.45);
  min-height: 455px;
}
.strategy div.left-img {
  background-image: url("../images/strategy-2022.png");
  min-height: 455px;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 50%
}
.investor-strip div.right-cont a {
  color: #fff;  font-size: 2.0rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);
  padding: 20px 45px;
  font-weight: 900;
  text-decoration: none;
  background: #E32A29;
  margin-top: 30px;
  display: inline-block;
}
.investor-strip article {
  max-width: 100%;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}
.investor-strip div.right-cont h3 {
  font-size: 3.0rem;
  font-size:clamp(1.8rem, calc(1.8 / 80 * 100vw), 3.0rem);
  color: #000 !important;
  font-weight: 800;
}
.investor-strip div.right-cont p {
  font-size: 1.8rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 1.8rem);
  color: #000;
  font-weight: bold;
}
.investor-strip div.groups {
  background: rgba(54, 163, 74, 0.45);
}
.investor-strip div.right-cont {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 30px 30px 30px 100px;
}
.investor-strip div.left-img {
  background-image: url("../images/investor-ar-2021.jpg");
  min-height: 455px;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 50%
}
.leadership article {
  max-width: 100%;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  position: relative; /*background:rgba(54, 163, 74, 0.45);*/
}
.leadership div.left-cont h3 {
  font-size: 3.0rem;
  font-size:clamp(1.8rem, calc(1.8 / 80 * 100vw), 3.0rem);
  color: #000 !important;
  margin-top: 130px;
  font-weight: 800;
}
.leadership div.left-cont p {
  font-size: 2.0rem;
  font-size: clamp(1.2rem, calc(1.2 / 80 * 100vw), 2.0rem);
  color: #000;
  font-weight: bold;
}
.leadership div.left-cont {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 30px 30px 30px 100px;
}
.leadership div.right-img {
  float: left;
  width: 50%
}
.leadership div.right-img img {
  display: block;
        max-width: 100%;
}
.leadership div.left-cont a {
  color: #fff;  font-size: 2.0rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);
  padding: 20px 45px;
  font-weight: 900;
  text-decoration: none;
  background: #E32A29;
  margin-top: 30px;
  display: inline-block;
}
.invest-report div.left-cont a {
  color: #fff;  font-size: 2.0rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);
  padding: 20px 45px;
  font-weight: 900;
  text-decoration: none;
  background: #E32A29;
  margin-top: 30px;
  display: inline-block;
}
.invest-report article {
  max-width: 100%;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}
.invest-report div.left-cont h3 {
  font-size: 3.0rem;
  font-size:clamp(1.8rem, calc(1.8 / 80 * 100vw), 3.0rem);
  color: #fff !important;
  font-weight: 800;
}
.invest-report div.left-cont p {
  font-size: 1.8rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 1.8rem);
  color: #fff;
  font-weight: bold;
}
.invest-report div.groups {
  background: #ABCAE9;
}
.invest-report div.left-cont {
  background-image: url("../images/invest-left-img.png");
  background-size: cover;
  min-height: 464px;
  background-repeat: no-repeat;
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 30px 130px 0px 420px;
  text-shadow: 1px 1px 5px #000;
}
.invest-report div.right-img {
  background-size: cover;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 50%;
  min-height: 440px;
}
.markets {
  width: 100%;
  position: relative;
  background: #D5E4F4;
}
.markets article {
  max-width: 1158px;
  padding: 120px 35px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}
.history {
  width: 100%;
  position: relative;
}
.history article {
  max-width: 1158px;
  padding: 90px 35px 20px 35px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  border-top: 1px solid #E32A29;
  margin-top: 80px;
}
.history article h4 {
  font-size: 2.5rem;
  font-size:clamp(2.2rem, calc(2.2 / 80 * 100vw), 2.5rem);
  margin-bottom: 40px;
  font-weight: 700;
  color: #000;
}
.value-chain {
  width: 100%;
  position: relative;
}
.value-chain article {
  max-width: 1158px;
  padding: 0px 35px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}
.value-chain article h3 {
  font-size: 2.6rem;
  font-size:clamp(2.2rem, calc(2.2 / 80 * 100vw), 2.6rem);
  color: #000 !important;
  font-weight: 800;
}
.investment-case {
  width: 100%;
  position: relative;
}
.investment-case article {
  max-width: 100%;
  padding: 120px 0px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}
.investment-case article h3 {
  font-size: 4.5rem;
font-size:clamp(3.0rem, calc(3.0 / 80 * 100vw), 4.5rem);
  color: #000 !important;
  font-weight: 800;
}
.markets {
  width: 100%;
  position: relative;
}
.markets article {
  max-width: 1158px;
  padding: 90px 35px 120px 35px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}
.markets article h3 {
  color: #000;
  margin-top: 0px;
  font-size: 4.5rem;
font-size:clamp(3.0rem, calc(3.0 / 80 * 100vw), 4.5rem);
  font-weight: 900;
  margin-bottom: 35px;
}
.markets article div.col-2 {
  width: 50%;
  float: left;
}
.markets article div.col-2 h4 {
  font-size: 1.6rem;
  font-size:clamp(1.3rem, calc(1.3/ 80 * 100vw), 1.6rem);
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  position: relative;
  padding-left: 60px;
  margin-bottom: 20px;
}
.markets article div.col-2 h4:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 8px;
  display: block;
  width: 40px;
  height: 6px;
  background: #E83532;
}
ul.red-dot-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.red-dot-list li {
  position: relative;
  border: 0px;
  float: none;
  width: 100%;
  margin: 0px;
  text-align: left;
  min-height: inherit;
  padding: 0px;
  padding-left: 18px;
}
ul.red-dot-list li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0px;
  background: red;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
ul.red-dot-list li ul {
  padding-left: 0px;
  list-style: none;
}
ul.red-dot-list li ul li {
  position: relative;
}
ul.red-dot-list li ul li:before {
  content: '-';
  position: absolute;
  left: 0px;
  top: 0px;
  background: none;
}
.alt-page-section {
  width: 100%;
  position: relative;
  margin-top: 100px;
}
.alt-page-section article {
  max-width: 1200px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  padding: 50px 0px;
}
.alt-page-section article h3 {
  text-align: center;
  color: #000;
  font-size: 3.5rem;
  font-size:clamp(3.0rem, calc(3.0 / 80 * 100vw), 3.5rem);    
  font-weight: 600;
}
.casestudy-table {
  display: table;
  width: 100%;
  margin-top: 50px;
}
.casestudy-table-cell {
  display: table-cell;
  width: 48%;
  margin-right: 4%
}
.casestudy-table-cellspacer {
  display: table-cell;
  width: 4%;
}
.casestudy-table-cell:last-of-type {
  margin-right: 0%
}
.codepen-container div {
  box-sizing: border-box;
  transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
}
.icetab {
  display: inline-block;
  border-bottom: 0px;
  margin: 0px;
  color: #fff;
  cursor: pointer;
  border-right: 0px;
  padding: 10px;
  text-transform: uppercase;
  margin-right: 20px;
}
#icetab-content {
  overflow: hidden;
  position: relative;
  border-top: 2px solid #A9C9E7;
}
.tabcontent {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  width: 100%;
  border: 2px solid #A9C9E7;
  border-top: 0px;
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.tabcontent:first-child {
  position: relative;
}
.tabcontent.tab-active {
  border-top: 0px;
  display: block;
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
/* A tiny wee bit of visual formating */
.codepen-container {
  margin: 40px;
  margin-left: auto;
  margin-right: auto;
}
.title {
  color: #A9C9E7;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-size:clamp(1.4rem, calc(2.2 / 80 * 100vw), 1.7rem);
  margin: 40px 0px;
}
.tabcontent {
  padding: 40px;
}
.current-tab {
  background: #A9C9E7;
}
.green-bkr {
  background: rgba(54, 163, 74, 0.3);
}
.project-name {
  text-align: center;
  padding: 10px;
  color: #fff;
}
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #36a34a;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}
.container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
.container::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #36a34a;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
.left {
  left: 0;
}
.right {
  left: 50%;
}
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #FF3333;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #FF3333;
}
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #FF3333;
  border-width: 10px 10px 10px 0;
  border-color: transparent #FF3333 transparent transparent;
}
.right::after {
  left: -16px;
}
.content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}
.content h2 {
  padding: 15px;
  background: #EE3230;
  color: #fff;
  margin: -20px -30px 15px -30px;
  font-weight: 300;
  border-radius: 6px;
}
.dropbtn {
  background-color: #fff;
  color: #000;
  font-size: 1.6rem;
  font-size:clamp(1.3rem, calc(1.3/ 80 * 100vw), 1.6rem);
  border: none;
  cursor: pointer;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown:after {
  content: '';
  position: absolute;
  right: 23px;
  top: 32px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #00A44F;
  transform: rotate(0deg);
}
.dropdown-content {
  display: none;
  position: absolute;
  top: 50px;
  left: 0px;
  background-color: #f9f9f9;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-box {
  display: block;
}
.dropdown-box:after {
  content: '';
  position: absolute;
  right: 14px;
  top: 24px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #00A44F;
  transform: rotate(0deg);
}
.dropbtn {
  background-color: #fff;
  font-size: 1.6rem;
  font-size:clamp(1.3rem, calc(1.3/ 80 * 100vw), 1.6rem);
  border: none;
  cursor: pointer;
  color: #000;
  font-family: roboto, sans-serif;
  font-weight: 500;
}
.dropdown-content {
  display: none;
  position: absolute;
  top: 35px;
  left: 60px;
  background-color: #f9f9f9;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 99999;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-box:hover .dropdown-content {
  display: block;
}
.col-3 {
  float: left;
  width: calc(33.33% - 22px);
  margin-right: 32px;
  box-sizing: border-box;
}
.col-3:last-of-type {
  margin-right: 0px;
}
.press-box {
  background: #f5f7f9;
  box-sizing: border-box;
  padding: 24px;
  padding-bottom: 45px;
  min-height: 530px;
  border-radius: 0px 0px 4px 4px;
  position: relative;
}
.press-box table {
  font-size: 1.3rem;
    font-size:clamp(1rem, calc(1 / 80 * 100vw), 1.3rem);
  padding-top: 15px;
}
.press-box div a {
  position: absolute;
  bottom: 30px;
  left: 20px;
  font-size: 1.8rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 1.8rem);
  padding: 20px 45px;
  font-weight: 900;
  text-decoration: none;
  background: #E32A29;
  color: #fff;
}
ul.calender-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.calender-list li {
  border-bottom: 1px solid #4d4d4f;
  padding: 15px 0px;
  min-height: 90px;
}
ul.calender-list li p strong {
  font-weight: bold;
  color: #F64949;
}
ul.calender-list li p:last-of-type {
  margin-bottom: 0px;
}
ul.financial-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
ul.financial-list li {
  border-bottom: 1px solid #4d4d4f;
  padding: 15px 0px;
  min-height: 120px;
}
ul.financial-list li p:last-of-type {
  margin-bottom: 0px;
}
ul.financial-list li p a {
  font-weight: bold;
  color: #F64949;
}
.share-price {
  position: relative;
  margin-top: 25px;
}
.share-price:before {
  content: '';
  position: absolute;
  top: -15px;
  width: 54px;
  height: 12px;
  background: #E83532;
  display: block;
}
.share-price p {
  line-height: 1.2;
}
.share-price p:nth-child(1) {
  font-size: 6.2rem;
  font-size:clamp(5.0rem, calc(5 / 80 * 100vw), 6.2rem);
  color: #4D4D4F;
  margin-bottom: 0px;
  font-weight: bold;
}
.share-price p:nth-child(2) {
  font-size: 2.4rem;
  font-size:clamp(2.0rem, calc(2.0 / 80 * 100vw), 2.4rem);
  color: #E83532;
  font-weight: bold;
}
.share-price p:nth-child(3) {
  font-size: 1.6rem;
  font-size:clamp(1.3rem, calc(1.3/ 80 * 100vw), 1.6rem);
}
.investor-case {
  padding: 80px 0;
}
.scroll-left {
  width: 10%;
  float: left;
  min-height: 300px;
  background: #D5E4F4;
  position: relative;
}
.scroll-left:after {
  border-right: 15px solid transparent;
  border-top: 15px solid transparent;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #000;
  transform: rotate(180deg) translate(0%);
  top: 45%;
  left: 35%;
}
.scroll-right:after {
  border-left: 15px solid transparent;
  border-top: 15px solid transparent;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #000;
  transform: rotate(180deg) translate(-50%);
  top: 45%;
  right: 45%;
}
.scroll-right {
  width: 10%;
  float: left;
  min-height: 300px;
  background: #D5E4F4;
  position: relative;
}
.scroll-container {
  width: 80%;
  float: left;
  min-height: 300px;
  overflow-x: hidden;
  overflow-y: hidden;
  box-sizing: border-box;
  padding: 0 30px;
}
.scroll-shift {
  width: 405%;
  overflow-x: scroll;
  overflow-y: hidden;
  max-height: 300px;
  transform: translateX(0px);
}
.scroll-block {
  width: 7.66%;
  float: left;
  min-height: 300px;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
}
.scroll-block img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.scroll-block p {  font-size: 2.0rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);
  padding: 30px;
  color: #000;
  font-weight: bold;
  position: absolute;
  bottom: 0;
}
:root {
  ewfPopupDelay_gxbTNwyfcF: 1s;
}
#ewf_dismissForm {
  display: block !important;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .1);
  max-width: 48px;
}
#ewf_subscriptionForm_gxbTNwyfcF {
  animation: ewf_modalpopup_gxbTNwyfcF linear var(--ewfPopupDelay_gxbTNwyfcF);
  animation-iteration-count: 1;
  -webkit-animation: ewf_modalpopup_gxbTNwyfcF linear var(--ewfPopupDelay_gxbTNwyfcF);
  -webkit-animation-iteration-count: 1;
  -moz-animation: ewf_modalpopup_gxbTNwyfcF linear var(--ewfPopupDelay_gxbTNwyfcF);
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: ewf_modalpopup_gxbTNwyfcF linear var(--ewfPopupDelay_gxbTNwyfcF);
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: ewf_modalpopup_gxbTNwyfcF linear var(--ewfPopupDelay_gxbTNwyfcF);
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  position: fixed;
  z-index: 1000
}
form.EWF__form {
  background: #fff;
  padding-top: 40px;
  padding-left: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.13);
}
form.EWF__form p {
  color: #000000;
  text-align: left;
  line-height: 18px;
  font-size: 1.4rem;
  font-size:clamp(1.1rem, calc(1.1 / 80 * 100vw), 1.4rem);
  font-family: Arial, Helvetica, sans-serif;
  margin: 12px 0;
  font-style: normal;
  font-weight: normal;
}
form.EWF__form .EWF__header {
  background: transparent;
  padding-top: 0px;
  color: #000000;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  text-align: left;
  line-height: 24px;
  font-size: 2.2rem;
  font-size:clamp(1.8rem, calc(1.8 / 80 * 100vw), 2.2rem);
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
}
form.EWF__form label {
  line-height: 18px;
  font-size: 1.6rem;
  font-size:clamp(1.3rem, calc(1.3/ 80 * 100vw), 1.6rem);
  color: #1a4863;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  position: relative;
}
form.EWF__form .EWF__subscribe {
  background: #e32a29;
  padding-top: 12px;
  line-height: 18px;
  font-size: 1.6rem;
  font-size:clamp(1.3rem, calc(1.3/ 80 * 100vw), 1.6rem);
  color: #ffffff;
  padding-left: 12px;
  padding-bottom: 12px;
  padding-right: 12px;
  border-radius: 4px;
  border: 0;
  display: inline-block;
  width: auto;
  max-width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
.EWF__form .webform-options {
  text-align: center;
}
form.EWF__form input {
  background: #e32a29;
  padding-top: 12px;
  color: #ffffff;
  padding-left: 12px;
  padding-bottom: 12px;
  padding-right: 12px;
  border-radius: 0px;
  line-height: 18px;
  font-size: 1.6rem;
  font-size:clamp(1.3rem, calc(1.3/ 80 * 100vw), 1.6rem);
  border: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-align: left;
}
form.EWF__form input::placeholder {
  color: #ffffff;
  font-size: 1.4rem;
  font-size:clamp(1.1rem, calc(1.1 / 80 * 100vw), 1.4rem);
  background: #E32A29;
}
form.EWF__form .inputs > div {
  margin-bottom: 1rem;
}
form.EWF__form .checkboxes label, form.EWF__form .consent label {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
form.EWF__form * {
  box-sizing: border-box;
}
form.EWF__form fieldset {
  display: block;
  padding: 0;
  margin: 0;
}
form.EWF__form .checkboxes input[type="checkbox"], form.EWF__form .consent input[type="checkbox"] {
  border: 1px solid #CFD6DB;
  border-radius: 4px;
  padding: 12px;
  width: 0;
  display: inline-block;
  margin-right: 20px;
}
form.EWF__form .checkboxes input[type="checkbox"]:before, form.EWF__form .consent input[type="checkbox"]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Warstwa_1' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' width='16' height='16'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;%7D .st1%7Bfill:%23FFFFFF;stroke:%23CFD6DB;%7D%0A%3C/style%3E%3Cg transform='translate(-925 -324)'%3E%3Cg transform='translate(925 324)'%3E%3Cpath class='st0' d='M4,0h8c2.2,0,4,1.8,4,4v8c0,2.2-1.8,4-4,4H4c-2.2,0-4-1.8-4-4V4C0,1.8,1.8,0,4,0z'/%3E%3Cpath class='st1' d='M4,0.5h8c1.9,0,3.5,1.6,3.5,3.5v8c0,1.9-1.6,3.5-3.5,3.5H4c-1.9,0-3.5-1.6-3.5-3.5V4C0.5,2.1,2.1,0.5,4,0.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-color: #fff;
  width: 16px;
  height: 16px;
  content: '';
  display: block;
  cursor: pointer;
  border-radius: 4px;
}
form.EWF__form .checkboxes input[type="checkbox"]:hover:before, form.EWF__form .consent input[type="checkbox"]:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23fff;stroke:%235457ff;stroke-width:2px;%7D.b%7Bstroke:none;%7D.c%7Bfill:none;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(-925 -324)'%3E%3Cg class='a' transform='translate(925 324)'%3E%3Crect class='b' width='16' height='16' rx='4'/%3E%3Crect class='c' x='1' y='1' width='14' height='14' rx='3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-color: #fff;
}
form.EWF__form .checkboxes input[type="checkbox"]:checked:before, form.EWF__form .consent input[type="checkbox"]:checked:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Warstwa_1' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve' width='16' height='16'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;%7D .st1%7Bfill:%23FFFFFF;stroke:%235457FF;%7D .st2%7Bfill:%2332325C;%7D%0A%3C/style%3E%3Cg transform='translate(-925 -324)'%3E%3Cg transform='translate(925 324)'%3E%3Cpath class='st0' d='M4,0h8c2.2,0,4,1.8,4,4v8c0,2.2-1.8,4-4,4H4c-2.2,0-4-1.8-4-4V4C0,1.8,1.8,0,4,0z'/%3E%3Cpath class='st1' d='M4,0.5h8c1.9,0,3.5,1.6,3.5,3.5v8c0,1.9-1.6,3.5-3.5,3.5H4c-1.9,0-3.5-1.6-3.5-3.5V4C0.5,2.1,2.1,0.5,4,0.5z'/%3E%3C/g%3E%3Cpath class='st2' d='M938,328.9l-0.8-0.8c-0.1-0.1-0.1-0.1-0.2,0c0,0,0,0,0,0l-5.6,5.9l-2.3-2.4c-0.1-0.1-0.1-0.1-0.2,0 c0,0,0,0,0,0l-0.8,0.8c-0.1,0.1-0.1,0.2,0,0.2l3.2,3.3c0.1,0.1,0.1,0.1,0.2,0c0,0,0,0,0,0l6.5-6.9C938,329,938,328.9,938,328.9z'/%3E%3C/g%3E%3C/svg%3E");
  background-color: #fff;
}
form.EWF__form .checkboxes input[type="checkbox"]:hover:checked:before, form.EWF__form .consent input[type="checkbox"]:hover:checked:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23fff;stroke:%235457ff;stroke-width:2px;%7D.b%7Bfill:%2332325c;%7D.c%7Bstroke:none;%7D.d%7Bfill:none;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(-925 -324)'%3E%3Cg class='a' transform='translate(925 324)'%3E%3Crect class='c' width='16' height='16' rx='4'/%3E%3Crect class='d' x='1' y='1' width='14' height='14' rx='3'/%3E%3C/g%3E%3Cpath class='b' d='M10.032.964,9.224.118a.141.141,0,0,0-.2,0L3.384,6.02,1.124,3.653a.141.141,0,0,0-.2,0L.116,4.5a.157.157,0,0,0,0,.212L3.284,8.032a.141.141,0,0,0,.2,0l6.545-6.855A.153.153,0,0,0,10.032.964Z' transform='translate(927.925 327.925)'/%3E%3C/g%3E%3C/svg%3E");
  background-color: #fff;
}
form.EWF__form .EWF__error {
  color: red;
  padding-top: 10px;
}
form.EWF__form a {
  color: #000000;
  font-style: normal;
  line-height: 16px;
  font-size: 1.4rem;
  font-size:clamp(1.1rem, calc(1.1 / 80 * 100vw), 1.4rem);
  font-weight: bold;
}
@supports (-ms-ime-align:auto) {
  form.EWF__form .checkboxes input[type='checkbox'], form.EWF__form .consent input[type='checkbox'] {
    width: 16px !important;
    margin-right: 5px;
  }
}
@-moz-keyframes ewf_modalpopup_gxbTNwyfcF {
  0% {
    opacity: 0;
    visibility: hidden
  }
  80% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ewf_modalpopup_gxbTNwyfcF {
  0% {
    opacity: 0;
    visibility: hidden
  }
  80% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes ewf_modalpopup_gxbTNwyfcF {
  0% {
    opacity: 0;
    visibility: hidden
  }
  80% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ewf_modalpopup_gxbTNwyfcF {
  0% {
    opacity: 0;
    visibility: hidden
  }
  80% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*OUR LEADERSHIP*/
label {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.card {
  position: relative;
  height: 100%;
  width: 100%;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -ms-transition: all 600ms;
  -moz-transition: all 600ms;
  -webkit-transition: all 600ms;
  transition: all 600ms;
  z-index: 20;
  border-top: 10px solid #EE3230;
}
.card .front, .card .back {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #FFF;
  text-align: left;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 0px;
}
.front-name {
  background: rgba(238, 50, 48, 0.8);
  display: block;
  width: 100%;
  height: 100px;
  padding: 15px;
  color: #000;
  position: absolute;
  bottom: 3px;
  box-sizing: border-box;
}
.front-name h4 {
  color: #fff;  font-size: 2.0rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);
  font-weight: bold;
}
.front-name h5 {
  color: #fff;
  margin: 0px;
  font-size: 1.5rem;
  font-size:clamp(1.2rem, calc(1.2 / 80 * 100vw), 1.5rem);
  font-style: italic;
}
.card .front, .card .back h4 {  font-size: 2.0rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);
  color: #E73532;
  margin-bottom: 15px;
}
.card .front, .card .back h4 i {
  font-style: normal; /*font-family: "blissregular";*/
}
.card .front, .card .back h5 {
  font-size: 1.7rem;
  font-size:clamp(1.4rem, calc(1.4 / 80 * 100vw), 1.7rem);
  margin-bottom: 10px;
  margin-top: 10px;
  color: #365D6E !important;
}
.card .front, .card .back h6 {
  font-size: 1.4rem;
  font-size:clamp(1.1rem, calc(1.1 / 80 * 100vw), 1.4rem);
  color: #333;
  margin-bottom: 0px;
}
.card .front, .card .back p {
  font-size: 1.4rem;
  font-size:clamp(1.1rem, calc(1.1 / 80 * 100vw), 1.4rem);
  font-weight: normal;
}
.card .back {
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
label:hover .card {
  -ms-transform: rotateX(20deg);
  -moz-transform: rotateX(20deg);
  -webkit-transform: rotateX(20deg);
  transform: rotateX(20deg);
  box-shadow: 0 20px 20px rgba(50, 50, 50, 0.0);
}
input {
  display: none;
}
:checked + .card {
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
label:hover :checked + .card {
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  box-shadow: 0 20px 20px rgba(255, 255, 255, 0.0);
}
.directors-block {
  width: calc(25% - 15px);
  margin-right: 15px;
  float: left;
  margin-bottom: 20px;
  position: relative;
  height: 525px
}
.directors-block:nth-child(4+0) {
  margin-right: 0px;
}
/*.directors-block:last-of-type {margin-right: 0px;}*/
.leadership-pg {}
.leadership-pg article {
  max-width: 1158px;
  padding: 30px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}
.leadership-pg article h3 {
  color: #000;
  font-size: 2.2rem;
  font-size:clamp(1.8rem, calc(1.8 / 80 * 100vw), 2.2rem);
  margin: 40px 0 15px 0;
  line-height: 1.2;
  font-weight: 900;
}
.directors-table {
  display: table;
  width: 75%;
}
.directors-tablecell {
  display: table-cell;
  width: 25%;
}
.profile-box {
  display: block;
  min-height: 150px;
}
.filter-cat {
  margin: 1em 0;
}
.f-cat {}
.f-cats {
  color: #fff;
  padding: 1em 0;
  border: 5px solid #fff;
}
.filter-cat-results .f-cat {
  opacity: 0;
  display: none;
}
.filter-cat-results .f-cats {
  opacity: 0;
  display: none;
}
.filter-cat-results .f-cat.active {
  opacity: 1;
  display: block;
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}
.filter-cat-results .f-cats.active {
  opacity: 1;
  display: block;
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.table-booklet {
  display: inline-block;
  margin-right: 20px;
  color: #00994C;
  width: 20%;
  text-align: center;
}
.table-date {
  display: inline-block;
  margin-right: 20px;
  color: #00994C;
  width: 5%;
}
.table-name {
  display: inline-block;
  margin-right: 20px;
  color: #00994C;
  width: 67%;
}
.row-date {
  width: 5%;
  color: #00994C;
  display: inline-block;
  margin-right: 20px;
}
.row-name {
  width: 68%;
  color: #000;
  display: inline-block;
  margin-right: 20px;
}
.row-booklet {
  width: 20%;
  color: #00994C;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}
.row-heading {
  width: 100%;
  color: #00994C;
  display: block;
  margin-right: 0px;
  text-align: left;
  font-size: 1.5rem;
  font-size:clamp(1.2rem, calc(1.2 / 80 * 100vw), 1.5rem);
  padding-left: 75px;
  font-weight: 400;
  margin-top: 16px;
}
.table-header {
  border-bottom: 2px solid #064181;
  margin-bottom: 16px;
  padding-bottom: 10px;
  font-size: 1.7rem;
font-size:clamp(1.4rem, calc(1.4 / 80 * 100vw), 1.7rem);
  color: #00994C;
  font-weight: 400;
  margin-top: 30px;
}
.table-row {
  margin-bottom: 15px;
  box-shadow: 1px 1px 1px #ccc;
  padding: 10px 0;
  font-size: 1.4rem;
  font-size:clamp(1.1rem, calc(1.1 / 80 * 100vw), 1.4rem);
}
.table-row i {  font-size: 2.0rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);
  text-align: center;
  width: 100%;
  display: block;
  color: #00994C;
  position: relative;
  height: 25px;
}
.table-row .row-html a i:after {
  content: url("images/icons/desktop-screen.png");
  position: absolute;
  top: 0;
  left: 50%;
}
.table-row .row-booklet a i:after {
  content: url("images/icons/download.png");
  position: absolute;
  top: 0;
  left: 50%;
}
select {
  width: 420px;
  margin: 0 0 10px 0;
  display: block;
  padding: 12px;
  background: #e2e4e5;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 3px rgb(0 0 0 / 15%);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 3px rgb(0 0 0 / 15%);
  color: #848484;
  border: none;
}
select::-ms-expand {
  display: none;
}
.custom-select {
  width: 100%;
  max-width: 30%;
  border-radius: 0.25em;
  position: relative;
  padding: 16px;
  font-size: 1.5rem;
  font-size:clamp(1.2rem, calc(1.2 / 80 * 100vw), 1.5rem);
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff; /*background-image: linear-gradient(to top, #f9f9f9, #fff 33%);*/ margin: 45px 45px 15px 0px;
  float: left;
  padding-left: 0;
}
.custom-select label {
  position: relative;
  top: -32px;
}
.col-22-left {
  float: left;
  width: 50%;
}
#map-container {
  width: 100%;
  height: 100%;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
}
#map-container button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  font-size: inherit;
  cursor: pointer;
}
#map {
  position: absolute;
  left: 22em;
  top: 0;
  right: 0;
  bottom: 0;
}
#locations-panel {
  position: absolute;
  left: 0;
  width: 22em;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  background: white;
  padding: 0.5em;
  box-sizing: border-box;
}
#locations-panel-list > header {
  padding: 1.4em 1.4em 0 1.4em;
  height: auto;
}
#locations-panel-details > header {
  text-align: center;
  height: auto;
}
#locations-panel-list h1.search-title {
  font-size: 1.6rem;
  font-size:clamp(1.3rem, calc(1.3/ 80 * 100vw), 1.6rem);
  font-weight: 500;
  margin: 0;
  text-transform: none;
  color: #fff;
}
#locations-panel-list h1.search-title > img {
  vertical-align: bottom;
  margin-top: -1em;
}
#locations-panel-list .search-input {
  width: 100%;
  margin-top: 0.8em;
  position: relative;
  margin-bottom: 20px;
}
#locations-panel-list .search-input input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3em;
  height: 2.2em;
  box-sizing: border-box;
  padding: 0 2.5em 0 1em;
  font-size: 1.6rem;
  font-size:clamp(1.3rem, calc(1.3/ 80 * 100vw), 1.6rem);
}
#locations-panel-list .search-input-overlay {
  position: absolute;
}
#locations-panel-list .search-input-overlay.search {
  right: 2px;
  top: 2px;
  bottom: 2px;
  width: 2.4em;
}
#locations-panel-list .search-input-overlay.search button {
  width: 100%;
  height: 100%;
  border-radius: 0.2em;
  color: black;
  background: transparent;
}
#locations-panel-list .search-input-overlay.search .icon {
  margin-top: 0.05em;
  vertical-align: initial;
}
#locations-panel-list .section-name {
  font-weight: 500;
  font-size: 1.6rem;
  font-size:clamp(1.3rem, calc(1.3/ 80 * 100vw), 1.6rem);
  margin: 1.8em 0 1em 1.5em;
}
#locations-panel-list .location-result {
  position: relative;
  padding: 0.8em 3.5em 0.8em 1.4em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
#locations-panel-list .location-result:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
#locations-panel-list .location-result:last-of-type {
  border-bottom: none;
}
#locations-panel-list .location-result.selected {
  outline: 2px solid #4285f4;
}
#locations-panel-list button.select-location {
  margin-bottom: 0.6em;
  text-align: left;
}
#locations-panel-list .location-result h2.name {
  font-size: 1.6rem;
  font-size:clamp(1.3rem, calc(1.3/ 80 * 100vw), 1.6rem);
  font-weight: 500;
  margin: 0;
}
#locations-panel-list .location-result .address {
  font-size: 1.6rem;
  font-size:clamp(1.3rem, calc(1.3/ 80 * 100vw), 1.6rem);
  margin-bottom: 0.5em;
}
#locations-panel-list .location-result .details-button {
  font-size: 1.6rem;
  font-size:clamp(1.3rem, calc(1.3/ 80 * 100vw), 1.6rem);
  color: #7e7efd;
}
#locations-panel-list .location-result .distance {
  position: absolute;
  top: 0.9em;
  right: 0;
  text-align: center;
  font-size: 1.6rem;
  font-size:clamp(1.3rem, calc(1.3/ 80 * 100vw), 1.6rem);
  width: 5em;
}
#locations-panel-list .show-directions {
  position: absolute;
  right: 1.2em;
  top: 2.3em;
}
#location-results-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* ------------- DETAILS PANEL ------------------------------- */
#locations-panel-details {
  padding: 1.4em;
  box-sizing: border-box;
  display: none;
}
#locations-panel-details .back-button {
  font-size: 1.6rem;
  font-size:clamp(1.3rem, calc(1.3/ 80 * 100vw), 1.6rem);
  font-weight: 500;
  color: #7e7efd;
  display: block;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
}
#locations-panel-details .back-button .icon {
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  /* Match link color #7e7efd */
  filter: invert(65%) sepia(87%) saturate(4695%) hue-rotate(217deg) brightness(105%) contrast(98%);
}
#locations-panel-details > header {
  text-align: center;
}
#locations-panel-details .banner {
  margin-top: 1em;
}
#locations-panel-details h2 {
  font-size: 1.7rem;
font-size:clamp(1.4rem, calc(1.4 / 80 * 100vw), 1.7rem);
  font-weight: 500;
  margin-bottom: 0.3em;
  color: #fff;
}
#locations-panel-details .distance {
  font-size: 1.6rem;
  font-size:clamp(1.3rem, calc(1.3/ 80 * 100vw), 1.6rem);
  text-align: center;
}
#locations-panel-details .address {
  text-align: center;
  font-size: 1.6rem;
  font-size:clamp(1.3rem, calc(1.3/ 80 * 100vw), 1.6rem);
  margin-top: 1.3em;
}
#locations-panel-details .atmosphere {
  text-align: center;
  font-size: 1.6rem;
  font-size:clamp(1.3rem, calc(1.3/ 80 * 100vw), 1.6rem);
  margin: 0.8em 0;
}
#locations-panel-details .star-rating-numeric {
  color: #555;
}
#locations-panel-details .star-icon {
  width: 1.2em;
  height: 1.2em;
  margin-right: -0.3em;
  margin-top: -0.08em;
  vertical-align: top;
  filter: invert(88%) sepia(60%) saturate(2073%) hue-rotate(318deg) brightness(93%) contrast(104%);
}
#locations-panel-details .star-icon:last-of-type {
  margin-right: 0.2em;
}
#locations-panel-details .price-dollars {
  color: #555;
}
#locations-panel-details hr {
  height: 1px;
  color: rgba(0, 0, 0, 0.12);
  background-color: rgba(0, 0, 0, 0.12);
  border: none;
  margin-bottom: 1em;
}
#locations-panel-details .contact {
  font-size: 1.6rem;
  font-size:clamp(1.3rem, calc(1.3/ 80 * 100vw), 1.6rem);
  margin: 0.8em 0;
  display: flex;
  align-items: center;
}
#locations-panel-details .contact .icon {
  flex: 0 0 auto;
  width: 1.5em;
  height: 1.5em;
}
#locations-panel-details .contact .right {
  padding: 0.1em 0 0 1em;
}
#locations-panel-details a {
  text-decoration: none;
  color: #7e7efd;
}
#locations-panel-details .hours .weekday {
  display: inline-block;
  width: 5em;
}
#locations-panel-details .website a {
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  max-width: 16em;
  text-overflow: ellipsis;
}
#locations-panel-details p.attribution {
  color: #777;
  margin: 0;
  font-size: 1.5rem;
  font-size:clamp(1.2rem, calc(1.2 / 80 * 100vw), 1.5rem);
  font-style: italic;
}
.square-box {
  background: #D5E4F4;
  padding: 25px;
}
.divSquare {
  width: 50%;
  margin: 0px;
  float: left;
  box-sizing: border-box;
  padding: 25px;
  min-height: 350px;
}
.divSquare h4 {
  font-size: 2.4rem;
  font-size:clamp(2.0rem, calc(2.0 / 80 * 100vw), 2.4rem);
  color: #4D4D4F;
  margin: 25px 0px;
}
.divSquare ul {
  list-style: disc;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}
.divSquare ul li {
  color: #000;
}
.divSquare.one {
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  position: relative;
}
.divSquare.two {
  border-bottom: 1px solid #707070;
  padding-left: 50px;
  position: relative;
}
.divSquare.three {
  border-right: 1px solid #707070;
  position: relative;
  padding-top: 50px;
}
.divSquare.four {
  padding-left: 50px;
  position: relative;
  padding-top: 50px;
}
.divSquare.one:after, .divSquare.two:after, .divSquare.three:after, .divSquare.four:after {
  content: '';
  border-left: 1px solid #707070;
  border-bottom: 1px solid #707070;
  display: block;
  width: 20px;
  height: 20px;
  background: #D5E4F4;
}
.divSquare.one:after {
  transform: rotate(135deg) translateX(-50%);
  position: absolute;
  bottom: -18px;
  left: 50%;
}
.divSquare.two:after {
  transform: rotate(-135deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: -3px;
}
.divSquare.three:after {
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: -3px;
}
.divSquare.four:after {
  transform: rotate(-45deg) translateX(-50%);
  position: absolute;
  top: -18px;
  left: 50%;
}
.red-dottedline {
  border-bottom: 2px dotted red;
  margin-top: 25px;
}


.square-box {background:#D5E4F4; padding:25px;}
.divSquare {width:50%; margin:0px; float: left; box-sizing:border-box; padding:25px; min-height:350px;}
.divSquare h4 {font-size:2.4rem;
  font-size:clamp(2.0rem, calc(2.0 / 80 * 100vw), 2.4rem); color:#4D4D4F; margin:25px 0px;}
.divSquare ul {list-style:disc; margin:0; padding:0; margin-left:20px;}
.divSquare ul li {color:#000;}
.divSquare.one {border-bottom:1px solid #707070; border-right:1px solid #707070; position:relative;}
.divSquare.two {border-bottom:1px solid #707070; padding-left:50px; position:relative;}
.divSquare.three {border-right:1px solid #707070; position:relative; padding-top:50px;}
.divSquare.four {padding-left:50px; position:relative; padding-top:50px;}

.divSquare.one:after, .divSquare.two:after, .divSquare.three:after, .divSquare.four:after {content: ''; border-left: 1px solid #707070; border-bottom: 1px solid #707070; display: block; width: 20px; height: 20px;background: #D5E4F4;}
.divSquare.one:after {transform: rotate(135deg) translateX(-50%); position: absolute; bottom: -18px; left: 50%;}
.divSquare.two:after {transform: rotate(-135deg) translateY(-50%); position: absolute;top: 50%;left: -3px;}
.divSquare.three:after {transform: rotate(45deg) translateY(-50%); position: absolute;top: 50%;right: -3px;}
.divSquare.four:after {transform: rotate(-45deg) translateX(-50%); position: absolute; top: -18px;left: 50%;}

.red-dottedline {border-bottom:2px dotted red; margin-top:25px;}



/*--------------8* scrollable-paragrap By Jose------------*/

.scrollable-paragraph {
        width: 250px; /* Set a fixed width for the container */
        height: 350px; /* Set a fixed height for the container */
        overflow-y: auto; /* Enable vertical scrolling if content overflows */
        /*border: 1px solid #ccc;  Optional: Add a border for visibility */
        padding: 15px; /* Optional: Add padding inside the container */
    }




/*--------------8* SWITCH COLOURS------------*/
.switch-black {
  color: #000 !important;
}
.switch-blue {
  color: #014089 !important;
}
.switch-purple {
  color: #481531 !important;
}
.switch-darkblue {
  color: #006A82 !important;
}
.switch-lighterblue {
  color: #278EA3 !important;
}
.switch-grey {
  color: #4D4D4F !important;
}
/*--------9* FONT-WEIGHT RESETS----------*/
.B100 {
  font-weight: 100 !important;
}
.B200 {
  font-weight: 200 !important;
}
.B300 {
  font-weight: 300 !important;
}
.B400 {
  font-weight: 400 !important;
}
.B500 {
  font-weight: 500 !important;
}
.B600 {
  font-weight: 600 !important;
}
/*-----------10* PADDING RESETS------------*/
.no-padding {
  padding: 0 !important;
}
.no-paddingT {
  padding-top: 0 !important;
}
.no-paddingB {
  padding-bottom: 0 !important;
}
.no-paddingL {
  padding-left: 0 !important;
}
.no-paddingR {
  padding-right: 0 !important;
}
.padding-60 {
  padding: 60px !important;
}
.padding-60L {
  padding-left: 60px !important;
}
.padding-60R {
  padding-right: 60px !important;
}
.padding-60T {
  padding-top: 60px !important;
}
.padding-60B {
  padding-bottom: 60px !important;
}
.padding-50 {
  padding: 50px !important;
}
.padding-50L {
  padding-left: 50px !important;
}
.padding-50R {
  padding-right: 50px !important;
}
.padding-50T {
  padding-top: 50px !important;
}
.padding-50B {
  padding-bottom: 50px !important;
}
.padding-40 {
  padding: 40px !important;
}
.padding-40L {
  padding-left: 40px !important;
}
.padding-40R {
  padding-right: 40px !important;
}
.padding-40T {
  padding-top: 40px !important;
}
.padding-40B {
  padding-bottom: 40px !important;
}
.padding-30 {
  padding: 30px !important;
}
.padding-30L {
  padding-left: 30px !important;
}
.padding-30R {
  padding-right: 30px !important;
}
.padding-30T {
  padding-top: 30px !important;
}
.padding-30B {
  padding-bottom: 30px !important;
}
.padding-25 {
  padding: 25px !important;
}
.padding-25L {
  padding-left: 25px !important;
}
.padding-25R {
  padding-right: 25px !important;
}
.padding-25T {
  padding-top: 25px !important;
}
.padding-25B {
  padding-bottom: 25px !important;
}
.padding-20 {
  padding: 20px !important;
}
.padding-20L {
  padding-left: 20px !important;
}
.padding-20R {
  padding-right: 20px !important;
}
.padding-20T {
  padding-top: 20px !important;
}
.padding-20B {
  padding-bottom: 20px !important;
}
.padding-15 {
  padding: 15px !important;
  overflow-y: auto;
}
.padding-15L {
  padding-left: 15px !important;
}
.padding-15R {
  padding-right: 15px !important;
}
.padding-15T {
  padding-top: 15px !important;
}
.padding-15B {
  padding-bottom: 15px !important;
}
.padding-10 {
  padding: 10px !important;
}
.padding-10L {
  padding-left: 10px !important;
}
.padding-10R {
  padding-right: 10px !important;
}
.padding-10T {
  padding-top: 10px !important;
}
.padding-10B {
  padding-bottom: 10px !important;
}
.padding-5 {
  padding: 5px !important;
}
.padding-5L {
  padding-left: 5px !important;
}
.padding-5R {
  padding-right: 5px !important;
}
.padding-5T {
  padding-top: 5px !important;
}
.padding-5B {
  padding-bottom: 5px !important;
}
/*------------11* MARGIN RESETS-------------*/
.no-margin {
  margin: 0 !important;
}
.no-marginT {
  margin-top: 0 !important;
}
.no-marginB {
  margin-bottom: 0 !important;
}
.no-marginL {
  margin-left: 0 !important;
}
.no-marginR {
  margin-right: 0 !important;
}
.margin-60 {
  margin: 60px !important;
}
.margin-60L {
  margin-left: 60px !important;
}
.margin-60R {
  margin-right: 60px !important;
}
.margin-60T {
  margin-top: 60px !important;
}
.margin-60B {
  margin-bottom: 60px !important;
}
.margin-50 {
  margin: 50px !important;
}
.margin-50L {
  margin-left: 50px !important;
}
.margin-50R {
  margin-right: 50px !important;
}
.margin-50T {
  margin-top: 50px !important;
}
.margin-50B {
  margin-bottom: 50px !important;
}
.margin-40 {
  margin: 40px !important;
}
.margin-40L {
  margin-left: 40px !important;
}
.margin-40R {
  margin-right: 40px !important;
}
.margin-40T {
  margin-top: 40px !important;
}
.margin-40B {
  margin-bottom: 40px !important;
}
.margin-30 {
  margin: 30px !important;
}
.margin-30L {
  margin-left: 30px !important;
}
.margin-30R {
  margin-right: 30px !important;
}
.margin-30T {
  margin-top: 30px !important;
}
.margin-30B {
  margin-bottom: 30px !important;
}
.margin-25 {
  margin: 25px !important;
}
.margin-25L {
  margin-left: 25px !important;
}
.margin-25R {
  margin-right: 25px !important;
}
.margin-25T {
  margin-top: 25px !important;
}
.margin-25B {
  margin-bottom: 25px !important;
}
.margin-20 {
  margin: 20px !important;
}
.margin-20L {
  margin-left: 20px !important;
}
.margin-20R {
  margin-right: 20px !important;
}
.margin-20T {
  margin-top: 20px !important;
}
.margin-20B {
  margin-bottom: 20px !important;
}
.margin-15 {
  margin: 15px !important;
}
.margin-15L {
  margin-left: 15px !important;
}
.margin-15R {
  margin-right: 15px !important;
}
.margin-15T {
  margin-top: 15px !important;
}
.margin-15B {
  margin-bottom: 15px !important;
}
.margin-10 {
  margin: 10px !important;
}
.margin-10L {
  margin-left: 10px !important;
}
.margin-10R {
  margin-right: 10px !important;
}
.margin-10T {
  margin-top: 10px !important;
}
.margin-10B {
  margin-bottom: 10px !important;
}
.margin-5 {
  margin: 5px !important;
}
.margin-5L {
  margin-left: 5px !important;
}
.margin-5R {
  margin-right: 5px !important;
}
.margin-5T {
  margin-top: 5px !important;
}
.margin-5B {
  margin-bottom: 5px !important;
}
/*--------------12* FOOTER------------*/
/*BACK TO TOP*/
.btp {
  margin-top: 100px;
}
.btp article div {
  background: #E32A29;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  border-radius: 50%;
  display: block;
}
.btp article div span {
  color: #fff;
  border-radius: 50%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-size:clamp(1.3rem, calc(1.3/ 80 * 100vw), 1.6rem);
  font-weight: bold;
  position: relative;
  top: -2px;
  left: 16px;
  display: inline-block;
  cursor: pointer;
}
/*FOOTER*/
.footer {
  background: #fff;
  border-top: 15px solid #E32A29;
  position: relative;
  top: -100px;
}
.footer article {
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 0px;
}
.footer article h4 {
  font-size: 2.4rem;
  font-size:clamp(2.0rem, calc(2.0 / 80 * 100vw), 2.4rem);
  color: #E32A29;
  font-weight: bold;
  margin-top: 0px;
}
.footer article h3 {
  font-size: 1.8rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 1.8rem);
  color: #E32A29;
  font-weight: bold;
  margin-top: 30px;
}
ul.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
ul.footer-list li {
  float: left;
  width: 48%;
  margin-right: 4%;
}
ul.footer-list li:last-of-type {
  margin-right: 0%;
}
.icon-table {
  display: table;
  width: 100%;
}
.icon-table div {
  display: table-cell;
  width: 20%;
}
.icon-table:before {
  display: none
}
.regional-table {
  display: table;
  width: 100%;
}
.regional-table div {
  display: table-cell;
  width: 23.5%;
  margin-right: 2%;
  text-align: left;
}
.regional-table div:last-of-type {
  margin-right: 0%;
}
.regional-table div a.regional-button {
  color: #fff;  font-size: 2.0rem;
  font-size:clamp(1.5rem, calc(1.5 / 80 * 100vw), 2.0rem);
  padding: 1em 2.5em;
  font-weight: 900;
  text-decoration: none;
  background: #00994C;
  display: inline-block;
  margin-top: 20px;
  width: 80%;
  text-align: center;
}
.no-marginT {
  margin-top: 0px !important;
}
.margin-40T {
  margin-top: 40px !important;
}
/*FORM STYLES*/
* {
  box-sizing: border-box
}
input[type=text], input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}
input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}
button {
  background-color: #EE3230;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}
button:hover {
  opacity: 1;
}
.cancelbtn {
  padding: 14px 20px;
  background-color: #f44336;
}
.cancelbtn, .signupbtn {
  width: 25%;
}
.container { /*padding: 16px;*/
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
@media screen and (max-width: 1440px) {
ul.nav-list li {
    padding: 15px 45px;
    padding-left: clamp(2rem, calc(2.0 / 80 * 100vw), 4.5rem);
    padding-right: clamp(2rem, calc(2.0 / 80 * 100vw), 4.5rem);
    padding-top: clamp(1rem, calc(1 / 80 * 100vw), 1.5rem);
    padding-bottom: clamp(1rem, calc(1 / 80 * 100vw), 1.5rem);
}
.dropdown-box:after {content: ''; right:39%; top:23px;}      
}

@media screen and (max-width: 1370px) {
.dropdown-box:after {content: ''; right:0%; top:23px;}  
.dropdown:after {display:none;}      
}