.page-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 40px auto;
  box-sizing: border-box;
  /* min-height: 100vh; */
  box-sizing: border-box;
}
.page-cont .section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  position: relative;
  gap: 64px;
}
.page-cont .section.col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .page-cont .section {
    gap: 48px;
  }
}
@media (max-width: 992px) {
  .page-cont .section {
    gap: 32px;
    margin: 20px auto;
  }
}
@media (max-width: 768px) {
  .page-cont .section {
    gap: 10px;
    margin: 20px auto;
  }
}
.page-cont .section-title {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  font-family: "Sora", sans-serif;
  font-size: 36px;
  color: #000;
  text-align: left;
  font-weight: 800;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .page-cont .section-title {
    font-size: 27px;
    font-weight: 700;
  }
}
@media (max-width: 540px) {
  .page-cont .section-title {
    font-size: 24px;
  }
}
.page-cont .section-title.md {
  font-size: 32px;
  font-weight: 600;
}
.page-cont .section-title.center {
  text-align: center;
}
.page-cont .section-desc {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  font-size: 18px;
  color: #666666;
  text-align: left;
  font-weight: 300;
}
.page-cont .section-desc.md {
  font-size: 14px;
}
@media (max-width: 768px) {
  .page-cont .section-desc {
    font-size: 14px;
  }
}
.page-cont .section-desc.center {
  text-align: center;
}

.slick-list {
  padding: 0px !important;
}
.slick-list .slick-track .slick-slide {
  height: inherit !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 0px 8px;
}

.ggp-lf {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  padding: 56px 0px;
  max-width: 1140px;
}
.ggp-lf.md {
  max-width: 996px;
}
.ggp-lf.sm {
  max-width: 768px;
}
@media (max-width: 1200px) {
  .ggp-lf {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .ggp-lf {
    padding: 48px 20px;
  }
}
@media (max-width: 885px) {
  .ggp-lf {
    flex-direction: column !important;
  }
}
.ggp-lf-img {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex: none;
  max-width: 450px;
}
.ggp-lf-img img {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .ggp-lf-img {
    flex-grow: 1;
    flex-basis: 0;
  }
}
@media (max-width: 885px) {
  .ggp-lf-img {
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    max-width: unset;
    flex-grow: unset;
    flex-basis: unset;
  }
}
.ggp-lf-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  flex-grow: 1;
}
@media (max-width: 992px) {
  .ggp-lf-cont {
    flex-basis: 0;
  }
}
@media (max-width: 885px) {
  .ggp-lf-cont {
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    flex-grow: unset;
    flex-basis: unset;
  }
}
.ggp-lf-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  outline: none !important;
  border: none;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  text-transform: none !important;
  font-family: "Manrope", sans-serif;
  text-align: center;
  border-radius: 4px;
  gap: 4px;
  padding: 8px 12px;
  min-width: 100px;
  transition: all 0.2s ease-in-out;
  margin-top: 16px;
  min-width: 125px;
  background: #222222;
  color: #fff;
}
.ggp-lf-btn.btn-lg {
  padding: 15px;
}
.ggp-lf-btn .btn-icon {
  font-size: 20px;
  flex: none;
}
.ggp-lf-btn:hover {
  background: #444444;
}
@media (max-width: 540px) {
  .ggp-lf-btn {
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    margin-top: 12px;
  }
}

