/*** FONTS ***/
@font-face {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 700;
  src: url(/cms/assets/amazon-fba-reimbursement/fonts/Metropolis-Bold-939ff4d7076a6582a6ac7fa66a9371e7.woff2) format("woff2");
}
@font-face {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 500;
  src: url(/cms/assets/amazon-fba-reimbursement/fonts/Metropolis-Medium-7efe719736c8158f33f17d1c6ad39c37.woff2) format("woff2");
}
@font-face {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 400;
  src: url(/cms/assets/amazon-fba-reimbursement/fonts/Metropolis-Regular-a887889d5227e01853c684a76376087e.woff2) format("woff2");
}
html,
body {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "Metropolis", sans-serif;
  font-size: 19px;
  cursor: default;
  background: #3c4049;
  color: #414854;
  text-rendering: geometricprecision;
}

header,
footer {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  background: #1C1F25;
  display: flex;
  height: 100px;
  padding-left: 100px;
  padding-right: 100px;
  justify-content: space-between;
  align-items: center;
}
header .logo-link,
footer .logo-link {
  position: relative;
  top: 4px;
}
header .logo-link img,
footer .logo-link img {
  width: 300px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 150%;
}

p:first-child {
  margin-top: 0px;
}

p:last-child {
  margin-bottom: 0px;
}

p.no-credit-card-required {
  font-size: 120%;
}

main {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-color: white;
  box-shadow: 0px 0px 400px #1C1F25;
}

img.shadow {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), 0px 0px 12px rgba(0, 0, 0, 0.2);
  border-radius: 9px;
}

section {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 100px;
  padding-right: 100px;
}

h1 {
  margin-top: -7px;
  margin-left: -2px;
  margin-bottom: 20px;
  font-size: 260%;
  line-height: 1em;
}

.nobreak {
  white-space: nowrap;
}

h2 {
  font-size: 220%;
  margin-top: -11px;
  margin-bottom: 20px;
}

a.button {
  background: #50bc7d;
  border: none;
  color: white;
  border-radius: 10px;
  font-size: 150%;
  padding: 16px;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: bold;
  text-decoration: none;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  display: block;
  border-radius: 50px;
  text-transform: uppercase;
}

ul.checkmarks {
  padding-left: 0px;
}
ul.checkmarks li {
  list-style-type: none;
  background-image: url(/cms/assets/amazon-fba-reimbursement/images/Checkmark-7d2d4bfc9933299c5e981d540a7688fc.svg);
  background-size: 22px 22px;
  background-position: left 7px;
  background-repeat: no-repeat;
  padding-left: 40px;
  font-size: 150%;
  margin-bottom: 10px;
}
ul.checkmarks li.unsupported {
  background-image: url(/cms/assets/amazon-fba-reimbursement/images/CheckmarkNo-35272647efd2e84f5d7532ee77288e90.svg);
}
ul.checkmarks li:last-child, ul.checkmarks:last-child {
  margin-bottom: 0px;
}

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

/** sections on landing page **/
section.teaser-block {
  display: grid;
  grid-template-columns: 42fr 58fr;
  gap: 100px;
  padding-bottom: 0px;
  padding-top: 50px;
  margin-bottom: 50px;
}
section.teaser-block p.big {
  font-size: 180%;
}
section.teaser-block .free-400-usd {
  color: #50bc7d;
  border: 2px solid #50bc7d;
  border-radius: 12px;
  font-size: 235%;
  width: fit-content;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}
