body {
  font-family: "Open Sans", sans-serif;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}
b,
h1,
h2,
h3,
strong {
  font-weight: 700
}
ol,
ul {
  list-style: none
}
h1 {
  font-size: 30px;
  margin: 10px 0;
  line-height: 1.2
}
h2 {
  font-size: 32px;
  line-height: 45px;
  padding: 20px 0
}
h3 {
  font-size: 32px;
  line-height: 45px
}
section {
  margin-bottom: 15px
}
blockquote {
  padding: 0 0 60px;
  border: none;
  color: #757575;
  font-weight: 300;
  position: relative;
  margin-bottom: 20px
}
blockquote,
q {
  quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: ""
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
i {
  font-style: italic
}
p {
  padding-bottom: 20px;
  font-size: 22px;
  line-height: 1.7;
  color: #3a3838
}
a:link,
a:visited {
  font-weight: 700;
  text-decoration: underline;
  color: #00e
}
img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.container-full {
  padding: 0 10px
}
.adv-navbar {
  background-color: var(--color-bg-navbar);
  border-bottom: 1px solid #cecece;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}
.trending-navbar {
  display: flex;
  align-items: center
}
.header-logo {
  max-width: 400px;
  width: 85%;
  padding-right: 10px;
  flex: 1 1 0%
}
.flag {
  position: unset;
  width: auto;
  height: auto;
  flex: none
}
#brand-logo {
  width: 100%
}
.brand {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  color: #fff;
  padding: 10px 0;
  width: 100%
}
.advertorial-text {
  font-size: 13px;
  color: var(--color-text-navbar)
}
.container-main {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto
}
.container-body {
  display: flex;
  justify-content: space-between;
  white-space: nowrap
}
.container-left,
.container-right {
  display: inline-block;
  white-space: normal
}
.container-left {
  padding-bottom: 20px
}
.container-left ul {
  font-size: 22px;
  line-height: 1.7;
  color: #3a3838;
  padding-bottom: 5px
}
.tick-list li,
.x-list li {
  display: flex
}
.tick-list li:before,
.x-list li:before {
  margin-right: 10px
}
.tick-list li:before {
  content: "✓";
  color: #069206
}
.x-list li:before {
  content: "X";
  color: #f75252
}
.container-left li {
  font-size: 22px;
  padding-bottom: 10px;
  line-height: 30px
}
.grey-box {
  background-color: #f7f7f7;
  border-left: solid 3px #ccc;
  margin-bottom: 15px;
  padding: 8px 15px;
  font-style: italic;
  line-height: 1.3em;
  font-size: 24px;
  color: #403f3e
}
.container-right {
  display: none;
  padding-bottom: 50px
}
.container-right>div {
  width: 275px;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #d8d4d4
}
.image-link {
  display: block
}
.image-caption .caption {
  text-align: center;
  background-color: #e0d2ff;
  font-size: 21px;
  margin-bottom: 10px;
  padding: 0 5px
}
.cta-btn {
  background-color: #069206;
  display: block;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  border-bottom: 5px solid #216f00;
  padding: 15px;
  border-radius: 7px;
  font-weight: 700
}
.testimonials blockquote:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: inherit;
  color: #000;
  font-size: 18px;
  padding-right: .5em;
  position: relative;
  top: 0;
  left: 0
}
.testimonials blockquote {
  font-size: 20px;
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 0;
  quotes: "\201C" "\201D" "\2018" "\2019";
  padding: 10px 20px;
  line-height: 1.4
}
.testimonials .quotation-footer {
  margin: 0;
  text-align: right;
  font-size: 1em;
  font-style: italic
}
.testimonials .quotation-footer::before {
  content: "\2014 \00A0"
}
#share-container {
  white-space: nowrap;
  margin: 0 0 18px
}
.text {
  padding: 9px 0;
  color: #fff;
  font-weight: 700;
  text-align: center
}
.box {
  display: inline-block;
  width: 33%;
  margin: 0 auto
}
.box2 {
  margin: 0 4px
}
.box1,
.box2 {
  border-radius: 3px;
  -webkkit-border-radius: 3px;
  -moz-border-radius: 3px
}
.cta-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  width: 100%;
  background-color: rgba(0, 0, 0, .8);
  opacity: inherit
}
.cta-fixed a {
  background-color: #266d09;
  border: 1px solid #c77421;
  width: 80%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 16px 12px;
  font-size: 19px;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  display: block;
  vertical-align: middle;
  line-height: 1.42857143
}
.th-post-author {
  margin: 15px 0
}
.media {
  display: flex;
  align-items: flex-start
}
.th-post-tag {
  margin-right: 10px;
  padding: 5px 8px;
  border-radius: 2px;
  background-color: #4fcde9;
  color: #fff
}
@media (min-width:576px) {
  .brand {
    font-size: 24px
  }
}
@media (min-width:768px) {
  .tick-list,
  .x-list {
    padding-inline-start: 40px
  }
}
@media (min-width:1066px) {
  h1 {
    font-size: 38px;
    margin: 20px 0
  }
  .container-left {
    margin-right: 40px
  }
  .container-right {
    display: block
  }
}
@media (max-width:1240px) {
  #st-4 {
    display: none !important
  }
}
.footer-module-cnt {
  display: flex !important;
  justify-content: center !important;
  height: auto !important;
  background-color: #FFF !important;
}

