@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
body {
  background-color: rgb(255, 255, 255) !important;
}
body main {
  font-family: "Source Sans 3", sans-serif !important;
  background-color: rgb(255, 255, 255) !important;
}
body main section {
  padding: 60px 20px;
}
@media (max-width: 768px) {
  body main section {
    padding: 50px 20px;
  }
}
@media (max-width: 480px) {
  body main section {
    padding: 40px 20px;
  }
}
body main h2 {
  font-size: 45px !important;
  font-weight: 600 !important;
  line-height: 107% !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 1024px) {
  body main h2 {
    font-size: 36px !important;
  }
}
@media (max-width: 768px) {
  body main h2 {
    font-size: 32px !important;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 480px) {
  body main h2 {
    font-size: 28px !important;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 440px) {
  body main h2 {
    font-size: 24px !important;
  }
}
body main h2 .prev-heading {
  font-size: 22px;
  font-weight: 600;
  line-height: 108%;
  text-transform: uppercase;
  letter-spacing: 4.4px;
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  body main h2 .prev-heading {
    font-size: 20px !important;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 480px) {
  body main h2 .prev-heading {
    font-size: 18px !important;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 440px) {
  body main h2 .prev-heading {
    font-size: 16px !important;
  }
}
body main h3 {
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: 125% !important;
  margin-top: 30px !important;
  margin-bottom: 15px !important;
  padding: 0 !important;
}
@media (max-width: 1024px) {
  body main h3 {
    font-size: 28px !important;
  }
}
@media (max-width: 768px) {
  body main h3 {
    font-size: 26px !important;
    margin-top: 20px !important;
  }
}
@media (max-width: 480px) {
  body main h3 {
    font-size: 23px !important;
    margin-top: 15px !important;
  }
}
@media (max-width: 440px) {
  body main h3 {
    font-size: 20px !important;
  }
}

.post-item {
  margin-top: 50px;
  padding-top: 50px;
  width: 100%;
  border-top: 1px solid #d9d9d9;
}
@media (max-width: 1024px) {
  .post-item {
    margin-top: 45px;
    padding-top: 45px;
  }
}
@media (max-width: 768px) {
  .post-item {
    margin-top: 35px;
    padding-top: 35px;
  }
}
@media (max-width: 480px) {
  .post-item {
    margin-top: 25px;
    padding-top: 25px;
  }
}
.post-item .post-date {
  font-size: 25px;
  font-weight: 600;
  line-height: 125%;
}
@media (max-width: 1024px) {
  .post-item .post-date {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .post-item .post-date {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .post-item .post-date {
    font-size: 18px;
  }
}
.post-item .post-desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .post-item .post-desc {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .post-item .post-desc {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .post-item .post-desc {
    font-size: 16px;
  }
}
.post-item .read-more {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  color: #00aae5;
  text-decoration: underline;
}
.post-item .read-more:hover {
  text-decoration: none;
}
@media (max-width: 1024px) {
  .post-item .read-more {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .post-item .read-more {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .post-item .read-more {
    font-size: 16px;
  }
}

#hero .two-cols {
  width: 100%;
  max-width: 1436px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1024px) {
  #hero .two-cols {
    flex-direction: column;
    gap: 40px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  #hero .two-cols {
    gap: 30px;
  }
}
@media (max-width: 480px) {
  #hero .two-cols {
    gap: 20px;
  }
}
#hero .two-cols .col {
  width: 100%;
}
#hero .two-cols .col.text-wrap {
  max-width: 574px;
}
#hero .two-cols .col.text-wrap h1 {
  font-size: 55px !important;
  font-weight: 700 !important;
  line-height: 107% !important;
  color: #1f282c;
  margin-top: 50px !important;
  margin-bottom: 30px !important;
}
@media (max-width: 1024px) {
  #hero .two-cols .col.text-wrap h1 {
    font-size: 50px !important;
    text-align: center;
    margin-top: 45px !important;
  }
}
@media (max-width: 768px) {
  #hero .two-cols .col.text-wrap h1 {
    font-size: 45px !important;
    margin-top: 35px !important;
    margin-bottom: 25px !important;
  }
}
@media (max-width: 480px) {
  #hero .two-cols .col.text-wrap h1 {
    font-size: 40px !important;
    margin-top: 25px !important;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 440px) {
  #hero .two-cols .col.text-wrap h1 {
    font-size: 35px !important;
    margin-top: 20px !important;
    margin-bottom: 15px !important;
  }
}
#hero .two-cols .col.text-wrap span.pre-heading {
  font-size: 22px;
  font-weight: 600;
  line-height: 108%;
  color: #1f282c;
  letter-spacing: 4.4px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  #hero .two-cols .col.text-wrap span.pre-heading {
    font-size: 21px;
    text-align: center;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #hero .two-cols .col.text-wrap span.pre-heading {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  #hero .two-cols .col.text-wrap span.pre-heading {
    font-size: 17px;
  }
}
#hero .two-cols .col.text-wrap .desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  color: #1f282c;
  margin-bottom: 0px !important;
}
@media (max-width: 1024px) {
  #hero .two-cols .col.text-wrap .desc {
    font-size: 19px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #hero .two-cols .col.text-wrap .desc {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #hero .two-cols .col.text-wrap .desc {
    font-size: 16px;
  }
}
#hero .two-cols .col.img-wrap {
  width: 100%;
  max-width: 820px;
}
#hero .two-cols .col.img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

