@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap");
/* line 14, ../scss/custom.scss */
* {
  box-sizing: border-box;
}

/* line 18, ../scss/custom.scss */
.platform-sidebar__links a {
  font-family: 'Montserrat', sans-serif;
}

/* line 23, ../scss/custom.scss */
.btn,
.send_message {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  padding: 7px 15px;
  width: 130px;
  margin: 0 auto;
  margin-top: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  background: #111111 !important;
  border-radius: 3px;
  font-size: 12px;
  color: #fff !important;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
/* line 45, ../scss/custom.scss */
.btn:hover, .btn:active, .btn:focus,
.send_message:hover,
.send_message:active,
.send_message:focus {
  color: white !important;
  background-color: #1a417a !important;
  text-decoration: none !important;
}
/* line 51, ../scss/custom.scss */
.btn.btn-light,
.send_message.btn-light {
  background-color: #dadada !important;
  color: #1a417a !important;
  font-weight: 600;
}
/* line 56, ../scss/custom.scss */
.btn.btn-light:hover, .btn.btn-light:active, .btn.btn-light:focus,
.send_message.btn-light:hover,
.send_message.btn-light:active,
.send_message.btn-light:focus {
  background-color: #1a417a !important;
  color: white !important;
}

/* line 63, ../scss/custom.scss */
.question {
  border-radius: 3px;
  border: 1px solid #224b8b;
  padding: 10px 15px;
  margin-bottom: 30px;
}
/* line 69, ../scss/custom.scss */
.question__button {
  color: #1a417a;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  color: #323232;
  cursor: pointer;
  display: block;
  position: relative;
}
/* line 79, ../scss/custom.scss */
.question__button::after {
  content: '-';
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
}
/* line 88, ../scss/custom.scss */
.question__button.collapsed::after {
  content: '+';
}
/* line 93, ../scss/custom.scss */
.question__button:hover, .question__button:active, .question__button:focus {
  color: #163665;
  text-decoration: none;
}
/* line 99, ../scss/custom.scss */
.question p {
  color: #1a417a;
}
/* line 102, ../scss/custom.scss */
.question p:not(:last-child) {
  margin-bottom: 15px;
}
/* line 107, ../scss/custom.scss */
.question .post-top-text {
  padding-top: 20px;
}
/* line 111, ../scss/custom.scss */
.question .btn {
  margin: 0;
}
/* line 115, ../scss/custom.scss */
.question ul {
  list-style-type: disc;
  padding-left: 20px;
  color: #1a417a;
  text-align: left;
  margin-top: 15px;
}

/* line 126, ../scss/custom.scss */
.text-white {
  color: white;
}

/* line 130, ../scss/custom.scss */
.text-blue {
  color: #1a417a;
}

.text-gray {
  padding-left: 10px;
  color: #828282;
}

/* line 134, ../scss/custom.scss */
.text-left {
  text-align: left;
}

/* line 138, ../scss/custom.scss */
.text-right {
  text-align: right;
}

/* line 142, ../scss/custom.scss */
.text-center {
  text-align: center;
}

/* line 146, ../scss/custom.scss */
.blue-background {
  background-color: #224b8b;
}

/* line 151, ../scss/custom.scss */
body {
  background-color: white !important;
  font-size: 14px;
}

/* line 156, ../scss/custom.scss */
.home-background-mask {
  opacity: 0.5;
  background-color: #224b8b;
}

/* line 161, ../scss/custom.scss */
.small-intro,
.cd-headline {
  color: white;
}

/* line 167, ../scss/custom.scss */
.menu-back {
  background-color: #1a417a;
}
/* line 171, ../scss/custom.scss */
.menu-logo {
  width: 232px;
  float: left;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  /* line 171, ../scss/custom.scss */
  .menu-logo {
    width: 150px;
    margin-top: 15px;
  }
}
/* line 181, ../scss/custom.scss */
.menu-logo img {
  max-width: 100%;
}

/* line 189, ../scss/custom.scss */
.cbp-af-header.cbp-af-header-shrink {
  background-color: #1a417a;
}

/* line 193, ../scss/custom.scss */
.logo {
  background: url("../images/cds-logo-blanco.png") no-repeat center center;
  height: 72px;
  width: 232px;
  top: 0;
}

/* line 200, ../scss/custom.scss */
.cbp-af-header.cbp-af-header-shrink .logo {
  width: 116px;
  height: 72px;
  top: 0;
  background: url("../images/cds-logo-blanco.png") no-repeat center center;
  background-size: contain;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 212, ../scss/custom.scss */
ul.slimmenu li a {
  color: white;
}
/* line 215, ../scss/custom.scss */
ul.slimmenu li a.active {
  border-bottom: 1px solid #0096a7;
}

/* line 224, ../scss/custom.scss */
.prev:hover, .prev:active, .prev:focus,
.next:hover,
.next:active,
.next:focus,
.pause:hover,
.pause:active,
.pause:focus,
.play:hover,
.play:active,
.play:focus {
  background-color: #224b8b;
}

/* line 229, ../scss/custom.scss */
.services-item .icon-services img {
  max-height: 60px;
}

/* line 234, ../scss/custom.scss */
.footer-wrap {
  background-color: #1a417a;
}
/* line 239, ../scss/custom.scss */
.footer-social a {
  color: white;
}
/* line 246, ../scss/custom.scss */
.footer-credit a,
.footer-credit p {
  color: white;
}
/* line 251, ../scss/custom.scss */
.footer-credit p {
  text-align: left;
}

/* line 258, ../scss/custom.scss */
#integrations img {
  width: 200px;
}

/* line 263, ../scss/custom.scss */
#sync2 {
  max-width: 900px;
}
/* line 266, ../scss/custom.scss */
#sync2 .synced .item p {
  color: #224b8b;
}
/* line 270, ../scss/custom.scss */
#sync2 .item {
  margin-bottom: 80px;
  margin-top: 0;
  position: relative;
}
/* line 276, ../scss/custom.scss */
#sync2 .item:hover p, #sync2 .item:active p, #sync2 .item:focus p {
  color: #224b8b;
}
/* line 281, ../scss/custom.scss */
#sync2 .item p {
  font-size: 13px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  /* line 281, ../scss/custom.scss */
  #sync2 .item p {
    letter-spacing: initial;
  }
}
/* line 290, ../scss/custom.scss */
#sync2 .item .line {
  top: auto;
  bottom: 0;
}
/* line 295, ../scss/custom.scss */
#sync2 .item .icon {
  height: 60px;
}

