/** Shopify CDN: Minification failed

Line 303:16 Expected identifier but found whitespace
Line 303:17 Unexpected "10px"

**/
/*.article-template > *:first-child:not(.article-template__hero-container) {
  margin-top: 5rem;
}

@media screen and (min-width: 750px) {
  .article-template > *:first-child:not(.article-template__hero-container) {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}*/


.article-template > *:first-child:not(.article-template__hero-container) {
  margin-top: 0px;
}

.article-template__hero-container {
  max-width: 130rem;
  margin: 0 auto;
}

.article-template__hero-small {
  height: 11rem;
}

.article-template__hero-medium {
  height: 22rem;
}

.article-template__hero-large {
  height: 33rem;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .article-template__hero-small {
    height: 22rem;
  }

  .article-template__hero-medium {
    height: 44rem;
  }

  .article-template__hero-large {
    height: 66rem;
  }
}

@media screen and (min-width: 990px) {
  .article-template__hero-small {
    height: 27.5rem;
  }

  .article-template__hero-medium {
    height: 55rem;
  }

  .article-template__hero-large {
    height: 82.5rem;
  }
}

.article-template header {
  /*margin-top: 4.4rem;
  margin-bottom: 2rem;*/
  margin: 0px;
  line-height: calc(0.8 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .article-template header {
    /*margin-top: 5rem;*/
    margin-top: 0px;
  }
}

.article-template__title {
  margin: 0;
}

.article-template__title:not(:only-child) {
  margin-bottom: 1rem;
}

.article-template__link {
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.article-template__link .icon-wrap {
  display: flex;
  margin-right: 1rem;
  transform: rotate(180deg);
}

.article-template__content {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.article-template__social-sharing {
  margin-top: 3rem;
}

.article-template__social-sharing + header,
.article-template__social-sharing + .article-template__content {
  margin-top: 1.5rem;
}

.article-template__comment-wrapper {
  margin-top: 5rem;
  padding: 2.7rem 0;
}

@media screen and (min-width: 750px) {
  .article-template__comment-wrapper {
    margin-top: 6rem;
    padding: 3.6rem 0;
  }
}

.article-template__comment-wrapper h2 {
  margin-top: 0;
}

.article-template__comments {
  margin-bottom: 5rem;
}

@media screen and (min-width: 750px) {
  .article-template__comments {
    margin-bottom: 7rem;
  }
}

.article-template__comments-fields {
  margin-bottom: 4rem;
}

.article-template__comments-comment {
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
  margin-bottom: 1.5rem;
  padding: 2rem 2rem 1.5rem;
}

@media screen and (min-width: 750px) {
  .article-template__comments-comment {
    padding: 2rem 2.5rem;
  }
}

.article-template__comments-comment p {
  margin: 0 0 1rem;
}

.article-template__comment-fields > * {
  margin-bottom: 3rem;
}

@media screen and (min-width: 750px) {
  .article-template__comment-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4rem;
  }
}

.article-template__comment-warning {
  margin: 2rem 0 2.5rem;
}

@media screen and (min-width: 990px) {
  .article-template__comments .pagination-wrapper {
    margin: 5rem 0 8rem;
  }
}

.article-template__back:last-child {
  margin-bottom: 3.2rem;
}


/* Flex Container for Two Columns */
.article-template__container {
  display: flex;
  /*gap: 120px;
  max-width: 130rem;
  margin: 0 auto;*/
  gap: 80px;
  max-width: unset;
  margin: 0 40px;
  padding: 100px 0 0px;
}

.article-template__content-wrapper {
  /*flex: 3;
  max-width: 100%;*/
  flex: 2;
  max-width: 1080px;
}

.article-template__sidebar {
  flex: 1;
  position: sticky;
  /*top: 20px;
  max-width:25%;*/
  top: 100px;
  align-self: flex-start;
  max-width: 325px;
  margin-left: auto;
}

/* Images margins */

img[style="float: left;"] {
    margin: auto 15px 15px 0;
}



/* Search Box Styling */
.article-template__search {
  margin-bottom: 30px;
  /*margin-top:5rem;*/
  margin-top: 0px;
}

.article-template__search h2 {
  margin-top: 0px;
  margin-bottom: -10px;
}

.article-template__search-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
}

.article-template__search-button {
  display: block;
  width: 100%;
  background-color: #234162;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
}

/* CTA Container with Background Image */
.article-template__cta {
  /*background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 20rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 10px;
  text-align: left;
  position: relative;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 10px;
  text-align: left;
  position: relative;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 0px;
  min-height: 420px;
}

/* Dark Overlay for Readability */
/*.article-template__cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay for readability */
  border-radius: 10px;
  z-index: 1;
}*/

/* CTA Content Styling */
.article-template__cta-content {
  position: relative;
  z-index: 2; /* Ensures content is above the overlay */
}

.article-template__cta-content h3 {
  /*font-size: 2rem;
  margin-bottom: 10px;
  font-weight: bold;
  color:white;*/
  color: white;
  font-size: 18px;
  letter-spacing: 0px;
  font-family: Acumin-Pro-SemiBold !important;
  margin: 0px;
  line-height: 130%;
}

.article-template__cta-content p {
  /*margin-bottom: 20px;
  font-size: 1.2rem;*/
  font-size: 16px;
  margin: 0;
  line-height: 130%;
}

.article-template__cta-content .btn {
  /*font-size: 12px;
    line-height: 130%;
    font-family: Montserrat-SemiBold, sans-serif;
    font-weight: 600;
    letter-spacing: .3px;
    display: inline-flex;
    color: #1D1D1B;
    background-color: #D7B077;
    padding: 8px 20px;
    margin: 0 31px 0 0;
    border-radius: 21px;
    text-decoration: none;
  text-transform:uppercase;*/
  font-size: 12px;
  line-height: 130%;
  font-family: Montserrat-SemiBold, sans-serif;
  font-weight: 600;
  letter-spacing: .3px;
  display: inline-flex;
  color: #1D1D1B;
  background-color: #D7B077;
  padding: 8px 20px;
  margin: 20px 0 0 0;
  border-radius: 21px;
  text-decoration: none;
  text-transform: uppercase;
}

.article-template__cta-content .button:hover {
  background-color: #d2c5a1;
  color: #1c3151;
}

/* Responsive */
@media (max-width: 768px) {
  .article-template__container {
    flex-direction: column;
  }

  .article-template__sidebar {
    position: static;
    min-width:100%;
  }

  .article-template__container {
    margin: 0 16px;
  }

  img[style="float: left;"] {
    margin: 0px 0 20px;
    width: 100%;
  }

  .article-template__content img {
    max-width:100%;
  }
}

.header__search {
    width: 100%;
}

.article-template__back-to-blog {
  margin-top: 2rem; /* Add space above the button */
  text-align: center; /* Center the button */
}


.mobile-icon-separator {
  display: none; /* Hide by default */
  text-align: center;
  margin: 20px 0;
}

.mobile-icon-separator img {
  max-width: 80px; /* Adjust size */
  height: auto;
}

@media (max-width: 768px) {
  .mobile-icon-separator {
    display: block; /* Show on mobile */
  }
}
