.int-it-wrapper .int-it-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 12px;
  background-image: url("../../images/check-icon-orange.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.int-pm-wrapper .int-pm-card-plus ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 22px;
  height: 16px;
  background-image: url("../../images/check-icon-orange.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.int-pm-wrapper .int-pm-card-minus ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 22px;
  height: 16px;
  background-image: url("../../images/x-icon-grey.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.int-pm-wrapper {
  background-color: #F6FAFC;
  padding: 70px 0 70px 0;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.int-pm-wrapper .int-pm-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.int-pm-wrapper h2 {
  font-family: Libre Baskerville;
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0%;
  color: #1E1E1E;
}
.int-pm-wrapper h2 em {
  font-style: Italic;
  font-weight: 400;
}
.int-pm-wrapper h3 {
  font-family: Libre Baskerville;
  font-weight: 400;
  font-size: 28px;
  line-height: 50px;
  letter-spacing: 0%;
  color: #24434D;
}
.int-pm-wrapper .int-pm-title {
  width: calc(100% - 770px);
  text-align: left;
}
.int-pm-wrapper .int-pm-title h2 {
  max-width: 300px;
}
.int-pm-wrapper .int-pm-card {
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 20px 20px 20px 20px;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
  gap: 20px;
  text-align: left;
  max-width: 362px;
}
.int-pm-wrapper .int-pm-card .int-pm-card-main {
  width: calc(100% - 60px);
}
.int-pm-wrapper .int-pm-card h3 {
  font-family: Libre Baskerville;
  font-weight: 700;
  font-size: 21px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  margin-top: 12px;
  padding-bottom: 0;
  color: #24434D;
}
.int-pm-wrapper .int-pm-card ul {
  font-family: Raleway;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  list-style: none;
  padding-left: 0;
  color: #24434D;
}
.int-pm-wrapper .int-pm-card ul strong {
  font-weight: 700;
}
.int-pm-wrapper .int-pm-card ul li {
  position: relative;
  padding-left: 31px;
  margin-bottom: 12px;
  text-align: left;
  margin: 20px 0 0 0;
  color: #24434D;
}
.int-pm-wrapper .int-pm-card-icon {
  background-color: #F6FAFC;
  border-radius: 50%;
  padding: 10px;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 45px;
}
.int-pm-wrapper .int-pm-card-icon img {
  width: 20px;
  height: 20px;
}
.int-pm-wrapper .int-pm-bottom h2 {
  margin-top: 60px;
  padding-bottom: 12px;
  color: #1E1E1E;
}
.int-pm-wrapper .int-pm-bottom h3 {
  font-family: Raleway;
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #24434D;
}
.int-pm-wrapper .int-pm-bottom h3 strong {
  font-weight: 700;
}

@media only screen and (max-width: 1200px) {
  .int-pm-wrapper {
    background-size: cover;
  }
  .int-pm-wrapper .int-pm-title {
    width: 100%;
    text-align: center;
    justify-items: center;
  }
  .int-pm-wrapper .int-pm-title h2 {
    font-size: 32px;
  }
  .int-pm-wrapper .int-pm-title h3 {
    padding-right: 0;
  }
  .int-pm-wrapper .int-pm-card {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .int-pm-wrapper .int-pm-bottom h3 {
    padding-right: 0;
    font-size: 21px;
  }
  .int-pm-wrapper h3 {
    padding-right: 0;
    font-size: 21px;
  }
  .int-pm-wrapper .int-pm-card {
    width: 100%;
    max-width: unset;
  }
}
.int-it-green {
  background-color: #24434D;
  color: #FFFFFF;
  padding: 70px 0 50px 0;
}
.int-it-green .int-it-inner {
  row-gap: 14px;
}
.int-it-green .int-it-title {
  width: 100%;
  text-align: center;
  justify-items: center;
}
.int-it-green h2 {
  font-family: Libre Baskerville;
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
}
.int-it-green h2 em {
  font-style: Italic;
  font-weight: 400;
}
.int-it-green .int-it-text {
  color: #FFFFFF;
}
.int-it-green .int-it-text h2, .int-it-green .int-it-text h3, .int-it-green .int-it-text h4, .int-it-green .int-it-text p {
  color: #FFFFFF;
}
.int-it-green .int-it-text ul {
  color: #FFFFFF;
}
.int-it-green .int-it-text ul li {
  color: #FFFFFF;
}
.int-it-green h3 {
  font-family: Libre Baskerville;
  font-weight: 400;
  font-size: 28px;
  line-height: 50px;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.int-it-green h4 {
  font-family: Raleway;
  font-weight: 400;
  font-size: 21px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.int-it-green ul {
  color: #FFFFFF;
}
.int-it-green ul li {
  color: #FFFFFF;
}

.int-table-wrapper {
  background-color: #24434D;
  padding: 50px 0 50px 0;
}
@media (max-width: 767px) {
  .int-table-wrapper {
    padding: 10px 0 70px 0;
  }
}
.int-table-wrapper h2 {
  font-family: Libre Baskerville;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
}
.int-table-wrapper p {
  font-family: Raleway;
  font-weight: 400;
  font-size: 21px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
}
.int-table-wrapper .int-table {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  max-width: 750px;
}
@media (max-width: 991px) {
  .int-table-wrapper .int-table {
    flex-direction: column;
  }
}
.int-table-wrapper .int-table-nav {
  background: #1f3c40;
  color: #fff;
}
@media (max-width: 991px) {
  .int-table-wrapper .int-table-nav {
    width: 100%;
    padding: 25px;
  }
}
.int-table-wrapper .int-table-nav-label {
  font-size: 14px;
  letter-spacing: 2px;
  padding: 24px 34px;
  background-color: #87959A;
  font-family: Raleway;
  font-weight: 700;
  font-size: 21px;
  line-height: 100%;
  letter-spacing: 5%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .int-table-wrapper .int-table-nav-label {
    background-color: unset;
    padding: 0px 34px 24px 34px;
  }
}
.int-table-wrapper .int-table-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.int-table-wrapper .int-table-tabs li {
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s;
  padding: 24px 24px;
  font-family: Raleway;
  font-weight: 400;
  font-size: 21px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
  background-color: #19363F;
}
.int-table-wrapper .int-table-tabs li:hover {
  opacity: 0.7;
}
.int-table-wrapper .int-table-tabs li.is-active {
  font-weight: 600;
  background-color: #FFFFFF;
  color: #19363F;
}
@media (max-width: 991px) {
  .int-table-wrapper .int-table-tabs {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    justify-content: center;
    flex-wrap: wrap;
  }
  .int-table-wrapper .int-table-tabs .int-table-tab {
    padding: 10px 24px;
    border-radius: 16px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  .int-table-wrapper .int-table-tabs .int-table-tab {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .int-table-wrapper .int-table-tabs li {
    margin-bottom: 0;
    white-space: nowrap;
    font-size: 16px;
  }
}
.int-table-wrapper .int-table-content {
  flex: 1;
}
@media (max-width: 991px) {
  .int-table-wrapper .int-table-content {
    padding: 25px;
  }
}
.int-table-wrapper .int-table-content-head {
  font-size: 14px;
  letter-spacing: 2px;
  color: #6e7b80;
  padding: 24px 24px;
  font-family: Raleway;
  font-weight: 700;
  font-size: 21px;
  line-height: 100%;
  letter-spacing: 5%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #87959A;
}
@media (max-width: 991px) {
  .int-table-wrapper .int-table-content-head {
    padding: 0px 24px;
    background-color: #FFFFFF;
    color: #19363F;
  }
}
.int-table-wrapper .int-table-pane {
  display: none;
  padding: 24px 24px;
}
@media (max-width: 991px) {
  .int-table-wrapper .int-table-pane {
    padding: 24px 0px 0px 0px;
  }
}
.int-table-wrapper .int-table-pane.is-active {
  display: block;
}
.int-table-wrapper .int-table-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 991px) {
  .int-table-wrapper .int-table-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.int-table-wrapper .int-table-card {
  background: #F6FAFC;
  padding: 25px;
  border-radius: 14px;
  text-align: center;
  font-weight: 600;
  color: #4a4f52;
  transition: 0.25s;
  font-family: Raleway;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #5B5B5B;
  display: none;
}
.int-table-wrapper .int-table-card.is-active {
  background: #ffffff;
  color: #24434D;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1490196078);
  display: block;
}
.int-table-wrapper .int-table-text {
  font-family: Raleway;
  font-weight: 400;
  font-style: Italic;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #D9D9D9;
}

.int-logos-wrapper {
  padding: 70px 0 70px 0;
}
.int-logos-wrapper .int-logos-title {
  text-align: center;
}
.int-logos-wrapper h2 {
  font-family: Libre Baskerville;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
  color: #1E1E1E;
}
.int-logos-wrapper h2 em {
  font-style: Italic;
  font-weight: 400;
}
.int-logos-wrapper p {
  font-family: Raleway;
  font-weight: 400;
  font-size: 21px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #24434D;
}
.int-logos-wrapper .int-logos-text {
  font-family: Raleway;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  max-width: 700px;
  margin: auto;
  color: #24434D;
}
.int-logos-wrapper .home-logos-wrapper {
  margin: 15px 0 25px 0;
}

.int-list-wrapper {
  padding: 70px 0 70px 0;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}
.int-list-wrapper .int-list-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
}
.int-list-wrapper .int-list-title {
  text-align: left;
  max-width: 350px;
}
.int-list-wrapper h2 {
  font-family: Libre Baskerville;
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0%;
  color: #1E1E1E;
}
.int-list-wrapper h2 em {
  font-style: Italic;
  font-weight: 400;
}
.int-list-wrapper h3 {
  font-family: Libre Baskerville;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #24434D;
}
.int-list-wrapper .int-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  width: calc(100% - 440px);
}
.int-list-wrapper .int-list-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  width: calc(50% - 20px);
}
.int-list-wrapper .int-list-item img {
  background-color: #87959A;
  padding: 8px;
  border-radius: 50%;
  width: 35px;
  height: 34px;
}
.int-list-wrapper .int-list-item .int-list-text {
  width: calc(100% - 50px);
}
.int-list-wrapper .int-list-item h4 {
  font-family: Libre Baskerville;
  font-weight: 700;
  font-size: 21px;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 10px 0 15px 0;
  color: #24434D;
}
.int-list-wrapper .int-list-item p {
  font-family: Raleway;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #24434D;
}

@media (max-width: 991px) {
  .int-list-wrapper .int-list-title {
    width: 100%;
  }
  .int-list-wrapper .int-list {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .int-list-wrapper {
    padding: 10px 0 70px 0;
  }
  .int-list-wrapper .int-list-item {
    width: 100%;
  }
}
.int-form-wrapper {
  padding: 70px 0 70px 0;
}
.int-form-wrapper .int-form-image {
  width: 100%;
  margin-bottom: 30px;
}
.int-form-wrapper .int-form-image img {
  width: 100%;
  height: auto;
}
.int-form-wrapper .int-form-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
}
.int-form-wrapper h2 {
  font-family: Libre Baskerville;
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0%;
  color: #1E1E1E;
}
.int-form-wrapper h2 em {
  font-style: Italic;
  font-weight: 400;
}
.int-form-wrapper h3 {
  font-family: Libre Baskerville;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #1E1E1E;
}
.int-form-wrapper p {
  font-family: Raleway;
  font-weight: 400;
  font-size: 21px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #24434D;
}
.int-form-wrapper .int-form-text {
  width: calc(50% - 50px);
  text-align: left;
  max-width: 420px;
}
.int-form-wrapper .int-form-form {
  width: 50%;
  box-shadow: 0px 10px 40px 3px rgba(0, 0, 0, 0.0588235294);
  border-radius: 20px;
  padding: 40px;
  text-align: left;
}
.int-form-wrapper .int-form-form label {
  font-family: Raleway;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 20px 0 10px 0;
  color: #24434D !important;
  width: 100%;
}
.int-form-wrapper .int-form-form input[type=text] {
  border-width: 1px;
  opacity: 1;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  padding: 20px 10px;
  font-family: Raleway;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
.int-form-wrapper .int-form-form select {
  border-width: 1px;
  opacity: 1;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  padding: 0px 10px;
  font-family: Raleway;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  min-height: 45px;
}
.int-form-wrapper .int-form-form textarea {
  border-width: 1px;
  opacity: 1;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  padding: 20px 10px;
  width: 100%;
  font-family: Raleway;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
.int-form-wrapper .int-form-form .g-recaptcha.contact-chckbox-wrap {
  padding: 15px 0 0px;
}
.int-form-wrapper .int-form-form .btn {
  width: 100% !important;
}

@media only screen and (max-width: 767px) {
  .int-form-wrapper {
    padding: 10px 0 70px 0;
  }
  .int-form-wrapper .int-form-text {
    width: 100%;
  }
  .int-form-wrapper .int-form-form {
    width: 100%;
  }
}
.modal.in {
  display: flex;
  justify-items: center;
  justify-content: center;
  align-items: center;
}

.modal .modal-body {
  font-family: "Raleway";
  padding: 25px;
  padding-left: 25px !important;
  color: #1E1E1E;
}
.modal .modal-body p {
  float: none !important;
  padding: 0 !important;
  margin-top: 20px !important;
  width: 100% !important;
  font-family: Raleway !important;
  font-weight: 400;
  font-size: 21px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #24434D;
}/*# sourceMappingURL=page-integrations-v2.css.map */