/* PFA */
.PFA.alt-integrations-landing,
.PFA.alt-integrations { background-color: #f6f6fb; }

.PFA.alt-integrations .content > h1,
.PFA.alt-integrations .content > p { margin-bottom: 30px; }

.PFA.alt-integrations .b-media { background-size: contain; }
.PFA.alt-integrations-landing .b-media::after,
.PFA.alt-integrations .b-media::after { padding-bottom: 80%; }

.PFA .mktoForm .mktoFormRow { margin: 0 0 15px; }

.PFA .mktoForm .mktoInstruction { display: none; }

.PFA .form {
  padding: 40px;
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid #aebedc;
}

.PFA .form h3 {
  margin: 0 0 30px;
  text-align: center;
}

@media screen and (min-width: 1201px) {
  .PFA.alt-integrations .b-media {margin-right:-100px; width:auto;}
  .PFA.alt-integrations-landing h1 {font-size: 46px;}
}

@media screen and (min-width: 1201px) {
  .PFA.alt-integrations-landing .b-media,
  .PFA.alt-integrations .b-media {margin-right:-100px; width:auto;}
}

@media screen and (max-width: 900px) {
  .PFA .form { padding: 20px; }
}



/* BENEFITS */
.BENEFITS .b-card {
  border-radius: 0;
  padding: 60px 40px;
  background-color: #ffffff;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
}
.BENEFITS .b-column:nth-of-type(1) > .b-card { border-top: 3px solid #a06eed; }
.BENEFITS .b-column:nth-of-type(2) > .b-card { border-top: 3px solid #2f8dfe; }
.BENEFITS .b-column:nth-of-type(3) > .b-card { border-top: 3px solid #f56261; }

.BENEFITS .b-card > .content { padding: 0; }

.BENEFITS .b-card > .b-media {
  box-sizing: border-box;
  margin: 0 0 15px 0;
  width: 80px;
  height: 80px;
  background-color: initial;
}
.BENEFITS .b-card > .b-media::after { padding-bottom: 0; }
.BENEFITS .b-card > .content > h4 { margin: 0; }

/* TESTIMONIALS */
.TESTIMONIALS.alt-integrations .b-frame { padding: 0 40px 140px; }

.TESTIMONIALS.alt-integrations-landing .b-frame > .content {
  padding: 40px 0 0;
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .TESTIMONIALS.alt-integrations .b-frame { padding-bottom: 80px; }
}

/* INTEGRATIONS */
.INTEGRATIONS::before { background-color: #f6f6fb; }

.INTEGRATIONS .item {
  height: 100%;
  border-radius: 10px;
  background-color: #252e80;
  color: #ffffff;
  display: flex;
  flex-flow: row wrap;
}

.INTEGRATIONS .item .content {
  flex: 0 0 50%;
  box-sizing: border-box;
  padding: 50px;
}
.INTEGRATIONS .b-column:not(:first-of-type) .item .content { flex: 0 0 100%; }

.INTEGRATIONS .item .media {
  flex: 0 0 calc(50% - 100px);
  box-sizing: border-box;
  padding: 40px;
  margin: 50px;

  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.INTEGRATIONS .item .media > .logo {
  width: 180px;
  height: 50px;
  background-color: initial;
}
.INTEGRATIONS .item .media > .logo:nth-child(3) { height: 60px; background-size: auto 60px; }
.INTEGRATIONS .b-column:not(:first-of-type) .item .media {
  flex: 0 0 calc(100% - 100px);
  flex-flow: row wrap;
}
.INTEGRATIONS .b-column:not(:first-of-type) .item .media .b-media {
  /* margin: 0 auto; */
  height: 85px;
  background-size: contain;
}

.INTEGRATIONS .b-column:first-of-type .item .media > .logo:not(:last-of-type) { margin: 0 0 50px 0; }

.INTEGRATIONS .item .foot {
  flex: 1 0 100%;
  box-sizing: border-box;
  padding: 17px;

  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.INTEGRATIONS .item .foot::before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #001b47;
  position: absolute;
  top: 0;
  left: 0;
}
.INTEGRATIONS .item .foot > * { position: relative; }
.INTEGRATIONS .item .foot > p { margin: 0 20px 0 0; }

.INTEGRATIONS ul { padding: 0 0 0 40px; }

.INTEGRATIONS ul li:not(:last-of-type) { margin: 20px 0; }

.INTEGRATIONS ul li::before {
  content: url('./../../img/ui-list-check.svg');
  background-color: transparent;
  left: -40px;
  top: 3px;
  /* display: none; */
}

@media screen and (min-width: 1201px) {
  .INTEGRATIONS .b-frame { padding:  140px 40px; }
  .INTEGRATIONS .b-column:not(:first-of-type) .item .media .b-media:not(:last-of-type) { margin: 0 20px 0 0; }
}

@media screen and (max-width: 900px) {
  .INTEGRATIONS .item .content {
    flex: 0 0 100%;
    padding: 30px;
  }

  .INTEGRATIONS .item .media {
    flex: 0 0 calc(100% - 60px);
    box-sizing: border-box;
    padding: 30px;
    margin: 0 30px 30px;
  }
  .INTEGRATIONS .b-column:first-of-type .item .media > .logo:not(:last-of-type) { margin: 0 0 25px 0; }
  .INTEGRATIONS .b-column:not(:first-of-type) .item .media { flex: 0 0 calc(100% - 60px); }
  .INTEGRATIONS .b-column:not(:first-of-type) .item .media .b-media:not(:last-of-type) { margin: 0 0 15px; }

  .INTEGRATIONS .item .foot > p { margin: 0 auto 17px; }
}


/* RELEVANT-CASE-STUDIES */
.RELEVANT-CASE-STUDIES.alt-integrations .b-frame { padding-bottom: 0; }



/* CLIENTS-CAROUSEL */
@media screen and (min-width: 901px) {
  /* .CLIENTS-CAROUSEL.alt-integrations .b-frame { padding-top: 0}   */
}



/* CTA */
@media screen and (min-width: 1201px) {
  .CTA.alt-integrations .b-columns { flex-wrap: nowrap; }
}