/* line 2, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand > div:not(.section_4),
.rebrand .section_4 .content {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "Work Sans";
}
@media screen and (max-width: 500px) {
  /* line 2, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
  .rebrand > div:not(.section_4),
  .rebrand .section_4 .content {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* line 19, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .trading-campaign-banner {
  display: flex;
  padding: 16px 20px;
  justify-content: center;
  background-color: transparent;
  max-width: 100%;
  cursor: pointer;
}
/* line 26, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .trading-campaign-banner .desktop_banner {
  border-radius: 8px;
  display: none;
}
@media (min-width: 1440px) {
  /* line 26, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
  .rebrand .trading-campaign-banner .desktop_banner {
    display: block;
    max-width: 1440px;
  }
}
@media (min-width: 1025px) {
  /* line 26, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
  .rebrand .trading-campaign-banner .desktop_banner {
    display: block;
  }
}
/* line 39, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .trading-campaign-banner .tablet_banner {
  border-radius: 8px;
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 39, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
  .rebrand .trading-campaign-banner .tablet_banner {
    display: block;
  }
}
/* line 46, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .trading-campaign-banner .mobile_banner {
  border-radius: 8px;
  display: none;
}
@media (max-width: 767px) {
  /* line 46, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
  .rebrand .trading-campaign-banner .mobile_banner {
    display: block;
  }
}
/* line 54, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_1 {
  text-align: center;
  background-image: url(/app/images/rebrand/landing_1.svg);
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 160px;
  padding-bottom: 160px;
  padding-left: 1rem;
  padding-right: 1rem;
}
/* line 64, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_1 div:nth-child(1) {
  font-size: 48px;
  font-weight: 300;
  color: #3a3a3a;
}
/* line 68, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_1 div:nth-child(1) .highlight {
  color: #31cb9e;
  font-weight: 600;
}
/* line 73, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_1 div:nth-child(2) {
  font-size: 16px;
  font-weight: normal;
  color: #3a3a3a;
  max-width: 869px;
  margin: 24px auto;
}
/* line 80, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_1 div:nth-child(3) {
  margin-bottom: 30px;
}
/* line 82, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_1 div:nth-child(3) img {
  margin-right: 20px;
  padding-bottom: 20px;
}
@media (max-width: 425px) {
  /* line 82, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
  .rebrand .section_1 div:nth-child(3) img {
    margin-right: 10px;
  }
}
/* line 90, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_1 div:nth-child(4) {
  display: flex;
  justify-content: center;
  gap: 24px;
}
/* line 94, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_1 div:nth-child(4) a {
  font-size: 16px;
  border-radius: 8px;
}
/* line 97, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_1 div:nth-child(4) a img {
  margin-right: 8px;
}
@media (max-width: 425px) {
  /* line 94, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
  .rebrand .section_1 div:nth-child(4) a {
    flex: 1;
    min-width: 0;
  }
}
/* line 109, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_2 {
  position: relative;
}
/* line 111, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_2 > div:nth-child(1) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  border-radius: 8px;
  border: 1px solid #31cb9e;
  border-bottom: 10px solid #31cb9e;
  background-color: #f5f5f5;
}
@media screen and (max-width: 500px) {
  /* line 111, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
  .rebrand .section_2 > div:nth-child(1) {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
/* line 124, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_2 > div:nth-child(1) div {
  flex: 1;
  text-align: center;
  min-width: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: -1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 425px) {
  /* line 128, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
  .rebrand .section_2 > div:nth-child(1) div:not(:last-child) {
    border: none !important;
  }
}
/* line 132, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_2 > div:nth-child(1) div:not(:last-child) {
  border-right: 1px solid #868787;
}
@media screen and (max-width: 500px) {
  /* line 124, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
  .rebrand .section_2 > div:nth-child(1) div {
    font-size: 14px;
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 148, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_2 > div:nth-child(1) div p:nth-child(1) {
  color: #3a3a3a;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  margin: 0px;
}
/* line 155, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_2 > div:nth-child(1) div p:nth-child(2) {
  color: #868787;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  margin-top: 8px;
  margin-bottom: 12px;
}
@media screen and (max-width: 500px) {
  /* line 155, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
  .rebrand .section_2 > div:nth-child(1) div p:nth-child(2) {
    font-size: 14px;
  }
}
/* line 170, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_2 > div:not(:first-child) {
  text-align: right;
  font-size: 12px;
  font-style: italic;
  color: #868787;
}
/* line 177, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_3 {
  text-align: center;
}
/* line 180, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_3 > p:nth-child(1) {
  margin-top: 120px;
  font-size: 20px;
  font-weight: 500;
  color: #31cb9e;
  text-transform: uppercase;
}
/* line 187, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_3 > p:nth-child(2) {
  font-size: 36px;
  font-weight: 500;
  color: #3a3a3a;
  margin-top: 12px;
}
/* line 194, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_3 > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 36px;
  margin-top: 48px;
}
/* line 200, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_3 > div > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #f9f9f9;
  border-radius: 8px;
  padding-top: 45px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}
/* line 211, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_3 > div .feature {
  min-width: 276px;
}
/* line 213, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_3 > div .feature > img {
  height: 50px;
  margin: 0 auto;
}
/* line 217, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_3 > div .feature a {
  margin-top: auto;
  font-size: 16px;
  border-radius: 8px;
}
/* line 221, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_3 > div .feature a img {
  margin-right: 7px;
}
/* line 226, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_3 > div .feature p:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
  color: #31cb9e;
  margin-top: 23px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
/* line 234, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_3 > div .feature p:nth-child(3) {
  font-size: 20px;
  font-weight: 500;
  color: #3a3a3a;
  margin-top: 40px;
  text-transform: capitalize;
}
/* line 241, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_3 > div .feature p:nth-child(4) {
  font-size: 16px;
  font-weight: normal;
  color: #3a3a3a;
  margin-top: 24px;
  margin-bottom: 24px;
  line-height: 24px;
}
/* line 253, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_4 {
  margin-top: 80px;
  background-color: #243036;
  color: white;
}
/* line 257, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_4 .content {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
}
/* line 263, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_4 .content > div {
  margin-top: auto;
  margin-bottom: auto;
  flex: 1;
  min-width: 320px;
}
/* line 268, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_4 .content > div:nth-child(1) {
  text-align: center;
}
/* line 272, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_4 .content > div p:nth-child(1) {
  font-weight: 500;
  font-size: 24px;
  line-height: 20px;
  color: #31cb9e;
  text-transform: uppercase;
}
/* line 279, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_4 .content > div p:nth-child(2) {
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  margin-top: 12px;
  color: #ffffff;
}
/* line 286, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_4 .content > div p:nth-child(3) {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin-top: 48px;
  color: #ffffff;
}
/* line 294, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_4 .content > div > div {
  display: flex;
  flex-wrap: wrap;
  margin-top: 36px;
  text-align: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 768px) {
  /* line 294, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
  .rebrand .section_4 .content > div > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  /* line 304, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
  .rebrand .section_4 .content > div > div .separator {
    display: none;
  }
}
/* line 308, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_4 .content > div > div .separator {
  background-color: #40505a;
  width: 1px;
}
/* line 318, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_4 .content > div > div > div p:nth-child(1) {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: white;
}
/* line 324, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_4 .content > div > div > div p:nth-child(2) {
  margin-top: 8px;
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #a7b6bd;
}
/* line 338, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_5 {
  padding-top: 80px;
}
/* line 340, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_5 > p {
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  color: #3a3a3a;
  text-align: center;
}
/* line 347, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_5 > div {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  margin-top: 48px;
}
@media (max-width: 768px) {
  /* line 347, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
  .rebrand .section_5 > div {
    flex-direction: column;
  }
}
/* line 355, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_5 > div > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #f5f5f5;
  padding: 48px;
  color: #3a3a3a;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 355, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
  .rebrand .section_5 > div > div {
    padding: 16px;
  }
}
/* line 366, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_5 > div > div p:nth-child(1) {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 28px;
  height: 48px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 366, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
  .rebrand .section_5 > div > div p:nth-child(1) {
    font-size: 16px;
  }
}
/* line 376, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_5 > div > div p:nth-child(2) {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 28px;
}
/* line 383, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_5 > div > div img {
  margin-top: auto;
}
/* line 389, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_6 {
  padding-top: 160px;
  text-align: center;
}
/* line 392, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_6 > p {
  color: #3a3a3a;
}
/* line 394, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_6 > p:nth-child(1) {
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
}
/* line 399, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_6 > p:nth-child(2) {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin: 48px auto;
}
/* line 407, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_6 > div:nth-child(4) {
  display: flex;
  flex-wrap: wrap;
}
/* line 410, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_6 > div:nth-child(4) div {
  flex: 1;
  display: flex;
  justify-content: center;
}
/* line 415, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_6 > div:nth-child(4) div p:nth-child(1) {
  font-weight: 600;
  font-size: 72px;
  line-height: 84px;
  color: #3a3a3a;
}
/* line 421, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_6 > div:nth-child(4) div p:nth-child(2) {
  white-space: nowrap;
  font-weight: normal;
  font-size: 36px;
  line-height: 42px;
  color: #868787;
  margin-left: 2px;
  margin-top: 3px;
}
/* line 433, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_6 > div:nth-child(5) {
  margin-top: 60px;
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 439, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_6 > div:nth-child(5) a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  border-radius: 8px;
}
/* line 448, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_7 {
  padding-top: 160px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  /* line 448, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
  .rebrand .section_7 {
    flex-direction: column;
    padding-top: 120px;
  }
}
/* line 456, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_7 > div {
  flex: 1;
  padding: 48px 56px;
}
@media (max-width: 425px) {
  /* line 460, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
  .rebrand .section_7 > div:nth-child(1) {
    padding: 0 0 48px 0;
  }
  /* line 463, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
  .rebrand .section_7 > div:nth-child(2) {
    padding: 48px 16px;
  }
}
/* line 467, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_7 > div:nth-child(2) {
  background: #f5f5f5;
}
/* line 470, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_7 > div > p {
  color: #3a3a3a;
}
/* line 472, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_7 > div > p:nth-child(1) {
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
}
/* line 477, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_7 > div > p:nth-child(2) {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin: 48px 0 38px 0;
}
/* line 484, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_7 > div .vt {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
/* line 488, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_7 > div .vt > div {
  padding: 0 5px;
  margin-top: 10px;
  min-width: 150px;
  text-align: center;
  flex: 1;
}
/* line 494, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_7 > div .vt > div:not(:last-child) {
  border-right: 1px solid #e9e9e9;
}
/* line 497, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_7 > div .vt > div > img {
  max-height: 40px;
}
@media screen and (max-width: 425px) {
  /* line 500, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
  .rebrand .section_7 > div .vt > div .bugbounty {
    margin-top: 18px;
  }
}
/* line 506, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_7 > div .vt > div > a > img {
  max-height: 40px;
}
/* line 510, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_7 > div .vt > div > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #868787;
}
/* line 515, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_7 > div .vt > div > p:nth-child(3) {
  margin-top: 64px !important;
}
/* line 523, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_8 {
  padding-bottom: 50px;
}
/* line 525, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_8 img {
  height: 30px !important;
  margin-top: 10px;
}
/* line 530, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_9 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  background: #f5f5f5;
  margin-bottom: 160px !important;
}
@media (max-width: 768px) {
  /* line 530, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
  .rebrand .section_9 {
    flex-direction: column-reverse;
  }
  /* line 539, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
  .rebrand .section_9 > div {
    text-align: center;
  }
  /* line 541, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
  .rebrand .section_9 > div:nth-child(1), .rebrand .section_9 > div:nth-child(2) {
    padding: 0 !important;
  }
  /* line 546, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
  .rebrand .section_9 > div:nth-child(1) {
    padding-bottom: 60px !important;
  }
}
/* line 551, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_9 > div {
  flex: 1;
}
/* line 553, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_9 > div:nth-child(1) {
  padding: 120px 0 120px 74px;
}
/* line 559, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_9 > div:nth-child(1) p {
  margin: 0;
}
/* line 561, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_9 > div:nth-child(1) p:nth-child(1) {
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  color: #3a3a3a;
}
/* line 567, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_9 > div:nth-child(1) p:nth-child(2) {
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  color: #31cb9e;
}
/* line 573, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_9 > div:nth-child(1) p:nth-child(3) {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #3a3a3a;
  margin-top: 48px;
}
/* line 582, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_9 > div:nth-child(2) {
  min-width: 200px;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}
/* line 588, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
.rebrand .section_9 > div a {
  width: 276px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-top: 48px;
}

@media (max-width: 768px) {
  /* line 607, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
  .rebrand .section_6 > div:nth-child(4) div p:nth-child(1) {
    font-size: 36px;
  }
  /* line 610, /protocol-website/app/assets/stylesheets/pages/rebrand-landing-page.scss */
  .rebrand .section_6 > div:nth-child(4) div p:nth-child(2) {
    font-size: 16px;
    margin-top: 13px;
  }
}