.footer-module {
  width: 100% !important;
  max-width: 1200px !important;
  padding: 40px 0 8px 0 !important;
}

.footer-module-logo {
  width: 160px !important;
}

.footer-module-payments {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  margin-top: 28px !important;
}

.footer-module-column>h4 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #333333 !important;
  text-align: left !important;
}

.footer-module-column>ul {
  display: block !important;
  list-style-type: none !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
  padding-inline-start: 0 !important;
}

.footer-module-column>ul>li {
  margin: 8px 0 !important;
  text-align: left !important;
}

.footer-module-column>ul>li>a {
  font-size: 14px !important;
  font-weight: normal !important;
  text-decoration: none !important;
  color: #4F4C6773 !important;
}

.footer-module-banner {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: #FFF !important;
}

.copyright-txt {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  color: #4F4C6773 !important;
}

.payments-method-logo {
  width: auto;
  max-width: 280px;
  max-height: 50px;
  margin-bottom: 10px;
}

.mcda-logo {
  width: 150px !important;
  height: 30px !important;
}

.pipe_symbol {
  display: none !important;
}

@media (max-width: 1200px) {
  .footer-module {
    padding: 40px 32px !important;
  }
}

@media (max-width: 768px) {
  .footer-module-columns {
    flex-direction: column !important;
    justify-content: start !important;
    gap: 32px !important;
  }

  .footer-module-banner {
    flex-direction: column !important;
    justify-content: center !important;
    gap: 16px !important;
  }

  .payments-method-logo {
    max-width: 250px;
    height: auto;
  }
}
#chat-root {
  display: none;
}

@media (min-width: 601px) {
  #chat-root {
    display: block;
  }
}

/* Target mobile devices in portrait and landscape mode */
@media (max-device-width: 992px) and (orientation: portrait),
(max-device-width: 992px) and (orientation: landscape) {
  #chat-root {
    display: none;
  }
}
:root {
  --color-btn: rgb(255, 215, 18);
  --color-testimonial: rgb(255, 193, 7);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #222222;
  background-color: #fff;
  word-break: break-word;
  line-height: 1;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-size: inherit;
}

section {
  margin-bottom: 30px;
}

.bold {
  font-weight: bold;
}

.container-full {
  padding: 0;
}

@media (min-width: 576px) {
  .container-full {
    padding: 0 10px;
  }
}

.container-main {
  max-width: 1170px;
}

.container-left {
  padding: 15px;
  flex: 1 1 0;
  background-color: #fff;
  margin-bottom: 40px;
}

section:last-child {
  margin-bottom: 0;
}

.header {
  background-color: #00000008 !important;
  padding-inline: 20%;
  text-align: center;
}

