@charset "UTF-8";
.gd-homepage-links {
  margin: 30px 0;
  padding: 0 20px;
}
@media only screen and (min-width: 1025px) {
  .gd-homepage-links {
    padding: 0;
  }
}
.gd-homepage-links-header {
  font-weight: normal;
  color: #1C0D3F;
  font-family: "dc8ebcd096d8d65d80200bbe8e045d86-subset", "dc8ebcd096d8d65d80200bbe8e045d86", "Helvetica", "Arial", sans-serif;
  font-size: 25px;
  line-height: 27px;
  margin: 0 0 30px 0;
  margin: 40px 0 60px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .gd-homepage-links-header {
    font-size: 46px;
    line-height: 54px;
  }
}
.gd-homepage-links-container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 1200px) {
  .gd-homepage-links-container {
    flex-direction: row;
    align-items: stretch;
  }
}
.gd-homepage-links-link {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  max-width: 320px;
  margin: 10px 0;
  padding-left: 90px;
  text-decoration: none !important;
  text-align: left;
}
@media only screen and (min-width: 1200px) {
  .gd-homepage-links-link {
    width: 25%;
    max-width: none;
    margin-right: 80px;
  }
  .gd-homepage-links-link:last-child {
    margin-right: 0;
  }
}
.gd-homepage-links-link:hover, .gd-homepage-links-link:focus, .gd-homepage-links-link:active {
  text-decoration: none !important;
}
.gd-homepage-links-link:hover .gd-homepage-links-link-header, .gd-homepage-links-link:focus .gd-homepage-links-link-header, .gd-homepage-links-link:active .gd-homepage-links-link-header, .gd-homepage-links-link:hover .gd-homepage-links-link-link, .gd-homepage-links-link:focus .gd-homepage-links-link-link, .gd-homepage-links-link:active .gd-homepage-links-link-link {
  text-decoration: underline;
  color: #cf119b;
}
.gd-homepage-links-link-icon {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 60px;
}
.gd-homepage-links-link-header {
  font-weight: normal;
  color: #1C0D3F;
  font-family: "bca6d3310b5c9dae1dae416e8abc8405-subset", "bca6d3310b5c9dae1dae416e8abc8405", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  flex: 0 0 auto;
  margin-top: 0;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .gd-homepage-links-link-header {
    font-size: 18px;
    line-height: 25px;
  }
}
.gd-homepage-links-link-text {
  flex: 1 1 auto;
  margin: 0;
  color: rgba(28, 13, 63, 0.7);
  font-family: "dc8ebcd096d8d65d80200bbe8e045d86-subset", "dc8ebcd096d8d65d80200bbe8e045d86", "Helvetica", "Arial", sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
}
.gd-homepage-links-link-link {
  display: block;
  margin-top: 20px;
  color: #ED26B7;
  font-family: "dc8ebcd096d8d65d80200bbe8e045d86-subset", "dc8ebcd096d8d65d80200bbe8e045d86", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  text-decoration: underline;
}

