/* Minification failed. Returning unminified contents.
(190,32): run-time error CSS1063: Expected calculation unit, found '$'
(190,32): run-time error CSS1064: Expected calculation product, found '$'
(190,32): run-time error CSS1065: Expected calculation sum, found '$'
(190,32): run-time error CSS1034: 
(190,32): run-time error CSS1042: Expected function, found '$'
(190,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found '$'
(191,33): run-time error CSS1063: Expected calculation unit, found '$'
(191,33): run-time error CSS1064: Expected calculation product, found '$'
(191,33): run-time error CSS1065: Expected calculation sum, found '$'
(191,33): run-time error CSS1034: 
(191,33): run-time error CSS1042: Expected function, found '$'
(191,33): run-time error CSS1062: Expected semicolon or closing curly-brace, found '$'
 */
#section-member {
    margin-bottom: 40px;
}

.trn-content > .trn-default-content > .trn-member-table {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px 0 0;
}

    .trn-content > .trn-default-content > .trn-member-table > a > .column.info {
        float: left;
        width: 28%;
        padding: 0;
        margin: 0;
        list-style: none;
        border-right: 2px solid #fff;
    }

        .trn-content > .trn-default-content > .trn-member-table > a > .column.info > li {
            color: #000000;
            font-size: 10px;
            padding: 10px;
            border-bottom: 1px solid #DDDDDD;
            height: 30px;
            line-height: 16px;
            vertical-align: central;
            text-align: left;
        }

            .trn-content > .trn-default-content > .trn-member-table > a > .column.info > li.caption {
                font-size: 12px;
            }

@media only screen and (max-width: 991px) {
    .trn-content > .trn-default-content > .trn-member-table > a > .column.info > li {
        font-size: 11px;
    }

    .trn-content > .trn-default-content > .trn-member-table > a > .column > li.caption > span {
        display: none;
    }

    .trn-content > .trn-default-content > .trn-member-table > a > .column.info > li {
        padding: 8px 0 12px;
    }
}

.trn-content > .trn-default-content > .trn-member-table > a > .column.info > li.top,
.trn-content > .trn-default-content > .trn-member-table > a > .column.info > li.bottom {
    border-bottom: none;
}

.trn-content > .trn-default-content > .trn-member-table > a > .column > li.caption {
    text-align: center;
    background-color: #fff !important;
    padding: 7px 0 12px;
}

    .trn-content > .trn-default-content > .trn-member-table > a > .column > li.caption > .member {
        font-size: 16px;
        color: #AAAAAA;
        font-weight: 600;
        display: block;
    }

    .trn-content > .trn-default-content > .trn-member-table > a > .column > li.caption > span {
        font-size: 70%;
        color: #AAAAAA;
        white-space: nowrap;
        display: block;
        margin-top: 4px;
    }

.trn-content > .trn-default-content > .trn-member-table > a > .column {
    float: left;
    width: 17.3%;
    padding: 0;
    margin: 0;
    list-style: none;
    border-right: 3px solid #DDDDDD;
}

    .trn-content > .trn-default-content > .trn-member-table > a > .column > li {
        text-align: center;
        height: 30px;
        padding: 10px;
        line-height: 16px;
        border-bottom: 1px solid #DDDDDD;
    }

        .trn-content > .trn-default-content > .trn-member-table > a > .column > li > .icon-tick {
            background-position: -95px -273px;
            width: 31px;
            height: 24px;
        }

    .trn-content > .trn-default-content > .trn-member-table > a > .column.orange-1 > li {
        background-color: #2321FF;
        opacity: 0.25;
    }

    .trn-content > .trn-default-content > .trn-member-table > a > .column.orange-2 > li {
        background-color: #2321FF;
        opacity: 0.5;
    }

    .trn-content > .trn-default-content > .trn-member-table > a > .column.orange-3 > li {
        background-color: #2321FF;
        opacity: 0.75;
    }

    .trn-content > .trn-default-content > .trn-member-table > a > .column.orange-4 > li {
        background-color: #2321FF;
        opacity: 1;
    }

.trn-card-items {
  margin-bottom: 40px;
}

.card-items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .card-items-wrapper.double {
    padding: 0 100px;
  }
}
.card-items-wrapper .card-item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 20px 25px;
  color: inherit;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  max-width: 500px;
  overflow: hidden;
}

.card-items-wrapper .card-item a:after {
  content: "";
  position: absolute;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
}

.card-items-wrapper .card-item:hover {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.card-items-wrapper .card-item:after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 0;
  padding: 0 20px;
  font-size: 14px;
  color: #AAAAAA;
}

.card-items-wrapper .card-item:not(:last-child) {
  margin-right: 30px;
}

.card-items-wrapper .card-item .card-media {
  background-color: #F8F9FB;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
  margin-bottom: 15px;
  border-top-left-radius: calc($radius / 2);
  border-top-right-radius: calc($radius / 2);
  overflow: hidden;
}

.card-items-wrapper .card-item .card-media figure {
  position: relative;
  padding-top: 44.5%;
}

.card-items-wrapper .card-item .card-media img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.card-items-wrapper .card-item .card-content .card-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.3;
  color: #000000;
  text-decoration: none;
}

.card-items-wrapper .card-item .card-content .card-secondary-text {
  color: #AAAAAA;
  font-size: 13px;
}

@media screen and (max-width: 1024px) {
  .card-items-wrapper .card-item:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .card-items-wrapper .card-item {
    padding: 15px 15px 46px 15px;
  }

  .card-items-wrapper .card-item:after {
    font-size: 12px;
    padding: 0 15px;
    bottom: 15px;
  }

  .card-items-wrapper .card-item .card-media {
    margin-left: -15px;
    margin-right: -15px;
  }

  .card-items-wrapper .card-item .card-content .card-title {
    font-size: 14px;
  }

  .card-items-wrapper .card-item .card-content .card-secondary-text {
    font-size: 12px;
  }
}
.menu-wrapper .card-items-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu-wrapper .card-items-wrapper .card-item {
  margin-right: 0;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu-wrapper .card-items-wrapper .card-item:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu-wrapper .card-items-wrapper .card-item .card-media {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

body[dir="rtl"] .card-items-wrapper .card-item:not(:last-child) {
  margin-right: unset;
}

body[dir="rtl"] .card-items-wrapper .card-item:not(:first-child) {
  margin-right: 30px;
}

.trn-article-text {
  font-size: 15px;
  line-height: 24px;
  display: inline-block;
  width: 100%;
  color: #000000;
  text-align: justify;
}

.trn-article-text p {
  margin: 0 0 20px 5px;
}

.trn-article-text h3 {
  margin: 30px 0 20px 5px;
  font-size: 21px;
  font-weight: 600;
}

.trn-article-text > p a {
  color: #000000 !important;
  font-weight: 600;
}

.trn-article-text strong {
  font-weight: 600;
  color: #000000;
}

.trn-article-text-img {
  width: 40%;
  float: right;
  margin: 10px 0 5px 20px;
  overflow: hidden;
  position: relative;
}

.trn-article-text-img .div-info-img {
  position: absolute;
  padding: 20px 30px;
  margin: 20px;
  background-color: #f9f9ff;
  display: block;
  color: #fff;
  text-align: left;
  font-weight: 600;
  font-size: 20px;
  width: 75%;
  z-index: 2;
  letter-spacing: 0.0325em;
}

.trn-article-text-img > img {
  width: 100%;
  z-index: 1;
  position: relative;
  max-height: 350px;
}

.trn-article-text-img > p {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 10;
  padding: 20px 0;
  background-color: #AAAAAA;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