.header-adv {
  padding: 12px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-adv .brand-text {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-adv .brand-text span {
  font-size: 12px;
  font-weight: 600;
  padding: 1px;
}

.header-adv .product-logo {
  max-height: 22px;
  width: auto;
}

.header-adv .brand-text .flag {
  height: 16px;
  width: 27px;
}

.container-body {
  padding-block: 40px;
  gap: 15px;
}

.page-header .breadcrumbs {
  font-size: 14px;
  padding-bottom: 5px;
}

.section-title {
  font-size: 33px;
  line-height: 43px;
  font-weight: bold;
  margin-bottom: 15px;
}

.page-header h1.section-title {
  font-size: 38px;
  color: rgb(34, 34, 34);
  margin-top: 0;
  line-height: 1.3;
  font-weight: unset;
}

.section-subtitle {
  font-size: 17px;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 700;
}

.section-media {
  width: 100%;
  background-size: cover;
  background-position: center;
  margin: 20px 0;
}

.page-header .section-media .media-asset {
  border-radius: 25px;
  object-fit: cover;
}

.header-meta {
  font-size: 15px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-meta .img-face {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.header-meta .check1 {
  width: 25px;
  height: 25px;
  margin-left: 10px;
}

.section-text {
  font-size: 18px;
  line-height: 23px;
}

.benefits-list {
  margin: 20px 0;
}

.benefit-item {
  margin: 10px 0;
  padding-left: 30px;
  position: relative;
}

.benefit-item::before {
  content: "✅";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}

.benefit-title {
  font-weight: bold;
  display: inline;
}

.testimonials {
  margin: 40px 0;
}

.testimonials h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

.testimonial {
  border-radius: 8px;
  border-left: 4px solid var(--color-testimonial);
  width: 100%;
  background-color: #EDEDED !important;
  display: flex;
  padding: 12px 10px 5px;
  margin: 20px 0 5px;
}

.testimonial-image {
  width: 100%;
  flex: 0 0 30%;
  padding: 12px 5px;
}

.testimonial-image img {
  width: 230px;
}

.testimonial-header {
  gap: 10px;
  width: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  padding: 12px 10px 5px;
  font-size: 18px;
}

.testimonial-header img.check2 {
  width: 35px;
  aspect-ratio: 1/1;
}

.testimonial-name {
  font-weight: bold;
}

.testimonial-rating {}

.testimonial-text {
  font-style: italic;
  line-height: 1.5;
  font-size: 17px;
  padding: 5px 5px 10px 10px;
}

.comments {
  margin-top: 50px;
  padding-top: 30px;
}

.comments-title {
  font-size: 18px;
  font-weight: 700;
  color: rgb(34, 34, 34) !important;
  text-align: left;
  margin-bottom: 20px;
}

.comment {
  display: flex;
  align-items: flex-start;
}

.comment:last-child {
  border-bottom: none;
}

.comment-face {
  width: 55px;
  aspect-ratio: 1/1;
}

.comment .comment-content {
  padding: 0 10px 12px;
  font-size: 14px;
}

.comment-author {
  font-weight: bold;
  color: #3B5998 !important;
  line-height: 14px;
}

.comment-text {
  margin-top: 5px;
  line-height: 18px;
}

.comment-actions {
  font-size: 12px;
  color: #666;
  width: 100%;
  display: flex;
  padding: 10px 10px 12px 0;
  gap: 3px;
}

.comment-actions a {
  color: #627AAD !important;
  text-decoration: none;
  font-weight: 400;
  line-height: 12px;
}

.comment-time {
  color: #999;
}

/* Promo container */
.promo-container {
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.blue-header {
  height: 20px;
  width: 100%;
  overflow: hidden;
}

.blue-header .stripes {
  position: relative;
  width: 100%;
  height: 100%;
}

.blue-header .stripes::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% + 30px);
  background: repeating-linear-gradient(45deg,
      #4285f4 25%,
      #4285f4 50%,
      #2196f3 50%,
      #2196f3 75%);
  background-size: 30px 30px;
  animation: moveStripes .5s linear infinite;
}

@keyframes moveStripes {
  0% {
    transform: translateX(-30px);
  }

  100% {
    transform: translateX(0);
  }
}

.main-content {
  position: relative;
  display: flex;
  flex-direction: column;
}

.content-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
  justify-content: space-between;
  ;
  background-color: #FEFBD9 !important;
  margin-top: 0;
  padding: 20px 10px 12px;
}

.content-wrapper img {
  max-width: 200px;
}

.text-content {
  flex: 1;
  font-size: 18px;
  font-weight: 400;
  padding: 15px 32px 1px 15px;
  line-height: 23px;
  text-align: left;
}

.update-text {
  margin-bottom: 8px;
}

.highlight-text {
  font-weight: bold;
  color: #000;
}

.lock-text {
  margin-bottom: 15px;
}

.note-text {
  margin-bottom: 30px;
}

.note-label {
  font-weight: bold;
  color: #000;
}

.trust-badges {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
  background-color: #FEF8B7 !important;
  ;
  padding: 20px 60px;
}

.badge-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  text-align: center;
  gap: 20px;
}

.badge-icon {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.badge-text {
  padding: 1px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 23px;
}

.promo-footer {
  width: 100%;
  background-color: #FEF8B7 !important;
  padding: 5px 10px 12px;
}

.cta-wrapper {
  display: flex;
  justify-content: center;
  padding: 12px 10px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

a.cta-button {
  text-align: center;
  text-decoration: none;
  color: #000000 !important;
  cursor: pointer;
  background-color: var(--color-btn);
  font-size: 23px;
  font-weight: 700;
  border-radius: 4px;
  padding: 17px 110px;
  line-height: 23px;
  width: auto;
}

a.cta-button:hover {
  text-decoration: underline;
}

/* Sticky-Bar */
#stickyBarCustom {
  margin-top: 10%;
  background-color: #ffffff !important;
  display: block;
  box-shadow: 0 2px 20px 3px #333;
  width: 100%;
  padding: 10px 0;
  height: auto;
  position: fixed;
  z-index: 99999;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  will-change: transform;
}

.placeBottom {
  top: inherit;
  bottom: 0;
}

#stickyBarCustom.is-fixed {
  transform: translateY(0);
}

#stickyBarCustom .cta-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-grow: 1;
  flex-basis: 100%;
  justify-content: center;
}

#stickyBarCustom .cta-wrapper a.cta-button {
  padding: 17px 170px;
}

