<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.blogpage-wrapper .column-left {
  width: 65%;
}

.blog-card {
  position: relative;
  border-radius: 12px;
}

.blog-content {
  margin-top: 20px;
}
.blog-content img {
  max-width: 745px;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: auto;
  margin-left: auto;
}
.blog-content h2 {
  font-size: 1.25rem;
  margin: 20px 0;
}
.blog-content h3 {
  font-size: 1.25rem;
  margin: 20px 0;
}
.blog-content p {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 15px;
}
.blog-content p a {
  display: block;
  color: #1976d2;
  font-weight: 600;
}
.blog-content ul, .blog-content ol {
  padding-left: 15px;
}
.blog-content ul li, .blog-content ol li {
  font-size: 15px;
  line-height: 1.8em;
}
.blog-content ul li a, .blog-content ol li a {
  display: inline-block;
  color: #1976d2;
  font-weight: 600;
}
.blog-content ul li {
  list-style: disc;
}
.blog-content ol li {
  list-style: decimal;
}
.blog-content table {
  width: 100% !important;
}
.blog-content table, .blog-content tr, .blog-content th, .blog-content td {
  border: 1px solid #e0e0e0;
  text-align: left;
}
.blog-content td, .blog-content th {
  padding: 10px;
}
.blog-content th {
  font-weight: 600;
}
.blog-content blockquote {
  padding: 60px 120px;
  font-size: clamp(18px, 18px + 7 * (100vw - 375px) / 1545, 25px);
  line-height: 1.4;
  color: #212121;
  background-color: #f1f1f1;
  border-radius: 10px;
  font-weight: bold;
  position: relative;
  margin: 50px 0px;
}
.blog-content .cta-banner {
  padding: 20px;
  background: url(../img/cta-bg.png) no-repeat;
  background-size: cover;
  display: grid;
  grid-template-columns: 230fr 340fr 322fr 233fr;
  grid-gap: 30px;
  justify-content: start;
  align-items: center;
  position: relative;
  margin: 10px 0;
  overflow: hidden;
}
.blog-content .cta-banner .image-wrapper1 a {
  display: block;
  height: 0;
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  padding-bottom: 70px;
}
.blog-content .cta-banner .image-wrapper1 a img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  border-radius: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #000;
}
.blog-content .cta-banner h2 {
  color: #fff;
  font-size: 1.375rem;
  line-height: 30px;
  padding-bottom: 0px;
}
.blog-content .cta-banner p {
  font-size: 1.25rem;
  color: #fff;
  line-height: 25px;
}
.blog-content .cta-banner .cta-btn a {
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 30px;
  border-radius: 40px;
  text-align: center;
  font-size: 1.125rem;
}
.blog-content .cta-banner .image-wrapper2 p img {
  width: 190px;
  position: absolute;
  top: 40px;
  transform: scale(2);
}
.blog-content .accordain .question a {
  border-bottom: 1px solid #ccc;
}

.faq h2 {
  font-size: 1.25rem;
  margin: 20px 0;
  background-color: #ececec;
}
.faq p strong {
  margin: 10px 0;
  display: block;
}

.sec {
  padding: 40px 0;
}