#index {
  padding-top: 0;
}
#index .wrapper {
  width: 100%;
  max-width: 1436px;
  margin: 0 auto;
}
#index .wrapper .press-release-load-more-button,
#index .wrapper button {
  display: block;
  margin: 50px auto 0 auto !important;
  border-radius: 40px !important;
  border: 2px solid #00aae5 !important;
  color: #1f282c !important;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  max-width: 133px;
  height: 50px;
  background-color: transparent;
  transition: all 0.4s ease !important;
  text-transform: capitalize !important;
}
#index .wrapper .press-release-load-more-button:hover,
#index .wrapper button:hover {
  background-color: #00aae5;
  color: rgb(255, 255, 255) !important;
}
@media (max-width: 768px) {
  #index .wrapper .press-release-load-more-button,
  #index .wrapper button {
    height: 40px;
  }
}

#press-single section .wrapper {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
#press-single section .wrapper article .article-header time {
  font-size: 25px;
  font-weight: 600;
  line-height: 125%;
  color: rgb(102, 102, 102);
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  #press-single section .wrapper article .article-header time {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  #press-single section .wrapper article .article-header time {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  #press-single section .wrapper article .article-header time {
    font-size: 18px;
  }
}
#press-single section .wrapper article .article-header h1 {
  font-size: 45px !important;
  font-weight: 700 !important;
  line-height: 112% !important;
  color: #1f282c;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