#extra-padding {
  padding-bottom: 100px;
}

/* Container-Right */
.sidebar-card {
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 300px;
  width: 245px !important;
  border: 1px solid #00000057;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  margin: 10px auto 0 0;
  padding: 14px 10px 12px;
}

.sidebar-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #000000 !important;
  line-height: 20px;
  padding: 1px 5px;
  margin-top: 3px;
}

.product-image-container {
  position: relative;
  text-align: center;
  width: 100%;
  display: flex;
  align-self: flex-end;
  align-items: center;
  justify-content: center;
  padding: 5px 10px 0 15px;
}

.product-image {
  object-fit: contain;
  width: 182px;
  height: 182px;
  aspect-ratio: 841/1128;
  margin-top: 7px;
  padding-top: 5px;
}

.sidebar-card .cta-wrapper {
  width: 100%;
  padding: 12px 5px;
  margin-top: 12px;
}

.sidebar-card .cta-button {
  width: 100%;
  border: none;
  font-family: Montserrat, sans-serif;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #000000 !important;
  cursor: pointer;
  border-color: #ffffff !important;
  background-color: var(--color-btn);
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  height: auto;
  padding: 15px 20px;
  border-radius: 4px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
}

.reviews-title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 1;
  padding-left: 5px;
  padding-right: 5px;
}

.rating-summary {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-align: left;
  justify-content: space-between;
  padding: 12px 5px;
}

.rating-text {
  color: #000;
  padding: 1px;
  font-size: 14px;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-align: right;
}

.stars img {
  width: 83px;
}

.rating-count {
  padding: 1px;
  font-size: 13px;
  font-weight: 300;
  color: #909090 !important;
  text-align: center;
}

.rating-breakdown {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px 5px 5px;
}

.rating-row {
  display: grid;
  grid-template-columns: 60px 1fr 40px;
  gap: 10px;
  align-items: center;
}

.star-label,
.percentage {
  padding: 1px;
  font-size: 16px;
  font-weight: 700;
  color: #00AA25 !important;
}

.star-label {
  text-align: left;
}

.percentage {
  text-align: right;
}

.progress-bar {
  background: #f1f1f1;
  overflow: hidden;
  min-width: 0;
  height: 18px;
  border: 1px solid #ddd;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(to right, #F5CF75, #F0AE16);
  transition: width 0.3s ease;
}

.features-section {
  margin-top: 15px;
  margin-bottom: 10px;
}

.features-title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin: 0;
  line-height: 1;
  text-align: center;
}

.feature-ratings {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px 5px 5px;
}

.feature-row {
  display: grid;
  grid-template-columns: 90px 1fr 25px;
  gap: 5px;
}

.feature-name {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.feature-rating {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  text-align: right;
}



/* Media Queries */
@media (max-width: 992px) {
  .header {
    padding-inline: 20px;
  }
}

@media (max-width: 768px) {
  .page-header h1.section-title {
    font-size: 24px;
    line-height: 32px;
  }

  .section-subtitle {
    font-size: 14px;
    line-height: 21px;
  }

  .header-meta {
    font-size: 13px;
  }

  .section-title {
    font-size: 23px;
    line-height: 28px;
  }

  .section-text,
  .text-content {
    font-size: 15px;
    line-height: 21px;
  }

  .trust-badges {
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
  }

  .badge-icon {
    width: 90px;
    height: 90px;
  }

  .badge-text {
    display: none;
  }

  a.cta-button {
    font-size: 14px;
    font-weight: 700;
    padding: 17px 20px;
    line-height: 20px;
    width: 100%;
  }

  #stickyBarCustom .cta-wrapper a.cta-button {
    width: 100%;
    padding: 17px 20px;
  }
}

@media (max-width: 576px) {
  .content-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .testimonial {
    flex-direction: column;
    padding: 0;
  }

  .testimonial-image img {
    width: 100%
  }
}

@media (max-width: 480px) {
  .trust-badges {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
  }

  .badge-item {
    flex-basis: auto;
  }

  .badge-icon {
    width: 65px;
    height: 65px;
  }
}
.footer-module-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 30px;
}
@media (max-width: 768px) {
.footer-module-columns {
    grid-template-columns: 1fr;
  }
}
.docs {
  padding: 50px 0;
  word-break: break-word;
}
.docs h1 {
  font-size: 32px;
  margin-bottom: 16px;
  text-align: center;
}
.docs p {
  margin-bottom: 12px;
}