/* line 302, ../scss/custom.scss */
.post-top-text .sub-text {
  text-align: center !important;
}

/* line 306, ../scss/custom.scss */
.post-top-text {
  padding-bottom: 15px;
}

/* line 310, ../scss/custom.scss */
.api {
  text-align: left;
}
/* line 313, ../scss/custom.scss */
.api h1,
.api h2,
.api h3,
.api h4,
.api h5 {
  text-align: left;
}

/* line 322, ../scss/custom.scss */
.padding-top-offset {
  padding-top: 122px;
}

/* line 326, ../scss/custom.scss */
.cd-item-info h5 {
  color: #1A417A;
}

/* line 330, ../scss/custom.scss */
.benefit-item {
  display: flex;
  align-items: flex-start;
  color: white;
  margin-bottom: 30px;
  padding-right: 30px;
}
/* line 337, ../scss/custom.scss */
.benefit-item span {
  font-weight: 800;
  font-size: 4em;
  display: block;
  line-height: 1;
  color: #0096a7;
}
/* line 345, ../scss/custom.scss */
.benefit-item a {
  color: white;
}
/* line 347, ../scss/custom.scss */
.benefit-item a:hover, .benefit-item a:active, .benefit-item a:focus {
  text-decoration: underline;
}
/* line 352, ../scss/custom.scss */
.benefit-item div {
  flex: 1;
  text-align: left;
  padding-left: 15px;
}

