.cover-parent {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  top: 7.769181173436492vh;
  height: 70%;
  width: 100%;
  right: 21.6vw;
}

@media screen and (max-width: 1024px) {
  .cover-parent {
    right: 10.417vw;
  }
}

@media screen and (max-width: 425px) {
  .cover-parent {
    right: 9.6vw;
  }
}

.text-blockTilte {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 60vw;
  max-height: 32.860vh;
  right: 0;
  word-break: break-word;
  color: white;
  line-height: 1;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (max-width: 1024px) {
  .text-blockTilte {
    max-height: 25.5859375vh;
  }
}

@media screen and (max-width: 425px) {
  .text-blockTilte {
    max-width: 67vw;
    max-height: 23.088455772113942vh;
  }
}

.text-blockTilte img {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 100%;
  height: auto;
  max-height: 100%;
}

.text-blockTilte span {
  display: block;
  text-align: right;
  line-height: 1;
}

.text-blockTilte span:nth-child(1) {
  font-family: futura-pt-condensed, sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 90px;
}

.text-blockTilte span:nth-child(2),
.text-blockTilte span:nth-child(3),
.text-blockTilte span:nth-child(4) {
  font-family: futura-pt-condensed, sans-serif;
  font-style: normal;
  font-weight: 800;
}

.text-blockTilte span.title2 {
  font-weight: 800;
  /* border-bottom: solid 20px #008C4F; */
  opacity: 0.5;
}

@media screen and (max-width: 1024px) {
  .text-blockTilte span.title2 {
    font-size: 70px;
  }
}

@media screen and (max-width: 425px) {
  .text-blockTilte span.title2 {
    font-size: 45px;
  }
}

.gradient {
  position: relative;
  width: 423px;
  display: table;
  height: 40px;
  max-height: 40px;
  margin-top: 25px;
  margin-bottom: auto;
  background: #eaf4ef;
  background: -webkit-gradient(linear, left top, right top, from(rgba(234, 244, 239, 0.10688)), color-stop(37%, rgba(215, 53, 20, 0.524247)), color-stop(50%, rgba(215, 53, 20, 0.723127)), color-stop(63%, rgba(215, 53, 20, 0.714723)), to(#d73514));
  background: linear-gradient(90deg, rgba(234, 244, 239, 0.10688) 0%, rgba(215, 53, 20, 0.524247) 37%, rgba(215, 53, 20, 0.723127) 50%, rgba(215, 53, 20, 0.714723) 63%, #d73514 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eaf4ef", endColorstr="#008c4f", GradientType=1);
}

@media screen and (max-width: 1024px) {
  .gradient {
    width: 298px;
  }
}

@media screen and (max-width: 425px) {
  .gradient {
    width: 190px;
    max-height: 20px;
    margin-top: 15px;
  }
}

.text-blocksubtitle {
  position: relative;
  width: 80%;
  word-break: break-word;
  color: white;
  height: inherit;
  line-height: 1;
  margin-bottom: 0;
  text-align: right;
  margin-top: 40px;
}

@media screen and (max-width: 425px) {
  .text-blocksubtitle {
    margin-top: 10px;
  }
}

.text-blocksubtitle .booksubtitle {
  width: 100%;
  word-break: break-word;
  white-space: normal;
  font-family: futura-pt-condensed, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 38px;
  line-height: 0.8;
  margin-bottom: 0;
  text-align: right;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .text-blocksubtitle .booksubtitle {
    font-size: 32px;
  }
}

@media screen and (max-width: 425px) {
  .text-blocksubtitle .booksubtitle {
    font-size: 19px;
  }
}

.toc-text-block {
  position: absolute;
  display: block;
  bottom: 0px;
  width: 100%;
  word-break: break-word;
  color: white;
  height: inherit;
  max-height: initial;
  line-height: 1;
  margin-bottom: -3px;
  padding-left: 21.6vw;
  padding-right: 21.927vw;
}

@media screen and (max-width: 425px) {
  .toc-text-block {
    padding-left: 9.333vw;
  }
}

@media screen and (max-width: 1024px) {
  .toc-text-block {
    padding-left: 10.482vw;
  }
}

@media screen and (max-width: 1024px) {
  .toc-text-block {
    margin-right: 10.417vw;
  }
}

@media screen and (max-width: 425px) {
  .toc-text-block {
    margin-right: 10.453vw;
  }
}

.toc-chapter-label {
  font-family: futura-pt-bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 13px solid #ffffff;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  padding-bottom: 7px;
  margin-bottom: 1.3rem;
}

@media screen and (max-width: 1024px) {
  .toc-chapter-label {
    font-size: 16px;
    border-bottom: 8px solid #ffffff;
  }
}

@media screen and (max-width: 425px) {
  .toc-chapter-label {
    font-size: 16px;
    border-bottom: 6px solid #ffffff;
  }
}

.toc-chapter-title {
  width: 100%;
  word-break: break-word;
  white-space: normal;
  font-family: futura-pt-condensed, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 70px;
  line-height: 0.8;
  margin-bottom: -1px;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .toc-chapter-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 425px) {
  .toc-chapter-title {
    font-size: 30px;
  }
}

.toc-text-blockempty {
  position: absolute;
  display: block;
  bottom: 0px;
  width: 100%;
  word-break: break-word;
  color: white;
  max-height: initial;
  line-height: 1;
  margin-bottom: -3px;
  padding-left: 21.6vw;
  padding-right: 21.927vw;
}

@media screen and (max-width: 425px) {
  .toc-text-blockempty {
    padding-left: 9.333vw;
  }
}

@media screen and (max-width: 1024px) {
  .toc-text-blockempty {
    padding-left: 10.482vw;
  }
}

@media screen and (max-width: 1024px) {
  .toc-text-blockempty {
    margin-right: 10.417vw;
  }
}

@media screen and (max-width: 425px) {
  .toc-text-blockempty {
    margin-right: 10.453vw;
  }
}

.toc-cls-reference {
  position: relative;
  background-color: #e2e4e1;
  list-style-type: none;
  height: 114px;
}

@media screen and (max-width: 1024px) {
  .toc-cls-reference {
    height: 62px !important;
  }
}

@media screen and (max-width: 425px) {
  .toc-cls-reference {
    height: 53px !important;
  }
}

.toc-cls-reference .toc-text-blockempty-reference {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  word-break: break-word;
  color: white;
  height: 100%;
  line-height: 1;
  margin-bottom: -1px;
  padding-left: 21.6vw;
  padding-right: 21.927vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 425px) {
  .toc-cls-reference .toc-text-blockempty-reference {
    padding-left: 9.333vw;
  }
}

@media screen and (max-width: 1024px) {
  .toc-cls-reference .toc-text-blockempty-reference {
    padding-left: 10.482vw;
  }
}

@media screen and (max-width: 1024px) {
  .toc-cls-reference .toc-text-blockempty-reference {
    margin-right: 10.417vw;
  }
}

@media screen and (max-width: 425px) {
  .toc-cls-reference .toc-text-blockempty-reference {
    margin-right: 10.453vw;
  }
}

.toc-cls-reference .toc-chapter-back {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  background-color: #d73514;
  padding-left: 5px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media screen and (max-width: 1024px) {
  .toc-cls-reference .toc-chapter-back {
    font-size: 16px;
  }
}

@media screen and (max-width: 425px) {
  .toc-cls-reference .toc-chapter-back {
    font-size: 14px;
  }
}

.toc-chapter-labelColor {
  font-family: futura-pt-bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 13px solid #85868A;
  text-transform: uppercase;
  color: #d73514;
  display: inline-block;
  padding-bottom: 3px;
}

@media screen and (max-width: 1024px) {
  .toc-chapter-labelColor {
    font-size: 16px;
    border-bottom: 8px solid #85868A;
  }
}

@media screen and (max-width: 425px) {
  .toc-chapter-labelColor {
    font-size: 16px;
    border-bottom: 6px solid #85868A;
  }
}

.toc-chapter-titleColor {
  width: 100%;
  word-break: break-word;
  white-space: normal;
  font-family: futura-pt-condensed, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 70px;
  line-height: 0.8;
  margin-bottom: -1px;
  text-transform: uppercase;
  color: #d73514;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .toc-chapter-titleColor {
    font-size: 40px;
  }
}

@media screen and (max-width: 425px) {
  .toc-chapter-titleColor {
    font-size: 30px;
  }
}

.toc-image-cls {
  overflow: hidden;
}

.text-arrow-parent {
  width: 100%;
  position: absolute;
  bottom: 6vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 36px;
}

.text-arrow-parent .text-blockArrow {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 191.35px;
  max-height: 36px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1024px) {
  .text-arrow-parent .text-blockArrow {
    max-width: 138px;
    max-height: 26px;
  }
}

@media screen and (max-width: 425px) {
  .text-arrow-parent .text-blockArrow {
    max-width: 95px;
    max-height: 18px;
  }
}

.text-arrow-parent .text-blockArrow img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .text-arrow-parent {
    bottom: 5vh;
  }
}

@media screen and (max-width: 425px) {
  .text-arrow-parent {
    bottom: 3vh;
  }
}

.blink {
  -webkit-animation: fadeinout 3s linear infinite;
  animation: fadeinout 3s linear infinite;
}

@-webkit-keyframes fadeinout {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes fadeinout {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes zoominoutsinglefeatured {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes zoominoutsinglefeatured {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.cover-image-cls {
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}

.cover-page-1 {
  max-height: 100%;
  overflow: hidden;
}

.text-blockCoverSide {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* padding: 5px 5px 5px 10px; */
  background-color: #e2e4e1;
  word-break: break-word;
  line-height: 1;
  bottom: 10vh;
  width: 229px;
  height: 122px;
  line-height: 1.6;
  margin-bottom: 0;
  border-radius: 2px;
}

@media screen and (max-width: 1024px) {
  .text-blockCoverSide {
    bottom: 6vh;
  }
}

@media screen and (max-width: 425px) {
  .text-blockCoverSide {
    width: 146px;
    height: 77px;
    bottom: 15vh;
  }
}

.text-blockcoverside-left {
  position: relative;
  width: 66px;
  max-width: 66px;
  height: 98px;
  max-height: 98px;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 14px;
  margin-right: 15px;
}

@media screen and (max-width: 425px) {
  .text-blockcoverside-left {
    width: 42px;
    max-width: 42px;
    height: 62.7px;
    max-height: 62.7px;
    margin-top: 7px;
    margin-bottom: 7.4px;
    margin-left: 9px;
    margin-right: 10px;
  }
}

.text-blockcoverside-left img {
  height: 100%;
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming)*/
  -ms-interpolation-mode: nearest-neighbor;
}

.text-blockcoverside-right {
  position: relative;
  display: block;
  width: 100%;
  word-break: break-word;
  height: inherit;
  line-height: 1;
  margin-bottom: 0;
}

@media screen and (max-width: 425px) {
  .text-blockcoverside-right {
    top: 0;
  }
}

.text-blockcoverside-right .coversideTxt {
  position: relative;
  word-break: break-word;
  font-family: futura-pt-bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: -0.3px;
  color: #585858;
  top: 17%;
  width: 100%;
  max-width: 120px;
}

@media screen and (max-width: 425px) {
  .text-blockcoverside-right .coversideTxt {
    top: 15%;
    font-size: 9px;
  }
}

.text-blockcoverside-right .output-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  max-width: 120px;
  height: 100%;
  max-height: 20px;
  top: 55px;
}

.text-blockcoverside-right .output-parent div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 425px) {
  .text-blockcoverside-right .output-parent {
    top: 36px;
  }
}

.text-blockcoverside-right .outputs1,
.text-blockcoverside-right .outputs2,
.text-blockcoverside-right .outputs3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-break: break-word;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: #d73514;
}

@media screen and (max-width: 425px) {
  .text-blockcoverside-right .outputs1,
  .text-blockcoverside-right .outputs2,
  .text-blockcoverside-right .outputs3 {
    font-size: 9px;
  }
}

.text-blockcoverside-right .outputs1,
.text-blockcoverside-right .outputs2 {
  padding-right: 3px;
}

.text-blockcoverside-right .outputs2,
.text-blockcoverside-right .outputs3 {
  padding-left: 3px;
}

.text-blockcoverside-right .vertical-splitter {
  border-right: 1.5px dotted;
  height: 13px;
  color: #707070;
}

@media screen and (max-width: 425px) {
  .text-blockcoverside-right .vertical-splitter {
    height: 7px;
    border-right: 0.5px dotted;
  }
}

.image-header1 {
  margin-top: 10px;
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 10px;
}

.submenubar {
  background-color: #e2e4e1;
  margin-top: 0px;
  height: 98px;
  padding-top: 22px;
  padding-bottom: 21px;
  padding-left: 21.6vw;
  padding-right: 21.6vw;
}

@media screen and (max-width: 1024px) {
  .submenubar {
    padding-left: 10.482vw;
    padding-right: 10.417vw;
    height: 83px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media screen and (max-width: 425px) {
  .submenubar {
    padding-left: 9.6vw;
    padding-right: 9.6vw;
    height: 60px;
    padding-top: 11px;
    padding-bottom: 10px;
  }
}

.submenubar a {
  text-decoration: none;
  color: #ffffff;
}

.submenus {
  position: relative;
  background-color: #d73514;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .submenus {
    height: 47px;
  }
}

@media screen and (max-width: 425px) {
  .submenus {
    height: 39px;
  }
}

.submenus a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.submenusTxt {
  word-break: break-word;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 0.9;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .submenusTxt {
    font-size: 18px;
  }
}

@media screen and (max-width: 425px) {
  .submenusTxt {
    font-size: 11px;
  }
}

.Front_matter_Class {
  position: relative;
  width: 25%;
  word-break: break-word;
  color: white;
  height: inherit;
  line-height: 1;
  text-align: center;
}

.Front_matter_Class:after {
  content: " ";
  position: absolute;
  right: 0;
  height: 35px;
  border-right: thin dotted #FFFFFF;
}

@media screen and (max-width: 425px) {
  .Front_matter_Class:after {
    height: 21px;
  }
}

.submenus .dropdown-menu {
  margin: 0;
  border-radius: 0;
  min-width: 25%;
  max-width: 25%;
  border: 0px;
  background-color: #efeff0;
}

@media screen and (max-width: 425px) {
  .submenus .dropdown-menu {
    min-width: 50%;
    max-width: 50%;
  }
}

.submenus .dropdown-menu a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.Key_messages_Class .dropdown-menu {
  margin: 0;
  border-radius: 0;
  min-width: 100%;
  max-width: 100%;
  border: 0px;
  background-color: #efeff0;
}

@media screen and (max-width: 425px) {
  .Key_messages_Class .dropdown-menu {
    min-width: 200%;
    max-width: 200%;
  }
}

.Key_messages_Class .dropdown-menu a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.fm-drop {
  padding-right: 11px;
  padding-left: 11px;
  padding-top: 8px;
  padding-bottom: 16.5px;
  overflow-y: auto;
  max-height: 25vh;
}

.fm-drop .fm-drop-text {
  width: auto;
  color: #696969;
  font-family: futura-pt-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  text-align: left;
  padding: 0;
  word-break: break-word;
  white-space: normal;
}

.fm-drop .fm-drop-text-multi {
  width: auto;
  color: #696969;
  font-family: futura-pt-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  text-align: left;
  padding: 0;
  word-wrap: break-word;
  white-space: normal;
  line-height: 1;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-bottom: 4px;
  border-bottom: 2px dotted #d73514;
  word-break: break-word;
}

.fm-drop .custom-drop-splitter {
  margin-top: 0px;
}

.foreword_Class {
  position: relative;
  width: 25%;
  word-break: break-word;
  color: white;
  height: inherit;
  line-height: 1;
  text-align: center;
}

.foreword_Class p {
  height: auto;
}

.foreword_Class:after {
  content: " ";
  position: absolute;
  right: 0;
  height: 35px;
  border-right: thin dotted #FFFFFF;
}

@media screen and (max-width: 425px) {
  .foreword_Class:after {
    height: 21px;
  }
}

.Executive_Summary_Class {
  position: relative;
  width: 25%;
  word-break: break-word;
  color: white;
  height: inherit;
  line-height: 1;
  text-align: center;
  color: white;
}

.Executive_Summary_Class:after {
  content: " ";
  position: absolute;
  right: 0;
  height: 35px;
  border-right: thin dotted #FFFFFF;
}

@media screen and (max-width: 425px) {
  .Executive_Summary_Class:after {
    height: 21px;
  }
}

.Key_messages_Class {
  position: relative;
  width: 25%;
  word-break: break-word;
  color: white;
  height: inherit;
  line-height: 1;
  text-align: center;
  vertical-align: center;
}

.toc-image-cls {
  position: relative;
  margin-bottom: 10px;
}

.toc-cls {
  overflow: hidden;
  position: relative;
  background-color: #e2e4e1;
  list-style-type: none;
  height: 177.5px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .toc-cls {
    height: 84px !important;
  }
}

.outputs {
  position: absolute;
  display: block;
  max-height: 80%;
  width: 25%;
  top: 10%;
  word-break: break-word;
  color: white;
  height: inherit;
  line-height: 1;
  text-align: center;
  color: green;
  border-right: dotted;
}
/*# sourceMappingURL=cover-page.css.map */