.ggp-quote {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  padding: 56px 0px;
  max-width: 1140px;
  max-width: unset;
  background: #f8fcfe;
}
.ggp-quote.md {
  max-width: 996px;
}
.ggp-quote.sm {
  max-width: 768px;
}
@media (max-width: 1200px) {
  .ggp-quote {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .ggp-quote {
    padding: 48px 20px;
  }
}
.ggp-quote-content {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1140px;
  gap: 64px;
}
@media (max-width: 1200px) {
  .ggp-quote-content {
    gap: 48px;
  }
}
@media (max-width: 1024px) {
  .ggp-quote-content {
    gap: 32px;
  }
}
@media (max-width: 992px) {
  .ggp-quote-content {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .ggp-quote-content {
    flex-direction: column-reverse !important;
    justify-content: center;
  }
  .ggp-quote-content .section-title,
  .ggp-quote-content .section-desc {
    text-align: center;
  }
}
.ggp-quote-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 450px;
  gap: 12px;
  flex-grow: 1;
}
@media (max-width: 992px) {
  .ggp-quote-cont {
    flex-basis: 0;
  }
}
@media (max-width: 885px) {
  .ggp-quote-cont {
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    flex-grow: unset;
    flex-basis: unset;
  }
}
@media (max-width: 768px) {
  .ggp-quote-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.ggp-quote-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  outline: none !important;
  border: none;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  text-transform: none !important;
  font-family: "Manrope", sans-serif;
  text-align: center;
  border-radius: 4px;
  gap: 4px;
  padding: 8px 12px;
  min-width: 100px;
  transition: all 0.2s ease-in-out;
  margin-top: 16px;
  min-width: 125px;
  background: #0e97e7;
  color: #fff;
}
.ggp-quote-btn.btn-lg {
  padding: 15px;
}
.ggp-quote-btn .btn-icon {
  font-size: 20px;
  flex: none;
}
.ggp-quote-btn:hover {
  background: #0d8bd5;
}
@media (max-width: 768px) {
  .ggp-quote-btn {
    min-width: 175px;
  }
}
@media (max-width: 540px) {
  .ggp-quote-btn {
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    margin-top: 12px;
  }
}
.ggp-quote-slider {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  gap: 0px;
}
.ggp-quote-slider-dashes {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.ggp-quote-slider-dashes ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: unset;
  gap: 4px;
}
.ggp-quote-slider-dashes ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 0;
  height: 4px;
}
.ggp-quote-slider-dashes ul li button {
  background: #eaeaea;
  height: 4px;
  width: 20px;
  margin: 0;
  overflow: hidden;
  color: #eaeaea;
  border: none;
  border-radius: 0px;
  padding: 0;
  transition: all 0.2s ease-in-out;
}
.ggp-quote-slider-dashes ul li button::before, .ggp-quote-slider-dashes ul li button::after {
  display: none;
}
.ggp-quote-slider-dashes ul li.slick-active button {
  background: #0e97e7;
  color: #0e97e7;
  width: 32px;
}
@media (max-width: 540px) {
  .ggp-quote-slider {
    max-width: unset;
  }
}
.ggp-quote-slides {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: block;
}
.ggp-quote-slides .ggp-quote-slide-wrapper {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  flex-grow: 1;
  height: 100%;
}
.ggp-quote-slides .ggp-quote-slide {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.ggp-quote-slides .ggp-quote-slide-img {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  flex: none;
}

.ggp-ds {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  padding: 56px 0px;
  max-width: 1140px;
  max-width: unset;
  background: #fbfcfc;
  padding: 20px 0px;
}
.ggp-ds.md {
  max-width: 996px;
}
.ggp-ds.sm {
  max-width: 768px;
}
@media (max-width: 1200px) {
  .ggp-ds {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .ggp-ds {
    padding: 48px 20px;
  }
}
.ggp-ds .section-title span {
  color: #009f66 !important;
}
.ggp-ds-content {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1140px;
  gap: 48px;
}
@media (max-width: 1024px) {
  .ggp-ds-content {
    gap: 32px;
  }
}
@media (max-width: 992px) {
  .ggp-ds-content {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .ggp-ds-content {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
}
.ggp-ds-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  flex-grow: 1;
  max-width: 540px;
}
@media (max-width: 768px) {
  .ggp-ds-cont {
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    flex-grow: unset;
    flex-basis: unset;
  }
}
.ggp-ds-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  outline: none !important;
  border: none;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  text-transform: none !important;
  font-family: "Manrope", sans-serif;
  text-align: center;
  border-radius: 4px;
  gap: 4px;
  padding: 8px 12px;
  min-width: 100px;
  transition: all 0.2s ease-in-out;
  margin-top: 16px;
  min-width: 125px;
  background: #222222;
  color: #fff;
}
.ggp-ds-btn.btn-lg {
  padding: 15px;
}
.ggp-ds-btn .btn-icon {
  font-size: 20px;
  flex: none;
}
.ggp-ds-btn:hover {
  background: #444444;
}
@media (max-width: 540px) {
  .ggp-ds-btn {
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    margin-top: 12px;
  }
}
.ggp-ds-img {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex: none;
  max-width: 380px;
}
.ggp-ds-img img {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .ggp-ds-img {
    max-width: 320px;
  }
}
@media (max-width: 768px) {
  .ggp-ds-img {
    max-width: 400px;
  }
}

.ggp-edge {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  padding: 56px 0px;
  max-width: 1140px;
  margin: 32px auto !important;
}
.ggp-edge.md {
  max-width: 996px;
}
.ggp-edge.sm {
  max-width: 768px;
}
@media (max-width: 1200px) {
  .ggp-edge {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .ggp-edge {
    padding: 48px 20px;
  }
}
@media (max-width: 920px) {
  .ggp-edge {
    flex-direction: column !important;
  }
}
.ggp-edge-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex: none;
  max-width: 400px;
  gap: 24px;
}
@media (max-width: 920px) {
  .ggp-edge-left {
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-width: unset;
  }
}
@media (max-width: 640px) {
  .ggp-edge-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.ggp-edge-img {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.ggp-edge-img img {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  border-radius: 8px;
}
.ggp-edge-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  flex-grow: 1;
}
@media (max-width: 920px) {
  .ggp-edge-right {
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    flex-grow: unset;
    flex-basis: unset;
    margin-top: 12px;
  }
}
.ggp-edge-list {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
.ggp-edge-list li {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  font-size: 18px;
  line-height: 23px;
  color: #000;
  font-weight: 600;
}
.ggp-edge-list li::before {
  content: "";
  background-image: url("https://media2.gogoprint.com/wysiwyg/icon-check.svg");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .ggp-edge-list li {
    font-size: 14px;
    gap: 8px;
  }
  .ggp-edge-list li::before {
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
    margin-right: 8px;
  }
}
.ggp-edge-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  outline: none !important;
  border: none;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  text-transform: none !important;
  font-family: "Manrope", sans-serif;
  text-align: center;
  border-radius: 4px;
  gap: 4px;
  padding: 8px 12px;
  min-width: 100px;
  transition: all 0.2s ease-in-out;
  margin-top: 16px;
  min-width: 125px;
  background: #d6d52e;
  color: #000;
}
.ggp-edge-btn.btn-lg {
  padding: 15px;
}
.ggp-edge-btn .btn-icon {
  font-size: 20px;
  flex: none;
}
.ggp-edge-btn:hover {
  background: #444444;
  color: #fff;
}
@media (max-width: 540px) {
  .ggp-edge-btn {
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    margin-top: 12px;
  }
}

.ggp-exp {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  padding: 56px 0px;
  max-width: 1140px;
}
.ggp-exp.md {
  max-width: 996px;
}
.ggp-exp.sm {
  max-width: 768px;
}
@media (max-width: 1200px) {
  .ggp-exp {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .ggp-exp {
    padding: 48px 20px;
  }
}
.ggp-exp .section-title {
  order: 1;
}
@media (max-width: 992px) {
  .ggp-exp .section-title {
    text-align: left !important;
  }
  .ggp-exp .section-title br {
    display: none !important;
  }
}
.ggp-exp-cont {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 24px;
  order: 2;
}
@media (max-width: 992px) {
  .ggp-exp-cont {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
  }
  .ggp-exp-cont .ggp-exp-col.details ~ .ggp-exp-col {
    display: none;
  }
}
.ggp-exp-col {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 64px;
  min-height: 540px;
  border-right: 2px solid;
  -o-border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(50, 50, 50) 50%, rgba(0, 0, 0, 0) 100%);
     border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(50, 50, 50) 50%, rgba(0, 0, 0, 0) 100%);
  border-image-slice: 1;
}
.ggp-exp-col:last-child {
  border: none;
}
.ggp-exp-col.details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 64px 12px;
}
@media (max-width: 992px) {
  .ggp-exp-col.details {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0px;
    gap: 24px;
    border: none;
    min-height: unset;
  }
}
@media (max-width: 700px) {
  .ggp-exp-col.details {
    flex-wrap: wrap;
  }
}
.ggp-exp-col-img {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  flex: none;
}
.ggp-exp-col-img img {
  width: 120%;
  aspect-ratio: 1;
  margin: 0;
  border-radius: 500px;
}
.ggp-exp-col-header {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0px 12px;
  min-height: 86px;
}
.ggp-exp-col-title {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  max-width: 140px;
  text-align: left;
  font-size: 21px;
  font-family: "Manrope", sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
}
.ggp-exp-col-title span {
  font-weight: 200;
}
.ggp-exp-quality-badge {
  flex: none;
  width: 80px;
}
@media (max-width: 768px) {
  .ggp-exp-quality-badge {
    display: none;
  }
}
.ggp-exp-detail {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
}
.ggp-exp-detail-title {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  font-size: 21px;
  font-family: "Manrope", sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
}
.ggp-exp-detail-desc {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  font-size: 13px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .ggp-exp-detail-desc {
    font-size: 14px;
  }
}
.ggp-exp-slider {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0px;
  order: 3;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .ggp-exp-slider {
    display: none !important;
  }
}
.ggp-exp-slider-dashes {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.ggp-exp-slider-dashes ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: unset;
  gap: 4px;
}
.ggp-exp-slider-dashes ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 0;
  height: 4px;
}
.ggp-exp-slider-dashes ul li button {
  background: #eaeaea;
  height: 4px;
  width: 20px;
  margin: 0;
  overflow: hidden;
  color: #eaeaea;
  border: none;
  border-radius: 0px;
  padding: 0;
  transition: all 0.2s ease-in-out;
}
.ggp-exp-slider-dashes ul li button::before, .ggp-exp-slider-dashes ul li button::after {
  display: none;
}
.ggp-exp-slider-dashes ul li.slick-active button {
  background: #0e97e7;
  color: #0e97e7;
  width: 32px;
}
.ggp-exp-slides {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: block;
}
.ggp-exp-slides .ggp-exp-slide-wrapper {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  flex-grow: 1;
  height: 100%;
}
.ggp-exp-slides .ggp-exp-slide {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 24px;
  padding: 16px;
  background: #f5fbfe;
}
.ggp-exp-slides .ggp-exp-slide-img {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  aspect-ratio: 1;
  border-radius: 16px;
  flex: none;
}
.ggp-exp-slides .ggp-exp-slide-title {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  text-align: center;
  font-size: 18px;
  line-height: 21px;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
}
.ggp-exp-slides .ggp-exp-slide-title span {
  font-weight: 200;
}/*# sourceMappingURL=main.css.map */