.sidebar h3 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  color: #515151;
}
.sidebar h3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  height: 2px;
  width: 100%;
  max-width: 50px;
  background: #02659b;
}
.sidebar .module {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.sidebar .module .social-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidebar .module .social-icon {
  display: flex;
  gap: 10px;
}
.sidebar .module .social-icon a {
  color: #02659b;
}
.sidebar .author-box .author-img {
  text-align: center;
}
.sidebar .author-box .author-img figure {
  height: 127px;
  width: 127px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  background: #515151;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.sidebar .author-box .author-img h5 {
  margin-top: 20px;
  font-size: 0.875rem;
  color: #515151;
}
.sidebar .author-box .author-img p {
  font-size: 0.875rem;
  margin-bottom: auto;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 4.5em;
  display: -webkit-box;
}
.sidebar ul.infoCas {
  padding-left: 0;
}
.sidebar ul.infoCas li {
  padding-top: 5px;
  margin-top: 5px;
}
.sidebar ul.infoCas li a {
  line-height: 1.5;
  font-weight: 500;
  font-size: 1rem;
  color: #97c52d;
  display: block;
  text-decoration: underline;
}
.sidebar ul.infoCas li:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.sidebar .categoriesBtn ul li a {
  background-color: #ededed;
  border: none;
}

.promoCodeBtns {
  padding-top: 10px;
}
.promoCodeBtns ul li {
  display: inline-block;
  margin: 0 10px 15px 0;
}
.promoCodeBtns ul li a {
  color: #212121;
  border: 1px solid #212121;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 0.875rem;
  transition: background-color 0.3s, color 0.3s;
}
.promoCodeBtns ul li a:hover {
  background-color: #c7ff4d;
}
.promoCodeBtns .allBrandBtn a {
  font-size: 0.875rem;
  color: #97c52d !important;
  text-decoration: underline;
  font-weight: 600;
}

.secTwo {
  padding: 40px 0;
}
.secTwo .blog-recent {
  display: flex;
  gap: 30px 20px;
  flex-wrap: wrap;
}
.secTwo .blog-recent .blog-card {
  width: 100%;
  flex: 0 1 235px;
}
.secTwo .blog-recent .blog-card .blog-card-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  margin-top: 20px;
}
.secTwo .blog-recent .blog-card .blog-card-inner figure {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding: 100px 0px;
  background-color: #fff;
}
.secTwo .blog-recent .blog-card .blog-card-inner figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.secTwo .blog-recent .blog-card .blog-card-inner .blog-detail {
  background: #f5f5f5;
  z-index: 2;
  width: 80%;
  left: 0;
  position: relative;
  border-radius: 10px;
  padding: 20px;
  right: 0;
  margin: -15% auto 0 auto;
  height: 100%;
  border: 1px solid #dfdcdc;
}
.secTwo .blog-recent .blog-card .blog-card-inner .blog-detail .blog-categories {
  margin: 0 -5px;
}
.secTwo .blog-recent .blog-card .blog-card-inner .blog-detail .blog-title:not(:first-child) {
  margin: 16px 0;
  color: #515151;
  font-weight: bold;
}
.secTwo .blog-recent .blog-card .blog-card-inner .blog-detail .blog-detail-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -5px;
}
.secTwo .blog-recent .blog-card .blog-card-inner .blog-detail .blog-detail-info li {
  position: relative;
  font-size: 0.875rem;
  line-height: 20px;
  color: #515151;
  padding: 0 5px;
}
.secTwo .blog-recent .blog-card .blog-card-inner .blog-detail .blog-detail-info li a {
  color: #515151;
}
.secTwo .blog-recent .blog-card .blog-card-inner .blog-detail .learnMore {
  color: #97c52d;
  display: block;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 600;
  padding-top: 16px;
}
.secTwo .blog-recent .blog-card .blog-card-inner ul.blog-categories a {
  color: #515151;
}
.secTwo .blog-recent .blog-card a {
  display: block;
  background-color: transparent;
}

.brand {
  display: flex;
  justify-content: space-between;
  gap: 20px 0;
  margin-top: 16px;
  flex-wrap: wrap;
}
.brand a {
  width: 90px;
}

.blog-review form .form-wrp {
  display: flex;
  gap: 10px 50px;
  flex-wrap: wrap;
}
.blog-review .half {
  width: 46%;
  padding: 10px 0;
}
.blog-review .half input {
  width: 92%;
  height: 54px;
  line-height: 54px;
  border: none;
  padding: 0 15px;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  color: #000;
  background: #e0e0e0;
}
.blog-review .full {
  width: 100%;
  padding: 10px 0;
}
.blog-review .full textarea {
  width: 95%;
  height: 125px;
  font-size: 1rem;
  line-height: 54px;
  resize: none;
  border: none;
  padding: 0 15px;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  color: #000;
  background: #e0e0e0;
}
.blog-review .full input {
  opacity: 0;
}
.blog-review .full label {
  position: relative;
}
.blog-review .full label::before {
  content: "";
  background-color: transparent;
  border: 2px solid #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
  border-radius: 4px;
  margin-left: -18px;
}
.blog-review .full input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 4px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(45deg);
  margin-left: -18px;
}
.blog-review .reviewButton {
  display: flex;
  justify-content: end;
}
.blog-review .reviewButton #reviewSubmit {
  width: auto;
  align-self: flex-end;
  font-size: 18px;
  padding: 10px 30px;
  border-radius: 10px;
  background-color: #97c52d;
  transition: 0.3s all;
}
.blog-review .reviewButton #reviewSubmit:hover {
  background-color: #4f6f04;
}

.faqWrp {
  background-color: #ededed;
  padding: 20px;
  border-radius: 10px;
}

.column-right.sidebar {
  position: sticky;
  align-self: flex-start;
  top: 20px;
}

.blog__header__info {
  padding-bottom: 15px;
}
.blog__header__info h1 {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3em;
  color: #515151;
}
.blog__header__info .author__description {
  display: flex;
}
.blog__header__info .author__description .header__author img {
  height: 50px;
  overflow: hidden;
  width: 50px;
  border-radius: 50%;
}
.blog__header__info .author__description .author__info {
  display: flex;
  align-items: center;
}
.blog__header__info .author__description .author__info li {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  position: relative;
  color: #515151;
  padding: 0 10px;
}
.blog__header__info .author__description .author__info li a {
  color: #97c52d;
  font-weight: 600;
  font-size: 15px;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .column-right {
    margin-top: 30px;
  }
  .column-left .blog-recent .blog-card {
    width: 100%;
    flex: auto !important;
  }
}/*# sourceMappingURL=blog-detail.css.map */</pre></body></html>