.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  padding-right: 3%;
  padding-left: 3%;
  background-color: #edf2f5;
  font-family: Plusjakartasans, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

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

p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 25px;
}

.page-content {
  position: relative;
  z-index: 1;
}

.container {
  z-index: 2;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90vh;
  padding-top: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(24, 24, 24, 0.85);
}

.hero-section.interior-hero {
  min-height: 60vh;
}

.hero-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 22px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sub-text {
  color: #fff;
  font-size: 25px;
  line-height: 34px;
}

.sub-text.red {
  color: #b41510;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.sub-text.reduced-with {
  max-width: 700px;
}

.top-margin-30px {
  margin-top: 30px;
}

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

.primary-button {
  padding: 25px 35px;
  border-radius: 4px;
  background-color: #b41510;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  font-size: 18px;
  font-weight: 600;
}

.primary-button:hover {
  background-color: #000;
}

.primary-button.black {
  background-color: #000;
}

.primary-button.white {
  background-color: #fff;
  color: #b41510;
}

.section {
  position: relative;
  padding: 100px 5%;
  background-color: #fff;
}

.section.transparent {
  display: none;
  background-color: transparent;
}

.display-wrapper {
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.top-margin-70px {
  margin-top: 70px;
}

.feature-content {
  margin-bottom: 20px;
  padding: 46px;
  border-style: solid;
  border-width: 4px 1px 1px;
  border-color: #b41510 #d8dce7 #d8dce7;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  text-align: left;
}

.feature-content:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.feature-icon {
  width: 80px;
  margin-bottom: 10px;
}

.cta-section {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 120px 5%;
  background-color: #b41510;
  color: #fff;
}

.footer-section {
  padding: 50px 5%;
  background-color: #000;
  color: #fff;
}

.description {
  color: #848894;
  font-size: 19px;
  line-height: 30px;
}

.hero-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.video-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.hero-heading {
  color: #fff;
}

.left-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.right-avatar-wrap {
  position: relative;
}

.avatar-list {
  position: relative;
  left: 25px;
  z-index: 1;
  width: 587px;
  height: 556px;
  margin-right: auto;
  margin-left: auto;
  list-style-type: none;
}

.avatar-1 {
  position: absolute;
  left: 53px;
  top: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 155px;
  height: 155px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #ebecf0;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/avatar-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  cursor: pointer;
}

.avatar-2 {
  position: absolute;
  left: 222px;
  top: 205px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 145px;
  height: 145px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #ebecf0;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/avatar-4.jpg');
  background-position: 0px 0px;
  background-size: cover;
  cursor: pointer;
}

.avatar-3 {
  position: absolute;
  left: 18px;
  top: 285px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 130px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #ebecf0;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/avatar-5.jpg');
  background-position: 0px 0px;
  background-size: cover;
  cursor: pointer;
}

.avatar-4 {
  position: absolute;
  left: 194px;
  bottom: -29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 145px;
  height: 145px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #ebecf0;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/avatar-6.jpg');
  background-position: 0px 0px;
  background-size: cover;
  cursor: pointer;
}

.avatar-5 {
  position: absolute;
  top: 337px;
  right: 51px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 115px;
  height: 115px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #ebecf0;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/avatar-7.jpg');
  background-position: 0px 0px;
  background-size: cover;
  cursor: pointer;
}

.avatar-6 {
  position: absolute;
  top: 136px;
  right: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 130px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #ebecf0;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/avatar-3.jpg');
  background-position: 0px 0px;
  background-size: cover;
  cursor: pointer;
}

.avatar-7 {
  position: absolute;
  top: 2px;
  right: 176px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #ebecf0;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/avatar-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  cursor: pointer;
}

.navigation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(235, 236, 240, 0.15);
  background-color: transparent;
}

.navigation-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.navigation-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-item {
  padding: 30px 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.hamburger {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.social-wrapper {
  position: relative;
}

.share-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(235, 236, 240, 0.15);
  border-radius: 100%;
  cursor: pointer;
}

.hero-text-span {
  color: #a3a3ad;
}

.hamburger-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(235, 236, 240, 0.15);
  border-radius: 100%;
  cursor: pointer;
}

.line-3-1 {
  width: 30px;
  height: 2px;
  background-color: #fff;
}

.hamburger-content {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.line-3 {
  width: 30px;
  height: 2px;
  background-color: #fff;
}

.line-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 30px;
  height: 2px;
}

