/*** CONFLUENCE ***/
.page-content {
  font-size: 14px;
}
.page-content h2 {
  font-size: 250%;
}
.page-content a:target + h2 {
  color: #50bc7d;
}

ul.bullet-list {
  margin-left: 25px;
}

.img-layout-center {
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.container-img-layout-wrap-left {
  float: left;
}

.ratio-16x9 {
  position: relative;
  width: 100%;
}

.ratio-16x9::before {
  content: "";
  display: block;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
}

.ratio-16x9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-card {
  font-size: 14px;
}

table.table {
  border-collapse: collapse;
  border: 1px solid #cfcfcf;
}
table.table th,
table.table td {
  border: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: left;
}
table.table th {
  background-color: #50bc7d;
  color: white;
}
table.table tr:nth-child(2n) {
  background: #F4F4F4;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}

.toc {
  list-style-type: none;
  font-size: 18px;
  border-radius: 12px;
}
.toc > li {
  font-weight: bold;
}
.toc ol {
  counter-reset: section;
  list-style-type: none;
}
.toc ol li {
  font-weight: normal;
}
.toc ol li::before {
  counter-increment: section;
  content: counters(section, ".");
}

.toc {
  width: 350px;
  float: left;
  margin: 0 0 20px 0;
  margin-right: 40px;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  text-align: left;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.toc::before {
  content: "Table of Contents";
  padding: 8px 20px;
  display: block;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  background: #50bc7d;
}
.toc::-webkit-scrollbar {
  display: none;
}
.toc li:nth-child(2n) {
  background-color: #F4F4F4;
}
.toc li {
  padding: 0;
  background-color: #fff;
}
.toc li:first-of-type {
  border: none;
}
.toc li:hover {
  background-color: #72cb93;
}
.toc li:hover a {
  color: #fff;
}
.toc li.active {
  background-color: #72cb93;
}
.toc li.active a {
  color: #fff;
  font-weight: bold;
}
.toc a,
.toc a:link,
.toc a:visited {
  display: block;
  padding: 12px 18px 14px 18px;
  text-decoration: none;
  font-weight: 400;
  color: #414854;
  cursor: pointer;
}

.toc + a.anchor + h1,
.toc + a.anchor + h2,
.toc + a.anchor + h3 {
  margin-top: -20px;
}

@media (min-width: 900px) {
  .toc ~ * {
    margin-left: 430px;
  }

  .toc ~ .ratio-16x9 {
    max-width: calc(100% - 430px);
  }

  .toc ~ ul.bullet-list {
    margin-left: 450px;
  }

  .toc {
    position: sticky;
    float: left;
    top: 20px;
    max-height: calc(100vh/var(--zoom-factor) - 20px);
    overflow-y: scroll;
    z-index: 2;
  }
  .toc > li:last-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 900px) {
  .toc {
    width: 100%;
    box-sizing: border-box;
  }
}
/* Default confluence styles assuming a bootstrap 5 framework
@import "bootstrap/scss/functions";
@import "bootstrap/scss/variables";
@import "bootstrap/scss/variables-dark";
@import "bootstrap/scss/maps";
@import "bootstrap/scss/mixins";

// Optional: Include Bootstrap's optional "utilities" here if needed
@import "node_modules/bootstrap/scss/utilities";

// Bootstrap Components
@import "bootstrap/scss/root";
@import "bootstrap/scss/reboot";
@import "bootstrap/scss/type";
@import "bootstrap/scss/images";
@import "bootstrap/scss/containers";
@import "bootstrap/scss/grid";
 */
.img-fluid {
  height: auto;
  max-width: 100%;
}

.text-bold {
  font-weight: bold;
}

.text-italic {
  font-style: italic;
}

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

.text-indent-1 {
  text-indent: 40px;
}

.text-indent-2 {
  text-indent: 80px;
}

.text-indent-3 {
  text-indent: 120px;
}

.text-indent-4 {
  text-indent: 160px;
}

.text-indent-5 {
  text-indent: 200px;
}

.text-indent-6 {
  text-indent: 240px;
}

.text-indent-7 {
  text-indent: 280px;
}

.text-indent-8 {
  text-indent: 320px;
}

.text-indent-9 {
  text-indent: 360px;
}

.text-indent-10 {
  text-indent: 400px;
}

.text-indent-11 {
  text-indent: 440px;
}

.text-indent-12 {
  text-indent: 480px;
}

.text-indent-13 {
  text-indent: 520px;
}

.text-indent-14 {
  text-indent: 560px;
}

.text-indent-15 {
  text-indent: 600px;
}

.text-indent-16 {
  text-indent: 640px;
}

.text-indent-17 {
  text-indent: 680px;
}

.text-indent-18 {
  text-indent: 720px;
}

.text-indent-19 {
  text-indent: 760px;
}

.text-indent-20 {
  text-indent: 800px;
}

.text-blue {
  color: blue;
}

.text-teal {
  color: teal;
}

.text-green {
  color: green;
}

.text-yellow {
  color: yellow;
}

.text-red {
  color: red;
}

.text-purple {
  color: purple;
}

.img-layout-width-1 {
  max-width: 24px;
  min-width: 24px;
}

.img-layout-width-2 {
  max-width: 24px;
  min-width: 24px;
}

.img-layout-width-3 {
  max-width: 24px;
  min-width: 24px;
}

.img-layout-width-4 {
  max-width: 24px;
  min-width: 24px;
}

.img-layout-width-5 {
  max-width: 24px;
  min-width: 24px;
}

.img-layout-width-6 {
  max-width: 24px;
  min-width: 24px;
}

.img-layout-width-7 {
  max-width: 24px;
  min-width: 24px;
}

.img-layout-width-8 {
  max-width: calc(8 * 1%);
  min-width: calc(8 * 1%);
}

.img-layout-width-9 {
  max-width: calc(9 * 1%);
  min-width: calc(9 * 1%);
}

.img-layout-width-10 {
  max-width: calc(10 * 1%);
  min-width: calc(10 * 1%);
}

.img-layout-width-11 {
  max-width: calc(11 * 1%);
  min-width: calc(11 * 1%);
}

.img-layout-width-12 {
  max-width: calc(12 * 1%);
  min-width: calc(12 * 1%);
}

.img-layout-width-13 {
  max-width: calc(13 * 1%);
  min-width: calc(13 * 1%);
}

.img-layout-width-14 {
  max-width: calc(14 * 1%);
  min-width: calc(14 * 1%);
}

.img-layout-width-15 {
  max-width: calc(15 * 1%);
  min-width: calc(15 * 1%);
}

.img-layout-width-16 {
  max-width: calc(16 * 1%);
  min-width: calc(16 * 1%);
}

.img-layout-width-17 {
  max-width: calc(17 * 1%);
  min-width: calc(17 * 1%);
}

.img-layout-width-18 {
  max-width: calc(18 * 1%);
  min-width: calc(18 * 1%);
}

.img-layout-width-19 {
  max-width: calc(19 * 1%);
  min-width: calc(19 * 1%);
}

.img-layout-width-20 {
  max-width: calc(20 * 1%);
  min-width: calc(20 * 1%);
}

.img-layout-width-21 {
  max-width: calc(21 * 1%);
  min-width: calc(21 * 1%);
}

.img-layout-width-22 {
  max-width: calc(22 * 1%);
  min-width: calc(22 * 1%);
}

.img-layout-width-23 {
  max-width: calc(23 * 1%);
  min-width: calc(23 * 1%);
}

.img-layout-width-24 {
  max-width: calc(24 * 1%);
  min-width: calc(24 * 1%);
}

.img-layout-width-25 {
  max-width: calc(25 * 1%);
  min-width: calc(25 * 1%);
}

.img-layout-width-26 {
  max-width: calc(26 * 1%);
  min-width: calc(26 * 1%);
}

.img-layout-width-27 {
  max-width: calc(27 * 1%);
  min-width: calc(27 * 1%);
}

.img-layout-width-28 {
  max-width: calc(28 * 1%);
  min-width: calc(28 * 1%);
}

.img-layout-width-29 {
  max-width: calc(29 * 1%);
  min-width: calc(29 * 1%);
}

.img-layout-width-30 {
  max-width: calc(30 * 1%);
  min-width: calc(30 * 1%);
}

.img-layout-width-31 {
  max-width: calc(31 * 1%);
  min-width: calc(31 * 1%);
}

.img-layout-width-32 {
  max-width: calc(32 * 1%);
  min-width: calc(32 * 1%);
}

.img-layout-width-33 {
  max-width: calc(33 * 1%);
  min-width: calc(33 * 1%);
}

.img-layout-width-34 {
  max-width: calc(34 * 1%);
  min-width: calc(34 * 1%);
}

.img-layout-width-35 {
  max-width: calc(35 * 1%);
  min-width: calc(35 * 1%);
}

.img-layout-width-36 {
  max-width: calc(36 * 1%);
  min-width: calc(36 * 1%);
}

.img-layout-width-37 {
  max-width: calc(37 * 1%);
  min-width: calc(37 * 1%);
}

.img-layout-width-38 {
  max-width: calc(38 * 1%);
  min-width: calc(38 * 1%);
}

.img-layout-width-39 {
  max-width: calc(39 * 1%);
  min-width: calc(39 * 1%);
}

.img-layout-width-40 {
  max-width: calc(40 * 1%);
  min-width: calc(40 * 1%);
}

.img-layout-width-41 {
  max-width: calc(41 * 1%);
  min-width: calc(41 * 1%);
}

.img-layout-width-42 {
  max-width: calc(42 * 1%);
  min-width: calc(42 * 1%);
}

.img-layout-width-43 {
  max-width: calc(43 * 1%);
  min-width: calc(43 * 1%);
}

.img-layout-width-44 {
  max-width: calc(44 * 1%);
  min-width: calc(44 * 1%);
}

.img-layout-width-45 {
  max-width: calc(45 * 1%);
  min-width: calc(45 * 1%);
}

.img-layout-width-46 {
  max-width: calc(46 * 1%);
  min-width: calc(46 * 1%);
}

.img-layout-width-47 {
  max-width: calc(47 * 1%);
  min-width: calc(47 * 1%);
}

.img-layout-width-48 {
  max-width: calc(48 * 1%);
  min-width: calc(48 * 1%);
}

.img-layout-width-49 {
  max-width: calc(49 * 1%);
  min-width: calc(49 * 1%);
}

.img-layout-width-50 {
  max-width: calc(50 * 1%);
  min-width: calc(50 * 1%);
}

.img-layout-width-51 {
  max-width: calc(51 * 1%);
  min-width: calc(51 * 1%);
}

.img-layout-width-52 {
  max-width: calc(52 * 1%);
  min-width: calc(52 * 1%);
}

.img-layout-width-53 {
  max-width: calc(53 * 1%);
  min-width: calc(53 * 1%);
}

.img-layout-width-54 {
  max-width: calc(54 * 1%);
  min-width: calc(54 * 1%);
}

.img-layout-width-55 {
  max-width: calc(55 * 1%);
  min-width: calc(55 * 1%);
}

.img-layout-width-56 {
  max-width: calc(56 * 1%);
  min-width: calc(56 * 1%);
}

.img-layout-width-57 {
  max-width: calc(57 * 1%);
  min-width: calc(57 * 1%);
}

.img-layout-width-58 {
  max-width: calc(58 * 1%);
  min-width: calc(58 * 1%);
}

.img-layout-width-59 {
  max-width: calc(59 * 1%);
  min-width: calc(59 * 1%);
}

.img-layout-width-60 {
  max-width: calc(60 * 1%);
  min-width: calc(60 * 1%);
}

.img-layout-width-61 {
  max-width: calc(61 * 1%);
  min-width: calc(61 * 1%);
}

.img-layout-width-62 {
  max-width: calc(62 * 1%);
  min-width: calc(62 * 1%);
}

.img-layout-width-63 {
  max-width: calc(63 * 1%);
  min-width: calc(63 * 1%);
}

.img-layout-width-64 {
  max-width: calc(64 * 1%);
  min-width: calc(64 * 1%);
}

.img-layout-width-65 {
  max-width: calc(65 * 1%);
  min-width: calc(65 * 1%);
}

.img-layout-width-66 {
  max-width: calc(66 * 1%);
  min-width: calc(66 * 1%);
}

.img-layout-width-67 {
  max-width: calc(67 * 1%);
  min-width: calc(67 * 1%);
}

.img-layout-width-68 {
  max-width: calc(68 * 1%);
  min-width: calc(68 * 1%);
}

.img-layout-width-69 {
  max-width: calc(69 * 1%);
  min-width: calc(69 * 1%);
}

.img-layout-width-70 {
  max-width: calc(70 * 1%);
  min-width: calc(70 * 1%);
}

.img-layout-width-71 {
  max-width: calc(71 * 1%);
  min-width: calc(71 * 1%);
}

.img-layout-width-72 {
  max-width: calc(72 * 1%);
  min-width: calc(72 * 1%);
}

.img-layout-width-73 {
  max-width: calc(73 * 1%);
  min-width: calc(73 * 1%);
}

.img-layout-width-74 {
  max-width: calc(74 * 1%);
  min-width: calc(74 * 1%);
}

.img-layout-width-75 {
  max-width: calc(75 * 1%);
  min-width: calc(75 * 1%);
}

.img-layout-width-76 {
  max-width: calc(76 * 1%);
  min-width: calc(76 * 1%);
}

.img-layout-width-77 {
  max-width: calc(77 * 1%);
  min-width: calc(77 * 1%);
}

.img-layout-width-78 {
  max-width: calc(78 * 1%);
  min-width: calc(78 * 1%);
}

.img-layout-width-79 {
  max-width: calc(79 * 1%);
  min-width: calc(79 * 1%);
}

.img-layout-width-80 {
  max-width: calc(80 * 1%);
  min-width: calc(80 * 1%);
}

.img-layout-width-81 {
  max-width: calc(81 * 1%);
  min-width: calc(81 * 1%);
}

.img-layout-width-82 {
  max-width: calc(82 * 1%);
  min-width: calc(82 * 1%);
}

.img-layout-width-83 {
  max-width: calc(83 * 1%);
  min-width: calc(83 * 1%);
}

.img-layout-width-84 {
  max-width: calc(84 * 1%);
  min-width: calc(84 * 1%);
}

.img-layout-width-85 {
  max-width: calc(85 * 1%);
  min-width: calc(85 * 1%);
}

.img-layout-width-86 {
  max-width: calc(86 * 1%);
  min-width: calc(86 * 1%);
}

.img-layout-width-87 {
  max-width: calc(87 * 1%);
  min-width: calc(87 * 1%);
}

.img-layout-width-88 {
  max-width: calc(88 * 1%);
  min-width: calc(88 * 1%);
}

.img-layout-width-89 {
  max-width: calc(89 * 1%);
  min-width: calc(89 * 1%);
}

.img-layout-width-90 {
  max-width: calc(90 * 1%);
  min-width: calc(90 * 1%);
}

.img-layout-width-91 {
  max-width: calc(91 * 1%);
  min-width: calc(91 * 1%);
}

.img-layout-width-92 {
  max-width: calc(92 * 1%);
  min-width: calc(92 * 1%);
}

.img-layout-width-93 {
  max-width: calc(93 * 1%);
  min-width: calc(93 * 1%);
}

.img-layout-width-94 {
  max-width: calc(94 * 1%);
  min-width: calc(94 * 1%);
}

.img-layout-width-95 {
  max-width: calc(95 * 1%);
  min-width: calc(95 * 1%);
}

.img-layout-width-96 {
  max-width: calc(96 * 1%);
  min-width: calc(96 * 1%);
}

.img-layout-width-97 {
  max-width: calc(97 * 1%);
  min-width: calc(97 * 1%);
}

.img-layout-width-98 {
  max-width: calc(98 * 1%);
  min-width: calc(98 * 1%);
}

.img-layout-width-99 {
  max-width: calc(99 * 1%);
  min-width: calc(99 * 1%);
}

.img-layout-width-100 {
  max-width: calc(100 * 1%);
  min-width: calc(100 * 1%);
}

.img-layout-wide {
  max-width: calc(100% + 10vw);
  min-width: calc(100% + 10vw);
  position: relative;
  left: -5vw;
}

.img-layout-full-width {
  max-width: 100vw;
  min-width: 100vw;
  position: relative;
  left: calc(-1 * (50vw - 50%));
}

.img-layout-align-start {
  display: block;
}

.img-layout-wrap-left {
  float: left;
  margin-right: 5px;
  position: relative;
  top: 4px;
}

.img-layout-wrap-right {
  float: right;
  margin-left: 5px;
  position: relative;
  top: 4px;
}

.container-img-layout-wrap-right {
  padding-bottom: 20px;
}
.container-img-layout-wrap-right:after {
  content: "";
  clear: both;
  display: table;
}

body > .container > center > img {
  margin-bottom: 20px;
}

body > .container > img {
  margin-bottom: 20px;
}

table {
  width: 100%;
}
table th,
table td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
table th img,
table th .img-layout-wrap-left,
table td img,
table td .img-layout-wrap-left {
  position: relative;
  top: -3px;
  float: none;
  margin-right: 2px;
}
table th .img-layout-wrap-right,
table td .img-layout-wrap-right {
  float: right;
}
table th {
  padding: 10px 20px 10px 20px;
  text-align: center;
}
table p {
  display: inline;
  margin-bottom: 0px;
}
table p.text-center, table p.text-end {
  display: block;
}

.blockquote {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

code {
  display: block;
  padding: 10px 10px 10px 0px;
  background-color: gray;
  border: 1px solid darkgray;
}

a.anchor {
  position: relative;
  top: calc(-50vh + 10px) !important;
}

/*** SEARCH ***/
.search-results {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.search-results .search-block .title {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.search-results .search-block .description {
  color: #414854;
}

/*** FONTS ***/
@font-face {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 700;
  src: url(/cms/assets/homepage2024/Metropolis-Bold-939ff4d7076a6582a6ac7fa66a9371e7.woff2) format("woff2");
}
@font-face {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 500;
  src: url(/cms/assets/homepage2024/Metropolis-Medium-7efe719736c8158f33f17d1c6ad39c37.woff2) format("woff2");
}
@font-face {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: 400;
  src: url(/cms/assets/homepage2024/Metropolis-Regular-a887889d5227e01853c684a76376087e.woff2) format("woff2");
}
@font-face {
  font-family: "Alternate-Gothic";
  font-style: normal;
  font-weight: 400;
  src: url(/cms/assets/Alternate-Gothic-No2-BT-650ff04f60e9dacdc8b8a994b13d6db7.woff) format("woff2");
}
/* Default confluence styles assuming a bootstrap 5 framework */
.text-bold {
  font-weight: bold;
}

.text-italic {
  font-style: italic;
}

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

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

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

.text-indent-1 {
  text-indent: 40px;
}

.text-indent-2 {
  text-indent: 80px;
}

.text-indent-3 {
  text-indent: 120px;
}

.text-indent-4 {
  text-indent: 160px;
}

.text-indent-5 {
  text-indent: 200px;
}

.text-indent-6 {
  text-indent: 240px;
}

.text-indent-7 {
  text-indent: 280px;
}

.text-indent-8 {
  text-indent: 320px;
}

.text-indent-9 {
  text-indent: 360px;
}

.text-indent-10 {
  text-indent: 400px;
}

.text-indent-11 {
  text-indent: 440px;
}

.text-indent-12 {
  text-indent: 480px;
}

.text-indent-13 {
  text-indent: 520px;
}

.text-indent-14 {
  text-indent: 560px;
}

.text-indent-15 {
  text-indent: 600px;
}

.text-indent-16 {
  text-indent: 640px;
}

.text-indent-17 {
  text-indent: 680px;
}

.text-indent-18 {
  text-indent: 720px;
}

.text-indent-19 {
  text-indent: 760px;
}

.text-indent-20 {
  text-indent: 800px;
}

.text-blue {
  color: blue;
}

.text-teal {
  color: teal;
}

.text-green {
  color: green;
}

.text-yellow {
  color: yellow;
}

.text-red {
  color: red;
}

.text-purple {
  color: purple;
}

.img-layout-width-1 {
  max-width: 24px;
  min-width: 24px;
}

.img-layout-width-2 {
  max-width: 24px;
  min-width: 24px;
}

.img-layout-width-3 {
  max-width: 24px;
  min-width: 24px;
}

.img-layout-width-4 {
  max-width: 24px;
  min-width: 24px;
}

.img-layout-width-5 {
  max-width: 24px;
  min-width: 24px;
}

.img-layout-width-6 {
  max-width: 24px;
  min-width: 24px;
}

.img-layout-width-7 {
  max-width: 24px;
  min-width: 24px;
}

.img-layout-width-8 {
  max-width: calc(8 * 1%);
  min-width: calc(8 * 1%);
}

.img-layout-width-9 {
  max-width: calc(9 * 1%);
  min-width: calc(9 * 1%);
}

.img-layout-width-10 {
  max-width: calc(10 * 1%);
  min-width: calc(10 * 1%);
}

.img-layout-width-11 {
  max-width: calc(11 * 1%);
  min-width: calc(11 * 1%);
}

.img-layout-width-12 {
  max-width: calc(12 * 1%);
  min-width: calc(12 * 1%);
}

.img-layout-width-13 {
  max-width: calc(13 * 1%);
  min-width: calc(13 * 1%);
}

.img-layout-width-14 {
  max-width: calc(14 * 1%);
  min-width: calc(14 * 1%);
}

.img-layout-width-15 {
  max-width: calc(15 * 1%);
  min-width: calc(15 * 1%);
}

.img-layout-width-16 {
  max-width: calc(16 * 1%);
  min-width: calc(16 * 1%);
}

.img-layout-width-17 {
  max-width: calc(17 * 1%);
  min-width: calc(17 * 1%);
}

.img-layout-width-18 {
  max-width: calc(18 * 1%);
  min-width: calc(18 * 1%);
}

.img-layout-width-19 {
  max-width: calc(19 * 1%);
  min-width: calc(19 * 1%);
}

.img-layout-width-20 {
  max-width: calc(20 * 1%);
  min-width: calc(20 * 1%);
}

.img-layout-width-21 {
  max-width: calc(21 * 1%);
  min-width: calc(21 * 1%);
}

.img-layout-width-22 {
  max-width: calc(22 * 1%);
  min-width: calc(22 * 1%);
}

.img-layout-width-23 {
  max-width: calc(23 * 1%);
  min-width: calc(23 * 1%);
}

.img-layout-width-24 {
  max-width: calc(24 * 1%);
  min-width: calc(24 * 1%);
}

.img-layout-width-25 {
  max-width: calc(25 * 1%);
  min-width: calc(25 * 1%);
}

.img-layout-width-26 {
  max-width: calc(26 * 1%);
  min-width: calc(26 * 1%);
}

.img-layout-width-27 {
  max-width: calc(27 * 1%);
  min-width: calc(27 * 1%);
}

.img-layout-width-28 {
  max-width: calc(28 * 1%);
  min-width: calc(28 * 1%);
}

.img-layout-width-29 {
  max-width: calc(29 * 1%);
  min-width: calc(29 * 1%);
}

.img-layout-width-30 {
  max-width: calc(30 * 1%);
  min-width: calc(30 * 1%);
}

.img-layout-width-31 {
  max-width: calc(31 * 1%);
  min-width: calc(31 * 1%);
}

.img-layout-width-32 {
  max-width: calc(32 * 1%);
  min-width: calc(32 * 1%);
}

.img-layout-width-33 {
  max-width: calc(33 * 1%);
  min-width: calc(33 * 1%);
}

.img-layout-width-34 {
  max-width: calc(34 * 1%);
  min-width: calc(34 * 1%);
}

.img-layout-width-35 {
  max-width: calc(35 * 1%);
  min-width: calc(35 * 1%);
}

.img-layout-width-36 {
  max-width: calc(36 * 1%);
  min-width: calc(36 * 1%);
}

.img-layout-width-37 {
  max-width: calc(37 * 1%);
  min-width: calc(37 * 1%);
}

.img-layout-width-38 {
  max-width: calc(38 * 1%);
  min-width: calc(38 * 1%);
}

.img-layout-width-39 {
  max-width: calc(39 * 1%);
  min-width: calc(39 * 1%);
}

.img-layout-width-40 {
  max-width: calc(40 * 1%);
  min-width: calc(40 * 1%);
}

.img-layout-width-41 {
  max-width: calc(41 * 1%);
  min-width: calc(41 * 1%);
}

.img-layout-width-42 {
  max-width: calc(42 * 1%);
  min-width: calc(42 * 1%);
}

.img-layout-width-43 {
  max-width: calc(43 * 1%);
  min-width: calc(43 * 1%);
}

.img-layout-width-44 {
  max-width: calc(44 * 1%);
  min-width: calc(44 * 1%);
}

.img-layout-width-45 {
  max-width: calc(45 * 1%);
  min-width: calc(45 * 1%);
}

.img-layout-width-46 {
  max-width: calc(46 * 1%);
  min-width: calc(46 * 1%);
}

.img-layout-width-47 {
  max-width: calc(47 * 1%);
  min-width: calc(47 * 1%);
}

.img-layout-width-48 {
  max-width: calc(48 * 1%);
  min-width: calc(48 * 1%);
}

.img-layout-width-49 {
  max-width: calc(49 * 1%);
  min-width: calc(49 * 1%);
}

.img-layout-width-50 {
  max-width: calc(50 * 1%);
  min-width: calc(50 * 1%);
}

.img-layout-width-51 {
  max-width: calc(51 * 1%);
  min-width: calc(51 * 1%);
}

.img-layout-width-52 {
  max-width: calc(52 * 1%);
  min-width: calc(52 * 1%);
}

.img-layout-width-53 {
  max-width: calc(53 * 1%);
  min-width: calc(53 * 1%);
}

.img-layout-width-54 {
  max-width: calc(54 * 1%);
  min-width: calc(54 * 1%);
}

.img-layout-width-55 {
  max-width: calc(55 * 1%);
  min-width: calc(55 * 1%);
}

.img-layout-width-56 {
  max-width: calc(56 * 1%);
  min-width: calc(56 * 1%);
}

.img-layout-width-57 {
  max-width: calc(57 * 1%);
  min-width: calc(57 * 1%);
}

.img-layout-width-58 {
  max-width: calc(58 * 1%);
  min-width: calc(58 * 1%);
}

.img-layout-width-59 {
  max-width: calc(59 * 1%);
  min-width: calc(59 * 1%);
}

.img-layout-width-60 {
  max-width: calc(60 * 1%);
  min-width: calc(60 * 1%);
}

.img-layout-width-61 {
  max-width: calc(61 * 1%);
  min-width: calc(61 * 1%);
}

.img-layout-width-62 {
  max-width: calc(62 * 1%);
  min-width: calc(62 * 1%);
}

.img-layout-width-63 {
  max-width: calc(63 * 1%);
  min-width: calc(63 * 1%);
}

.img-layout-width-64 {
  max-width: calc(64 * 1%);
  min-width: calc(64 * 1%);
}

.img-layout-width-65 {
  max-width: calc(65 * 1%);
  min-width: calc(65 * 1%);
}

.img-layout-width-66 {
  max-width: calc(66 * 1%);
  min-width: calc(66 * 1%);
}

.img-layout-width-67 {
  max-width: calc(67 * 1%);
  min-width: calc(67 * 1%);
}

.img-layout-width-68 {
  max-width: calc(68 * 1%);
  min-width: calc(68 * 1%);
}

.img-layout-width-69 {
  max-width: calc(69 * 1%);
  min-width: calc(69 * 1%);
}

.img-layout-width-70 {
  max-width: calc(70 * 1%);
  min-width: calc(70 * 1%);
}

.img-layout-width-71 {
  max-width: calc(71 * 1%);
  min-width: calc(71 * 1%);
}

.img-layout-width-72 {
  max-width: calc(72 * 1%);
  min-width: calc(72 * 1%);
}

.img-layout-width-73 {
  max-width: calc(73 * 1%);
  min-width: calc(73 * 1%);
}

.img-layout-width-74 {
  max-width: calc(74 * 1%);
  min-width: calc(74 * 1%);
}

.img-layout-width-75 {
  max-width: calc(75 * 1%);
  min-width: calc(75 * 1%);
}

.img-layout-width-76 {
  max-width: calc(76 * 1%);
  min-width: calc(76 * 1%);
}

.img-layout-width-77 {
  max-width: calc(77 * 1%);
  min-width: calc(77 * 1%);
}

.img-layout-width-78 {
  max-width: calc(78 * 1%);
  min-width: calc(78 * 1%);
}

.img-layout-width-79 {
  max-width: calc(79 * 1%);
  min-width: calc(79 * 1%);
}

.img-layout-width-80 {
  max-width: calc(80 * 1%);
  min-width: calc(80 * 1%);
}

.img-layout-width-81 {
  max-width: calc(81 * 1%);
  min-width: calc(81 * 1%);
}

.img-layout-width-82 {
  max-width: calc(82 * 1%);
  min-width: calc(82 * 1%);
}

.img-layout-width-83 {
  max-width: calc(83 * 1%);
  min-width: calc(83 * 1%);
}

.img-layout-width-84 {
  max-width: calc(84 * 1%);
  min-width: calc(84 * 1%);
}

.img-layout-width-85 {
  max-width: calc(85 * 1%);
  min-width: calc(85 * 1%);
}

.img-layout-width-86 {
  max-width: calc(86 * 1%);
  min-width: calc(86 * 1%);
}

.img-layout-width-87 {
  max-width: calc(87 * 1%);
  min-width: calc(87 * 1%);
}

.img-layout-width-88 {
  max-width: calc(88 * 1%);
  min-width: calc(88 * 1%);
}

.img-layout-width-89 {
  max-width: calc(89 * 1%);
  min-width: calc(89 * 1%);
}

.img-layout-width-90 {
  max-width: calc(90 * 1%);
  min-width: calc(90 * 1%);
}

.img-layout-width-91 {
  max-width: calc(91 * 1%);
  min-width: calc(91 * 1%);
}

.img-layout-width-92 {
  max-width: calc(92 * 1%);
  min-width: calc(92 * 1%);
}

.img-layout-width-93 {
  max-width: calc(93 * 1%);
  min-width: calc(93 * 1%);
}

.img-layout-width-94 {
  max-width: calc(94 * 1%);
  min-width: calc(94 * 1%);
}

.img-layout-width-95 {
  max-width: calc(95 * 1%);
  min-width: calc(95 * 1%);
}

.img-layout-width-96 {
  max-width: calc(96 * 1%);
  min-width: calc(96 * 1%);
}

.img-layout-width-97 {
  max-width: calc(97 * 1%);
  min-width: calc(97 * 1%);
}

.img-layout-width-98 {
  max-width: calc(98 * 1%);
  min-width: calc(98 * 1%);
}

.img-layout-width-99 {
  max-width: calc(99 * 1%);
  min-width: calc(99 * 1%);
}

.img-layout-width-100 {
  max-width: calc(100 * 1%);
  min-width: calc(100 * 1%);
}

.img-layout-wide {
  max-width: calc(100% + 10vw);
  min-width: calc(100% + 10vw);
  position: relative;
  left: -5vw;
}

.img-layout-full-width {
  max-width: 100vw;
  min-width: 100vw;
  position: relative;
  left: calc(-1 * (50vw - 50%));
}

.img-layout-align-start {
  display: block;
}

.img-layout-wrap-left {
  float: left;
  margin-right: 5px;
  position: relative;
  top: 4px;
}

.img-layout-wrap-right {
  float: right;
  margin-left: 5px;
  position: relative;
  top: 4px;
}

.container-img-layout-wrap-right {
  padding-bottom: 20px;
}
.container-img-layout-wrap-right:after {
  content: "";
  clear: both;
  display: table;
}

body > .container > center > img {
  margin-bottom: 20px;
}

body > .container > img {
  margin-bottom: 20px;
}

table {
  width: 100%;
}
table th, table td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
table th img, table th .img-layout-wrap-left, table td img, table td .img-layout-wrap-left {
  position: relative;
  top: -3px;
  float: none;
  margin-right: 2px;
}
table th .img-layout-wrap-right, table td .img-layout-wrap-right {
  float: right;
}
table th {
  padding: 10px 20px 10px 20px;
  text-align: center;
}
table p {
  display: inline;
  margin-bottom: 0px;
}
table p.text-center, table p.text-end {
  display: block;
}

.blockquote {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

code {
  display: block;
  padding: 10px 10px 10px 0px;
  background-color: gray;
  border: 1px solid darkgray;
}

a.anchor {
  position: relative;
  top: -30px;
}

/*** DEFAULT STYLES USED ON ALL PAGES ***/
html,
body {
  margin: 0px;
  padding: 0px;
  text-rendering: geometricPrecision;
}

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

:root {
  --zoom-factor: 1;
}

a,
a:link,
a:visited {
  text-decoration: none;
  color: #50bc7d;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

a.button {
  background: #50bc7d;
  color: white;
  border-radius: 8px;
  padding-left: 42px;
  padding-right: 42px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-weight: bold;
  font-size: 165%;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

ul {
  padding-left: 0px;
}

hr {
  border-color: #50bc7d;
  margin-top: 50px;
  margin-bottom: 50px;
}

article {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

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

.nobreak {
  white-space: nowrap;
}

form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
form .form-field {
  display: block;
}
form label {
  display: block;
  margin-bottom: 5px;
}
form input,
form textarea,
form select {
  border: 1px solid green;
  border-radius: 26px;
  padding: 15px;
  font-size: inherit;
  font-family: inherit;
  box-sizing: border-box;
}
form input:focus,
form textarea:focus,
form select:focus {
  outline-color: #50bc7d;
}
form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/cms/assets/homepage2024/design/DownArrowWhite-76b42846b71034b9ffe563eedb90fe38.svg) no-repeat;
  background-size: 20px;
  background-position: 95% center;
}
form input[type=checkbox] + label {
  display: inline;
}
form button {
  background: #50bc7d;
  color: white;
  border: none;
  font-size: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-start-free-trial {
  background: #50bc7d;
  color: white;
  border: none;
  font-size: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  display: inline-block;
  outline: red;
}

.alert p, code p {
  margin-bottom: 0px;
}

a.CTAButton {
  color: white;
  font-size: 100%;
  padding-left: 42px;
  padding-right: 42px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
a.CTAButton.green {
  background: #50bc7d;
}
a.CTAButton.blue {
  background: #4078c0;
}
a.CTAButton.red {
  background: #bc594a;
}
a.CTAButton.black {
  background: #000;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(100, 100, 100, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.popup-overlay .popup {
  background: white;
  padding: 35px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-align: center;
  max-width: 350px;
}
.popup-overlay .popup p:first-child {
  margin-bottom: 20px;
  margin-top: 0px;
}
.popup-overlay .popup .button-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.popup-overlay .popup .button-box button {
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: inherit;
  background-color: #414854;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.popup-overlay .popup .button-box button img {
  max-width: 22px;
  margin-right: 10px;
}
.popup-overlay .popup .button-box button.primary-button {
  background: #50bc7d;
}
.popup-overlay .popup-container {
  background: white;
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  min-height: 300px;
  margin: 0 30px;
}
.popup-overlay .popup-left,
.popup-overlay .popup-right {
  flex: 1;
}
.popup-overlay .popup-left {
  background-color: #f3f3f3;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0 0 20px;
}
.popup-overlay .popup-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-overlay .popup-right {
  padding: 30px;
  display: flex;
  justify-content: center;
}
.popup-overlay .popup-right .subscribe {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
  padding: 40px 0;
  gap: 50px;
}
.popup-overlay .popup-right .subscribe .error-message {
  color: red;
  margin-top: 30px;
}
.popup-overlay .popup-right .subscribe .input-group {
  display: flex;
  align-items: center;
  border-radius: 10px;
  margin-top: 5px;
  border: 1px solid #5c6673;
  width: 100%;
}
.popup-overlay .popup-right .subscribe .cf-turnstile {
  margin-top: 15px;
}
.popup-overlay .popup-right .subscribe input[type=email] {
  flex-grow: 1;
  border: none;
  border-radius: 10px;
}
.popup-overlay .popup-right .subscribe input[type=email]:focus {
  outline: none;
}
.popup-overlay .popup-right .subscribe svg {
  margin-left: 20px;
}
.popup-overlay .popup-right .subscribe .retry-btn {
  background: #50bc7d;
  color: white;
  border: none;
}
.popup-overlay .popup-right .subscribe .subscribe-btn,
.popup-overlay .popup-right .subscribe .retry-btn {
  padding: 10px 20px;
  letter-spacing: 1px;
  font-size: 40px;
  border-radius: 100px;
  cursor: pointer;
}
.popup-overlay .popup-right .hidden {
  display: none;
}
.popup-overlay .popup-right h1 {
  color: #50bc7d;
}
.popup-overlay .popup-right p {
  font-size: 130%;
}
.popup-overlay .close-popup-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  background-size: contain;
  cursor: pointer;
}
.popup-overlay .close-popup-btn {
  background-image: url(/cms/assets/x_icon-22021f2a530fecd8795d371b5c9210a2.svg);
}
@media (max-width: 1800px) {
  .popup-overlay .popup-container {
    max-width: 900px;
  }
  .popup-overlay .popup-container h1 {
    font-size: 200%;
  }
  .popup-overlay .popup-container p {
    font-size: 100%;
  }
  .popup-overlay .subscribe-btn {
    font-size: 130% !important;
  }
}
@media (max-width: 1500px) {
  .popup-overlay .popup-container {
    max-width: 800px;
  }
  .popup-overlay .popup-container h1 {
    font-size: 250%;
  }
  .popup-overlay .popup-container p {
    font-size: 110%;
  }
}
@media (max-width: 1250px) {
  .popup-overlay .popup-container {
    max-width: 700px;
  }
  .popup-overlay .popup-container .popup-right {
    padding: 20px;
  }
  .popup-overlay .popup-container .popup-right .subscribe .input-group {
    margin-top: 20px;
  }
  .popup-overlay .popup-container h1 {
    font-size: 200%;
  }
  .popup-overlay .popup-container p {
    font-size: 100%;
  }
}
@media (max-width: 800px) {
  .popup-overlay .popup-container {
    display: block;
    max-height: 660px;
    min-height: 300px;
    overflow-y: auto;
    margin: 50px 15px;
    max-width: 400px;
  }
  .popup-overlay .popup-container .popup-right .subscribe {
    padding: 15px 0;
  }
  .popup-overlay .popup-container .popup-left {
    border-radius: 20px;
  }
}
@media (max-width: 370px) {
  .popup-overlay .popup-container {
    display: block;
    max-height: 660px;
    min-height: 300px;
    overflow-y: auto;
    margin: 50px 5px;
    max-width: 400px;
  }
  .popup-overlay .popup-container .popup-right {
    padding: 20px 5px;
  }
  .popup-overlay .popup-container .popup-right .subscribe {
    padding: 15px 0;
  }
  .popup-overlay .popup-container .popup-left {
    border-radius: 20px;
  }
}

.popup-overlay.hidden {
  display: none;
}

.no-scroll {
  height: 100%;
  overflow: hidden;
}

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

body.policy .conf {
  padding: 100px;
}

.page section:first-child {
  padding-top: 50px;
}

.page section:last-child {
  padding-bottom: 75px;
}

section p {
  font-size: 125%;
}

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

h2 {
  font-size: 220%;
  margin-top: -8px;
  line-height: 110%;
  margin-top: 20px;
  margin-bottom: 20px;
}

h2:first-child,
h3:first-child,
h4:first-child {
  margin-top: 0px;
}

h3 {
  font-size: 160%;
  margin-top: 20px;
  margin-bottom: 20px;
}

h3:first-child {
  margin-top: -8px;
}

h3.kicker {
  /*  color: $branding-color;*/
  border-bottom: 10px solid #50bc7d;
  display: inline-block;
  padding-bottom: 15px;
}

p {
  margin-top: 12px;
  margin-bottom: 12px;
}
p:last-child {
  margin-bottom: 0px;
}
p b {
  color: #50bc7d;
}

body .intercom-lightweight-app-launcher {
  /* chat feature */
  background: #50bc7d;
}

.breadcrumbs {
  color: #50bc7d;
  display: flex;
  gap: 20px;
  white-space: nowrap;
  font-size: 80%;
  overflow: hidden;
  flex-grow: 1;
}
.breadcrumbs.breadcrumbs-mobile {
  display: none;
}
.breadcrumbs a:link,
.breadcrumbs a:visited {
  color: #414854;
}
.breadcrumbs a:link.active,
.breadcrumbs a:visited.active {
  color: #414854;
  font-weight: bold;
}
.breadcrumbs a:last-child {
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

header {
  text-rendering: optimizeLegibility;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  background: #1C1F25;
  display: flex;
  height: 109px;
  padding-left: 100px;
  padding-right: 100px;
  justify-content: space-between;
  align-items: center;
}
header .logo-link {
  position: relative;
  top: 4px;
}
header .logo-link img {
  height: 41.6px;
}
header nav {
  display: flex;
  gap: 21px;
  align-items: center;
}
header nav a,
header nav a:link,
header nav a:visited,
header nav div.dropdown {
  display: inline;
  color: white;
  font-size: 80%;
}
header nav div.dropdown {
  background: url(/cms/assets/homepage2024/down-arrow-28c07ffb06738f0fd68947ed3e553c91.svg) no-repeat right center;
  background-size: auto 9px;
  padding-right: 25px;
  cursor: pointer;
}
header nav a:hover {
  text-decoration: none;
  color: #50bc7d;
}
header nav a.try-it-for-free-button:link,
header nav a.try-it-for-free-button:visited {
  background: #50bc7d;
  color: white;
  padding: 5px;
  font-size: 110%;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 6px;
}
header nav a.contact-sales-button:link,
header nav a.contact-sales-button:visited {
  background: white;
  color: #50bc7d;
  padding: 5px;
  font-size: 110%;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 6px;
}
header nav .dropdown {
  position: relative;
  display: inline-block;
}
header nav .dropdown-container {
  display: none;
  position: absolute;
  z-index: 1;
  top: 28px;
  right: 8px;
  transform: translateX(50%);
  padding-top: 12px;
}
header nav .dropdown.language-dropdown {
  background: none;
  padding-right: 0px;
  display: flex;
  display: none;
}
header nav .dropdown.language-dropdown .language-english {
  background-image: url(/cms/assets/homepage2024/home/flags-circle/usa-5e3dfb2641a92232499b0e2e2c17503a.svg);
}
header nav .dropdown.language-dropdown .language-spanish {
  background-image: url(/cms/assets/homepage2024/home/flags-circle/spain-b832f58ae9e9d2614f6e9b9dcd9d0556.svg);
}
header nav .dropdown.language-dropdown .language-italian {
  background-image: url(/cms/assets/homepage2024/home/flags-circle/italy-9d44cd7af78e721e537bb00092ea47e9.svg);
}
header nav .dropdown.language-dropdown .language-german {
  background-image: url(/cms/assets/homepage2024/home/flags-circle/germany-aa7434c09fff79b9a7e3ad050f48f5aa.svg);
}
header nav .dropdown.language-dropdown .language-french {
  background-image: url(/cms/assets/homepage2024/home/flags-circle/france-b25a4be6c5d6959f60d9c7cf23af1660.svg);
}
header nav .dropdown.language-dropdown .language-portuguese {
  background-image: url(/cms/assets/homepage2024/home/flags-circle/brazil-d6c9503ea119ff12e7ac29beb967bae5.svg);
}
header nav .dropdown.language-dropdown .language-turkish {
  background-image: url(/cms/assets/homepage2024/home/flags-circle/turkey-0e52bfa7455be25ab63cbaa2d429d070.svg);
}
header nav .dropdown.language-dropdown .language-arabic {
  background-image: url(/cms/assets/homepage2024/home/flags-circle/saudi-arabia-c9e4d2efc343e3a0e42f40fb26407b24.svg);
}
header nav img.language-selection {
  width: 30px;
}
header nav .language-dropdown .dropdown-container {
  right: -11px;
  transform: none;
  display: none;
  top: 35px;
}
header nav .dropdown-content {
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 10px 19px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
header nav .dropdown-content a {
  white-space: nowrap;
}
header nav .dropdown-content a:link,
header nav .dropdown-content a:visited {
  font-size: 100%;
  padding-right: 1px;
  padding-left: 25px;
  background: url(/cms/assets/homepage2024/SubmenuItem-2c93dea88973658e5900b07d6497a774.svg) no-repeat left center;
}
header nav .language-dropdown .dropdown-content a:link,
header nav a:visited {
  background-size: 20px 20px;
  padding-left: 26px;
}
header nav .language-dropdown .dropdown-content::before {
  right: 16px;
  left: auto;
  transform: none;
}
header nav .dropdown-content::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f9f9f9;
}
header nav .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
header nav .dropdown-content a:hover {
  color: #50bc7d;
}
header .mobile-menu-toggle,
header .close-btn {
  background: transparent;
  display: none;
  font-size: 23px;
  border: none;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
header .close-btn {
  background-image: url(/cms/assets/homepage2024/design/MobileMenuCloseIcon-41c93398abe8a6f728fee917d920a6d8.svg);
}
header .mobile-menu-toggle {
  background-image: url(/cms/assets/homepage2024/design/MobileMenuIcon-223340baaf1901ffcde8deb4525f55fe.svg);
}

main {
  max-width: 2300px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-color: white;
}

.pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.pagination-container a:link,
.pagination-container a:visited {
  color: #414854;
  font-size: 15px;
}
.pagination-container .pagination {
  display: flex;
  align-items: center;
  gap: 50px;
  font-size: 15px;
}
.pagination-container .pagination .next,
.pagination-container .pagination .prev {
  background-repeat: no-repeat;
  font-size: 120%;
}
.pagination-container .pagination .next {
  background-image: url(/cms/assets/homepage2024/ArrowRight-ed3676991a373cb36593d5caa0175bc5.svg);
  background-position: right center;
  padding-right: 30px;
}
.pagination-container .pagination .prev {
  background-image: url(/cms/assets/homepage2024/ArrowLeft-033fa82bcb07824602576399b659d994.svg);
  background-position: left center;
  padding-left: 30px;
}
.pagination-container .indexes {
  display: flex;
}
.pagination-container .indexes .page {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  display: flex;
  min-width: 30px;
  height: 30px;
  max-width: 30px;
  align-items: center;
  justify-content: center;
}
.pagination-container .indexes .page.active {
  background: #50bc7d;
  color: white;
  border-radius: 8px;
}

footer {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  background: #1C1F25;
  padding: 42px;
  padding-top: 80px;
  padding-left: 100px;
  padding-right: 100px;
}
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;
}

/*** GUIDE AND BLOG PAGES ***/
#free-trial-floating-banner {
  position: fixed;
  bottom: 30px;
  right: 48px;
  text-align: right;
  display: block;
  width: 500px;
  max-width: 70%;
}
#free-trial-floating-banner.closed {
  display: none;
}
#free-trial-floating-banner.version-1 .banner-version1 {
  display: block;
}
#free-trial-floating-banner.version-1 .banner-version2 {
  display: none;
}
#free-trial-floating-banner.version-1 .banner-version3 {
  display: none;
}
#free-trial-floating-banner.version-2 .banner-version1 {
  display: none;
}
#free-trial-floating-banner.version-2 .banner-version2 {
  display: block;
}
#free-trial-floating-banner.version-2 .banner-version3 {
  display: none;
}
#free-trial-floating-banner.version-3 .banner-version1 {
  display: none;
}
#free-trial-floating-banner.version-3 .banner-version2 {
  display: none;
}
#free-trial-floating-banner.version-3 .banner-version3 {
  display: block;
}
#free-trial-floating-banner img.floating-banner-img {
  width: 100%;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
}
#free-trial-floating-banner img.close-modal {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.free-trial-teaser {
  margin-top: 50px;
  background: #EFEFF0;
  background-repeat: no-repeat;
  background-image: url(/cms/assets/homepage2024/guide/NotebookIllustration-251b2cc3e5d69e00bc832e7ac2aea536.webp), url(/cms/assets/homepage2024/home/ThreeStripes-fbff42ef3f71375aa1998cdfcec78a30.svg);
  background-position: top right, top right;
  background-size: auto 95%, auto 120%;
  border-radius: 40px;
  padding: 50px;
}
.free-trial-teaser h2 {
  text-transform: uppercase;
  color: #50bc7d;
  margin-bottom: 0px;
  font-size: 350%;
  line-height: 100%;
}
.free-trial-teaser p {
  text-transform: uppercase;
  font-size: 250%;
}
.free-trial-teaser button {
  background: #50bc7d;
  border: none;
  color: white;
  border-radius: 50px;
  font-size: 200%;
  padding: 11px;
  padding-left: 50px;
  padding-right: 50px;
  text-transform: uppercase;
  font-weight: bold;
}

