/* Mixins --------------------------------------------------------------------------------------------------------*/
/* Commitments and policies Section --------------------------------------------------------------------------------------------------------*/
.cp-section {
  background: #ffffff;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.cp-section::after {
  content: "";
  display: none;
}

.theme-dark .cp-section {
  background-color: #222222;
}

.cp-tabs {
  margin-bottom: 20px;
  display: flex;
  display: -ms-flexbox;
}

.cp-section-title {
  color: #2DC850;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 700;
  padding-bottom: 20px;
}

.cp-section-text {
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: left;
}
.cp-section-heading {
  margin: 0 auto 40px;
}

.cp-block {
  margin: 0 auto;
  max-width: 890px;
  padding: 0;
}

.cp-tab-link {
  display: block;
  height: 163px;
  width: 155px;
  white-space: initial;
  text-align: center;
  padding: 15px 15px;
  border-radius: 20px;
}
.cp-tab-link:hover, .cp-tab-link.active {
  background: linear-gradient(146.92deg, #F39200 11.71%, #EB5D0B 110.5%);
}
.cp-tab-link:hover .cp-tab-link-img, .cp-tab-link.active .cp-tab-link-img {
  top: -73px;
}
.cp-tab-link:hover .cp-tab-link-text, .cp-tab-link.active .cp-tab-link-text {
  color: #ffffff;
}

.cp-tab-link-img-outer {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  display: block;
}

.cp-tab-link-img {
  position: absolute;
  width: 40px;
  height: 135px;
  top: -23px;
  left: 0;
}

.cp-tab-link-text {
  margin-top: 15px;
  display: block;
  color: #73706E;
  font-size: 1rem;
  padding-bottom: 10px;
}

.cp-tab-content {
  margin-top: 40px;
}

.cp-tab-content-list {
  margin-left: 0;
}

.cp-tab-content-list-item {
  margin-bottom: 30px;
  display: flex;
}

.cp-tab-content-list-img {
  margin-right: 20px;
}

.cp-tab-content-list-link {
  color: #73706E;
  text-decoration: underline;
  font-size: 1.125rem;
}

/* Responsive Media Queries --------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {
  .cp-tabs {
    justify-content: center;
  }

  .cp-section {
    background: url(../../imag/cp-bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 0;
  }
  .cp-section::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    z-index: -1;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    background: #0069B4;
    background: linear-gradient(140deg, #2DC850 0%, #12CCC4 127.05%);
  }

  .theme-dark .cp-section:after {
    background: #000;
  }

  .cp-tab-link {
    padding: 15px 25px;
  }

  .cp-tab-link-img-outer {
    width: 50px;
    height: 50px;
  }

  .cp-tab-link-img {
    position: absolute;
    width: 50px;
    height: 135px;
    top: -12px;
    left: 0;
  }

  .cp-section-heading {
    margin: 0 auto 60px;
    max-width: 860px;
  }

  .cp-section-title {
    color: #ffffff;
    font-size: 3.4375rem;
    line-height: 3.125rem;
    font-weight: 700;
    padding-bottom: 20px;
    text-align: center;
  }

  .cp-section-text {
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-align: left;
  }
  .cp-block {
    background: #ffffff;
    border-radius: 20px;
    padding: 20px;
  }

  .theme-dark .cp-block {
    background: #000000;
  }

  .cp-tab-content-list {
    margin-left: 42px;
  }
}
@media (min-width: 1024px) {
  .cp-tab-link-img-outer {
    width: 60px;
    height: 60px;
  }

  .cp-tab-link-img {
    position: absolute;
    width: 60px;
    height: 135px;
    top: 0;
    left: 0;
  }
}

/*# sourceMappingURL=commitments-policies.css.map */