.line-2 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.blog-grid {
  grid-column-gap: 50px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-list {
  position: relative;
  width: 100%;
  min-height: 167px;
  margin-bottom: 20px;
  padding: 28px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

.blog-title {
  font-size: 32px;
  line-height: 40px;
}

.blog-title.small {
  font-size: 22px;
  line-height: 30px;
}

.author-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.author {
  margin-right: 5px;
}

.category {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  padding: 8px 24px;
  background-color: #5132c0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.category.green {
  background-color: #3ccf91;
}

.category.orange {
  background-color: #ff934f;
}

.blog-featured {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 550px;
  padding-right: 55px;
  padding-left: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/sample-blog-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.blog-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.blog-text {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-text {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Plusjakartadisplay, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}

.logo-text:hover {
  opacity: 0.8;
}

.logo-text-span {
  color: #b41510;
}

.align-center {
  position: relative;
  text-align: center;
}

.footer-grid {
  -ms-grid-columns: 0.75fr 1fr 0.75fr;
  grid-template-columns: 0.75fr 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-column {
  text-align: center;
}

.footer-brand {
  text-decoration: none;
}

.footer-quote {
  width: 75%;
  margin: 20px auto;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}

.flex-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright {
  margin-right: 5px;
  margin-left: 5px;
}

.link {
  color: #b41510;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.link.hide {
  display: none;
}

.footer-nav-link {
  display: block;
  padding: 15px 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #848894;
  font-weight: 700;
  text-decoration: none;
}

.footer-nav-link:hover {
  color: #fff;
}

.shape-1 {
  position: fixed;
  left: -700px;
  top: 16%;
  right: auto;
  bottom: auto;
  width: 700px;
  height: 700px;
  border-style: solid;
  border-width: 4px;
  border-color: rgba(217, 223, 228, 0.6);
  -webkit-transform: rotate(137deg);
  -ms-transform: rotate(137deg);
  transform: rotate(137deg);
}

.shape-1.second {
  left: auto;
  top: 0%;
  right: -555px;
  bottom: auto;
  border-radius: 100%;
}

.share-content {
  position: absolute;
  left: 60px;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 100%;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.43);
  border-radius: 100%;
}

.social-icon.facebook:hover {
  border-color: #1877f2;
  background-color: #1877f2;
}

.social-icon.twitter:hover {
  border-color: #1da1f2;
  background-color: #1da1f2;
}

.social-block {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.page-divider {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: -75px;
  z-index: 2;
  width: 2px;
  height: 150px;
  background-color: rgba(217, 223, 228, 0.6);
}

.page-divider-white {
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: #fff;
}

.signup-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.94);
}

.close-modal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.modal {
  position: relative;
  z-index: 10;
  width: 500px;
  height: auto;
  padding: 30px 30px 10px;
  border-top: 4px solid #b41510;
  background-color: #fff;
}

.interior-hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.side-posts-block {
  margin-bottom: 50px;
}

.post-image-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.post-preview-image {
  position: relative;
  width: 100%;
  height: 440px;
  margin-bottom: 15px;
  background-image: url('../images/banner-02.jpg');
  background-position: 0px 0px;
  background-size: 931px;
}

.post-preview-image.vertical {
  height: 380px;
  background-position: 50% 50%;
  background-size: cover;
}

.post-preview-image.vertical._5 {
  background-image: url('../images/post-sample_04.jpg');
}

.post-preview-image.vertical._3 {
  background-image: url('../images/post-sample_02.jpg');
}

.post-preview-image.vertical._4 {
  background-image: url('../images/post-sample_03.jpg');
}

.post-preview-image.vertical._2 {
  background-image: url('../images/post-sample_01.jpg');
}

.post-preview-image.vertical._6 {
  background-image: url('../images/post-sample_05.jpg');
}

.post-preview-image.trending-articles {
  width: 50%;
  height: auto;
  max-width: 160px;
  min-height: 100px;
  margin-bottom: 0px;
  background-position: 50% 50%;
  background-size: cover;
}

.post-preview-image.trending-articles._4 {
  background-image: url('../images/post-sample_03.jpg');
}

.post-preview-image.trending-articles._3 {
  background-image: url('../images/post-sample_04.jpg');
}

.post-preview-image.trending-articles._5 {
  background-image: url('../images/post-sample_01.jpg');
}

.post-preview-image._1 {
  background-image: url('../images/banner-02.jpg');
  background-size: cover;
}

.heading-link-block {
  display: block;
  color: #000;
  text-decoration: none;
}

.heading-link-block:hover {
  color: #2b2d32;
  text-decoration: underline;
}

._30-percent-column {
  width: 30%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.side-social-link {
  margin-right: 10px;
  padding: 15px;
  border-radius: 100%;
  background-color: #d5d5d6;
}

.side-social-link.fb {
  background-color: #3b5998;
}

.side-social-link.twitter {
  background-color: #1da1f2;
}

.side-social-link.instagram {
  background-color: #c13584;
}

.social-image {
  width: 35px;
}

.show-stories-wrapper {
  margin-bottom: 35px;
  text-align: center;
}

._70-percent-column {
  width: 70%;
}

._70-percent-column.right-padding {
  padding-right: 30px;
}

.post-description {
  margin-bottom: 0px;
  color: #848894;
  font-size: 20px;
  line-height: 28px;
}

.tag {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  display: inline-block;
  min-width: 60px;
  margin-top: 10px;
  margin-right: 10px;
  padding-top: 1px;
  padding-right: 8px;
  padding-left: 8px;
  background-color: #36cbeb;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 10px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.tag:hover {
  opacity: 0.9;
}

.tag._4 {
  background-color: #7c4cdb;
}

.tag._3 {
  background-color: #ee0040;
}

.tag._5 {
  background-color: #e0c459;
}

.tag._2 {
  background-color: #00ca96;
}

.tag._1 {
  background-color: #ff9358;
}

.show-stories-button {
  padding: 15px 50px;
  border-radius: 2px;
  background-color: #b41510;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.show-stories-button:hover {
  opacity: 0.75;
}

._48-percent-column {
  width: 48%;
}

.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrapper.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-wrapper.social-block {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-wrapper.trending-articles {
  margin-bottom: 20px;
}

.details-text {
  display: inline;
  margin-right: 3px;
  color: #56585c;
  font-size: 12.5px;
  line-height: 20px;
}

.post-block {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #d5d5d6;
}

.post-block.no-bottom-divider {
  border-bottom-style: none;
}

.title {
  color: #949598;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
}

._50-percent-column {
  width: 50%;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._50-percent-column.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.details-text-link {
  margin-right: 3px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #b41510;
  text-decoration: none;
  cursor: pointer;
}

.details-text-link:hover {
  color: #9b9da1;
}

.heading-hover {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 23px;
  font-weight: 600;
}

.title-box {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5d6;
}

.side-cta-block {
  width: 100%;
  height: 250px;
  background-color: #b41510;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.side-cta-overlay {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 35px 35px 140px 138px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-cta-person {
  position: absolute;
  left: -23px;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 225px;
}

.cta-button-wrap {
  position: absolute;
  left: auto;
  top: auto;
  right: 10%;
  bottom: 10%;
  padding: 10px 20px;
  background-color: #000;
}

@media screen and (max-width: 991px) {
  .hero-section {
    min-height: 100%;
    padding-right: 3%;
    padding-bottom: 120px;
    padding-left: 3%;
  }

  .hero-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 45px;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-heading {
    font-size: 40px;
  }

  .left-hero {
    min-height: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .avatar-list {
    left: 0px;
    margin-top: 45px;
  }

  .navigation {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
    border-bottom-style: none;
  }

  .brand {
    position: relative;
  }

  .navigation-menu {
    position: absolute;
    left: 32px;
    top: 88px;
    right: auto;
    bottom: auto;
    min-width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }

  .nav-item {
    color: #000;
  }

  .interior-hero-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 45px;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._70-percent-column.right-padding {
    width: 100%;
    padding-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 38px;
    line-height: 42px;
  }

  .hero-section {
    padding-right: 5%;
    padding-left: 5%;
  }

  .sub-text {
    font-size: 18px;
    line-height: 24px;
  }

  .features-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-heading {
    font-size: 36px;
  }

  .brand {
    width: 100%;
  }

  .navigation-menu {
    left: -63px;
    top: 85px;
  }

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

  .footer-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .page-divider {
    bottom: -25px;
    height: 50px;
  }

  .modal {
    width: 95%;
  }

  .post-preview-image.vertical {
    height: 190px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .hero-section {
    padding-bottom: 54px;
  }

  .sub-text {
    font-size: 15px;
    line-height: 20px;
  }

  .feature-content {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .feature-icon {
    width: 65px;
  }

  .description {
    font-size: 15px;
    line-height: 24px;
  }

  .hero-heading {
    font-size: 30px;
  }

  .avatar-list {
    display: none;
  }

  .navigation-wrapper {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .brand {
    left: 0%;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navigation-menu {
    left: 0px;
    top: 88px;
    min-width: 90vw;
  }

  .social-wrapper {
    display: none;
  }

  .blog-title.small {
    margin-top: 0px;
    font-size: 20px;
    line-height: 30px;
  }

  .blog-featured {
    min-height: 300px;
  }

  .flex-copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .copyright {
    margin-bottom: 5px;
  }

  .post-preview-image {
    height: 220px;
  }

  .post-preview-image.trending-articles {
    width: 100%;
    max-width: 100%;
    min-height: 150px;
  }

  ._48-percent-column {
    width: 100%;
    margin-bottom: 30px;
  }

  .flex-wrapper.trending-articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._50-percent-column.flex-center {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .side-cta-block {
    font-size: 15px;
  }

  .side-cta-overlay {
    padding-left: 70px;
  }

  .side-cta-person {
    width: 180px;
  }
}

#w-node-_2a7c965d-d815-51ec-2b63-129e95fc7ddf-e07deefd {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Bold.ttf') format('truetype'), url('../fonts/PlusJakartaSans-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}