@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;

200;300;400;500;600;700;800;900&display=swap);body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", sans-serif;
}

.container {
  max-width: 970px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

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

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center;
}

.h2-heading {
  font-size: 36px;
  font-weight: bold;
  color: #232a36;
  margin-bottom: 0;
}

.h4-heading {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.33;
}

.social-value-block {
  width: 100%;
}

.bottom-border {
  padding-bottom: 20px;
  border-bottom: solid 1px #3b4f6c;
}

.bottom-border-white {
  padding-bottom: 20px;
  border-bottom: solid 1px white;
}

.header-image {
  float: right;
}

.header-image.header-image-svp-pro {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header-block {
  margin-bottom: 30px;
}

.form-bg-block {
  padding: 10px 28px 20px;
  border-radius: 10px;
  color: #3b4f6c;
  background-color: rgba(215, 238, 240, 0.5);
  margin-bottom: 8px;
}

.form-bg-block div {
  margin: 5px 0;
}

.block-detail {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.33;
  margin-bottom: 10px;
  margin-top: 24px;
}

.supply-chain-block,
.community-engagement-block,
.employment-block,
.sustain-block {
  border-radius: 10px;
  padding: 10px 50px 60px 34px;
}

.employment-block {
  background-color: #7cccc8;
}

.supply-chain-block {
  background-color: #799cb5;
}

.community-engagement-block {
  background-color: #3b4f6c;
}

.sustain-block {
  color: #3b4f6c;
  background-color: #dfdfdf;
}

.plan-title {
  font-size: 24px;
  color: #3b4f6c;
}

.medium-blue {
  color: #3b4f6c;
}

.white-text {
  color: white !important;
}

.gold-text {
  color: #ffe67e !important;
}

ul {
  margin-top: 0px;
  margin-left: -40px;
  list-style: none;
}