/* line 360, ../scss/custom.scss */
.benefit-logos {
  display: flex;
  flex-flow: row wrap;
  padding-left: 0 !important;
  align-items: baseline;
  margin-top: 15px;
}
/* line 366, ../scss/custom.scss */
.benefit-logos a {
  display: inline-block;
}
/* line 368, ../scss/custom.scss */
.benefit-logos a:not(:last-child) {
  margin-right: 14px;
}
/* line 373, ../scss/custom.scss */
.benefit-logos img {
  max-height: 30px;
  object-fit: contain;
  width: auto !important;
}
@media (max-width: 1199px) {
  /* line 373, ../scss/custom.scss */
  .benefit-logos img {
    margin-bottom: 10px;
  }
}

/* line 385, ../scss/custom.scss */
b {
  font-weight: bold;
}

/* line 389, ../scss/custom.scss */
#sync2 {
  max-width: 100%;
}
/* line 392, ../scss/custom.scss */
#sync2 .item {
  width: 100%;
  margin-left: 0;
  padding: 0 10px;
}

/* line 400, ../scss/custom.scss */
#sync1 .item b {
  font-weight: bold;
  color: #828282;
}

/* line 408, ../scss/custom.scss */
ul.slimmenu li .sub-collapser {
  width: 100%;
}
@media (min-width: 1200px) {
  /* line 412, ../scss/custom.scss */
  ul.slimmenu ul {
    width: 162px !important;
  }
  /* line 416, ../scss/custom.scss */
  ul.slimmenu ul li {
    display: block;
  }
}

/* line 424, ../scss/custom.scss */
.modules-section p {
  color: #253137;
  text-align: left;
}
/* line 429, ../scss/custom.scss */
.modules-section__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  align-items: center;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  /* line 429, ../scss/custom.scss */
  .modules-section__wrapper {
    gap: 60px 30px;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  }
}
/* line 442, ../scss/custom.scss */
.modules-section__item {
  text-align: center;
}
/* line 445, ../scss/custom.scss */
.modules-section__item img {
  height: 55px;
  width: 100%;
  object-fit: contain;
  object-position: bottom;
}
/* line 452, ../scss/custom.scss */
.modules-section__item .btn {
  width: auto;
}

/* line 458, ../scss/custom.scss */
.ml-wrapper {
  margin-top: 40px;
}