.gd-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1 1 auto;
  font-family: "Switzer Variable", "Helvetica", "Arial", sans-serif, "Helvetica Neue", arial, sans-serif;
}
@media only screen and (min-width: 1025px) {
  .gd-header {
    justify-content: center;
  }
}
.gd-header-nav__logo {
  align-self: center;
}
.gd-header-nav__logo svg {
  width: 182px;
}
.gd-header-nav__logo-text {
  display: none;
  align-self: center;
  margin-left: 16px;
  padding: 0 16px;
  border-left: 2px solid #B5B5B6;
  color: #213476;
  font-family: "Funnel Display SemiBold", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.25;
}
@media only screen and (min-width: 1025px) {
  .gd-header-nav__logo-text {
    display: block;
  }
}
.gd-header-links {
  position: fixed;
  top: 79px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  max-width: 100%;
  display: none;
  margin: 0;
  padding: 30px 20px 0;
  flex-direction: column;
  list-style-type: none;
  background-color: #ffffff;
}
@media only screen and (min-width: 1025px) {
  .gd-header-links {
    position: static;
    display: flex;
    flex-direction: row;
    width: auto;
    max-width: none;
    padding: 0;
    background-color: transparent;
  }
}
.gd-header-link,
.gd-header a.gd-header-link {
  display: block;
  padding: 8px 0 !important;
  font-family: "Switzer Variable", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  transition: border-color 0.15s;
  line-height: 48px;
}
@media only screen and (min-width: 1025px) {
  .gd-header-link,
.gd-header a.gd-header-link {
    padding: 20px 15px 16px !important;
    border-bottom: 3px solid transparent;
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .gd-header-link,
.gd-header a.gd-header-link {
    line-height: 40px;
  }
}
@media only screen and (min-width: 1800px) {
  .gd-header-link,
.gd-header a.gd-header-link {
    line-height: 60px;
  }
}
.gd-header-link, .gd-header-link:link, .gd-header-link:visited, .gd-header-link:hover, .gd-header-link:focus, .gd-header-link:active,
.gd-header a.gd-header-link,
.gd-header a.gd-header-link:link,
.gd-header a.gd-header-link:visited,
.gd-header a.gd-header-link:hover,
.gd-header a.gd-header-link:focus,
.gd-header a.gd-header-link:active {
  color: #09090c;
  text-decoration: none;
}
.gd-header-link, .gd-header-link:link, .gd-header-link:visited,
.gd-header a.gd-header-link,
.gd-header a.gd-header-link:link,
.gd-header a.gd-header-link:visited {
  color: #09090c;
}
.gd-header-link:hover, .gd-header-link:focus, .gd-header-link:active,
.gd-header a.gd-header-link:hover,
.gd-header a.gd-header-link:focus,
.gd-header a.gd-header-link:active {
  border-bottom-color: #09090c;
}
.gd-header-link__active:link, .gd-header-link__active:visited, .gd-header-link__active:hover, .gd-header-link__active:focus, .gd-header-link__active:active,
.gd-header a.gd-header-link__active:link,
.gd-header a.gd-header-link__active:visited,
.gd-header a.gd-header-link__active:hover,
.gd-header a.gd-header-link__active:focus,
.gd-header a.gd-header-link__active:active {
  color: #09090c;
}
@media only screen and (min-width: 1025px) {
  .gd-header-link__active:link, .gd-header-link__active:visited, .gd-header-link__active:hover, .gd-header-link__active:focus, .gd-header-link__active:active,
.gd-header a.gd-header-link__active:link,
.gd-header a.gd-header-link__active:visited,
.gd-header a.gd-header-link__active:hover,
.gd-header a.gd-header-link__active:focus,
.gd-header a.gd-header-link__active:active {
    color: #09090c;
    border-bottom-color: #09090c;
  }
}
.gd-header-link__main,
.gd-header a.gd-header-link__main {
  font-size: 24px;
}
@media only screen and (min-width: 1025px) {
  .gd-header-link__main,
.gd-header a.gd-header-link__main {
    display: none;
  }
}
.gd-header-link-item,
.gd-header a.gd-header-link-item {
  padding: 0;
  border-top: 1px solid #B5B5B6;
}
.gd-header-link-item:first-child,
.gd-header a.gd-header-link-item:first-child {
  border-top: none;
}
@media only screen and (min-width: 1025px) {
  .gd-header-link-item,
.gd-header a.gd-header-link-item {
    border-top: none;
  }
  .gd-header-link-item:nth-child(2),
.gd-header a.gd-header-link-item:nth-child(2) {
    padding-left: 5px !important;
  }
  .gd-header-link-item:nth-child(5),
.gd-header a.gd-header-link-item:nth-child(5) {
    padding-right: 5px !important;
  }
  .gd-header-link-item-mobile-only,
.gd-header a.gd-header-link-item-mobile-only {
    display: none;
  }
}
.gd-header-link-item .button,
.gd-header a.gd-header-link-item .button {
  padding: 0.625rem 1.625rem !important;
  border-radius: 3.125rem;
  outline: none;
  border: 2px solid transparent;
  font-family: "bca6d3310b5c9dae1dae416e8abc8405-subset", "bca6d3310b5c9dae1dae416e8abc8405", "Helvetica", "Arial", sans-serif;
  font-size: 1.125rem;
  transition: all 0.3s;
  color: #1C0D3F;
  border-color: #1C0D3F;
  margin: 24px 0;
  display: inline-block;
}
.gd-header-link-item .button, .gd-header-link-item .button:hover, .gd-header-link-item .button:focus, .gd-header-link-item .button:active,
.gd-header a.gd-header-link-item .button,
.gd-header a.gd-header-link-item .button:hover,
.gd-header a.gd-header-link-item .button:focus,
.gd-header a.gd-header-link-item .button:active {
  text-decoration: none;
  background-color: transparent;
}
.gd-header-link-item .button:hover, .gd-header-link-item .button:focus, .gd-header-link-item .button:active,
.gd-header a.gd-header-link-item .button:hover,
.gd-header a.gd-header-link-item .button:focus,
.gd-header a.gd-header-link-item .button:active {
  color: #675590;
  border-color: #675590;
}
@media only screen and (min-width: 1025px) {
  .gd-header-link-hub a.gd-header-link,
.gd-header a.gd-header-link-hub a.gd-header-link {
    position: relative;
    margin-right: 15px !important;
    padding-left: 33px !important;
  }
  .gd-header-link-hub a.gd-header-link::before, .gd-header-link-hub a.gd-header-link::after,
.gd-header a.gd-header-link-hub a.gd-header-link::before,
.gd-header a.gd-header-link-hub a.gd-header-link::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
  }
  .gd-header-link-hub a.gd-header-link::before,
.gd-header a.gd-header-link-hub a.gd-header-link::before {
    left: 0;
    width: 24px;
    height: 24px;
    margin-top: -11px;
    background: url("https://www.gooddata.ai/learn-assets/img/navicon-learn.svg") center no-repeat;
    background-size: 18px;
  }
  .gd-header-link-hub a.gd-header-link::after,
.gd-header a.gd-header-link-hub a.gd-header-link::after {
    right: -9px;
    width: 2px;
    height: 22px;
    margin-top: -9px;
    background: #1C0D3F;
  }
}
.gd-header-link-active,
.gd-header a.gd-header-link-active {
  color: #1C0D3F;
}
@media only screen and (min-width: 1025px) {
  .gd-header-link-active, .gd-header-link-active:last-child,
.gd-header a.gd-header-link-active,
.gd-header a.gd-header-link-active:last-child {
    border-bottom-color: #1C0D3F;
  }
}
.gd-header-mobile-icon {
  display: inline-block;
  width: 20px;
}
.gd-header-mobile-title {
  margin-left: 5px;
  margin-right: 7px;
  font-family: "bca6d3310b5c9dae1dae416e8abc8405-subset", "bca6d3310b5c9dae1dae416e8abc8405", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  color: #BFC9D1;
}
.gd-header-mobile-menu-trigger {
  position: relative;
  display: block !important;
  width: 40px;
  height: 40px;
  padding: 8px;
  font-size: 0;
  margin-right: -8px;
}
.gd-header-mobile-menu-trigger::before, .gd-header-mobile-menu-trigger::after {
  content: "";
  display: block;
}
.gd-header-mobile-menu-trigger::before, .gd-header-mobile-menu-trigger::after,
.gd-header-mobile-menu-trigger span:first-child {
  position: absolute;
  top: 50%;
  right: 8px;
  left: 8px;
  height: 0;
  border-top: 2px solid #1C0D3F;
  transition: all 0.5s;
}
.gd-header-mobile-menu-trigger::before {
  margin-top: -7px;
}
.gd-header-mobile-menu-trigger::after {
  margin-top: 5px;
}
.gd-header-mobile-menu-trigger span:first-child {
  margin-top: -1px;
  opacity: 1;
}
.gd-header-mobile-menu-trigger > span {
  display: none;
}
.gd-header-mobile-menu-trigger > span:first-child {
  display: block;
}
.gd-header-mobile-menu-trigger-input {
  visibility: hidden;
  position: absolute;
}
@media only screen and (min-width: 1025px) {
  .gd-header-mobile {
    display: none !important;
  }
}
.gd-header-mobile-menu-trigger-input:checked ~ .gd-header-links {
  display: flex;
}
.gd-header-mobile-menu-trigger-input:checked ~ .gd-header-mobile-menu-trigger::before, .gd-header-mobile-menu-trigger-input:checked ~ .gd-header-mobile-menu-trigger::after {
  margin-top: -1px;
}
.gd-header-mobile-menu-trigger-input:checked ~ .gd-header-mobile-menu-trigger::before {
  transform: rotate(45deg);
}
.gd-header-mobile-menu-trigger-input:checked ~ .gd-header-mobile-menu-trigger::after {
  transform: rotate(-45deg);
}
.gd-header-mobile-menu-trigger-input:checked ~ .gd-header-mobile-menu-trigger span:first-child {
  opacity: 0;
}

