@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

@font-face {
    font-family: 'Avenir Next';
    src: url('/fonts/AvenirNext-DemiBold.eot');
    src: url('/fonts/AvenirNext-DemiBold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/AvenirNext-DemiBold.woff2') format('woff2'),
        url('/fonts/AvenirNext-DemiBold.woff') format('woff'),
        url('/fonts/AvenirNext-DemiBold.ttf') format('truetype'),
        url('/fonts/AvenirNext-DemiBold.svg#AvenirNext-DemiBold') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('/fonts/AvenirNext-Bold.eot');
    src: url('/fonts/AvenirNext-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/AvenirNext-Bold.woff2') format('woff2'),
        url('/fonts/AvenirNext-Bold.woff') format('woff'),
        url('/fonts/AvenirNext-Bold.ttf') format('truetype'),
        url('/fonts/AvenirNext-Bold.svg#AvenirNext-Bold') format('svg');
    font-weight: 500;
    font-style: normal;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.container {
  display: flex;
  flex-flow: row wrap;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

html,
body,
section {
  color: black;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
}

input,
input:focus,
input:active {
  outline: none;
}

.clearfix:before {
  content: '';
  display: table;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.hidden {
  display: none;
}

.centered {
  text-align: center;
}

.accent-1 {
  height: 266px;
  width: 390px;
}

.bottom-cta {
  margin-top: 24px;
  padding: calc(168px - 24px) 0 calc(104px + 30px) 0;
  background: url(/img/accent-2.png) no-repeat top center;
  background-size: 192px 180px;
}

@media (max-width: 480px) {

.bottom-cta {
    padding: calc(64px - 24px) 0 calc(64px + 30px) 0
}
  }

.bottom-cta .container {
    text-align: center;
    display: flex;
    position: relative;
  }

.bottom-cta .container {
    justify-content: center;
    align-items: center;
  }

.bottom-cta h2 {
    border: 8px solid #CDD3D8;
    padding: 104px 104px calc(104px + (40px / 2)) 104px;
    max-width: 1360px;
  }

@media (max-width: 480px) {

.bottom-cta h2 {
      padding: 40px 40px calc(40px + (24px / 2)) 40px
  }
    }

.bottom-cta .btn-primary {
    position: absolute;
    bottom: -50px;
    border: 24px solid white;
  }

@media (max-width: 480px) {

.bottom-cta .btn-primary {
      border: 16px solid white
  }
    }

.carousel {
  animation: carousel 45s linear infinite;
  display: flex;
  flex-direction: row;
}

@keyframes carousel {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
  padding: 0;
}

h1 em, h2 em {
    font-style: normal;
    background-image: linear-gradient(45deg, #ea6a5d 0%, #ea9000 100%);
    color: white;
    padding: 0 16px;
  }

h1 {
  font-family: 'Avenir Next', sans-serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 50px;
}

@media screen and (min-width: 768px) {

h1 {
    font-size: 52px;
    line-height: 73px
}
  }

@media screen and (max-width: 480px) {

h1 {
    font-size: 26px;
    line-height: 40px
}
  }

h1 .subhead {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    display: block;
    margin: 16px auto 0 auto;
    max-width: 700px;
  }

@media screen and (max-width: 480px) {

h1 .subhead {
      font-size: 22px;
      line-height: 30px
  }
    }

h2 {
  font-family: 'Avenir Next', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.2px;
}

@media screen and (min-width: 768px) {

h2 {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -0.4px
}
  }

@media screen and (max-width: 480px) {

h2 {
    font-size: 22px;
    line-height: 24px
}
  }

h2 em {
    padding: 0 8px;
  }

h2 .subhead {
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
  }

h3 {
  font-family: 'Avenir Next', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}

h4 {
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 24px;
  font-size: 18px;
}

h4.section-label {
    color: #6A6A6A;
    padding-left: 8px;
    border-left: 4px solid #00ADEE;
  }

p {
  line-height: 24px;
}

button {
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

.text-link,
.text-link:focus,
.text-link:visited {
  cursor: pointer;
  color: #6B63E6;
  font-weight: 500;
}

.text-link.with-arrow, .text-link:focus.with-arrow, .text-link:visited.with-arrow {
    background: url(/img/right-arrow.svg) no-repeat calc(100% - 2px) center;
    background-size: 15px 9px;
    padding: 6px 26px 8px 0;
    transition: background-position .2s linear;
  }

.text-link.with-arrow:hover, .text-link:focus.with-arrow:hover, .text-link:visited.with-arrow:hover {
      background-position: 100% center;
    }

[class^="btn"] {
  border-radius: 100px;
  display: inline-block;
  text-decoration: none;
  padding: 18px 40px 22px 40px;
}

[class^="btn"].small {
    padding: 6px 16px 8px 16px;
  }

[class^="btn"].btn-primary {
    background: #6B63E6;
    background-image: linear-gradient(0deg, #6B63E6 50%, #8881EA 100%);
    color: white;
    font-weight: 500;
    transition: background-image .2s linear;
  }

[class^="btn"].btn-primary:hover {
      background-image: linear-gradient(0deg, #8983EB 50%, #A09BEF 100%);
    }

[class^="btn"].btn-primary.small {
      background-image: url(/img/right-arrow-knockout.svg), linear-gradient(0deg, #6B63E6 50%, #8881EA 100%);
      background-repeat: no-repeat;
      background-position: calc(100% - 16px) center, top left;
      background-size: 15px 9px, 100% 100%;
      padding: 6px 40px 8px 16px;
      transition: background-position .2s linear, background-image .2s linear;
    }

[class^="btn"].btn-primary.small:hover {
        background-image: url(/img/right-arrow-knockout.svg), linear-gradient(0deg, #8983EB 50%, #A09BEF 100%);
        background-position: calc(100% - 14px) center, top left;
      }

[class^="btn"].btn-primary.with-arrow {
      background-image: url(/img/right-arrow-knockout.svg), linear-gradient(0deg, #6B63E6 50%, #8881EA 100%);
      background-repeat: no-repeat;
      background-position: calc(100% - 40px) center, top left;
      background-size: 15px 9px, 100% 100%;
      padding: 19px 64px 21px 40px;
      transition: background-position .2s linear, background-image .2s linear;
    }

[class^="btn"].btn-primary.with-arrow:hover {
        background-image: url(/img/right-arrow-knockout.svg), linear-gradient(0deg, #8983EB 50%, #A09BEF 100%);
        background-position: calc(100% - 38px) center, top left;
      }

[class^="btn"].btn-secondary {
    border: 1px solid #6B63E6;
    color: #6B63E6;
    font-weight: 500;
    transition: background .2s linear, color .2s linear;
  }

[class^="btn"].btn-secondary.no-arrow:hover {
      background: #6B63E6;
      color: white;
    }

[class^="btn"].btn-secondary:not(.no-arrow) {
      background: white url(/img/right-arrow.svg) no-repeat calc(100% - 40px) center;
      background-size: 15px 9px;
      padding: 19px 64px 21px 40px;
    }

[class^="btn"].btn-secondary:not(.no-arrow):hover {
        background-position: calc(100% - 38px) center;
      }

[class^="btn"].btn-secondary:not(.no-arrow).small {
        background: white url(/img/right-arrow.svg) no-repeat calc(100% - 16px) center;
        padding: 6px 40px 8px 16px;
        transition: background-position .2s linear;
      }

[class^="btn"].btn-secondary:not(.no-arrow).small:hover {
          background-position: calc(100% - 14px) center;
        }

.nav {
  padding: 24px;
}

.nav img {
    margin: 0 auto;
  }

@media screen and (min-width: 768px) {

.nav img {
      margin: 0
  }
    }

header.header {
  padding: 16px 0;
  justify-content: space-between;
  position: sticky;
  top: 0;
  background: white;
  z-index: 100;
}

header.header .cross {
    display: none;
  }

header.header .hamburger {
    display: none;
  }

header.header .etleap-logo {
    margin: 0 auto;
    height: 42px;
    width: 135px;
  }

@media screen and (min-width: 960px) {

header.header .etleap-logo {
      margin: initial
  }
    }

header.header .container {
    display: flex;
  }

header.header .container {
    justify-content: inherit;
    align-items: center;
  }

header.header nav {
    display: block;
    display: flex;
    margin: 16px auto 8px auto;
  }

header.header nav {
    justify-content: flex-end;
    align-items: center;
  }

header.header .nav-btn {
    color: #6A6A6A;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-decoration: none;
  }

header.header .nav-btn:not(.sub) {
      margin-left: 24px;
    }

header.header .nav-btn:not(.dropdown) {
      transition: color 0.2s linear;
    }

header.header .nav-btn:not(.dropdown):hover {
        color: #6B63E6;
      }

header.header .sub, header.header .nav-btn.sub {
    display: block;
    padding: 12px 24px;
    white-space: nowrap;
  }

header.header .sub:first-child, header.header .nav-btn.sub:first-child {
      padding-top: 24px;
    }

header.header .sub:last-child, header.header .nav-btn.sub:last-child {
      padding-bottom: 24px;
    }

@media screen and (max-width: 767px) {
      header.header .dropdown:not(.sub) {
        margin-left: 0;
      }
    }

@media screen and (min-width: 768px) {

header.header .dropdown {
      padding-bottom: 24px;
      margin-top: -19px;
      transform: translateY(50%)
  }
    }

@media screen and (min-width: 768px) {

header.header .dropdown:hover .dropdown-content {
        display: block;
        transform: translateY(0);
        opacity: 1;
        margin-top: initial
    }
      }

header.header .dropdown img {
      vertical-align: middle;
    }

@media screen and (max-width: 767px) {

header.header .dropdown img {
        display: none
    }
      }

header.header .dropdown-content {
    text-align: left;
    border-radius: 4px;
    background: white;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
    top: 38px;
    left: -24px;
    transform: translateY(-10%);
    transition: transform 0.2s;
    opacity: 0;
    position: absolute;
    display: none;
    margin-top: -1000px;
  }

@media screen and (min-width: 768px) {

header.header .dropdown-content {
      display: initial
  }
    }

header.header .dropdown-content .heading {
      padding-top: 25px;
      cursor: default;
      color: #6A6A6A;
      font-size: 16px;
      text-transform: uppercase;
    }

@media screen and (max-width: 1000px) {

header.header .dropdown-content .heading {
        padding-left: 0;
        border-top: 1px solid #d2d2d2
    }
      }

header.header .dropdown-content .dropdown-section .sub:first-child {
        padding-top: 12px;
      }

header.header strong {
    margin-left: 24px;
  }

header.header strong .nav-btn {
      font-weight: 500;
    }

header.header strong .btn-secondary {
      margin-left: 16px;
    }

@media (max-width: 1000px) {
    .header.header .hamburger {
      display: block;
      width: 28px;
      height: 24px;
      opacity: 0.5;
      cursor: pointer;
    }
    .header.header nav {
      display: none;
    }

      .header.header nav.mob_open {
        display: flex;
        background: white;
        position: absolute;
        top: 0px;
        left: 20px;
        right: 20px;
        box-shadow: 0px 10px 25px 0px #00000042;
        border-radius: 20px;
        padding: 25px;
        flex-direction: column;
        align-items: flex-start;
        animation: fade-in 0.15s linear;
        padding-bottom: 0px;
        justify-content: flex-start;
        max-height: 90vh;
        overflow: auto;
      }

        .header.header nav.mob_open > * {
          flex: 0 0 auto;
        }

        .header.header nav.mob_open .sub:last-child {
          padding: 0;
        }

        .header.header nav.mob_open .cross {
          display: block;
          position: fixed;
          right: 20px;
          top: 20px;
          padding: 15px 25px;
          cursor: pointer;
          font-size: 32px;
          opacity: 0.4;
          font-weight: 500;
          z-index: 100;
        }

        .header.header nav.mob_open .nav-btn {
          order: 2;
          margin-left: 0px;
          margin-bottom: 24px;
          font-size: 20px;
          padding: 0;
        }

        .header.header nav.mob_open .nav-btn > span {
          margin-bottom: 10px;
          display: block;
        }

        .header.header nav.mob_open .dropdown {
          order: 1;
          cursor: default;
          color: #6A6A6A;
          font-size: 16px;
          text-transform: uppercase;
          transform: none;
          margin-top: 0px;
        }

          .header.header nav.mob_open .dropdown a {
            text-transform: none;
            font-size: 18px;
            opacity: 0.7;
          }

        .header.header nav.mob_open .dropdown-content {
          display: block;
          opacity: 1;
          position: relative;
          margin: 0;
          transform: none;
          top: 0;
          left: 0;
          box-shadow: none;
          border-radius: 0;
          border-bottom: 1px solid #a5a5a578;
        }

        .header.header nav.mob_open .action {
          order: 3;

          display: flex;
          bottom: 0;
          left: 0;
          padding: 0;
          margin: 0;
          margin-top: 10px;
          width: calc(100% + 50px);
          margin-left: -25px;
        }

          .header.header nav.mob_open .action a {
            display: flex;
            justify-content: center;
            align-items: center;
            order: 1;
            flex: 0 0 auto;
            width: 50%;
            margin: 0;
            padding: 0;
            height: 60px;
          }

          .header.header nav.mob_open .action .demo {
            background: #6B63E6;
            color: white;
            border: none;
            border-radius: 0px 0px 20px 0px;
            background-image: linear-gradient(0deg, #6b63e6 50%, #8881ea 100%);
          }

          .header.header nav.mob_open .action .login {
            background: #E6ECF2;
            border-radius: 0px 0px 0px 20px;
          }
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

.footer {
  background: #E6ECF2;
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 93%,
    rgba(0, 0, 0, 0.04) 100%
  );
  padding: 104px 0;
}

.footer .container {
    justify-content: center;
  }

@media (max-width: 768px) {

.footer .container {
      flex-direction: column;
      width: -moz-min-content;
      width: min-content;
      margin: auto
  }
    }

.footer .sitemap,
  .footer .solutions,
  .footer .compare,
  .footer .branding,
  .footer .featured-etl {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
    margin: 20px;
    width: auto;
    max-width: 150px;
  }

.footer .sitemap .section-label, .footer .solutions .section-label, .footer .compare .section-label, .footer .branding .section-label, .footer .featured-etl .section-label {
      margin-bottom: 24px;
    }

.footer .sitemap .column a, .footer .solutions .column a, .footer .compare .column a, .footer .branding .column a, .footer .featured-etl .column a {
      opacity: 0.7;
      font-weight: 400;
      color: #6A6A6A;
      padding: 8px 0;
      display: block;
      transition: opacity 0.2s linear;
    }

.footer .sitemap .column a:hover, .footer .solutions .column a:hover, .footer .compare .column a:hover, .footer .branding .column a:hover, .footer .featured-etl .column a:hover {
        opacity: 1;
      }

.footer .sitemap .column:last-child {
        margin-top: 37px;
      }

.footer .branding {
    max-width: 300px;
    align-items: center;
  }

.footer .branding .row {
      display: flex;
      flex-direction: row;
    }

.footer .branding .etleap-logo {
      display: block;
      height: 42px;
      width: 135px;
      margin: -19px 0 12px 0;
    }

.footer .branding .social {
      margin-left: -6px;
    }

.footer .branding .social a {
        padding: 8px;
        opacity: 0.7;
        transition: opacity 0.2s linear;
      }

.footer .branding .social a:hover {
          opacity: 1;
        }

.footer .branding .social img {
        height: 16px;
        width: auto;
      }

.footer .branding .aws-badge {
      width: 120px;
      margin: 21px 0 12px 0;
    }

.footer .branding .snowflake-badge {
      width: auto;
      margin: 20px 0 12px 0;
      height: 150px;
    }

.footer .branding .copyright {
      display: block;
      font-size: 14px;
      opacity: 0.2;
    }

.footer .solutions .subheading {
    text-transform: uppercase;
    color: #6A6A6A;
    opacity: 0.7;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    padding: 25px 0 12px;
  }

.footer button.configure-segment-consent {
    font-weight: 400;
    color: #6A6A6A;
    opacity: 0.7;
    padding: 8px 0;
    text-align: left;
  }

.footer button.configure-segment-consent:hover {
      opacity: 1;
    }

.footer #segment-consent-manager {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
  }

.footer #segment-consent-manager > div > div:first-child {
      padding: 14px 0;
    }

.footer #segment-consent-manager p {
      color: rgba(255, 255, 255, .8);
      font-size: 16px;
    }

[data-consent-manager-dialog] button[type=submit]{
    background-image: none;
    background-color:#6b63e6;
  }
