@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap);/* responsive breakpoints */
.container {
  padding: 0;
  margin: 0 auto; }
  @media (max-width: 991.98px) {
    .container {
      padding: 0 16px !important; } }

.comp-content-txt-1,
.comp-content-txt-2,
.comp-content-txt-3,
.comp-content-txt-4,
.comp-content-txt-5,
.col-animate-up,
.col-animate-down,
.animate-img {
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }

.module-feature {
  font-family: "Oswald", sans-serif; }
  .module-feature .module-title {
    color: #000;
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 17px;
    line-height: 120%;
    text-transform: capitalize; }
  .module-feature .module-description {
    color: #000;
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 16px;
    line-height: 26px; }
    .module-feature .module-description p:empty {
      display: none; }
    .module-feature .module-description p strong {
      font-weight: 700;
      font-size: 16px;
      line-height: 26.4px;
      font-family: "open-sans", sans-serif; }
    .module-feature .module-description em {
      font-style: italic; }
    .module-feature .module-description ul {
      list-style-type: disc;
      padding: 0 20px; }
      .module-feature .module-description ul li {
        margin-bottom: 10px; }
        .module-feature .module-description ul li strong {
          font-weight: 700;
          font-size: 16px;
          line-height: 26.4px;
          font-family: "open-sans", sans-serif; }
    .module-feature .module-description h1, .module-feature .module-description h2, .module-feature .module-description h3, .module-feature .module-description h4, .module-feature .module-description h5, .module-feature .module-description h6 {
      margin: 0 0 20px;
      font-family: "Oswald", sans-serif;
      font-weight: 600; }
    .module-feature .module-description h1 {
      font-size: 600%;
      line-height: 100%; }
    .module-feature .module-description h2 {
      font-size: 500%;
      line-height: 100%; }
    .module-feature .module-description h3 {
      font-size: 400%;
      line-height: 100%; }
    .module-feature .module-description h4, .module-feature .module-description h5, .module-feature .module-description h6 {
      font-size: 250%;
      line-height: 100%; }
    .module-feature .module-description li {
      font: 1rem/1.5rem "open-sans", sans-serif; }
  .module-feature .module-icon {
    width: 32px;
    height: 32px; }
    .module-feature .module-icon img {
      width: 32px;
      height: 32px;
      margin: 0 auto;
      -o-object-fit: cover;
         object-fit: cover; }
  .module-feature .module-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .module-feature .assetBtn-block {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 20px 0; }
    .module-feature .assetBtn-block .assetBtn {
      cursor: pointer;
      text-transform: uppercase;
      text-align: center;
      font-weight: 500;
      line-height: 20px;
      font-size: 16px;
      letter-spacing: 1px;
      text-decoration: none;
      display: inline-block;
      text-align: center;
      text-decoration: none;
      position: relative;
      min-width: 170px;
      min-height: 44px; }
      .module-feature .assetBtn-block .assetBtn .btn-off-hover,
      .module-feature .assetBtn-block .assetBtn .btn-on-hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        z-index: 2;
        border: 0;
        padding: 10px 20px; }
      .module-feature .assetBtn-block .assetBtn .btn-on-hover {
        z-index: 1; }
      .module-feature .assetBtn-block .assetBtn:hover {
        text-decoration: none; }
        .module-feature .assetBtn-block .assetBtn:hover .btn-off-hover {
          z-index: 1; }
        .module-feature .assetBtn-block .assetBtn:hover .btn-on-hover {
          z-index: 2; }
  .module-feature--link {
    cursor: pointer;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 500;
    font-size: rem-calc(12);
    border-radius: 0;
    width: rem-calc(225);
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative; }
    .module-feature--link .btn-off-hover,
    .module-feature--link .btn-on-hover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      display: inline-block;
      vertical-align: top;
      z-index: 2;
      border-width: rem-calc(1);
      border-style: solid; }
    .module-feature--link .btn-on-hover {
      z-index: 1; }
    .module-feature--link:hover .btn-off-hover {
      z-index: 1; }
    .module-feature--link:hover .btn-on-hover {
      z-index: 2; }
  .module-feature .module-tile {
    margin: 0 auto 20px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    .module-feature .module-tile img {
      margin: 0 auto;
      max-width: 100%; }

.module-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .module-wrapper.horizontal-center {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .module-wrapper.horizontal-center .module-icon {
      margin: 0 auto 20px; }
    .module-wrapper.horizontal-center .module-content {
      text-align: center;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
  .module-wrapper.horizontal-left {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .module-wrapper.horizontal-left .module-icon {
      width: 100px;
      height: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .module-wrapper.horizontal-right {
    text-align: right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .module-wrapper.horizontal-right .module-icon {
      width: 100px;
      height: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .module-wrapper.vertical-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .module-wrapper.vertical-top .module-icon {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
  .module-wrapper.vertical-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .module-wrapper.vertical-center .module-icon {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .module-wrapper.vertical-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .module-wrapper.vertical-bottom .module-icon {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
  .module-wrapper .module-bottom-description h1, .module-wrapper .module-bottom-description h2, .module-wrapper .module-bottom-description h3, .module-wrapper .module-bottom-description h4, .module-wrapper .module-bottom-description h5, .module-wrapper .module-bottom-description h6 {
    margin: 0 0 20px;
    font-family: "Oswald", sans-serif;
    font-weight: 600; }
  .module-wrapper .module-bottom-description h1 {
    font-size: 600%;
    line-height: 100%; }
  .module-wrapper .module-bottom-description h2 {
    font-size: 500%;
    line-height: 100%; }
  .module-wrapper .module-bottom-description h3 {
    font-size: 400%;
    line-height: 100%; }
  .module-wrapper .module-bottom-description h4, .module-wrapper .module-bottom-description h5, .module-wrapper .module-bottom-description h6 {
    font-size: 100%;
    line-height: 100%; }

@media only screen and (max-width: 992px) {
  .module-feature {
    padding: 0 !important;
    margin: 0 !important; }
    .module-feature .module-description {
      padding: 0 !important;
      margin: 0 !important; } }

.module-feature__Space-logo-order .module-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.module-feature__Space-logo-order .module-tile {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.module-feature__Space-logo-order .assetBtn-block {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.module_lineHeight_fix .module-feature .module-wrapper .module-title h3 {
  line-height: 120%; }

.module-description p a {
  text-decoration: none;
  border-bottom: 2px solid #0071b3;
  color: #0071b3; }

.module-description ul li a {
  text-decoration: none;
  border-bottom: 2px solid #0071b3;
  color: #0071b3; }