.newsletter {
  margin-top: 50px;
  text-align: center;
}
.newsletter p {
  font-size: 120%;
  margin-top: 24px;
  margin-bottom: 30px;
}
.newsletter form.newsletter-registration {
  display: grid;
  grid-template-columns: 4fr 1fr;
  gap: 0px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.newsletter form.newsletter-registration input[type=email] {
  background: #F4F4F4;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #cfcfcf;
}
.newsletter form.newsletter-registration button {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.page.guide section:first-child {
  padding-top: 30px;
}
.page.guide h1,
.page.guide h2,
.page.guide h3 {
  color: #414854;
}
.page.guide .blog-heading {
  display: none;
}
.page.guide .posts {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.page.guide .posts .hover-wrapper {
  display: flex;
  flex-direction: column;
  font-size: 120%;
}
.page.guide .posts .hover-wrapper .mobile-image {
  display: none;
}
.page.guide .posts .hover-wrapper h2 {
  color: #414854;
  font-size: 120%;
  margin-bottom: 8px;
}
.page.guide .posts .hover-wrapper h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 100%;
}
.page.guide .posts .hover-wrapper .more-wrap {
  display: flex;
  justify-content: flex-start;
}
.page.guide .posts .hover-wrapper p.date {
  font-size: 100%;
  margin-bottom: 4px;
}
.page.guide .posts .hover-wrapper .description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.page.guide .posts .hover-wrapper p.more {
  font-size: 100%;
  background-image: url(/cms/assets/homepage2024/ArrowRight-ed3676991a373cb36593d5caa0175bc5.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 30px;
  align-self: flex-start;
  color: #50bc7d;
}
.page.guide .posts .hover-wrapper .date-mobile {
  display: none;
}
.page.guide .posts .link-overlay,
.page.guide .posts .link-overlay:hover {
  display: grid;
  grid-template-columns: 1fr 1.618fr;
  gap: 30px;
  text-decoration: none;
  color: #414854;
}
.page.guide .posts .cover-image img {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  width: 250px;
  height: 250px;
  max-width: 250px;
  border-radius: 20px;
  background: #cfcfcf;
}
.page.guide .header-line {
  flex-direction: row;
  gap: 30px;
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
.page.guide .header-line .language-switch {
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-align: right;
  justify-self: self-end;
  position: relative;
  background: #F4F4F4;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 8px;
  border: 1px solid #cfcfcf;
}
.page.guide .header-line .language-switch .guide-language-dropdown {
  display: none;
  background-color: #F4F4F4;
  border-radius: 12px;
  padding: 10px;
  min-width: 160px;
  padding-left: 20px;
  padding-right: 50px;
  border: 1px solid #cfcfcf;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 35px;
  right: 0px;
  gap: 5px;
  flex-direction: column;
  align-items: flex-start;
}
.page.guide .header-line .language-switch .guide-language-dropdown > div {
  display: flex;
  align-items: center;
}
.page.guide .header-line .language-switch .guide-language-dropdown a:link,
.page.guide .header-line .language-switch .guide-language-dropdown a:visited {
  font-size: 100%;
  padding-right: 0px;
}
.page.guide .header-line .language-switch.active .guide-language-dropdown {
  display: flex;
}
.page.guide .header-line .language-switch img {
  width: 18px;
  height: 18px;
  margin-right: 9px;
}
.page.guide .header-line .language-switch a:link,
.page.guide .header-line .language-switch a:visited {
  color: #A4A7AC;
  margin-right: 18px;
}
.page.guide .header-line .language-switch a:link.active,
.page.guide .header-line .language-switch a:visited.active {
  font-weight: bold;
  color: #414854;
}
.page.guide .header-line input[type=text] {
  background: #F4F4F4 url(/cms/assets/homepage2024/guide/search-c5b9387a46b6a6ecbd26b5bf2f7cee7b.svg) no-repeat right 8px center;
  background-size: auto 65%;
  padding-right: 30px;
  border: none;
  border-radius: 8px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  border: 1px solid #cfcfcf;
}
.page.guide .guide-header {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
  margin-bottom: 50px;
}
.page.guide .guide-header h1 {
  text-transform: uppercase;
  font-size: 400%;
  margin-bottom: 0px;
  color: #414854;
}
.page.guide .guide-header img {
  width: 100%;
}
.page.guide .guide-header p {
  font-size: 240%;
  margin-bottom: 0px;
}
.page.guide .page-content .date {
  margin: 0 0 20px 0;
}
.page.guide .blog-header p {
  font-size: 190%;
}
.page.guide.user-videos .mobile-only {
  display: none;
}
@media (max-width: 800px) {
  .page.guide.user-videos .mobile-only {
    display: inherit;
  }
  .page.guide.user-videos .page-content h2, .page.guide.user-videos .page-content p, .page.guide.user-videos .page-content div, .page.guide.user-videos .page-content table {
    display: none;
  }
  .page.guide.user-videos .page-content .mobile-video-content {
    border: none;
  }
  .page.guide.user-videos .page-content .mobile-video-content .mobile-description {
    display: -webkit-box;
    font-weight: normal;
    font-size: 20px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .page.guide.user-videos .page-content .mobile-video-content .mobile-description.open {
    display: block;
  }
  .page.guide.user-videos .page-content .mobile-video-content .iframe-container {
    display: inline-block;
    width: 100% !important;
  }
  .page.guide.user-videos .page-content .mobile-video-content .iframe-container iframe {
    width: 100%;
    height: 100%;
  }
}

/*** CONTACT PAGE ***/
body.contact main {
  background: #323741;
}

.page.contact-us-success {
  color: white;
}
.page.contact-us-success .error {
  color: white;
  font-size: 150%;
}
.page.contact-us-success .error b {
  color: #ae4036;
}

.page.contact-us {
  color: white;
}
.page.contact-us section {
  display: grid;
  grid-template-columns: 6.3fr 9.4fr;
  column-gap: 64px;
  row-gap: 50px;
}
.page.contact-us section p {
  font-size: 112%;
}
.page.contact-us h1,
.page.contact-us h1 b {
  font-weight: normal;
}
.page.contact-us .contact-us-form {
  border-radius: 40px;
  background: white;
  color: #414854;
  padding: 50px;
}
.page.contact-us .contact-us-form label {
  margin-left: 30px;
}
.page.contact-us .contact-us-form input[type=checkbox] + label {
  margin-left: 0px;
}
.page.contact-us .contact-us-form #accept-terms + label {
  font-size: 90%;
}
.page.contact-us .contact-us-form input[type=text],
.page.contact-us .contact-us-form input[type=email],
.page.contact-us .contact-us-form textarea,
.page.contact-us .contact-us-form select {
  border: 1px solid #323741;
  width: 100%;
  color: #414854;
  padding-left: 26px;
}
.page.contact-us .contact-us-form input:focus,
.page.contact-us .contact-us-form textarea:focus {
  outline: 1px solid #50bc7d;
}
.page.contact-us .contact-us-form textarea {
  height: 240px;
}
.page.contact-us .contact-us-form .submit-button {
  background: #50bc7d;
  color: white;
  border: none;
  display: inline;
  width: auto;
  font-size: 160%;
  border-radius: 35px;
  padding-top: 12px;
  padding-bottom: 12px;
  align-self: flex-start;
  padding-left: 50px;
  padding-right: 50px;
}
.page.contact-us .contact-us-form .captcha-field {
  display: flex;
  flex-direction: row;
}
.page.contact-us .contact-us-form .captcha-field .input {
  width: 50%;
}
.page.contact-us .contact-us-form .captcha-field img {
  height: 75px;
  margin-left: 10px;
}
.page.contact-us .contact-us-form .captcha-failed {
  font-weight: bold;
  color: #ae4036;
}

/*** HOME PAGE ***/
.hero-image {
  background: url(/cms/assets/homepage2024/home/hero-images/HeroImageBackground-cc42404ebf95b497d441cfeb666ca0b7.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  color: white;
  gap: 50px;
  align-items: center;
}
.hero-image h1 {
  margin-top: -7px;
  font-size: 350%;
}
.hero-image > div.left-column {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.hero-image > div.left-column > p {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 140%;
}
.hero-image > div.left-column .create-free-account {
  display: flex;
  flex-direction: column;
  width: fit-content;
  white-space: nowrap;
}
.hero-image > div.left-column .no-creditcard-required {
  text-align: center;
}
.hero-image > div.right-column {
  background: url(/cms/assets/homepage2024/home/hero-images/HeroImageTexts-4e85d754aea14dbec7a9121063c84fc3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  padding-top: 69%;
}

.home-profit {
  display: grid;
  grid-template-columns: 6.5fr 8.5fr;
  gap: 84px;
  align-items: center;
}
.home-profit svg {
  width: 113%;
  height: auto;
  margin-bottom: -8%;
  margin-left: -5%;
}

.hp-reviews {
  background: #F4F4F4;
}
.hp-reviews h1 {
  text-align: center;
}
.hp-reviews .switch-slide {
  position: absolute;
  bottom: 16px;
  left: 50%;
  width: max-content;
  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: white;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px;
  position: relative;
  overflow: hidden;
}
.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/homepage2024/home/icon-quote-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/homepage2024/home/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 .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/homepage2024/home/icon-play-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 {
  min-width: 100%;
  height: auto;
  object-fit: fill;
  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: -10px;
  margin-bottom: 40px;
}
.hp-reviews .stars-rating img {
  width: 15%;
  min-width: 120px;
  margin-left: 2%;
  margin-right: 1%;
}
.hp-reviews .slide-1 {
  background: #50bc7d;
  border-radius: 40px;
  position: relative;
  padding: 42px;
  color: white;
  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;
}

section.home-calculating-profits {
  display: grid;
  grid-template-columns: 2.7fr 3.6fr;
  gap: 84px;
  align-items: center;
  background-color: #F4F4F4;
}

section.home-app-buttons {
  background-color: #F4F4F4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-bottom: 0;
}
section.home-app-buttons a {
  width: 20%;
}
section.home-app-buttons img {
  width: 100%;
  height: 100%;
}

section.black-title {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #384355;
}
section.black-title h3 {
  margin-top: -8px;
  margin-bottom: 0px;
  color: white;
  font-size: 200%;
}
section.black-title p {
  color: white;
}

section.home-marketplaces h1 {
  text-align: center;
  font-size: 270%;
}
section.home-marketplaces .pc-container {
  display: grid;
  grid-template-columns: 4.2fr 0.03fr 4.2fr;
  gap: 42px;
}
section.home-marketplaces .mobile-container {
  display: none !important;
}
section.home-marketplaces .marketplace-countries {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
section.home-marketplaces .marketplace-countries img {
  max-height: 50px;
}
section.home-marketplaces .marketplace-countries > div {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
section.home-marketplaces .marketplace-countries .countries-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
}
section.home-marketplaces .marketplace-countries .countries-row {
  display: grid;
  gap: 16px;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
section.home-marketplaces .marketplace-countries .countries-row:nth-child(2) {
  grid-template-columns: repeat(7, 1fr);
  padding: 0 30px;
}
section.home-marketplaces .marketplace-countries .countries-row:nth-child(3), section.home-marketplaces .marketplace-countries .countries-row:nth-child(4) {
  grid-template-columns: repeat(8, 1fr);
}
section.home-marketplaces .marketplace-container-info {
  max-width: 500px;
  padding: 15px 30px;
  background: #4ebd7b;
  border-radius: 50px;
  color: white;
  margin-bottom: 30px;
}
section.home-marketplaces .marketplace-container-info h2 {
  margin-bottom: 0;
  font-size: 120%;
}
section.home-marketplaces .horizontal-bar {
  width: 3px;
  height: 100%;
  background-color: #72787c;
  margin: 20px 0;
}
section.home-marketplaces .marketplace-logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
section.home-marketplaces .marketplace-logos img {
  max-height: 50px;
}
section.home-marketplaces .marketplace-logos > div {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
section.home-marketplaces .marketplace-logos .marketplaces-row {
  display: grid;
  width: 100%;
  gap: 16px;
  align-items: center;
}
section.home-marketplaces .marketplace-logos .marketplaces-row:nth-child(2) {
  grid-template-columns: repeat(8, 1fr);
}
section.home-marketplaces .marketplace-logos .marketplaces-row:nth-child(3) {
  grid-template-columns: repeat(7, 1fr);
}
section.home-marketplaces .marketplace-logos .marketplaces-row:nth-child(4) {
  grid-template-columns: repeat(5, 1fr);
}

section.made-easy-section {
  background-color: #50bc7d;
  color: white;
}
section.made-easy-section .made-easy {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
section.made-easy-section .made-easy .article-text {
  text-align: center;
}
section.made-easy-section .made-easy .features-container {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 10px;
}
section.made-easy-section .made-easy .feature-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  row-gap: 2px;
  margin-right: -156px;
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
}
section.made-easy-section .made-easy .feature-list li {
  display: flex;
  align-items: center;
  list-style: none;
  flex-grow: 1;
}
section.made-easy-section .made-easy .feature-arrow {
  margin-left: 8px;
  width: 50px;
  height: 2px;
  background: #2a8949;
  margin-right: 0px;
  flex-grow: 1;
}
section.made-easy-section .made-easy .feature-pointer {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #2a8949;
}
section.made-easy-section .made-easy .feature-list li::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  border: 2px solid #50bc7d;
  border-radius: 50%;
  background-color: white;
  vertical-align: middle;
}
section.made-easy-section .made-easy .screenshot {
  width: 100%;
  height: auto;
}
section.made-easy-section .info-graphic {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 50px;
  align-items: center;
}
section.made-easy-section .info-graphic img {
  width: 100%;
}
section.made-easy-section .info-graphic h3 {
  font-weight: normal;
  font-size: 175%;
  text-align: center;
}

section.home-seller-central.currency-background {
  background-color: white;
  background-image: url(/cms/assets/homepage2024/home/currency-symbols/CurrencyDollar-1b10c43a78f0fc3b86912ee2d8141201.svg), url(/cms/assets/homepage2024/home/currency-symbols/CurrencyEuro-7c35a9c5ebd6355771ad199acb18ae37.svg), url(/cms/assets/homepage2024/home/currency-symbols/CurrencyYen-d82f2908ced178073531de031730f4d6.svg), url(/cms/assets/homepage2024/home/currency-symbols/CurrencyPound-e1bf059b767a9026b05c31ed833a8d98.svg);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto 20%, auto 20%, auto 20%, auto 20%;
  background-position: top 2% left 15%, right 15% top 18%, left 10% bottom 55%, bottom 35% right 12%;
}
section.home-seller-central article.pricing-preview {
  margin-top: 50px;
  text-align: center;
}
section.home-seller-central > h1 {
  display: block;
  text-align: center;
}

article.image-left h2,
article.image-right h2 {
  margin-top: 30px;
}
article.image-left p,
article.image-right p {
  margin-bottom: 30px;
}
article.image-left .with-shadow,
article.image-right .with-shadow {
  margin: 0px;
  border-radius: 12px;
  box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.3);
}

article.image-left {
  display: grid;
  grid-template-columns: 1.8fr 3.9fr;
  gap: 70px;
  align-items: center;
}
article.image-left img {
  width: 100%;
}

article.image-right {
  display: grid;
  grid-template-columns: 3.9fr 1.8fr;
  gap: 70px;
  align-items: center;
}
article.image-right.fifty-fifty {
  grid-template-columns: 1fr 1fr;
}
article.image-right img {
  width: 100%;
}
article.image-right img.aes-logo {
  width: 75%;
}

section.case-study {
  text-align: center;
  background: #F4F4F4;
}
section.case-study h1 {
  margin-left: 10%;
  margin-right: 10%;
}
section.case-study .case-study-text {
  font-size: 80%;
  background: #50bc7d;
  border-radius: 40px;
  color: white;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}

section.start-trial {
  background: white;
  text-align: center;
}
section.start-trial .trial-benefits {
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 42px;
}
section.start-trial .trial-benefits .icon-with-text {
  display: flex;
  align-items: center;
  gap: 16px;
}
section.start-trial .trial-benefits .icon-with-text img {
  width: 110px;
}
section.start-trial .trial-benefits .icon-with-text p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 100%;
}
section.start-trial a.button {
  margin-top: 38px;
  margin-bottom: 0px;
}

/*** RESPONSIVE ***/
section.pricing {
  /***** END MOBILE VIEW ****/
}
section.pricing .pricing-mobile {
  display: none;
}
section.pricing .pricing-table-mobile {
  border-collapse: collapse;
  border-radius: 15px;
  border: none;
  overflow: hidden;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15), 0px 0px 10px rgba(0, 0, 0, 0.15);
  font-size: 110%;
  margin-bottom: 50px;
}
section.pricing .pricing-table-mobile td,
section.pricing .pricing-table-mobile th {
  padding-left: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
}
section.pricing .pricing-table-mobile th {
  background-color: #50bc7d;
  color: white;
  text-align: left;
}
section.pricing .pricing-table-mobile td:first-child {
  background-color: #384355;
  color: white;
}
section.pricing .pricing-table-mobile td:nth-child(2) span {
  font-size: 80%;
}
section.pricing .header {
  text-align: center;
  font-size: 40px;
  padding-bottom: 25px;
}
section.pricing .header h1 {
  font-size: 80px;
  display: inline-block;
  text-align: center;
  border: 3px solid #50bc7d;
  border-radius: 70px;
  padding: 20px 68px;
}
section.pricing .pricing-pc .pricing-promo,
section.pricing .pricing-mobile .pricing-promo {
  display: block;
  background: white;
  padding: 0 0 30px 0;
  color: #414854;
  box-shadow: unset;
}
section.pricing .pricing-pc .pricing-promo h2,
section.pricing .pricing-mobile .pricing-promo h2 {
  font-size: 36px;
}
section.pricing .pricing-pc .pricing-promo .ribbon,
section.pricing .pricing-mobile .pricing-promo .ribbon {
  display: inline-block;
  background: #ba891d;
  color: white;
  padding: 28px;
  text-align: center;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 93% 50%, 100% 100%, 0 100%, 7% 50%);
}
section.pricing .pricing-pc .pricing-promo .ribbon p,
section.pricing .pricing-mobile .pricing-promo .ribbon p {
  border: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 460px) {
  section.pricing .pricing-pc .pricing-promo .ribbon p,
section.pricing .pricing-mobile .pricing-promo .ribbon p {
    font-size: 20px !important;
  }
}
section.pricing .pricing-pc .plan-card,
section.pricing .pricing-mobile .plan-card {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  margin-bottom: 30px;
}
section.pricing .pricing-pc .plan-card .tab-header,
section.pricing .pricing-mobile .plan-card .tab-header {
  display: flex;
  position: relative;
  flex-direction: row;
  background: #50bc7d;
  border-radius: 15px;
  padding: 0;
  margin-bottom: 30px;
}
section.pricing .pricing-pc .plan-card .tab-header p,
section.pricing .pricing-mobile .plan-card .tab-header p {
  flex-grow: 1;
  color: white;
  font-size: 22px;
  font-weight: 500;
  padding: 14px 0 14px 14px;
  text-align: center;
  margin: 0;
}
section.pricing .pricing-pc .plan-card .tab-header p:after,
section.pricing .pricing-mobile .plan-card .tab-header p:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #50bc7d;
}
section.pricing .pricing-pc .plan-card .tab-header .tab-dropdown,
section.pricing .pricing-mobile .plan-card .tab-header .tab-dropdown {
  flex-grow: 0;
  display: none;
  flex-direction: row;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  margin-top: 51px;
}
section.pricing .pricing-pc .plan-card .tab-header .tab-dropdown .tab-dropdown-links,
section.pricing .pricing-mobile .plan-card .tab-header .tab-dropdown .tab-dropdown-links {
  display: flex;
  flex-direction: column;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 10px 8px;
  z-index: 100;
}
section.pricing .pricing-pc .plan-card .tab-header .tab-dropdown .tab-dropdown-links .tab,
section.pricing .pricing-mobile .plan-card .tab-header .tab-dropdown .tab-dropdown-links .tab {
  display: block;
  white-space: nowrap;
  color: #414854;
  border-radius: 15px;
  padding: 6px 10px;
}
section.pricing .pricing-pc .plan-card .tab-header .tab-dropdown .tab-dropdown-links .tab:hover, section.pricing .pricing-pc .plan-card .tab-header .tab-dropdown .tab-dropdown-links .tab:active,
section.pricing .pricing-mobile .plan-card .tab-header .tab-dropdown .tab-dropdown-links .tab:hover,
section.pricing .pricing-mobile .plan-card .tab-header .tab-dropdown .tab-dropdown-links .tab:active {
  background: #50bc7d !important;
  color: white;
}
section.pricing .pricing-pc .plan-card .tab-header input[type=checkbox],
section.pricing .pricing-mobile .plan-card .tab-header input[type=checkbox] {
  display: none;
}
section.pricing .pricing-pc .plan-card .tab-header input[type=checkbox]:checked ~ .tab-dropdown,
section.pricing .pricing-mobile .plan-card .tab-header input[type=checkbox]:checked ~ .tab-dropdown {
  display: flex;
}
section.pricing .pricing-pc .plan-card .tab-header .tab-dropdown-btn,
section.pricing .pricing-mobile .plan-card .tab-header .tab-dropdown-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 51px;
  box-sizing: border-box;
  background: #bae2ca;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-left: 3px solid white;
}
section.pricing .pricing-pc .plan-card .tab-header .tab-dropdown-btn svg,
section.pricing .pricing-mobile .plan-card .tab-header .tab-dropdown-btn svg {
  width: 32px;
  height: 32px;
  fill: #384355;
}
section.pricing .pricing-pc .plan-card .header .header-inner,
section.pricing .pricing-mobile .plan-card .header .header-inner {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  background: #3c4555;
  color: white;
  padding-bottom: 0;
}
section.pricing .pricing-pc .plan-card .header .discount-wrap,
section.pricing .pricing-mobile .plan-card .header .discount-wrap {
  position: absolute;
  height: 126px;
  min-width: 140px;
  padding: 0;
}
section.pricing .pricing-pc .plan-card .header .discount,
section.pricing .pricing-mobile .plan-card .header .discount {
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 26px !important;
  padding: 30px 24px 8px 24px;
  margin-left: 20px;
  margin-top: 10px;
}
section.pricing .pricing-pc .plan-card .header .discount span,
section.pricing .pricing-mobile .plan-card .header .discount span {
  display: inline-block;
  font-size: 50px !important;
  line-height: 22px;
}
section.pricing .pricing-pc .plan-card .header .info,
section.pricing .pricing-mobile .plan-card .header .info {
  padding: 8px 26px;
  width: 100%;
}
section.pricing .pricing-pc .plan-card .header .info .title,
section.pricing .pricing-mobile .plan-card .header .info .title {
  color: #50bc7d;
  font-size: 28px;
  font-weight: bold;
}
section.pricing .pricing-pc .plan-card .header .info .price,
section.pricing .pricing-mobile .plan-card .header .info .price {
  display: flex;
  flex-direction: row;
  font-weight: bold;
  justify-content: center;
  padding: 0;
}
section.pricing .pricing-pc .plan-card .header .info .price .old,
section.pricing .pricing-mobile .plan-card .header .info .price .old {
  color: white;
  font-size: 26px;
  padding-top: 3px;
}
section.pricing .pricing-pc .plan-card .header .info .price .old:before,
section.pricing .pricing-mobile .plan-card .header .info .price .old:before {
  display: flex;
  position: relative;
  top: 20px;
  left: calc(50% - 30px);
  content: " ";
  width: 60px;
  height: 3px;
  background: red;
  transform: rotate(-25deg);
}
section.pricing .pricing-pc .plan-card .header .info .price .new,
section.pricing .pricing-mobile .plan-card .header .info .price .new {
  color: white;
  font-size: 40px;
  position: relative;
  top: -4px;
}
section.pricing .pricing-pc .plan-card .header .info .price .new sup,
section.pricing .pricing-mobile .plan-card .header .info .price .new sup {
  font-size: 20px;
}
section.pricing .pricing-pc .plan-card .header .info .price .custom,
section.pricing .pricing-mobile .plan-card .header .info .price .custom {
  font-size: 22px;
  padding: 10px 0;
}
section.pricing .pricing-pc .plan-card .header .info .note,
section.pricing .pricing-mobile .plan-card .header .info .note {
  margin: 0;
  padding: 0;
}
section.pricing .pricing-pc .plan-card .header .info.promo-info,
section.pricing .pricing-mobile .plan-card .header .info.promo-info {
  margin-left: 140px;
}
section.pricing .pricing-pc .plan-card.plan-card-first,
section.pricing .pricing-mobile .plan-card.plan-card-first {
  box-shadow: unset;
}
section.pricing .pricing-pc .plan-card.plan-card-first .main-card,
section.pricing .pricing-mobile .plan-card.plan-card-first .main-card {
  height: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}
section.pricing .pricing-pc .plan-card .description,
section.pricing .pricing-mobile .plan-card .description {
  padding: 20px 0 20px 0;
  font-size: 22px;
  text-align: center;
}
section.pricing .pricing-pc .plan-card .description .note,
section.pricing .pricing-mobile .plan-card .description .note {
  font-size: 18px;
}
section.pricing .pricing-pc .plan-card .description .count,
section.pricing .pricing-mobile .plan-card .description .count {
  font-size: 36px;
  font-weight: bold;
  color: #50bc7d;
}
section.pricing .pricing-pc .plan-card .start-free-trial a,
section.pricing .pricing-mobile .plan-card .start-free-trial a {
  font-weight: normal;
  font-size: 18px;
  padding: 4px 12px;
  border-radius: 5px;
}
@media (max-width: 1600px) {
  section.pricing .header {
    font-size: 32px;
  }
  section.pricing .header h1 {
    font-size: 62px;
  }
}
@media (max-width: 800px) {
  section.pricing .header {
    font-size: 16px;
    padding-bottom: 15px;
  }
  section.pricing .header h1 {
    font-size: 40px;
    border-radius: 40px;
    padding: 10px 40px;
    margin: 0;
  }
}
section.pricing .pricing-tabs {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 4px;
  background: white;
  margin-bottom: 40px;
}
section.pricing .pricing-tabs .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(to bottom, #ffffff, #f8f8f8 0%, #d2d3d5);
  font-size: 26px;
  padding: 8px 0;
  color: #414854;
  text-decoration: none;
  position: relative;
}
section.pricing .pricing-tabs .tab.active {
  background: linear-gradient(to bottom, #ffffff, #8ad2a8 0%, #50bc7d);
  color: white;
}
section.pricing .pricing-tabs .tab.active:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #50bc7d;
}
section.pricing .pricing-tabs .tab:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
section.pricing .pricing-tabs .tab:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media (max-width: 1200px) {
  section.pricing .pricing-tabs .tab {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  section.pricing .pricing-tabs {
    display: none;
  }
  section.pricing .start-free-trial-pc {
    display: none;
  }
}
section.pricing .pricing-promo {
  background: #50bc7d;
  color: white;
  text-align: center;
  padding: 12px 0 36px 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
section.pricing .pricing-promo h2 {
  font-size: 76px;
}
section.pricing .pricing-promo p {
  display: inline-block;
  font-size: 52px;
  border: 3px solid white;
  border-radius: 40px;
  padding: 5px 40px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  section.pricing .pricing-promo {
    padding: 10px 0 26px 0;
  }
  section.pricing .pricing-promo h2 {
    font-size: 60px;
  }
  section.pricing .pricing-promo p {
    font-size: 42px;
    padding: 5px 26px;
  }
}
@media (max-width: 1200px) {
  section.pricing .pricing-promo {
    padding: 8px 0 20px 0;
  }
  section.pricing .pricing-promo h2 {
    font-size: 46px;
  }
  section.pricing .pricing-promo p {
    font-size: 36px;
    padding: 5px 20px;
  }
}
@media (max-width: 1000px) {
  section.pricing .pricing-promo h2 {
    font-size: 32px;
  }
  section.pricing .pricing-promo p {
    font-size: 28px;
  }
}
@media (max-width: 800px) {
  section.pricing .pricing-promo {
    display: none;
  }
}
@media (max-width: 450px) {
  section.pricing .pricing-mobile .plan-card .header .discount-wrap .discount {
    font-size: 18px !important;
    padding: 30px 18px 8px 18px;
    margin-left: 12px;
  }
  section.pricing .pricing-mobile .plan-card .header .header-inner .info.promo-info {
    margin-left: 60px;
  }
}
@media (max-width: 420px) {
  section.pricing .pricing-mobile .plan-card .header .header-inner .info.promo-info {
    margin-left: 100px;
  }
}
@media (max-width: 375px) {
  section.pricing .pricing-mobile .plan-card .header .discount-wrap {
    min-width: 120px;
  }
  section.pricing .pricing-mobile .plan-card .header .discount-wrap .discount {
    font-size: 16px !important;
    padding: 30px 16px 8px 16px;
    margin-left: 12px;
  }
  section.pricing .pricing-mobile .plan-card .header .discount-wrap .discount span {
    font-size: 40px !important;
  }
}
@media (max-width: 360px) {
  section.pricing .pricing-mobile .plan-card .header .header-inner .info .title {
    font-size: 22px;
  }
  section.pricing .pricing-mobile .plan-card .header .header-inner .info .price .old {
    font-size: 22px;
  }
  section.pricing .pricing-mobile .plan-card .header .header-inner .info .price .old:before {
    left: calc(50% - 24px);
    width: 50px;
    height: 3px;
  }
  section.pricing .pricing-mobile .plan-card .header .header-inner .info .price .new {
    font-size: 32px;
  }
  section.pricing .pricing-mobile .plan-card .header .header-inner .info.promo-info {
    margin-left: 60px;
  }
  section.pricing .pricing-mobile .plan-card .header .discount-wrap {
    min-width: 100px;
  }
  section.pricing .pricing-mobile .plan-card .header .discount-wrap .discount {
    font-size: 14px !important;
    padding: 30px 14px 8px 14px;
    margin-left: 10px;
    height: calc(100% - 35px) !important;
  }
  section.pricing .pricing-mobile .plan-card .header .discount-wrap .discount span {
    font-size: 35px !important;
  }
}
section.pricing .checkmark-list {
  padding: 10px 0;
  font-size: 120%;
  list-style-type: none;
}
section.pricing .checkmark-list li {
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 30px 8px 20px;
}
section.pricing .checkmark-list li.show-all-features-mobile {
  border: none;
  padding: 8px 0 2px 20px;
}
section.pricing .checkmark-list li.show-all-features-mobile a {
  color: #414854 !important;
  font-size: 14px;
  text-decoration: none;
}
section.pricing .checkmark-list li.show-all-features-mobile svg {
  fill: #50bc7d;
  position: relative;
  top: 3px;
  left: 6px;
  transform: scale(0.8, 1.3);
}
section.pricing .checkmark-list .additional-feature {
  display: none;
}
section.pricing .checkmark-list .additional-feature:last-of-type {
  border: none;
}
section.pricing .checkmark-list.expanded .additional-feature {
  display: block;
}
section.pricing .checkmark-list.expanded .show-all-features-mobile {
  display: none;
}
section.pricing .checkmark {
  display: inline-block;
  background-image: url(/cms/assets/homepage2024/design/Checkmark-27bd9e6e4d49b62906ea4a5727c5cca9.svg);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center left;
  padding-left: 30px;
}
section.pricing .collapse-text {
  display: none;
}
section.pricing .expand {
  width: 25px;
  transition: transform 0.5s ease-in-out;
}
section.pricing #additional-features {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
section.pricing #additional-features.expanded {
  max-height: 1000px;
}
section.pricing .grid-table > div.additional-feature {
  display: none;
}
section.pricing .expand-features {
  padding: 24px 0;
}
section.pricing .expanded.grid-table > div.additional-feature {
  display: grid;
}
section.pricing .expanded.grid-table .collapse-text {
  display: inline;
}
section.pricing .expanded.grid-table .expand-text {
  display: none;
}
section.pricing .expanded.grid-table .expand {
  transform: rotate(180deg);
}
section.pricing .expand-row {
  grid-column: 1/span 6;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-weight: normal;
}
section.pricing .start-free-trial {
  text-align: center;
}
section.pricing .start-free-trial a.button {
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  font-size: 42px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}
section.pricing .checkmark-big {
  font-weight: bold;
  color: #50bc7d;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.pricing .checkmark-big svg {
  width: 52px;
  height: 52px;
}
@media (max-width: 1200px) {
  section.pricing .checkmark-big svg {
    width: 42px;
    height: 42px;
  }
}
section.pricing .grid-table {
  font-size: 100%;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  margin-bottom: 50px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
section.pricing .grid-table div.feature {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}
section.pricing .grid-table div.feature > div {
  display: flex;
  flex-direction: column;
  padding: 0;
  height: 100%;
}
section.pricing .grid-table div.feature > div:nth-child(even) {
  background: #f1f2f4;
}
@media (max-width: 1200px) {
  section.pricing .grid-table div.feature {
    grid-template-columns: 155px 0.9fr 1.2fr 1fr 1fr 1.1fr;
  }
}
section.pricing .grid-table div.feature:not(.grid-header) > div {
  justify-content: center;
}
section.pricing .grid-table div.feature:not(.grid-header) > div:first-child {
  padding: 6px 5px 6px 30px;
  font-size: 30px;
}
@media (max-width: 1500px) {
  section.pricing .grid-table div.feature:not(.grid-header) > div {
    justify-content: center;
  }
  section.pricing .grid-table div.feature:not(.grid-header) > div:first-child {
    padding: 6px 5px 6px 20px;
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  section.pricing .grid-table div.feature:not(.grid-header) > div {
    justify-content: center;
  }
  section.pricing .grid-table div.feature:not(.grid-header) > div:first-child {
    padding: 6px 5px 6px 12px;
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  section.pricing .grid-table div.feature:not(.grid-header) > div {
    justify-content: center;
  }
  section.pricing .grid-table div.feature:not(.grid-header) > div:first-child {
    padding: 6px 4px 6px 8px;
    font-size: 12px;
  }
}
section.pricing .grid-header {
  border: none !important;
}
section.pricing .grid-header .plan {
  padding: 0;
  margin: 0;
}
section.pricing .grid-header .plan .price {
  min-height: 195px;
  background: #343c4b;
  margin: 0;
  padding: 10px 0 0 0;
  color: #50bc7d;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
}
section.pricing .grid-header .plan .price .old-price {
  color: white;
  font-size: 40px;
}
section.pricing .grid-header .plan .price .old-price:before {
  display: flex;
  position: relative;
  top: 25px;
  left: calc(50% - 45px);
  content: " ";
  width: 90px;
  height: 4px;
  background: red;
  transform: rotate(-25deg);
}
section.pricing .grid-header .plan .price .new-price {
  color: white;
  font-size: 50px;
  position: relative;
  top: -4px;
}
section.pricing .grid-header .plan .price .new-price sup {
  font-size: 30px;
}
section.pricing .grid-header .plan .price .custom-price {
  color: white;
  font-size: 40px;
  padding-top: 18px;
}
section.pricing .grid-header .plan .price .note {
  position: relative;
  top: -12px;
  font-size: 20px;
  color: white;
  font-weight: normal;
}
@media (max-width: 1800px) {
  section.pricing .grid-header .plan .price .note {
    font-size: 14px;
    top: -6px;
  }
}
section.pricing .grid-header .plan .description {
  background: #f1f2f4;
  color: #414854;
  font-size: 24px;
  text-align: center;
  font-weight: normal;
}
section.pricing .grid-header .plan .description .note {
  font-size: 20px;
}
section.pricing .grid-header .plan .description b {
  font-size: 34px;
}
section.pricing .grid-header .plan:nth-child(odd) .price {
  background: #3c4555;
}
section.pricing .grid-header .plan:nth-child(odd) .description {
  background: white;
}
section.pricing .discount {
  position: relative;
  top: -10px;
  background: #ba891d;
  color: white;
  font-size: 110px;
  height: calc(100% - 10px) !important;
  text-align: center;
  display: flex;
  align-items: center;
  font-weight: 500;
  padding: 0;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0% 100%);
}
section.pricing .discount span {
  display: block;
  font-size: 240px;
  font-family: "Alternate-Gothic", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 220px;
  margin-top: 17px;
}
@media (max-width: 1800px) {
  section.pricing .grid-header .plan .price {
    min-height: 160px;
    padding: 10px 0 0 0;
    font-size: 24px;
  }
  section.pricing .grid-header .plan .price .old-price {
    font-size: 30px;
  }
  section.pricing .grid-header .plan .price .old-price:before {
    top: 20px;
    left: calc(50% - 35px);
    width: 70px;
    height: 4px;
  }
  section.pricing .grid-header .plan .price .new-price {
    font-size: 46px;
  }
  section.pricing .grid-header .plan .price .new-price sup {
    font-size: 23px;
  }
  section.pricing .grid-header .plan .price .custom-price {
    font-size: 22px;
    padding-top: 12px;
  }
  section.pricing .grid-header .plan .description {
    font-size: 15px;
  }
  section.pricing .grid-header .plan .description .note {
    font-size: 16px;
  }
  section.pricing .grid-header .plan .description b {
    font-size: 24px;
  }
  section.pricing .discount {
    font-size: 56px;
  }
  section.pricing .discount span {
    font-size: 160px;
    line-height: 160px;
    margin-top: 7px;
  }
}
@media (max-width: 1200px) {
  section.pricing .grid-header .plan .price {
    min-height: 120px;
    padding: 10px 0 0 0;
    font-size: 20px;
  }
  section.pricing .grid-header .plan .price .old-price {
    font-size: 20px;
  }
  section.pricing .grid-header .plan .price .old-price:before {
    top: 12px;
    left: calc(50% - 25px);
    width: 50px;
    height: 3px;
  }
  section.pricing .grid-header .plan .price .new-price {
    font-size: 32px;
  }
  section.pricing .grid-header .plan .price .new-price sup {
    font-size: 16px;
  }
  section.pricing .grid-header .plan .price .custom-price {
    font-size: 18px;
    padding-top: 8px;
  }
  section.pricing .grid-header .plan .description {
    font-size: 13px;
  }
  section.pricing .grid-header .plan .description .note {
    font-size: 13px;
  }
  section.pricing .grid-header .plan .description b {
    font-size: 20px;
  }
  section.pricing .discount {
    font-size: 42px;
  }
  section.pricing .discount span {
    font-size: 100px;
    line-height: 100px;
    margin-top: 3px;
  }
}
@media (max-width: 1000px) {
  section.pricing .grid-header .plan .price {
    font-size: 17px;
  }
  section.pricing .grid-header .plan .description {
    font-size: 12px;
  }
  section.pricing .grid-header .plan .description .note {
    font-size: 13px;
  }
  section.pricing .grid-header .plan .description b {
    font-size: 18px;
  }
  section.pricing .discount {
    font-size: 42px;
  }
  section.pricing .discount span {
    font-size: 100px;
    line-height: 100px;
    margin-top: 3px;
  }
}
section.pricing .grid-table > div.grid-pricing:nth-child(2) {
  background-color: #384355;
  border-top: none;
  border-bottom: none;
  color: white;
  text-align: center;
}
section.pricing .grid-table > div.grid-pricing:nth-child(2) > div {
  font-size: 120%;
  text-align: center;
  justify-content: center;
}
section.pricing .grid-pricing > div:first-child {
  font-size: inherit;
}
section.pricing a.button {
  font-size: 100%;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 5px;
}
section.pricing.reimbursement .pricing-promo {
  padding: 18px 0 26px 0;
}
section.pricing.reimbursement .pricing-promo h2 {
  font-size: 32px;
  margin-bottom: 0;
}
section.pricing.reimbursement .pricing-promo h2 span {
  display: inline-block;
  background: #ba891d;
  color: white;
  text-transform: uppercase;
  padding: 2px 26px;
}
section.pricing.reimbursement .pricing-promo h2 span:before {
  content: "";
  position: absolute;
  margin-top: -5px;
  margin-left: -26px;
  width: 0;
  height: 0;
  border-left: 10px solid #50bc7d;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
}
section.pricing.reimbursement .pricing-promo h2 span:after {
  content: "";
  position: absolute;
  margin-top: -5px;
  margin-left: 16px;
  width: 0;
  height: 0;
  border-right: 10px solid #50bc7d;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
}
section.pricing.reimbursement .pricing-promo p {
  font-size: 24px;
  border: 2px solid white;
}
section.pricing.reimbursement .pricing-mobile h2 {
  font-size: 26px;
}
section.pricing.reimbursement .pricing-mobile .pricing-promo span:before {
  margin-top: -10px;
  border-left: 10px solid white;
}
section.pricing.reimbursement .pricing-mobile .pricing-promo span:after {
  margin-top: -10px;
  border-right: 10px solid white;
}
section.pricing.reimbursement .grid-table div.feature {
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr !important;
}
section.pricing.reimbursement .grid-table div.feature > div:first-of-type {
  padding-right: 20px;
}
section.pricing.reimbursement .grid-table div.feature .text {
  text-align: center;
}
section.pricing.reimbursement .grid-table div.feature .orders {
  text-align: center;
}
section.pricing.reimbursement .grid-table div.feature .orders .note {
  font-size: 20px;
  margin-top: 10px;
}
section.pricing.reimbursement .grid-table div.feature .orders .amount {
  font-size: 32px;
  line-height: 30px;
  font-weight: bold;
  padding: 2px 0 0 0;
  margin: 0;
}
section.pricing.reimbursement .grid-table div.feature .orders .bottom {
  font-size: 24px;
  margin-bottom: 12px;
}
section.pricing.reimbursement .grid-header .plan-header {
  background-color: #384355;
  color: white;
  padding: 60px 0 0 40px;
  box-sizing: border-box;
}
section.pricing.reimbursement .grid-header .plan .price {
  padding: 8px 0 12px 0;
  font-size: 32px;
  min-height: 160px;
}
section.pricing.reimbursement .grid-header .plan .price .note {
  color: white;
  font-size: 22px;
  margin: 0;
  font-weight: normal;
}
section.pricing.reimbursement .grid-header .plan .price .percent {
  color: white;
  font-size: 54px;
  margin: 0;
}
section.pricing.reimbursement .plan-card .header .info {
  margin-left: 0;
}
section.pricing.reimbursement .plan-card .header .info .details {
  display: flex;
  flex-direction: column;
  padding: 8px 0 0 0;
}
section.pricing.reimbursement .plan-card .header .info .details .note {
  font-size: 18px;
  padding: 0;
  margin: 0;
}
section.pricing.reimbursement .plan-card .header .info .details .percent {
  font-size: 48px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
section.pricing.reimbursement .plan-card .description {
  padding: 20px 0 20px 0;
  font-size: 22px;
  text-align: center;
}
section.pricing.reimbursement .plan-card .description .note {
  font-size: 18px;
}
section.pricing.reimbursement .plan-card .description .count {
  font-size: 36px;
  font-weight: bold;
  color: #50bc7d;
}
section.pricing.reimbursement .plan-card .start-free-trial a {
  font-weight: normal;
  font-size: 18px;
  padding: 4px 12px;
  border-radius: 5px;
}
@media (max-width: 1400px) {
  section.pricing.reimbursement .grid-header .plan .price {
    font-size: 28px;
    min-height: 190px;
  }
}
@media (max-width: 1200px) {
  section.pricing.reimbursement .grid-header .plan .price {
    font-size: 24px;
  }
}
@media (max-width: 1000px) {
  section.pricing.reimbursement .grid-header .plan .price {
    padding: 8px 0 12px 0;
    font-size: 18px;
    min-height: 140px;
  }
  section.pricing.reimbursement .grid-header .plan .price .note {
    color: white;
    font-size: 16px;
    margin: 0;
    font-weight: normal;
  }
  section.pricing.reimbursement .grid-header .plan .price .percent {
    color: white;
    font-size: 42px;
    margin: 0;
  }
}
section.pricing.alerts .pricing-promo {
  display: block;
  background: white;
  padding: 0 0 30px 0;
  color: #414854;
  box-shadow: unset;
}
section.pricing.alerts .pricing-promo h2 {
  font-size: 34px;
}
section.pricing.alerts .checkmark-list {
  padding: 10px 0;
  font-size: 100%;
}
section.pricing.alerts .checkmark-list li {
  border: 0;
  padding: 8px 40px;
}
section.pricing.alerts .pricing-pc {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
section.pricing.alerts .pricing-pc .plan-card .tab-header {
  display: none;
}
section.pricing.alerts .pricing-pc .plan-card .header .header-inner {
  color: #414854;
  background: #50bc7d;
}
section.pricing.alerts .pricing-pc .plan-card .header .info {
  padding: 26px;
  margin-left: 0;
}
section.pricing.alerts .pricing-pc .plan-card .header .info .title {
  color: #414854;
  font-size: 32px;
  font-weight: bold;
}
section.pricing.alerts .pricing-pc .plan-card .description {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 40px;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
}
section.pricing.alerts .pricing-pc .plan-card .description .note-pc {
  font-size: 18px;
  padding: 0 10px;
}
section.pricing.alerts .pricing-pc .plan-card .description .note-tablet {
  display: none;
}
section.pricing.alerts .pricing-pc .plan-card .description .price {
  font-size: 58px;
  font-weight: bold;
}
@media (max-width: 1350px) {
  section.pricing.alerts .pricing-pc .plan-card .description {
    flex-direction: column;
  }
  section.pricing.alerts .pricing-pc .plan-card .description .note-pc {
    display: none;
  }
  section.pricing.alerts .pricing-pc .plan-card .description .note-tablet {
    display: block;
    font-size: 18px;
  }
}
@media (max-width: 975px) {
  section.pricing.alerts .pricing-pc {
    display: block;
    gap: unset;
  }
  section.pricing.alerts .pricing-pc .plan-card .description {
    flex-direction: row;
  }
  section.pricing.alerts .pricing-pc .plan-card .description .note-pc {
    display: block;
  }
  section.pricing.alerts .pricing-pc .plan-card .description .note-tablet {
    display: none;
  }
}
@media (max-width: 800px) {
  section.pricing.alerts .pricing-pc .plan-card .tab-header {
    display: flex;
  }
}
@media (max-width: 450px) {
  section.pricing.alerts .pricing-pc {
    display: block;
    gap: unset;
  }
  section.pricing.alerts .pricing-pc .plan-card .description {
    flex-direction: column;
  }
  section.pricing.alerts .pricing-pc .plan-card .description .note-pc {
    display: none;
  }
  section.pricing.alerts .pricing-pc .plan-card .description .note-tablet {
    display: block;
  }
}
section.pricing.account-appeals .pricing-mobile {
  position: relative;
  margin: 0;
  padding-bottom: 0;
}
section.pricing.account-appeals .account-appeals-table {
  margin-bottom: 60px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
}
section.pricing.account-appeals .account-appeals-table .row .inner {
  display: flex;
  flex-direction: row;
  padding: 50px;
}
section.pricing.account-appeals .account-appeals-table .row .inner .description {
  border-right: 2px solid white;
  padding-right: 50px;
}
section.pricing.account-appeals .account-appeals-table .row .inner .description h3 {
  font-size: 36px;
  margin: 0;
  padding: 0;
}
section.pricing.account-appeals .account-appeals-table .row .inner .description p {
  color: white;
  font-size: 28px;
  margin: 0;
  padding: 0;
}
section.pricing.account-appeals .account-appeals-table .row .inner .price {
  display: flex;
  min-width: 376px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
}
section.pricing.account-appeals .account-appeals-table .row .inner .price p {
  color: white;
  font-size: 32px;
  border: 1px solid white;
  border-radius: 30px;
  white-space: nowrap;
  padding: 4px 36px;
}
section.pricing.account-appeals .account-appeals-table .row .inner .price .value {
  font-size: 60px;
  font-weight: bold;
  white-space: nowrap;
}
section.pricing.account-appeals .account-appeals-table .row.row-green {
  background: #50bc7d;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
section.pricing.account-appeals .account-appeals-table .row.row-green .description p {
  color: #414854;
}
section.pricing.account-appeals .account-appeals-table .row.row-yellow {
  background: #ba891d;
}
section.pricing.account-appeals .account-appeals-table .row.row-gray {
  background: #3c4555;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
section.pricing.account-appeals .account-appeals-table .row.row-gray h3 {
  color: #50bc7d;
}
section.pricing.account-appeals .account-appeals-table .row.row-gray .price .value {
  color: #50bc7d;
}
@media (max-width: 1200px) {
  section.pricing.account-appeals .account-appeals-table {
    margin-bottom: 40px;
  }
  section.pricing.account-appeals .account-appeals-table .row .inner {
    flex-direction: column;
  }
  section.pricing.account-appeals .account-appeals-table .row .inner .description {
    padding: 0 0 36px 0;
    border-right: none;
    border-bottom: 2px solid white;
  }
  section.pricing.account-appeals .account-appeals-table .row .inner .description h3 {
    font-size: 30px;
  }
  section.pricing.account-appeals .account-appeals-table .row .inner .description p {
    font-size: 24px;
  }
  section.pricing.account-appeals .account-appeals-table .row .inner .price {
    min-width: auto;
    padding: 36px 0 0 0;
  }
  section.pricing.account-appeals .account-appeals-table .row .inner .price .value {
    font-size: 46px;
  }
  section.pricing.account-appeals .start-free-trial-pc {
    display: block;
  }
  section.pricing.account-appeals .start-free-trial-pc a {
    font-size: 32px;
  }
}
section.pricing.ppc-services .pricing-mobile {
  position: relative;
  margin: 0;
  padding-bottom: 0;
}
section.pricing.ppc-services .ppc-services-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
}
section.pricing.ppc-services .ppc-services-table .block {
  padding: 50px;
}
section.pricing.ppc-services .ppc-services-table .block .description h3 {
  font-size: 36px;
}
section.pricing.ppc-services .ppc-services-table .block .description ul {
  padding: 0 0 0 22px;
}
section.pricing.ppc-services .ppc-services-table .block .description ul li {
  padding: 0;
  margin: 0;
  font-size: 26px;
}
section.pricing.ppc-services .ppc-services-table .block .description p {
  font-size: 26px;
}
section.pricing.ppc-services .ppc-services-table .block .price {
  display: flex;
  flex-direction: row;
}
section.pricing.ppc-services .ppc-services-table .block .price .value {
  display: flex;
  flex-direction: column;
  padding-left: 15px;
  font-size: 80px;
  font-weight: bold;
}
section.pricing.ppc-services .ppc-services-table .block .price .value .price-wrap {
  display: flex;
  flex-direction: row;
}
section.pricing.ppc-services .ppc-services-table .block .price .value .interval {
  font-size: 28px;
  font-weight: normal;
  padding-left: 15px;
}
section.pricing.ppc-services .ppc-services-table .block .price .value .note {
  font-size: 24px;
  font-weight: normal;
}
section.pricing.ppc-services .ppc-services-table .block.block-green {
  background: #50bc7d;
  border-top-left-radius: 30px;
}
section.pricing.ppc-services .ppc-services-table .block.block-yellow {
  background: #ba891d;
  color: white;
  border-top-right-radius: 30px;
}
section.pricing.ppc-services .ppc-services-table .block.block-gray {
  background: #3c4555;
  color: white;
  border-bottom-left-radius: 30px;
}
@media (max-width: 1200px) {
  section.pricing.ppc-services .ppc-services-table {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
  section.pricing.ppc-services .ppc-services-table .block.block-gray {
    border-bottom-left-radius: 0;
  }
  section.pricing.ppc-services .ppc-services-table .block.block-green {
    border-top-right-radius: 30px;
  }
  section.pricing.ppc-services .ppc-services-table .block.block-yellow {
    border-top-right-radius: 0;
  }
}
@media (max-width: 800px) {
  section.pricing.ppc-services .ppc-services-table .block {
    padding: 20px;
  }
  section.pricing.ppc-services .ppc-services-table .block .description h3 {
    font-size: 26px;
  }
  section.pricing.ppc-services .ppc-services-table .block .description ul li {
    font-size: 20px;
  }
  section.pricing.ppc-services .ppc-services-table .block .description p {
    font-size: 20px;
  }
  section.pricing.ppc-services .ppc-services-table .block .price .value {
    padding-left: 10px;
    font-size: 50px;
  }
  section.pricing.ppc-services .ppc-services-table .block .price .value .interval {
    font-size: 20px;
    padding-left: 10px;
  }
  section.pricing.ppc-services .ppc-services-table .block .price .value .note {
    font-size: 16px;
  }
  section.pricing.ppc-services .ppc-services-table .block.block-green {
    border-top-right-radius: 30px;
  }
  section.pricing.ppc-services .ppc-services-table .block.block-yellow {
    border-top-right-radius: 0;
  }
}
section.pricing.coaching-and-audits .pricing-mobile {
  position: relative;
  margin: 0;
  padding-bottom: 0;
}
section.pricing.coaching-and-audits .ppc-services-table .block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.pricing.coaching-and-audits .ppc-services-table .block .price {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
section.pricing.coaching-and-audits .ppc-services-table .block .price .price-label span {
  display: block;
  font-size: 36px;
  background: #414854;
  color: white;
  padding: 8px 42px;
  border-radius: 30px;
  white-space: nowrap;
}
section.pricing.coaching-and-audits .ppc-services-table .block .price .value .price-wrap {
  font-size: 80px;
}
section.pricing.coaching-and-audits .ppc-services-table .block .price .value .note {
  font-size: 20px;
}
section.pricing.coaching-and-audits .ppc-services-table .block .price .note-mobile {
  display: none;
}
section.pricing.coaching-and-audits .ppc-services-table .block.block-yellow {
  border-bottom-right-radius: 30px;
}
section.pricing.coaching-and-audits .ppc-services-table .block.block-green {
  border-bottom-left-radius: 30px;
}
@media (max-width: 1200px) {
  section.pricing.coaching-and-audits .ppc-services-table .block .price {
    padding-bottom: 8px;
  }
  section.pricing.coaching-and-audits .ppc-services-table .block .price .price-label span {
    font-size: 20px;
    padding: 4px 16px;
    border-radius: 20px;
  }
  section.pricing.coaching-and-audits .ppc-services-table .block .price .value .price-wrap {
    font-size: 50px;
  }
  section.pricing.coaching-and-audits .ppc-services-table .block .price .value .note {
    display: none;
  }
  section.pricing.coaching-and-audits .ppc-services-table .block .price .note-mobile {
    display: block;
    position: absolute;
    margin-top: 68px;
  }
  section.pricing.coaching-and-audits .ppc-services-table .block.block-yellow {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-bottom: 30px;
  }
  section.pricing.coaching-and-audits .ppc-services-table .block.block-green {
    border-bottom-left-radius: 0;
  }
}

ul.custom-plan-features {
  margin-left: 20px;
}
ul.custom-plan-features li {
  font-size: 125%;
  margin-top: 10px;
  margin-bottom: 10px;
}
ul.custom-plan-features ul {
  margin-left: 20px;
  list-style-type: none;
}
ul.custom-plan-features ul li {
  font-size: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.page.guide .toc.user-videos:before {
  content: "Seller Profiles";
  margin-bottom: 12px;
  border-radius: 8px;
  font-size: 26px;
}
.page.guide .toc.user-videos li {
  background: white;
  border: 1px solid #ddd;
  color: #414854 !important;
  border-radius: 5px;
  margin-bottom: 6px;
}
.page.guide .toc.user-videos li:hover, .page.guide .toc.user-videos li.active {
  background-color: #eee;
}
.page.guide .toc.user-videos li:hover a, .page.guide .toc.user-videos li.active a {
  color: #414854 !important;
}
.page.guide .toc.user-videos li .toc-link {
  display: flex;
  flex-direction: row;
}
.page.guide .toc.user-videos li .icon {
  width: 96px;
  height: 96px;
  border-radius: 48px;
}
.page.guide .toc.user-videos li .user-details {
  display: flex;
  flex-direction: column;
  padding-left: 12px;
}
.page.guide .toc.user-videos li .user-details .name {
  font-weight: bold;
  font-size: 24px;
}
.page.guide .toc.user-videos li .user-details .country {
  width: 48px;
  height: 48px;
}
.page.guide .toc.user-videos li .user-details .label {
  font-size: 18px;
  font-weight: normal;
}

@media (min-width: 1800px) {
  body {
    zoom: 0.7;
  }

  :root {
    --zoom-factor: 0.7;
  }

  header,
footer {
    max-width: 1500px;
  }

  main {
    max-width: 1800px;
  }
}
@media (min-width: 1501px) {
  .hero-image h1 {
    font-size: 300%;
    margin-top: 0px;
  }
  .hero-image .left-column p {
    font-size: 125%;
  }

  body {
    font-size: 18.5px;
  }

  header .logo-link img {
    height: 43.92px;
  }

  header {
    height: 115px;
  }

  section,
header,
footer {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (min-width: 1600px) {
  body {
    font-size: 21.5px;
  }

  main {
    position: relative;
    z-index: 1;
  }

  header {
    position: relative;
    z-index: 2;
  }

  main,
footer {
    box-shadow: 0px 0px 400px #1C1F25;
  }
}
@media (min-width: 1700px) {
  header .logo-link img {
    height: 45.84px;
  }

  header {
    height: 120px;
  }

  body {
    font-size: 24px;
  }
}
@media (min-width: 1800px) {
  #free-trial-floating-banner {
    width: 700px;
    border-radius: 18px;
  }

  .page.guide .toc {
    font-size: 22px;
  }
  .page.guide .posts .cover-image img {
    width: 100%;
    height: auto;
    max-width: none;
  }
  .page.guide .post-card {
    font-size: 18px;
  }
  .page.guide .page-content {
    font-size: 23px;
  }

  header .logo-link img {
    height: 53.47;
  }

  header {
    height: 140px;
  }

  body {
    font-size: 26px;
  }
}
@media (min-width: 1900px) {
  /*
      header .logo-link img {
          height: 55.38px;
      }

      header {
          height: 145px;
      }

      body {
          font-size: 28px;
      }

      .page.guide {
          .post-card {
              font-size: 20px;
          }
      }
  */
}
@media (min-width: 2100px) {
  /*  header .logo-link img {
      height: 59.2px;
  }

  header {
      height: 155px;
  }

  body {
      font-size: 31px;
  }

  .page.guide {
      .post-card {
          font-size: 23px;
      }

      .toc {
          font-size: 25px;
      }
  }

  #free-trial-floating-banner {
      width: 900px;
      border-radius: 18px;
  }*/
}
@media (max-width: 1800px) {
  header nav a,
header nav a:link,
header nav a:visited,
header nav div.dropdown {
    font-size: 75%;
  }
}
@media (max-width: 1500px) {
  footer {
    font-size: 90%;
  }

  .free-trial-teaser h2 {
    font-size: 330%;
  }

  header nav a,
header nav a:link,
header nav a:visited,
header nav div.dropdown {
    font-size: 85%;
  }

  .hp-reviews .youtube-review-slide .slide-content .video-preview {
    height: 380px;
  }
}
@media (max-width: 1400px) {
  header nav a.try-it-for-free-button:link,
header nav a.try-it-for-free-button:visited,
header nav a.contact-sales-button:link,
header nav a.contact-sales-button:visited {
    font-size: 100%;
  }

  section.pricing .grid-header {
    font-size: 100%;
  }

  .hero-image h1 {
    font-size: 280%;
  }
  .hero-image .left-column p {
    font-size: 125%;
  }

  body {
    font-size: 17px;
  }

  header .logo-link img {
    height: 38.2px;
  }

  header {
    height: 100px;
  }

  section.home-marketplaces .marketplace-countries {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  header nav a:link,
header nav a:visited {
    background: none;
    padding-right: 0px;
  }

  header nav a,
header nav a:link,
header nav a:visited,
header nav div.dropdown {
    font-size: 80%;
  }

  .free-trial-teaser {
    font-size: 19px;
  }

  .hp-reviews .youtube-review-slide .slide-content .video-preview {
    height: 350px;
  }
}
@media (max-width: 1300px) {
  section.pricing-boxes-section .pricing-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  body {
    font-size: 16.5px;
  }

  header .logo-link img {
    height: 36.29px;
  }

  header {
    height: 95px;
  }

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

  h1 {
    font-size: 280%;
  }

  .hero-image h1 {
    margin-top: 0px;
  }

  header nav a:link,
header nav a:visited,
header nav div.dropdown {
    background: none;
    padding-right: 0px;
  }

  header nav .dropdown-container {
    right: 50%;
  }

  .free-trial-teaser {
    font-size: 18px;
  }

  section.start-trial .trial-benefits {
    grid-template-columns: 1fr 1fr;
  }

  section.home-marketplaces .pc-container {
    grid-template-columns: 4.2fr 0.03fr 4.2fr;
  }
  section.home-marketplaces .countries-row img,
section.home-marketplaces .marketplace-logos img {
    max-height: 40px;
  }

  .hp-reviews .youtube-review-slide .slide-content .video-preview {
    height: 320px;
  }
}
@media (max-width: 1200px) {
  section.pricing-boxes-section .pricing-boxes {
    grid-template-columns: 1fr 1fr;
  }

  body {
    font-size: 16px;
  }

  header .logo-link img {
    height: 32.47px;
  }

  header {
    height: 85px;
  }

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

  h1 {
    font-size: 250%;
  }

  a.button {
    font-size: 150%;
  }

  section.made-easy-section .info-graphic {
    grid-template-columns: 1.8fr 1fr;
  }

  section.home-marketplaces .pc-container {
    grid-template-columns: 4.2fr 0.03fr 4.2fr;
  }
  section.home-marketplaces .countries-row img,
section.home-marketplaces .marketplace-logos img {
    max-height: 40px;
  }

  .page.guide .header-line {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .page.guide .header-line .breadcrumbs {
    display: none;
  }

  .breadcrumbs-mobile {
    display: block !important;
    max-width: 100%;
    padding-bottom: 10px;
  }

  footer .copyright-and-disclaimer {
    grid-template-columns: 1fr;
  }
  footer .copyright-and-disclaimer .disclaimer {
    text-align: left;
  }

  .page.guide .posts {
    grid-template-columns: 1fr;
  }
  .page.guide .posts .cover-image img {
    width: 150px;
    height: 150px;
  }

  .page.guide .posts .link-overlay,
.page.guide .posts .link-overlay:hover {
    grid-template-columns: 150px 1fr;
  }

  .free-trial-teaser {
    font-size: 17px;
  }

  header nav a:link,
header nav a:visited,
header nav div.dropdown {
    font-size: 70%;
  }

  .page.guide .guide-header h1 {
    font-size: 300%;
  }
  .page.guide .guide-header p {
    font-size: 160%;
  }

  .hp-reviews .youtube-review-slide .slide-content .video-preview {
    height: 300px;
  }
}
@media (max-width: 1100px) {
  section.pricing .grid-header {
    font-size: 90%;
  }

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

  .hero-image {
    position: relative;
    display: block;
    background-image: url(/cms/assets/homepage2024/home/hero-images/HeroImageBackgroundMobile-19c01734f0d5b311ddc15b5762b2ab20.webp);
    background-position: center center;
    padding-right: 50%;
    overflow: hidden;
  }

  .hero-image > div.right-column {
    background-image: url(/cms/assets/homepage2024/home/hero-images/HeroImageTextsTablet-d48223960f297c4dea838c59627d1e8d.svg);
    align-self: end;
    position: absolute;
    width: 35%;
    bottom: 50px;
    transform: translateX(-50%);
    left: 74%;
    background-position: left bottom;
  }

  article.image-right .with-shadow {
    border-radius: 9px;
  }

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

  section.made-easy-section .info-graphic {
    grid-template-columns: 3fr 1fr;
  }
  section.made-easy-section .info-graphic h3 {
    font-size: 145%;
  }

  .home-profit {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .home-profit svg {
    width: 113%;
    margin-left: -5.5%;
  }

  section.home-calculating-profits {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .hp-reviews .youtube-review-slide .slide-content {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  header .mobile-menu-toggle {
    display: block;
  }
  header .close-btn {
    display: none;
  }
  header.fullscreen-menu {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: white;
    z-index: 10;
    flex-direction: column;
    background: #1C1F25;
    text-align: center;
    padding: 15px;
    padding-top: 25px;
    font-size: 150%;
  }
  header.fullscreen-menu nav {
    margin-top: 20px;
    white-space: nowrap;
    flex-direction: column;
  }
  header.fullscreen-menu nav a:link,
header.fullscreen-menu nav a:visited {
    display: block;
  }
  header.fullscreen-menu .logo-link img {
    margin-top: 13px;
    margin-bottom: 15px;
  }
  header.fullscreen-menu .dropdown-container {
    text-align: left;
  }
  header.fullscreen-menu .mobile-menu-toggle {
    display: none;
  }
  header.fullscreen-menu .close-btn {
    display: block;
    position: absolute;
    right: 109px;
    top: 40px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  header nav {
    display: none;
  }

  header.fullscreen-menu nav {
    display: flex;
  }

  .page.guide .header-line {
    grid-template-columns: 1.5fr 1fr;
  }
  .page.guide .header-line > form {
    grid-column: 1/span 2;
    grid-row: 1;
  }

  .free-trial-teaser {
    background-size: auto 69%, auto 81%;
    background-position-y: top, 200%;
    padding-right: 30%;
    font-size: 16px;
  }

  section.home-marketplaces .pc-container {
    grid-template-columns: 4.2fr 0.03fr 4.2fr;
  }
  section.home-marketplaces .countries-row img,
section.home-marketplaces .marketplace-logos img {
    max-height: 30px;
  }

  .hp-reviews .youtube-review-slide .slide-content .video-preview {
    height: 400px;
  }
}
@media (max-width: 1000px) {
  body {
    font-size: 17px;
  }

  a.button {
    font-size: 120%;
  }

  section.made-easy-section .info-graphic {
    grid-template-columns: 1fr;
  }

  section.home-seller-central .made-easy {
    grid-template-columns: 1fr;
  }

  .newsletter form.newsletter-registration {
    grid-template-columns: 4fr 1.8fr;
  }

  .free-trial-teaser {
    font-size: 15px;
  }

  section.start-trial .trial-benefits {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  section.start-trial .trial-benefits .icon-with-text img {
    width: 90px;
  }

  .page.contact-us section {
    grid-template-columns: 1fr;
  }

  section.home-marketplaces .pc-container {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  section.home-marketplaces .horizontal-bar {
    width: 100%;
    height: 3px;
  }
  section.home-marketplaces .countries-row img,
section.home-marketplaces .marketplace-logos img {
    max-height: 50px;
  }
}
@media (max-width: 900px) {
  main {
    max-width: 900px;
    overflow-x: hidden;
  }

  a.CTAButton {
    font-size: 90%;
  }

  section.home-seller-central.currency-background {
    background-position: top 12% left 25%, right 15% top 30%, left 15% top 50%, bottom 29% right 12%;
    background-size: auto 10%, auto 10%, auto 10%, auto 10%;
  }

  .hero-image {
    padding-right: 40%;
    background-position: center bottom;
  }
  .hero-image > div.right-column {
    width: 43%;
    left: auto;
    transform: none;
    right: 80px;
  }

  article.image-right,
article.image-left {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  article.image-right img,
article.image-left img {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  article.image-right h2,
article.image-left h2 {
    margin-top: 0px;
  }
  article.image-right p:last-child,
article.image-left p:last-child {
    margin-bottom: 0px;
  }

  article.image-right {
    grid-auto-flow: dense;
  }
  article.image-right > :nth-child(2) {
    grid-row: 1;
  }

  article.image-left .with-shadow,
article.image-right .with-shadow {
    margin-left: auto;
    margin-right: auto;
  }

  .free-trial-teaser {
    background-size: auto 46%, auto 69%;
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  main {
    max-width: 800px;
    overflow-x: hidden;
  }

  section.pricing .grid-table {
    display: none;
  }

  section.pricing .pricing-mobile {
    display: block;
  }

  .blog-header h1 {
    text-align: center;
  }

  footer .copyright-and-disclaimer .disclaimer {
    white-space: wrap;
  }
  footer .link-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-image {
    padding-right: 50%;
    background-position: right center;
  }
  .hero-image a.button {
    padding-left: 20px;
    padding-right: 20px;
  }

  body.policy .conf {
    padding: 50px;
  }

  article.image-right .with-shadow {
    border-radius: 6px;
  }

  body {
    font-size: 16px;
  }

  .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;
  }

  .newsletter form.newsletter-registration {
    grid-template-columns: 4fr 2.5fr;
    width: 64%;
  }

  .free-trial-teaser {
    padding-right: 50px;
    background-size: auto 36%, auto 75%;
    padding-top: 50px;
  }
  .free-trial-teaser h2 {
    width: 80%;
  }

  .page.guide .guide-header {
    grid-template-columns: 1fr;
  }
  .page.guide .guide-header > img {
    display: none;
  }
  .page.guide .posts .hover-wrapper .mobile-image {
    display: block;
    float: left;
    margin-right: 10px;
  }
  .page.guide .posts .hover-wrapper .mobile-image img {
    width: 75px;
    border-radius: 8px;
  }
  .page.guide .posts .hover-wrapper .more-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .page.guide .posts .hover-wrapper p.date {
    display: none;
  }
  .page.guide .posts .hover-wrapper .date-mobile {
    display: block;
    font-size: 100%;
    margin-bottom: 4px;
  }
  .page.guide .cover-image {
    display: none;
  }
  .page.guide .posts .link-overlay,
.page.guide .posts .link-overlay:hover {
    grid-template-columns: 1fr;
  }

  section.home-app-buttons a {
    width: 30%;
  }

  .hp-reviews .youtube-review-slide .slide-content .video-preview {
    height: 320px;
  }
}
@media (max-width: 700px) {
  main {
    max-width: 700px;
    overflow-x: hidden;
  }

  section.pricing-boxes-section .pricing-boxes {
    grid-template-columns: 1fr;
  }

  .hero-image {
    font-size: 80%;
  }

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

  .newsletter form.newsletter-registration {
    width: 100%;
  }

  .page.guide .posts .link-overlay,
.page.guide .posts .link-overlay:hover {
    grid-template-columns: 1fr;
  }

  .free-trial-teaser {
    padding-right: 50px;
    background-size: auto 36%, auto 75%;
    padding-top: 108px;
  }

  .page.guide .header-line {
    grid-template-columns: 1fr;
  }
  .page.guide .header-line .language-switch {
    row-gap: 10px;
  }
  .page.guide .header-line > form {
    grid-column: 1;
  }

  section.made-easy-section .made-easy .features-container {
    grid-template-columns: 1fr 2fr;
  }

  section.home-marketplaces .countries-row img,
section.home-marketplaces .marketplace-logos img {
    max-height: 40px;
  }

  .hp-reviews .youtube-review-slide .slide-content .video-preview {
    height: 260px;
  }
}
@media (max-width: 600px) {
  main {
    max-width: 600px;
    overflow-x: hidden;
  }

  section.pricing .start-free-trial a.button {
    font-size: 35px;
  }

  .hero-image > div.right-column {
    background-image: url(/cms/assets/homepage2024/home/hero-images/HeroImageTextsMobile-df96ddb57ff4b1d8a00769a990e3c3e3.svg);
  }

  body {
    font-size: 15px;
  }

  h1 {
    margin-bottom: 20px;
  }

  .hp-reviews h1 {
    margin-bottom: 40px;
  }

  header.fullscreen-menu .close-btn {
    right: 62px;
    top: 27px;
  }

  section.made-easy-section .made-easy .features-container {
    grid-template-columns: 1fr 2.8fr;
  }

  section.home-calculating-profits,
section.made-easy-section .made-easy,
section.made-easy-section .info-graphic {
    gap: 30px;
  }

  section.made-easy-section .info-graphic h3 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  section,
section.home-calculating-profits {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  section.start-trial .trial-benefits .icon-with-text img {
    width: 50px;
  }

  .page section:first-child {
    padding-top: 30px;
  }

  article.image-right img.aes-logo {
    max-width: 200px;
  }

  a.button,
a.CTAButton {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  section.start-trial a.button {
    margin-bottom: 0px;
  }

  section.home-marketplaces .countries-row img,
section.home-marketplaces .marketplace-logos img {
    max-height: 35px;
  }

  .hp-reviews .text-review-slide .slide-content img {
    max-width: 120px;
  }

  section.black-title h3 {
    margin-top: -8px;
  }

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

  .page section:last-child {
    padding-bottom: 30px;
  }

  .page.contact-us .contact-us-form {
    border-radius: 30px;
    padding: 30px;
  }

  section.home-app-buttons a {
    width: 40%;
  }

  .hp-reviews .youtube-review-slide .slide-content .video-preview {
    height: 220px;
  }
}
@media (max-width: 550px) {
  .free-trial-teaser {
    background: none;
    padding: 10px 30px;
    margin-top: 20px;
  }
  .free-trial-teaser h2, .free-trial-teaser p {
    display: none;
  }
  .free-trial-teaser .button {
    font-size: 150%;
  }

  .newsletter {
    display: none;
  }

  #free-trial-floating-banner {
    display: none;
  }

  h1 {
    font-size: 200%;
  }

  h2 {
    font-size: 150%;
  }

  .hero-image {
    padding-right: 40%;
  }
  .hero-image > div.right-column {
    width: 50%;
    background-image: url(/cms/assets/homepage2024/home/hero-images/HeroImageTextsMobile-df96ddb57ff4b1d8a00769a990e3c3e3.svg);
    right: 30px;
  }

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

  footer {
    padding: 30px;
  }
  footer .footer-infos {
    gap: 30px;
  }

  article {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  article.image-left,
article.image-right {
    gap: 30px;
  }

  .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 > 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;
  }

  section.case-study .case-study-text {
    padding: 24px;
  }

  header {
    padding-left: 32px;
    padding-right: 32px;
  }

  section.start-trial .trial-benefits .icon-with-text {
    gap: 20px;
  }

  .page.guide .guide-header h1 {
    font-size: 250%;
  }
}
.video-carousel {
  width: 100%;
  padding: 0;
}
.video-carousel .slider-wrapper {
  overflow: hidden;
  width: 100%;
}
.video-carousel .slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.video-carousel .slider > div {
  min-width: 100%;
  box-sizing: border-box;
}
.video-carousel .slider-table {
  display: block;
  border-collapse: collapse;
  border-spacing: 0;
}
.video-carousel .slider-table tbody {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.video-carousel .slider-table tr {
  display: flex;
  flex-direction: row;
  flex: 0 0 100%;
  border-radius: 40px;
  padding: 20px;
  margin: 0;
  color: white;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background: #323842 url(/cms/assets/amazon-fba-reimbursement/images/ThreeStripesGray-17df742355f5e6f9cf2369b1ef2b8957.svg) no-repeat;
  background-position: top 100px left 80px;
}
.video-carousel .slider-table tr td {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  white-space: normal;
  width: 100%;
  box-sizing: border-box;
  border: none;
  padding: 60px 40px;
  margin: 0;
  text-align: center;
  font-size: 26px;
}
.video-carousel .slider-table tr td a,
.video-carousel .slider-table tr td a:link,
.video-carousel .slider-table tr td a:visited {
  color: white;
}
.video-carousel .slider-table tr td .iframe-container {
  min-height: 380px;
  height: 100% !important;
  width: 100% !important;
  margin: 0;
}
.video-carousel .slider-table tr:not(.table-columns-1) td:first-of-type {
  text-align: left;
  flex: 0 0 40%;
}
@media (max-width: 1550px) {
  .video-carousel .slider-table p {
    font-size: 2vw;
  }
}
@media (max-width: 1100px) {
  .video-carousel .slider-table p {
    font-size: 100%;
  }
  .video-carousel .slider-table tr {
    flex-direction: column;
    padding: 42px;
    gap: 16px;
  }
  .video-carousel .slider-table tr td {
    font-size: 20px !important;
    padding: 0 !important;
  }
  .video-carousel .slider-table tr td:nth-child(2) {
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
  }
  .video-carousel .slider-table tr td .iframe-container {
    width: 100% !important;
    max-width: 100% !important;
    z-index: 90;
  }
  .video-carousel .slider-table tr:not(.table-columns-1) td:first-of-type {
    flex: 0;
  }
}
@media (max-width: 800px) {
  .video-carousel .slider-table tr {
    flex-direction: column;
    justify-content: space-around !important;
  }
  .video-carousel .slider-table tr td {
    font-size: 20px !important;
    padding: 0 !important;
  }
  .video-carousel .slider-table tr td:nth-child(2) {
    flex-direction: column;
    justify-content: center !important;
    position: relative;
    top: 0;
  }
  .video-carousel .slider-table tr td .iframe-container {
    min-height: 340px !important;
    width: 100% !important;
    max-width: 100% !important;
    z-index: 90;
  }
}
@media (max-width: 750px) {
  .video-carousel .slider-table tr td .iframe-container {
    min-height: 280px !important;
  }
}
@media (max-width: 600px) {
  .video-carousel .slider-table tr td .iframe-container {
    min-height: 200px !important;
  }
}
@media (max-width: 550px) {
  .video-carousel .slider-table tr td .iframe-container {
    min-height: 280px !important;
    max-width: calc(100% + 84px) !important;
    width: calc(100% + 84px) !important;
  }
}
@media (max-width: 450px) {
  .video-carousel .slider-table tr td .iframe-container {
    min-height: 250px !important;
  }
}
@media (max-width: 400px) {
  .video-carousel .slider-table tr td .iframe-container {
    min-height: 200px !important;
  }
}
.video-carousel .switch-slide-wrap {
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -40px;
  z-index: 100;
}
.video-carousel .switch-slide-wrap > div {
  border: 2px solid white;
  border-radius: 12px;
  height: 12px;
  width: 12px;
  display: inline-block;
  cursor: pointer;
  margin: 0 4px;
}
.video-carousel .switch-slide-wrap > div.active {
  background: white;
}

@media (max-width: 500px) {
  .nobreak {
    white-space: break-spaces;
  }

  article.image-right .with-shadow {
    border-radius: 5px;
  }

  section.home-marketplaces .marketplace-container-info {
    padding: 10px 20px;
  }
  section.home-marketplaces .marketplace-container-info h2 {
    font-size: 100%;
  }
  section.home-marketplaces .countries-row img,
section.home-marketplaces .marketplace-logos img {
    max-height: 30px;
  }

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

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

  section.made-easy-section .made-easy .features-container {
    grid-template-columns: 1fr;
  }

  section.made-easy-section .made-easy .feature-list {
    display: none;
  }

  .hero-image a.button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hp-reviews .youtube-review-slide .slide-content .video-preview {
    height: 240px;
  }
}
@media (max-width: 450px) {
  .pagination-container .pagination {
    gap: 15px;
  }

  .page.contact-us .contact-us-form select {
    background: none;
  }

  .hero-image > div.right-column {
    display: none;
  }

  .hero-image {
    padding-right: 30px;
  }

  header.fullscreen-menu .logo-link img {
    height: 28px;
  }

  .hero-image > div.left-column .create-free-account {
    font-size: 130%;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 450px) {
  section.home-marketplaces .pc-container {
    display: none !important;
  }
  section.home-marketplaces .mobile-container {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 0;
  }
  section.home-marketplaces .mobile-container .countries-row {
    grid-template-columns: repeat(5, 1fr) !important;
    padding: 0 !important;
  }
  section.home-marketplaces .mobile-container .countries-row > div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.home-marketplaces .mobile-container .marketplaces-row {
    grid-template-columns: repeat(5, 1fr) !important;
    padding: 0 !important;
  }

  footer .link-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 400px) {
  .hp-reviews .youtube-review-slide .slide-content .video-preview {
    height: 200px;
  }
}
@media (max-width: 350px) {
  .hp-reviews .youtube-review-slide .slide-content .video-preview {
    height: 180px;
  }
}
.features h1 {
  display: block;
  text-align: center;
}
.features p:empty {
  display: none;
}
.features section > h2,
.features section > h3 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #384355;
  margin-left: -100px;
  margin-right: -100px;
  color: white;
}
.features section > h2 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 200%;
}
.features section > h3 {
  margin-top: 0px;
  padding-top: 15px;
  margin-top: -1px;
  font-weight: normal;
  font-size: 125%;
}
.features section > h3 .text-bold {
  font-weight: normal;
}
.features .layout-section {
  display: flex;
  flex-direction: row;
  gap: 70px;
  align-items: center;
}
.features .layout-section img {
  border: none;
  width: 35vw;
  min-width: 28vw;
  max-width: 35vw;
}
.features .layout-section .layout-column {
  display: inline-block;
  margin-bottom: 25px;
  margin-top: 25px;
}
.features .layout-section .layout-column h2 {
  font-size: 250%;
  line-height: 110%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-top: 0px;
}
.features .layout-section .layout-column p {
  margin-bottom: 0px;
  font-size: 150%;
}
.features .start-trial {
  padding-top: 0px;
}
.features .start-trial a.button {
  margin-top: 0px;
}

@media (min-width: 2300px) {
  .features .layout-section img {
    min-width: 620px;
  }
}
@media (min-width: 1500px) {
  .features section > h2,
.features section > h3 {
    margin-left: -150px;
    margin-right: -150px;
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (max-width: 900px) {
  .features .layout-section {
    flex-direction: column;
    gap: 0px;
  }
  .features .layout-section .layout-column {
    order: 2;
  }
  .features .layout-section .layout-column img {
    min-width: 75vw;
    max-width: 75vw;
    width: 75vw;
  }
  .features .layout-section .image-present {
    order: 1;
  }
}
@media (max-width: 1200px) {
  .features section > h2,
.features section > h3 {
    margin-left: -80px;
    margin-right: -80px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 550px) {
  .features.page section:first-child {
    padding-top: 30px;
  }
  .features .layout-section .layout-column {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .features section > h2,
.features section > h3 {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.toc-selected {
  border: 2px solid #000;
  border-radius: 5px;
  padding: 6px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.banner.hidden {
  display: none;
}

.banner {
  padding: 10px;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  margin: 5px;
}
.banner .btn {
  background-color: #3f4855;
  color: white;
  padding: 9px 10px;
  font-size: 90%;
  font-weight: 600;
  border-radius: 0.3rem;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  user-select: none;
}
.banner .banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .banner-content .banner-app {
  display: flex;
  align-items: center;
}
.banner .banner-content .banner-app .close-banner-btn {
  fill: #333;
  margin-right: 5px;
  background: transparent;
  font-size: 23px;
  border: none;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.banner .banner-content .banner-app .close-banner-btn {
  background-image: url(/cms/assets/x_icon-22021f2a530fecd8795d371b5c9210a2.svg);
}
.banner .banner-content .banner-app .banner-app-logo {
  margin-right: 10px;
  height: 50px;
}
.banner .banner-content .banner-app .banner-app-logo img.app-icon {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  object-fit: cover;
}
.banner .banner-content .banner-app .app-info {
  display: flex;
  flex-direction: column;
}
.banner .banner-content .banner-app .app-info .app-title {
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1;
  margin: 0;
  color: #000;
}
.banner .banner-content .banner-app .app-info .app-subtitle {
  font-size: 0.9rem;
  color: #555;
  margin: 4px 0 0;
  line-height: 1;
}