:root {
  --white: white;
  --black: black;
}

h1 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 75px;
  font-weight: 700;
  line-height: 1.5;
}

h2 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.5;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.5;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

a {
  color: #000;
  text-decoration: underline;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 59px;
  margin-bottom: 59px;
  padding: 50px 20px;
  font-size: 24px;
  font-style: italic;
  line-height: 1.2;
}

.blog-cta-wrapper {
  border-top: 1px solid #3b3f45;
  margin-top: 120px;
  padding-top: 30px;
}

.blog-details-holder {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.blog-rich-text-w {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .3s, box-shadow .5s;
}

.button:hover {
  color: #000;
  background-color: #f5f5f5;
  box-shadow: 0 0 13px rgba(255, 255, 255, .38);
}

.blog-category {
  color: #00bf63;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 18px;
  font-weight: 500;
}

.blog-cta-content-container {
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.blog-rich-text-wrapper {
  text-align: center;
  width: 100%;
}

.paragraph-xl {
  color: #959499;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.social-media-content-blog {
  grid-column-gap: 1em;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  width: 200px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 20%;
}

.white-title-medium {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 75px;
  font-weight: 600;
  line-height: 1.2;
}

.animate-on-load-04 {
  width: 100%;
}

.animate-on-load-04._100-width-and-height {
  height: 100%;
}

.blog-main-image-holder {
  border-radius: 12px;
  width: 100%;
  height: 550px;
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
}

.blog-cta-title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
}

.container {
  background-color: rgba(232, 232, 232, .19);
  border-radius: 17px;
  max-width: 1170px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.social-media-link {
  opacity: 1;
  transition: opacity .2s, color .2s;
}

.social-media-link:hover {
  opacity: .7;
}

.blog-rich-text-holder {
  grid-column-gap: 40px;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.blog-details-title {
  max-width: 990px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.blog-cta-content-holder {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-category-holder {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
}

.no-margins {
  color: #00bf63;
  margin-top: 0;
  margin-bottom: 0;
}

.section {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4rem;
  font-family: Inter, sans-serif;
  display: flex;
}

.rich-text-block {
  color: #000;
  text-align: left;
  text-decoration: none;
}

.heading {
  font-weight: 600;
}

.heading-2, .heading-3, .heading-4, .heading-5 {
  font-weight: 400;
}

.image {
  border-radius: 12px;
}

.heading-6 {
  margin-top: 40px;
}

.link {
  color: #232323;
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
}

.link:hover {
  font-weight: 900;
}

.image-2 {
  border: 1px solid #c6c6c6;
  border-radius: 20px;
  width: 300px;
}

.container-2 {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.blog-grid-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.blog-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-grid-wrappers {
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: Inter, sans-serif;
}

.blog-grids {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.blog-item {
  flex-flow: column;
  height: 100%;
  text-decoration: none;
  transition: opacity .35s cubic-bezier(.215, .61, .355, 1), transform .325s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.blog-item:hover {
  transform: scale(.96);
}

.image-3 {
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  height: 100%;
}

.blog-content {
  background-color: #161b22;
  border: 1px solid #30363d;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 40px 19px;
  display: flex;
}

.text-block {
  color: #fff;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.text-block-2 {
  color: #b4bcd0;
}

.text-span {
  color: #00bf63;
}

.heading-8 {
  font-weight: 400;
}

@media screen and (min-width: 1440px) {
  .container, .container-2 {
    max-width: 1350px;
  }
}

@media screen and (max-width: 991px) {
  .paragraph-xl {
    font-size: 18px;
  }

  .social-media-content-blog {
    flex-direction: row;
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .blog-rich-text-holder {
    flex-direction: column-reverse;
    width: 100%;
  }

  .blog-grid, .blog-grids {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .blog-main-image-holder {
    height: 250px;
  }

  .blog-grid-wrapper {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .blog-grid {
    flex-direction: column;
    display: flex;
  }

  .blog-grids {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .blog-cta-wrapper {
    margin-top: 60px;
  }

  .blog-details-holder {
    margin-top: 0;
  }

  .blog-category {
    font-size: 16px;
    font-weight: 500;
  }

  .paragraph-xl {
    font-size: 16px;
  }

  .white-title-medium {
    font-size: 34px;
  }

  .container {
    background-color: rgba(232, 232, 232, 0);
    margin-top: 2rem;
    padding: 0 1em 1em;
  }

  .blog-cta-content-holder {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .no-margins {
    color: #000;
    font-size: 16px;
  }

  .section {
    padding-top: 2rem;
  }

  .heading-3 {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
  }

  .image {
    object-fit: cover;
    height: 240px;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 1.8;
  }

  .heading-6 {
    margin-top: 40px;
    font-size: 30px;
  }

  .image-2 {
    width: 90px;
  }

  .container-2 {
    padding: 1em;
  }

  .heading-7 {
    font-size: 41px;
  }

  .heading-8 {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
  }

  .heading-9 {
    font-size: 41px;
  }
}