section.teaser-block .right .sellers-trust-shopkeeper {
  width: 42%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
section.teaser-block .right .sellers-trust-shopkeeper img {
  width: 100%;
}
section.teaser-block h1 {
  font-weight: 500;
  font-size: 360%;
}
section.teaser-block a.button {
  margin-top: 50px;
  margin-bottom: 10px;
}
section.teaser-block .rating {
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), 0px 0px 12px rgba(0, 0, 0, 0.2);
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
section.teaser-block .rating img {
  width: 100%;
}

section.comparaison {
  padding-top: 0px;
}
section.comparaison h2 {
  margin-top: 0px;
  text-transform: uppercase;
}
section.comparaison .grid-table {
  border: 1px solid #50bc7d;
  border-radius: 15px;
  margin-top: 85px;
  margin-bottom: 50px;
}
section.comparaison .grid-table .grid-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  background-color: white;
  column-gap: 20px;
  position: relative;
}
section.comparaison .grid-table .grid-row:nth-child(2n+1) {
  background-color: #fff1d6;
  background-image: url(/cms/assets/amazon-fba-reimbursement/images/GoldTextureBright-cab5beb4ce4d6d7c0fba4e8ebe89178a.webp);
  background-size: cover;
}
section.comparaison .grid-table .grid-row:nth-child(2n+1) .grid-col.shopkeeper-col {
  background-color: #F4C34A;
  background: url(/cms/assets/amazon-fba-reimbursement/images/GoldTexture-5a11051f3ac5a83a5648626295786ebd.webp);
  background-size: cover;
  border-left: 2px solid #C08232;
  border-right: 2px solid #C08232;
}
section.comparaison .grid-table .grid-row:nth-child(2n) .grid-col.shopkeeper-col {
  background-color: #FEDA84;
  background: url(/cms/assets/amazon-fba-reimbursement/images/GoldTextureBright-cab5beb4ce4d6d7c0fba4e8ebe89178a.webp);
  background-size: cover;
  border-left: 2px solid #C08232;
  border-right: 2px solid #C08232;
}
section.comparaison .grid-table .grid-row.header-row:first-child {
  background-image: none;
  background-color: #50bc7d;
  color: white;
  font-weight: bold;
  font-size: 115%;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  align-items: center;
}
section.comparaison .grid-table .grid-row:first-child .grid-col.shopkeeper-header {
  border: 2px solid #C08232;
  color: #414854;
}
section.comparaison .grid-table .grid-row:last-child .grid-col.shopkeeper-col {
  border-bottom: 2px solid #C08232;
}
section.comparaison .grid-table .grid-row .shopkeeper-header {
  padding-left: 50px;
  padding-right: 15px;
  background-image: linear-gradient(to right, #9d5f34 0%, #fbda73 12%, #da9a2f 41%, #fbda73 62%, #c88a32 81%, #f5d36a 100%);
  background: url(/cms/assets/amazon-fba-reimbursement/images/GoldTexture-5a11051f3ac5a83a5648626295786ebd.webp);
  background-size: cover;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
section.comparaison .grid-table .grid-row .shopkeeper-header::before {
  content: "";
  background-image: url(/cms/assets/amazon-fba-reimbursement/images/Badge-40106e0e11008fa121050ffa75bd9b69.svg);
  background-size: 26px 40px;
  background-position: 16px center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
section.comparaison .grid-table .grid-row .crown::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background-image: url(/cms/assets/amazon-fba-reimbursement/images/Crown-4d78bab5ae71b06ab739eb3b497b3517.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 30px) center;
  background-size: 28px 28px;
}
section.comparaison .grid-table .grid-row:last-child {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
section.comparaison .grid-table .grid-row > div.grid-col {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.comparaison .grid-table .grid-row > div.grid-col:first-child {
  justify-content: flex-start;
}
section.comparaison .grid-table .grid-row > div.grid-col img.attention {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
section.comparaison .grid-table .grid-row > div.grid-col img.crown {
  width: 32px;
  height: 32px;
}
section.comparaison .grid-table .grid-row > div.grid-col:first-child {
  text-align: left;
  padding-left: 30px;
}

section.marketplaces-section {
  background-color: #fff1d6;
  background: url(/cms/assets/amazon-fba-reimbursement/images/GoldTexture-5a11051f3ac5a83a5648626295786ebd.webp);
  background-size: cover;
  margin-bottom: 50px;
}
section.marketplaces-section h2 {
  font-size: 180%;
  text-align: center;
}
section.marketplaces-section .flags {
  display: flex;
  width: 100%;
  gap: 15px;
}
section.marketplaces-section .flags img {
  flex: 1 0 auto;
  margin: 5px;
}

section.button-section {
  padding: 0px;
  margin: 50px;
  text-align: center;
}
section.button-section a.button {
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block;
  font-size: 170%;
}

section.final-section {
  padding-top: 0px;
  padding-bottom: 50px;
  margin-bottom: 0px;
  text-align: left;
}
section.final-section h2 {
  text-transform: uppercase;
}
section.final-section hr {
  width: 120px;
  border-color: #50bc7d;
  margin-left: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
}
section.final-section .advantages-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
section.final-section .advantages-box .right {
  text-align: center;
}
section.final-section .checkmark {
  background-image: url(/cms/assets/amazon-fba-reimbursement/images/Checkmark-7d2d4bfc9933299c5e981d540a7688fc.svg);
  background-size: 20px 20px;
  background-position: 0px 5px;
  background-repeat: no-repeat;
  padding-left: 28px;
  font-size: 120%;
  text-align: left;
}

section.reasons {
  background-color: #fff1d6;
  background: url(/cms/assets/amazon-fba-reimbursement/images/GoldTexture-5a11051f3ac5a83a5648626295786ebd.webp);
  background-size: cover;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
section.reasons .checkmark {
  background-image: url(/cms/assets/amazon-fba-reimbursement/images/CheckmarkGray-0deb074963da18f4fa5993dac16251a9.svg);
  background-size: 24px 24px;
  background-position: 0px 5px;
  background-repeat: no-repeat;
  padding-left: 32px;
  font-size: 140%;
  padding-bottom: 4px;
}

section.reasons + section.button-section {
  margin-bottom: 0px;
}

.hp-reviews h1 {
  text-align: center;
}
.hp-reviews .switch-slide {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}
.hp-reviews .switch-slide > div {
  border: 2px solid white;
  border-radius: 12px;
  height: 12px;
  width: 12px;
  display: inline-block;
  cursor: pointer;
}
.hp-reviews .switch-slide > div.active {
  background: white;
}
.hp-reviews .slider-wrapper {
  overflow: hidden;
  width: 100%;
}
.hp-reviews .slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.hp-reviews .slider > div {
  min-width: 100%;
  box-sizing: border-box;
}
.hp-reviews .text-review-slide {
  background: whitesmoke;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px;
  position: relative;
  overflow: hidden;
}
.hp-reviews .text-review-slide .testimonial-name {
  margin-top: 6px;
  font-weight: bold;
  font-style: normal;
}
.hp-reviews .text-review-slide.text-review-jospeh {
  font-size: 80%;
}
.hp-reviews .text-review-slide.text-review-jospeh .slide-content > div {
  font-size: 140%;
}
.hp-reviews .text-review-slide.text-review-benjamin {
  font-size: 80%;
}
.hp-reviews .text-review-slide.text-review-benjamin .slide-content > div {
  font-size: 160%;
}
.hp-reviews .text-review-slide::after {
  content: "";
  position: absolute;
  top: 42px;
  right: 42px;
  background: url(/cms/assets/amazon-fba-reimbursement/images/IconQuote-0090e0927202150a18a1c36a5fb42936.svg) no-repeat;
  background-size: contain;
  width: 11%;
  min-width: 80px;
  height: 80px;
}
.hp-reviews .text-review-slide .stripes {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: url(/cms/assets/amazon-fba-reimbursement/images/StripesGrayCut-c2cca68345ff6590468a3e846cc9a3ae.svg) no-repeat;
  background-size: contain;
  max-height: 95%;
  max-width: 80%;
}
.hp-reviews .text-review-slide .slide-content {
  display: grid;
  grid-template-columns: 1fr 3.8fr;
  align-items: center;
  gap: 42px;
  z-index: 1;
}
.hp-reviews .text-review-slide .slide-content > img {
  width: 100%;
  border-radius: 150px;
}
.hp-reviews .text-review-slide .slide-content > div {
  font-style: italic;
  font-size: 160%;
}
.hp-reviews .text-review-slide .switch-slide > div {
  border-color: black;
}
.hp-reviews .text-review-slide .switch-slide > div.active {
  background-color: black;
}
.hp-reviews .youtube-review-slide {
  background: #323842;
  border-radius: 40px;
  padding: 42px;
  padding-bottom: 64px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.hp-reviews .youtube-review-slide .stars-rating {
  text-align: center;
}
.hp-reviews .youtube-review-slide .slide-content {
  display: grid;
  grid-template-columns: 2.4fr 3.6fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hp-reviews .youtube-review-slide .slide-content a,
.hp-reviews .youtube-review-slide .slide-content a:link,
.hp-reviews .youtube-review-slide .slide-content a:visited {
  color: white;
}
.hp-reviews .youtube-review-slide .slide-content .video-preview {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  height: 400px;
  position: relative;
  cursor: pointer;
}
.hp-reviews .youtube-review-slide .slide-content .video-preview .play-button {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: url(/cms/assets/amazon-fba-reimbursement/images/IconPlay-c445c2455a774f448f7d401316f70923.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.hp-reviews .youtube-review-slide .slide-content .video-preview iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.hp-reviews .youtube-review-slide .slide-content .video-preview img {
  flex-shrink: 0;
  min-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.hp-reviews .youtube-review-slide img.stripes {
  position: absolute;
  bottom: -25%;
  left: 64px;
  width: 35%;
}
.hp-reviews .stars-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-weight: bold;
  flex-wrap: wrap;
  font-size: 15px;
}
.hp-reviews .stars-rating img {
  width: 15%;
  min-width: 120px;
  margin-left: 2%;
  margin-right: 1%;
}
.hp-reviews .slide-1 {
  background: whitesmoke;
  border-radius: 40px;
  position: relative;
  padding: 42px;
  padding-bottom: 64px;
  display: flex;
  align-items: center;
}
.hp-reviews .slide-1 q {
  font-style: italic;
  font-size: 160%;
  margin-left: 12%;
  margin-right: 12%;
  display: block;
  margin-top: 24px;
  text-align: center;
}
.hp-reviews .slide-1 .reviewer-name {
  font-size: 160%;
  font-weight: bold;
  text-align: center;
  margin-top: 6px;
}
.hp-reviews .slide-1 img.reviewer {
  width: 12%;
  min-width: 120px;
  border-radius: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.hp-reviews .slide-1 .hp-review-bg {
  fill: #36A157;
}
.hp-reviews .slide-1 .hp-review-three-stripes {
  position: absolute;
  right: 64px;
  bottom: 42px;
  top: 42px;
  height: calc(100% - 84px);
  width: auto;
}
.hp-reviews .slide-1 .slide-1-content {
  position: relative;
  z-index: 1;
}

@media (max-width: 1400px) {
  body {
    font-size: 19px;
  }
}
@media (max-width: 1300px) {
  body {
    font-size: 18.5px;
  }

  section.comparaison .grid-table .grid-row {
    grid-template-columns: 1fr 1.2fr 0.5fr 0.5fr 0.8fr;
  }

  ul.checkmarks li {
    background-position-y: 7px;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 18px;
  }

  section.comparaison > .grid-table > .grid-row > .grid-col:last-child {
    display: none;
  }
  section.comparaison > .grid-table .grid-row {
    grid-template-columns: 1fr 1fr 0.6fr 0.6fr;
  }

  ul.checkmarks li {
    background-position-y: 6.5px;
  }

  section,
header {
    padding-left: 60px;
    padding-right: 60px;
  }

  section.green-border-section,
section.gray-section {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media (max-width: 1100px) {
  body {
    font-size: 17.5px;
  }

  section.teaser-block a.button {
    font-size: 145%;
  }

  ul.checkmarks li {
    background-position-y: 6px;
  }

  section.rating-comparison {
    grid-template-columns: 1fr;
    row-gap: 20px;
    justify-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }
  section.rating-comparison .rating {
    width: 350px;
    max-width: 100%;
  }
}
@media (max-width: 1000px) {
  body {
    font-size: 16px;
  }

  section.reasons .checkmark {
    background-position: 0px 3px;
  }

  ul.checkmarks li {
    background-position-y: 5px;
  }

  section.final-section .checkmark {
    background-position: 0px 2px;
  }

  section,
header {
    padding-left: 50px;
    padding-right: 50px;
  }

  section.green-border-section,
section.gray-section {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media (max-width: 950px) {
  section.green-border-section,
section.gray-section,
section.teaser-block {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 900px) {
  .mobile-scroll {
    overflow-y: scroll;
  }
  .mobile-scroll > div {
    width: 720px;
  }

  body {
    font-size: 15.5px;
  }

  ul.checkmarks li {
    background-position-y: 4px;
  }

  section.final-section .advantages-box {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 800px) {
  .teaser-block .left,
.teaser-block .right {
    text-align: center;
  }

  section.teaser-block .free-400-usd {
    margin-left: auto;
    margin-right: auto;
  }

  body {
    font-size: 16px;
  }

  section.comparaison > p,
section.comparaison > h2 {
    text-align: center;
  }
  section.comparaison > .grid-table > .grid-row > .grid-col:last-child {
    display: block;
  }
  section.comparaison > .grid-table .grid-row {
    grid-template-columns: 1fr;
  }
  section.comparaison .grid-table {
    border: none;
    margin-bottom: 0px;
    margin-top: 50px;
  }
  section.comparaison .grid-table .grid-row > div.grid-col:first-child {
    padding-left: 10px;
    padding-right: 10px;
  }
  section.comparaison.mobile-only .grid-table {
    border: none;
  }
  section.comparaison > .grid-table .grid-row.header-row:first-child {
    background-color: transparent;
  }

  section.review-section .reviews {
    grid-template-columns: 11fr;
    gap: 20px;
  }

  section.final-section > h2 {
    text-align: center;
  }

  section.comparaison .grid-table .grid-row > div.shopkeeper-header {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
  }

  section.comparaison .grid-table .grid-row > div.shopkeeper-header::before {
    background-position: center 5px;
  }

  section.comparaison .grid-table .grid-row {
    grid-template-columns: 0.9fr 1fr 0.6fr 0.7fr 0.7fr;
  }

  section.comparaison .grid-table .grid-row .crown::before {
    background-position: calc(100% - 10px) center;
  }

  .hp-reviews .text-review-slide .slide-content .stars-rating img {
    border-radius: 0px;
  }

  .hp-reviews .stars-rating img {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .hp-reviews .stars-rating {
    text-align: center;
    border-radius: 0px;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 120%;
  }
}
@media (max-width: 700px) {
  body {
    font-size: 15.5px;
  }
}
@media (max-width: 600px) {
  section {
    padding-left: 30px;
    padding-right: 30px;
  }

  section.button-section a.button {
    font-size: 135%;
  }

  .nobreak {
    white-space: break-spaces;
  }

  section,
header {
    padding-left: 30px;
    padding-right: 30px;
  }

  section.green-border-section,
section.gray-section {
    margin-left: 30px;
    margin-right: 30px;
    padding: 30px;
  }
}
@media (max-width: 850px) {
  section.marketplaces-section .flags {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  section.marketplaces-section .flags img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  section {
    padding-left: 20px;
    padding-right: 20px;
  }

  section.button-section a.button {
    padding-left: 20px;
    padding-right: 20px;
  }

  section,
header {
    padding-left: 20px;
    padding-right: 20px;
  }

  section.green-border-section,
section.gray-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  section.marketplaces-section .flags {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  section.marketplaces-section .flags img {
    width: 100%;
  }

  section.teaser-block h1 {
    font-size: 280%;
  }
}
@media (max-width: 400px) {
  body {
    font-size: 15px;
  }
}
/** hp reviews responsive **/
@media (max-width: 1100px) {
  .hp-reviews .youtube-review-slide .slide-content {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media (max-width: 800px) {
  .hp-reviews .text-review-slide .slide-content {
    grid-template-columns: 1fr;
  }
  .hp-reviews .text-review-slide .slide-content img {
    max-width: 220px;
    border-radius: 150px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 600px) {
  .hp-reviews h1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 550px) {
  .hp-reviews .youtube-review-slide .slide-content .video-preview {
    margin-left: -42px;
    margin-right: -42px;
    width: calc(100% + 84px);
    height: 280px;
  }
  .hp-reviews .text-review-slide .slide-content > img {
    max-width: 190px;
  }
  .hp-reviews .text-review-slide .slide-content > div {
    font-size: 120%;
  }
  .hp-reviews .text-review-slide.text-review-jospeh .slide-content > div {
    font-size: 110%;
  }
  .hp-reviews .text-review-slide.text-review-benjamin .slide-content > div {
    font-size: 130%;
  }
  .hp-reviews .text-review-slide .slide-content {
    gap: 30px;
  }
  .hp-reviews .text-review-slide::after {
    min-width: 60px;
  }
  .hp-reviews .slide-1 q {
    font-size: 130%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 375px) {
  body {
    zoom: 0.9;
  }
}
@media (max-width: 330px) {
  body {
    zoom: 0.8;
  }
}
footer {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  background: #1C1F25;
  padding: 42px;
  padding-top: 80px;
  padding-left: 100px;
  padding-right: 100px;
  flex-direction: column;
  height: auto;
  font-size: 14px;
}
footer h4 {
  color: #50bc7d;
  margin-bottom: 12px;
}
footer .footer-infos {
  border-bottom: 1px solid #50bc7d;
  display: grid;
  grid-template-columns: 5.2fr 3.8fr 2fr 4.5fr;
  gap: 69px;
  padding-bottom: 42px;
}
footer .footer-infos h4 {
  font-weight: normal;
  font-size: 28px;
}
footer .footer-infos .about a,
footer .footer-infos .about a:link,
footer .footer-infos .about a:visited {
  color: #50bc7d;
}
footer .footer-infos .contact-us a,
footer .footer-infos .contact-us a:link,
footer .footer-infos .contact-us a:visited {
  color: white;
}
footer .footer-infos .contact-us .learn-more {
  display: block;
  margin-top: 30px;
}
footer .footer-infos .contact-us .social-media-links {
  margin-top: 20px;
  display: flex;
  gap: 16px;
}
footer .footer-infos .contact-us .social-media-links img {
  width: 24px;
}
footer .footer-infos .links a,
footer .footer-infos .links a:link,
footer .footer-infos .links a:visited,
footer .footer-infos .resources a,
footer .footer-infos .resources a:link,
footer .footer-infos .resources a:visited {
  color: white;
  display: block;
  margin-bottom: 6px;
}
footer .footer-infos .links a:last-child,
footer .footer-infos .resources a:last-child {
  margin-bottom: 0px;
}
footer .copyright-and-disclaimer {
  display: grid;
  padding-top: 42px;
  grid-template-columns: 1fr 1.5fr;
  gap: 16px;
}
footer .copyright-and-disclaimer .disclaimer {
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 1500px) {
  footer {
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  footer {
    padding-left: 85px;
    padding-right: 85px;
  }
}
@media (max-width: 1500px) {
  footer {
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  footer {
    padding-left: 80px;
    padding-right: 80px;
  }
  footer .copyright-and-disclaimer {
    grid-template-columns: 1fr;
  }
  footer .copyright-and-disclaimer .disclaimer {
    text-align: left;
  }
}
@media (max-width: 1100px) {
  footer .footer-infos {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 800px) {
  footer .copyright-and-disclaimer .disclaimer {
    white-space: wrap;
  }
}
@media (max-width: 700px) {
  footer .footer-infos > :first-child,
footer .footer-infos > :nth-child(2) {
    grid-column: span 2;
  }
}
@media (max-width: 550px) {
  footer {
    padding: 30px;
  }
  footer .footer-infos {
    gap: 30px;
  }
}
@media (max-width: 550px) {
  footer .footer-infos {
    grid-template-columns: 1fr;
  }

  footer .footer-infos > :first-child,
footer .footer-infos > :nth-child(2) {
    grid-column: span 1;
  }
}