/* line 462, ../scss/custom.scss */
.ml-step {
  text-align: left;
  margin-bottom: 50px;
}
/* line 466, ../scss/custom.scss */
.ml-step h4 {
  text-align: left;
  text-transform: uppercase;
  color: #1a417a;
}
@media (max-width: 1199px) {
  /* line 466, ../scss/custom.scss */
  .ml-step h4 {
    font-size: 1.5em;
  }
}
/* line 476, ../scss/custom.scss */
.ml-step p {
  margin: 20px 0;
}
/* line 480, ../scss/custom.scss */
.ml-step__image {
  position: relative;
}
/* line 483, ../scss/custom.scss */
.ml-step__image img {
  display: block;
  position: relative;
  min-height: 415px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
/* line 492, ../scss/custom.scss */
.ml-step__image img[src=""] ~ span {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  font-weight: bold;
  text-transform: uppercase;
  color: #000205;
  font-size: 3em;
  z-index: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}
/* line 509, ../scss/custom.scss */
.ml-step__image span {
  display: none;
}

/* line 515, ../scss/custom.scss */
.platform {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
}
@media (max-width: 1199px) {
  /* line 515, ../scss/custom.scss */
  .platform {
    grid-template-columns: 280px minmax(0, 1fr);
    padding-top: 58px;
  }
}
@media (max-width: 991px) {
  /* line 515, ../scss/custom.scss */
  .platform {
    grid-template-columns: 240px minmax(0, 1fr);
  }
}
@media (max-width: 767px) {
  /* line 515, ../scss/custom.scss */
  .platform {
    display: block;
  }
}
/* line 529, ../scss/custom.scss */
.platform-sidebar {
  background-color: #fafafa;
  transition: all .3s;
  height: 100%;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 122px;
  width: 320px;
}
@media (max-width: 1199px) {
  /* line 529, ../scss/custom.scss */
  .platform-sidebar {
    width: 280px;
    padding-top: 65px;
  }
}
@media (max-width: 991px) {
  /* line 529, ../scss/custom.scss */
  .platform-sidebar {
    width: 240px;
  }
}
@media (max-width: 767px) {
  /* line 529, ../scss/custom.scss */
  .platform-sidebar {
    width: 100%;
    position: relative;
    padding-top: 0;
    margin-bottom: 30px;
  }
}
/* line 553, ../scss/custom.scss */
.platform-sidebar__links a {
  display: block;
  text-transform: uppercase;
  padding: 12.5px 20px;
  text-align: left;
  font-weight: 300;
  color: #7f7f7f;
  font-size: 0.929em;
  color: rgba(38, 50, 56, 0.9);
  transition: all .3s;
  display: flex;
  justify-content: space-between;
}
/* line 566, ../scss/custom.scss */
.platform-sidebar__links a svg {
  height: 18px;
  width: 18px;
  vertical-align: middle;
  float: right;
  transform: rotateZ(-90deg);
  flex: 0 0 18px;
}
/* line 573, ../scss/custom.scss */
.platform-sidebar__links a svg polygon {
  fill: #ccc;
}
@media (max-width: 1199px) {
  /* line 553, ../scss/custom.scss */
  .platform-sidebar__links a {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  /* line 553, ../scss/custom.scss */
  .platform-sidebar__links a {
    font-size: 12px;
  }
}
/* line 583, ../scss/custom.scss */
.platform-sidebar__links a:hover, .platform-sidebar__links a:active, .platform-sidebar__links a:focus, .platform-sidebar__links a.is-here {
  color: #0033a0;
  background: #f0f0f0;
}
/* line 591, ../scss/custom.scss */
.platform .section {
  grid-column: 2 / span 1;
  padding: 0 45px;
}
@media (max-width: 991px) {
  /* line 591, ../scss/custom.scss */
  .platform .section {
    padding: 0 30px;
  }
}
/* line 597, ../scss/custom.scss */
.platform .section-container {
  display: block;
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
}
/* line 604, ../scss/custom.scss */
.platform .section-content {
  text-align: left;
  color: #253137;
}
/* line 608, ../scss/custom.scss */
.platform .section-content__block {
  margin-top: 50px;
}
/* line 611, ../scss/custom.scss */
.platform .section-content__block h4 {
  font-weight: normal;
  text-align: left;
  color: #001d95;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  /* line 611, ../scss/custom.scss */
  .platform .section-content__block h4 {
    font-size: 1.5em;
  }
}
/* line 621, ../scss/custom.scss */
.platform .section-content__block img {
  display: block;
  margin: 30px auto 40px;
  max-width: 100%;
}
/* line 627, ../scss/custom.scss */
.platform .section-content ol {
  margin-left: 20px;
}
/* line 630, ../scss/custom.scss */
.platform .section-content ol li {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5em;
}
@media (max-width: 1199px) {
  /* line 630, ../scss/custom.scss */
  .platform .section-content ol li {
    font-size: 1em;
  }
}
/* line 637, ../scss/custom.scss */
.platform .section-content ol li > ol {
  margin-top: 10px;
}
/* line 639, ../scss/custom.scss */
.platform .section-content ol li > ol > li {
  counter-increment: la;
}
/* line 643, ../scss/custom.scss */
.platform .section-content ol li > ol img {
  margin-left: 0 !important;
}
/* line 647, ../scss/custom.scss */
.platform .section-content ol li > ol[type="a"] {
  list-style: lower-alpha;
}
/* line 651, ../scss/custom.scss */
.platform .section-content ol li > ol ol[type="i"] {
  list-style: lower-roman;
}
/* line 657, ../scss/custom.scss */
.platform .section-content ol[type="1"] {
  list-style: none;
}
/* line 660, ../scss/custom.scss */
.platform .section-content ol[type="1"] > li {
  counter-increment: li;
}
/* line 664, ../scss/custom.scss */
.platform .section-content ol[type="1"] > li::before {
  content: counter(li) ".";
  color: #00134d;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-weight: bold;
}