.scroll-fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.gd-footer {
  position: relative;
  z-index: 2;
}
.gd-footer-links, .gd-footer-sublinks {
  list-style-type: none;
  margin: 0;
}
.gd-footer-links, .gd-footer-bottom {
  max-width: 1360px;
  margin: 0 auto;
}
.gd-footer .gd-footer-links {
  display: flex;
  flex-direction: column;
  padding: 20px 30px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}
@media only screen and (min-width: 993px) {
  .gd-footer .gd-footer-links {
    flex-direction: row;
  }
}
.gd-footer .gd-footer-links + .gd-footer .gd-footer-links {
  padding-top: 0;
}
@media only screen and (min-width: 993px) {
  .gd-footer .gd-footer-links + .gd-footer .gd-footer-links {
    padding-top: 40px;
  }
}
.gd-footer .gd-footer-links-item {
  flex: 1;
  padding: 3px 0 0;
}
@media only screen and (min-width: 993px) {
  .gd-footer .gd-footer-links-item {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.gd-footer .gd-footer-links-item-text {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 0;
  box-shadow: none;
  background: none;
  line-height: 55px;
  font-family: "Funnel Display Regular", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: normal;
  user-select: none;
  cursor: pointer;
  -webkit-appearance: none;
}
@media only screen and (min-width: 993px) {
  .gd-footer .gd-footer-links-item-text {
    border-bottom: none !important;
  }
}
.gd-footer .gd-footer-links-item-text::after {
  content: "-";
  display: block;
  width: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  text-align: center;
}
@media only screen and (min-width: 993px) {
  .gd-footer .gd-footer-links-item-text::after {
    display: none;
  }
}
.gd-footer .gd-footer-links-item-text.collapsed::after {
  content: "+";
}
.gd-footer .gd-footer-links-item-text, .gd-footer .gd-footer-links-item-text:hover, .gd-footer .gd-footer-links-item-text:focus, .gd-footer .gd-footer-links-item-text:active {
  color: #ffffff !important;
}
.gd-footer .gd-footer-links-item-text:focus-visible {
  outline: #ffffff auto 1px;
  outline-offset: 1px;
}
input[type=checkbox] + .gd-footer .gd-footer-links-item-text {
  margin: 0;
}
@media only screen and (min-width: 993px) {
  .gd-footer .gd-footer-links-item-text {
    width: auto;
    border: none;
    line-height: 30px;
    font-size: 18px;
    user-select: auto;
    cursor: default;
  }
  .gd-footer .gd-footer-links-item-text, input[type=checkbox] + .gd-footer .gd-footer-links-item-text {
    margin: 0 0 20px 0;
  }
}
.gd-footer-links-item-text[aria-expanded=true] ~ .gd-footer-sublinks {
  display: block;
}
@media only screen and (min-width: 993px) {
  .gd-footer-banner-links-item-trigger[aria-expanded=true] ~ .gd-footer-sublinks {
    display: flex;
  }
}
@media only screen and (min-width: 993px) {
  .gd-footer .gd-footer-banner-links {
    max-width: 100%;
    padding: 0;
    white-space: nowrap;
  }
  .gd-footer .gd-footer-banner-links-item {
    display: flex;
    align-items: center;
    max-width: 1360px;
    margin: 0 auto;
    padding: 30px 40px;
    position: relative;
  }
}
@media only screen and (min-width: 993px) and (min-width: 1025px) {
  .gd-footer .gd-footer-banner-links-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 2.5rem;
    left: 2.5rem;
    height: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
@media only screen and (min-width: 993px) {
  .gd-footer .gd-footer-banner-links-item-text {
    font-size: 48px;
    line-height: 1;
  }
  .gd-footer .gd-footer-banner-links-item-text, input[type=checkbox] + .gd-footer .gd-footer-banner-links-item-text {
    margin: 0 !important;
  }
}
.gd-footer .gd-footer-banner-links img {
  margin-right: 30px;
}
.gd-footer-links.gd-footer-banner-links {
  padding-bottom: 0;
}
.gd-footer-sublinks {
  display: none;
  padding: 10px 0;
  line-height: 37px;
}
@media only screen and (min-width: 993px) {
  .gd-footer-sublinks {
    display: block;
    padding: 0;
  }
}
.gd-footer-sublinks-item-link {
  display: block;
}
.gd-footer-sublinks-item-link,
.gd-footer-sublinks-item a.gd-footer-sublinks-item-link {
  font-family: inherit;
  font-weight: normal;
  text-decoration: none;
}
.gd-footer-sublinks-item-link, .gd-footer-sublinks-item-link:hover, .gd-footer-sublinks-item-link:focus, .gd-footer-sublinks-item-link:active, .gd-footer-sublinks-item-link:visited,
.gd-footer-sublinks-item a.gd-footer-sublinks-item-link,
.gd-footer-sublinks-item a.gd-footer-sublinks-item-link:hover,
.gd-footer-sublinks-item a.gd-footer-sublinks-item-link:focus,
.gd-footer-sublinks-item a.gd-footer-sublinks-item-link:active,
.gd-footer-sublinks-item a.gd-footer-sublinks-item-link:visited {
  text-decoration: none;
}
.gd-footer-sublinks-item-link, .gd-footer-sublinks-item-link:link, .gd-footer-sublinks-item-link:visited,
.gd-footer-sublinks-item a.gd-footer-sublinks-item-link,
.gd-footer-sublinks-item a.gd-footer-sublinks-item-link:link,
.gd-footer-sublinks-item a.gd-footer-sublinks-item-link:visited {
  color: #CECECE;
}
.gd-footer-sublinks-item-link:hover, .gd-footer-sublinks-item-link:focus, .gd-footer-sublinks-item-link:active,
.gd-footer-sublinks-item a.gd-footer-sublinks-item-link:hover,
.gd-footer-sublinks-item a.gd-footer-sublinks-item-link:focus,
.gd-footer-sublinks-item a.gd-footer-sublinks-item-link:active {
  color: #DAFE85;
}
.gd-footer-sublinks .gd-footer-sublinks-item {
  margin: 0;
}
@media only screen and (min-width: 993px) {
  .gd-footer-banner-sublinks {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: flex-end;
    margin-left: 20px;
  }
  .gd-footer-banner-sublinks .gd-footer-banner-sublinks-item {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 993px) and (min-width: 993px) {
  .gd-footer-banner-sublinks .gd-footer-banner-sublinks-item-link,
.gd-footer-banner-sublinks .gd-footer-banner-sublinks-item a.gd-footer-banner-sublinks .gd-footer-banner-sublinks-item-link {
    color: #ffffff;
    font-family: "Funnel Display Regular", "Helvetica", "Arial", sans-serif;
    font-size: 18px;
  }
}
.gd-footer-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 30px;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .gd-footer-bottom::before {
    content: "";
    position: absolute;
    top: 0;
    right: 2.5rem;
    left: 2.5rem;
    height: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
}
@media only screen and (min-width: 993px) {
  .gd-footer-bottom {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1025px) {
  .gd-footer-bottom {
    align-items: center;
    flex-direction: row;
  }
}
.gd-footer-copyright {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  color: #CECECE;
  font-size: 16px;
  line-height: 16px;
}
@media only screen and (min-width: 993px) {
  .gd-footer-copyright {
    padding: 20px 10px 0;
  }
}
.gd-footer-copyright-text {
  position: relative;
  margin: 15px 0;
}
.gd-footer-copyright-text::after {
  content: "•";
  margin: 0 20px;
}
.gd-footer-copyright-text:first-child {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 993px) {
  .gd-footer-copyright-text:first-child {
    width: auto;
    flex: 1 1 auto;
    text-align: left;
  }
}
.gd-footer-copyright-text:first-child::after, .gd-footer-copyright-text:last-child::after {
  display: none;
}
.gd-footer-copyright-link {
  text-decoration: none;
  white-space: nowrap;
}
.gd-footer-copyright-link,
.gd-footer-copyright a.gd-footer-copyright-link {
  font-family: inherit;
  font-weight: normal;
}
.gd-footer-copyright-link, .gd-footer-copyright-link:hover, .gd-footer-copyright-link:focus, .gd-footer-copyright-link:active, .gd-footer-copyright-link:visited,
.gd-footer-copyright a.gd-footer-copyright-link,
.gd-footer-copyright a.gd-footer-copyright-link:hover,
.gd-footer-copyright a.gd-footer-copyright-link:focus,
.gd-footer-copyright a.gd-footer-copyright-link:active,
.gd-footer-copyright a.gd-footer-copyright-link:visited {
  text-decoration: none;
}
.gd-footer-copyright-link, .gd-footer-copyright-link:visited,
.gd-footer-copyright a.gd-footer-copyright-link,
.gd-footer-copyright a.gd-footer-copyright-link:visited {
  color: #CECECE;
}
.gd-footer-copyright-link:hover, .gd-footer-copyright-link:focus, .gd-footer-copyright-link:active,
.gd-footer-copyright a.gd-footer-copyright-link:hover,
.gd-footer-copyright a.gd-footer-copyright-link:focus,
.gd-footer-copyright a.gd-footer-copyright-link:active {
  color: #DAFE85;
}
.gd-footer-buttons {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  white-space: nowrap;
}
@media only screen and (min-width: 993px) {
  .gd-footer-buttons {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0 20px;
  }
}
.gd-footer-buttons-item {
  margin: 10px 10px 30px;
}
@media only screen and (min-width: 993px) {
  .gd-footer-buttons-item {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 993px) {
  .gd-footer-buttons-item:last-child {
    margin-right: 0;
  }
}
.gd-footer-buttons-item-icon-button {
  position: relative;
  display: block;
  flex: 0 0 auto;
  height: 29px;
  width: 29px;
  color: #BFC9D1;
  fill: #BFC9D1;
  transition: all 0.2s;
}
.gd-footer-buttons-item-icon-button:hover, .gd-footer-buttons-item-icon-button:active, .gd-footer-buttons-item-icon-button:focus {
  color: #ffffff;
  fill: #ffffff;
}
.gd-footer-buttons-item-icon-button svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.gd-footer-buttons-item-button {
  flex-grow: 1;
  flex-basis: 100%;
  margin: 20px 0 0;
}
@media only screen and (min-width: 993px) {
  .gd-footer-buttons-item-button {
    margin: 10px;
  }
}
.gd-footer .button {
  padding: 0.35rem 1.15rem;
  font-size: 0.875rem;
}
.gd-footer a:focus-visible,
.gd-footer button:focus-visible {
  outline: #ffffff auto 1px;
  outline-offset: 1px;
}
.gd-footer input[type=checkbox] {
  display: none;
}

.gd-footer {
  display: block;
  height: auto;
  padding: 0 0 20px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  font-family: "Switzer Variable", "Helvetica", "Arial", sans-serif, "Helvetica Neue", arial, sans-serif;
  text-align: left;
  background: #09090C;
  background-image: url("https://www.gooddata.ai/img/backgrounds/footer-bg.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 635px;
}
.gd-footer button,
.gd-footer .button,
.gd-footer .button-default,
.gd-footer a.button,
.gd-footer a.button-default {
  padding: 0.625rem 1.625rem;
  border-radius: 3.125rem;
  outline: none;
  border: 2px solid transparent;
  font-family: "bca6d3310b5c9dae1dae416e8abc8405-subset", "bca6d3310b5c9dae1dae416e8abc8405", "Helvetica", "Arial", sans-serif;
  font-size: 1.125rem;
  transition: all 0.3s;
  color: #1C0D3F;
  border-color: #1C0D3F;
}
.gd-footer button, .gd-footer button:hover, .gd-footer button:focus, .gd-footer button:active,
.gd-footer .button,
.gd-footer .button:hover,
.gd-footer .button:focus,
.gd-footer .button:active,
.gd-footer .button-default,
.gd-footer .button-default:hover,
.gd-footer .button-default:focus,
.gd-footer .button-default:active,
.gd-footer a.button,
.gd-footer a.button:hover,
.gd-footer a.button:focus,
.gd-footer a.button:active,
.gd-footer a.button-default,
.gd-footer a.button-default:hover,
.gd-footer a.button-default:focus,
.gd-footer a.button-default:active {
  text-decoration: none;
  background-color: transparent;
}
.gd-footer button:hover, .gd-footer button:focus, .gd-footer button:active,
.gd-footer .button:hover,
.gd-footer .button:focus,
.gd-footer .button:active,
.gd-footer .button-default:hover,
.gd-footer .button-default:focus,
.gd-footer .button-default:active,
.gd-footer a.button:hover,
.gd-footer a.button:focus,
.gd-footer a.button:active,
.gd-footer a.button-default:hover,
.gd-footer a.button-default:focus,
.gd-footer a.button-default:active {
  color: #675590;
  border-color: #675590;
}
.gd-footer .button-primary,
.gd-footer a.button-primary {
  padding: 0.625rem 1.625rem;
  border-radius: 3.125rem;
  outline: none;
  border: 2px solid transparent;
  font-family: "bca6d3310b5c9dae1dae416e8abc8405-subset", "bca6d3310b5c9dae1dae416e8abc8405", "Helvetica", "Arial", sans-serif;
  font-size: 1.125rem;
  transition: all 0.3s;
  border-color: #ED26B7;
  color: #ffffff;
}
.gd-footer .button-primary, .gd-footer .button-primary:hover, .gd-footer .button-primary:focus, .gd-footer .button-primary:active,
.gd-footer a.button-primary,
.gd-footer a.button-primary:hover,
.gd-footer a.button-primary:focus,
.gd-footer a.button-primary:active {
  text-decoration: none;
  background-color: transparent;
}
.gd-footer .button-primary, .gd-footer .button-primary:hover, .gd-footer .button-primary:focus, .gd-footer .button-primary:active,
.gd-footer a.button-primary,
.gd-footer a.button-primary:hover,
.gd-footer a.button-primary:focus,
.gd-footer a.button-primary:active {
  background-color: #ED26B7;
}
.gd-footer .button-primary:hover, .gd-footer .button-primary:focus, .gd-footer .button-primary:active,
.gd-footer a.button-primary:hover,
.gd-footer a.button-primary:focus,
.gd-footer a.button-primary:active {
  border-color: #cf119b;
  color: #ffffff;
  background-color: #cf119b;
}
.gd-footer .button-small,
.gd-footer a.button-small {
  padding: 0.28125rem 1.25rem;
}
.gd-footer .button-border-color,
.gd-footer a.button-border-color {
  border-color: #ED26B7;
}
.gd-footer .button-background,
.gd-footer a.button-background {
  background-color: #ED26B7;
}
.gd-footer .button {
  padding: 0.625rem 1.625rem;
  border-radius: 3.125rem;
  outline: none;
  border: 2px solid transparent;
  font-family: "bca6d3310b5c9dae1dae416e8abc8405-subset", "bca6d3310b5c9dae1dae416e8abc8405", "Helvetica", "Arial", sans-serif;
  font-size: 1.125rem;
  transition: all 0.3s;
  border-color: #ED26B7;
  color: #ffffff;
  padding: 0.28125rem 1.25rem;
}
.gd-footer .button, .gd-footer .button:hover, .gd-footer .button:focus, .gd-footer .button:active {
  text-decoration: none;
  background-color: transparent;
}
.gd-footer .button, .gd-footer .button:hover, .gd-footer .button:focus, .gd-footer .button:active {
  background-color: #ED26B7;
}
.gd-footer .button:hover, .gd-footer .button:focus, .gd-footer .button:active {
  border-color: #cf119b;
  color: #ffffff;
  background-color: #cf119b;
}

.d-none {
  display: none;
}
.d-flex {
  display: flex;
}
.d-block {
  display: block;
}
.d-inline-block {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-block {
    display: block;
  }
  .d-md-inline-block {
    display: inline-block;
  }
}
@media only screen and (min-width: 993px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
}
@media only screen and (min-width: 1025px) {
  .d-xl-none {
    display: none;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
}

/*# sourceMappingURL=Support.css.map */