@media (max-width: 1024px) {
  #press-single section .wrapper article .article-header h1 {
    font-size: 38px !important;
  }
}
@media (max-width: 768px) {
  #press-single section .wrapper article .article-header h1 {
    font-size: 32px !important;
    margin-bottom: 25px !important;
  }
}
@media (max-width: 480px) {
  #press-single section .wrapper article .article-header h1 {
    font-size: 28px !important;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 440px) {
  #press-single section .wrapper article .article-header h1 {
    font-size: 24px !important;
  }
}
#press-single section .wrapper article .article-header .article-image {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #press-single section .wrapper article .article-header .article-image {
    margin-bottom: 30px;
  }
}
#press-single section .wrapper article .article-header .article-image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  display: block;
}
#press-single section .wrapper article .article-body h2 {
  font-size: 35px !important;
  font-weight: 700 !important;
  line-height: 107% !important;
  color: #1f282c;
  margin-top: 30px !important;
  margin-bottom: 20px !important;
}
@media (max-width: 1024px) {
  #press-single section .wrapper article .article-body h2 {
    font-size: 30px !important;
  }
}
@media (max-width: 768px) {
  #press-single section .wrapper article .article-body h2 {
    font-size: 28px !important;
  }
}
@media (max-width: 480px) {
  #press-single section .wrapper article .article-body h2 {
    font-size: 24px !important;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 440px) {
  #press-single section .wrapper article .article-body h2 {
    font-size: 22px !important;
  }
}
#press-single section .wrapper article .article-body h3 {
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 125% !important;
  margin-top: 30px !important;
  margin-bottom: 15px !important;
}
@media (max-width: 1024px) {
  #press-single section .wrapper article .article-body h3 {
    font-size: 25px !important;
  }
}
@media (max-width: 768px) {
  #press-single section .wrapper article .article-body h3 {
    font-size: 23px !important;
    margin-top: 20px !important;
  }
}
@media (max-width: 480px) {
  #press-single section .wrapper article .article-body h3 {
    font-size: 21px !important;
    margin-top: 15px !important;
  }
}
@media (max-width: 440px) {
  #press-single section .wrapper article .article-body h3 {
    font-size: 19px !important;
  }
}
#press-single section .wrapper article .article-body h4 {
  font-size: 25px !important;
  font-weight: 700 !important;
  line-height: 125% !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 1024px) {
  #press-single section .wrapper article .article-body h4 {
    font-size: 23px !important;
  }
}
@media (max-width: 768px) {
  #press-single section .wrapper article .article-body h4 {
    font-size: 21px !important;
    margin-top: 15px !important;
  }
}
@media (max-width: 480px) {
  #press-single section .wrapper article .article-body h4 {
    font-size: 19px !important;
    margin-top: 10px !important;
  }
}
@media (max-width: 440px) {
  #press-single section .wrapper article .article-body h4 {
    font-size: 17px !important;
  }
}
#press-single section .wrapper article .article-body p {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  color: rgb(36, 38, 38);
  margin-bottom: 20px !important;
  padding: 0 !important;
}
@media (max-width: 768px) {
  #press-single section .wrapper article .article-body p {
    font-size: 17px;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 480px) {
  #press-single section .wrapper article .article-body p {
    font-size: 16px;
  }
}
#press-single section .wrapper article .article-body ul,
#press-single section .wrapper article .article-body ol {
  margin: 0 0 20px 0 !important;
  padding-left: 25px !important;
}
#press-single section .wrapper article .article-body ul li,
#press-single section .wrapper article .article-body ol li {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  color: rgb(36, 38, 38);
  margin-bottom: 10px !important;
}
@media (max-width: 768px) {
  #press-single section .wrapper article .article-body ul li,
  #press-single section .wrapper article .article-body ol li {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  #press-single section .wrapper article .article-body ul li,
  #press-single section .wrapper article .article-body ol li {
    font-size: 16px;
  }
}
#press-single section .wrapper article .article-body ul {
  list-style-type: disc;
}
#press-single section .wrapper article .article-body ol {
  list-style-type: decimal;
}
#press-single section .wrapper article .article-body blockquote {
  border-left: 4px solid #00aae5;
  margin: 30px 0 !important;
  padding: 10px 0 10px 25px !important;
}
#press-single section .wrapper article .article-body blockquote p {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  color: #1f282c;
  margin-bottom: 0 !important;
  font-style: italic;
}
@media (max-width: 768px) {
  #press-single section .wrapper article .article-body blockquote p {
    font-size: 18px;
  }
}
#press-single section .wrapper article .article-body blockquote cite {
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  color: rgb(102, 102, 102);
  font-style: normal;
}
#press-single section .wrapper article .article-body strong {
  font-weight: 700;
}
#press-single section .wrapper article .article-body a {
  color: #00aae5;
  text-decoration: underline;
}
#press-single section .wrapper article .article-body a:hover {
  text-decoration: none;
}
#press-single section .wrapper article .back-link {
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  color: #1f282c;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0 auto;
  background-color: transparent;
  border: 1px solid #00aae5;
  border-radius: 25px;
  padding: 10px 20px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease;
  height: 40px;
}
#press-single section .wrapper article .back-link:hover {
  text-decoration: none;
  background-color: #00aae5;
  color: rgb(255, 255, 255);
}
@media (max-width: 768px) {
  #press-single section .wrapper article .back-link {
    margin-top: 35px;
  }
}
@media (max-width: 480px) {
  #press-single section .wrapper article .back-link {
    margin-top: 25px;
  }
}
@media (max-width: 440px) {
  #press-single section .wrapper article .back-link {
    margin-top: 25px;
  }
}
#press-single.press-kit section .wrapper {
  max-width: 1375px;
}
#press-single.press-kit section .wrapper article {
  max-width: 1140px;
  margin: 0 auto;
}
#press-single.press-kit section .wrapper article h1,
#press-single.press-kit section .wrapper article h2,
#press-single.press-kit section .wrapper article h3,
#press-single.press-kit section .wrapper article h4,
#press-single.press-kit section .wrapper article p {
  text-align: center;
}
#press-single.press-kit section .wrapper article p:last-of-type {
  font-size: 10px;
}
#press-single.press-kit section .wrapper .two-cols {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  #press-single.press-kit section .wrapper .two-cols {
    flex-direction: column;
    gap: 25px;
  }
}
#press-single.press-kit section .wrapper .two-cols .col {
  width: 100%;
  max-width: 680px;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  overflow: hidden;
}
#press-single.press-kit section .wrapper .two-cols .col img {
  width: 100%;
  height: auto;
}
#press-single.press-kit section .wrapper .two-cols .col .text-wrap {
  padding: 40px 20px;
}
@media (max-width: 1024px) {
  #press-single.press-kit section .wrapper .two-cols .col .text-wrap {
    padding: 30px 20px;
  }
}
#press-single.press-kit section .wrapper .two-cols .col .text-wrap h2 {
  font-size: 25px !important;
  font-weight: 600 !important;
  line-height: 125% !important;
  color: #1f282c;
  margin-bottom: 30px !important;
  margin-top: 0 !important;
}
@media (max-width: 1024px) {
  #press-single.press-kit section .wrapper .two-cols .col .text-wrap h2 {
    font-size: 23px !important;
  }
}
@media (max-width: 768px) {
  #press-single.press-kit section .wrapper .two-cols .col .text-wrap h2 {
    font-size: 21px !important;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 480px) {
  #press-single.press-kit section .wrapper .two-cols .col .text-wrap h2 {
    font-size: 19px !important;
  }
}
@media (max-width: 440px) {
  #press-single.press-kit section .wrapper .two-cols .col .text-wrap h2 {
    font-size: 17px !important;
  }
}
#press-single.press-kit section .wrapper .two-cols .col .text-wrap .global-btn {
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  color: rgb(255, 255, 255);
  text-decoration: none;
  display: block;
  margin: 0 auto;
  background-color: #00aae5;
  border: 1px solid #00aae5;
  border-radius: 25px;
  padding: 10px 20px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease;
}
#press-single.press-kit section .wrapper .two-cols .col .text-wrap .global-btn:hover {
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  color: #00aae5;
}/*# sourceMappingURL=main.css.map */