/* ========================================================================
   Variables
 ========================================================================== */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
*:focus {
  outline: none;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
img,
video,
iframe,
picture {
  display: block;
}
a {
  display: inline-block;
  color: inherit;
  pointer-events: auto;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
address {
  font-style: normal;
}
button {
  background: none;
}
ul,
ol,
li {
  list-style: none;
}
input {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}
input:focus {
  outline: none;
  box-shadow: none;
  border-color: initial;
}
.home-integrations__subheading {
  display: block;
  margin-bottom: 56px;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  color: #0ec76a;
  font-family: 'euclidcircularb-bold', Helvetica, Arial, sans-serif;
}
.home-integrations .wrapper {
  position: relative;
  margin: 128px auto;
  padding: 132px 15px 52px;
  background-color: #fbfbfb;
  border-radius: 24px;
  border: 1px solid #e9e7ec;
  overflow: hidden;
}
@media only screen and ( min-width: 960px ) {
  .home-integrations .wrapper {
    margin: 20px auto 160px auto;
    padding: 111px 0;
  }
}
.home-integrations__content {
  margin: 0 auto;
  text-align: center;
}
@media only screen and ( min-width: 640px ) {
  .home-integrations__content {
    max-width: 60%;
  }
}
@media only screen and ( min-width: 960px ) {
  .home-integrations__content {
    max-width: 583px;
  }
}
.home-integrations__content h2 {
  margin: 0;
  font-size: 32px;
  line-height: 40px;
  font-family: 'euclidcircularb-medium', Helvetica, Arial, sans-serif;
}
@media only screen and ( min-width: 960px ) {
  .home-integrations__content h2 {
    font-size: 46px;
    line-height: 56px;
  }
}
.home-integrations__content p {
  margin: 20px 0 32px;
  font-size: 17px;
  line-height: 28px;
  color: rgba(19, 19, 20, 0.8);
}
.home-integrations__content a {
  font-family: 'euclidcircularb-medium', Helvetica, Arial, sans-serif;
}
.home-integrations__items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.home-integrations__items .is-link-arrow::before {
  top: 50%;
  right: -28px;
  bottom: unset;
}
@media only screen and ( max-width: 639px ) {
  .home-integrations__items.desktop {
    display: none;
  }
}
.home-integrations__items.desktop ul {
  position: absolute;
  padding: 0;
  margin: -12px 0;
}
.home-integrations__items.desktop ul:nth-of-type(1) {
  top: 100%;
  left: 2.8%;
}
.home-integrations__items.desktop ul:nth-of-type(2) {
  display: none;
  bottom: 0;
  left: 9.6%;
}
@media only screen and ( min-width: 960px ) {
  .home-integrations__items.desktop ul:nth-of-type(2) {
    display: block;
  }
}
.home-integrations__items.desktop ul:nth-of-type(3) {
  display: none;
  top: 100%;
  right: 9.6%;
}
@media only screen and ( min-width: 960px ) {
  .home-integrations__items.desktop ul:nth-of-type(3) {
    display: block;
  }
}
.home-integrations__items.desktop ul:nth-of-type(4) {
  bottom: 0;
  right: 2.8%;
}
@media only screen and ( min-width: 640px ) {
  .home-integrations__items.mobile {
    display: none;
  }
}
.home-integrations__items.mobile ul {
  position: absolute;
  top: 40px;
  right: 0;
  padding: 0;
  margin: 0 -12px;
}
.home-integrations__items li {
  position: absolute;
  width: 72px;
  height: 48px;
  padding: 0 12px;
  will-change: transform;
}
@media only screen and ( min-width: 640px ) {
  .home-integrations__items li {
    width: 48px;
    height: 72px;
    padding: 12px 0;
  }
}
.home-integrations__items figure {
  border-radius: 50%;
  margin: 0;
  overflow: hidden;
}
.home-integrations__items figure img {
  width: 100% !important;
  height: auto !important;
}

