/* Cards */

@media (min-width: 1360px){
 .postcard:nth-child(2n+1) {
  min-height: 335px;
}
}
@media (min-width: 1920px){
 .postcard:nth-child(2n+1) {
  min-height: 260px;
}
}
@media (min-width: 1400px){
.m-card {
  max-width: 850px;
 }
}
.m-card h3 {
  font-size: 1.8em;
  text-align: center;
  margin: 10px 0 !important;
}
.postcard {
  flex-wrap: wrap;
  display: flex;
  box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
  border-radius: 10px;
  margin: 0 0 2rem 0;
  overflow: hidden;
  position: relative;
  color: #ffffff;
}
.postcard.dark {
  background: #18151f;
}
.postcard.light {
  background: #ffffff;
}
.postcard .t-dark {
  color: #000000;
}
.postcard a {
  color: inherit;
}
.postcard h1, .postcard .h1 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.postcard .small {
  font-size: 80%;
}
.postcard .postcard__title {
  font-size: 1.75rem;
}
.postcard .postcard__img {
  max-height: 180px;
  width: 100%;
  object-fit: cover;
  position: relative;
}
.postcard .postcard__img_link {
  display: contents;
}
.postcard .postcard__bar {
  width: 80px;
  height: 10px;
  margin: 10px 0;
  border-radius: 5px;
  background-color: #424242;
  transition: width 0.2s ease;
}
.postcard .postcard__text {
  padding: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.postcard .postcard__preview-txt {
  height: 100%;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
}
.postcard .postcard__tagbox {
  display: flex;
  flex-flow: row wrap;
  font-size: 14px;
  margin: 20px 0 0 0;
  padding: 0;
  justify-content: center;
}
.postcard .postcard__tagbox .tag__item {
  display: inline-block;
  background: rgba(83, 83, 83, 0.4);
  border-radius: 3px;
  padding: 2.5px 10px;
  margin: 0 5px 5px 0;
  cursor: default;
  user-select: none;
  transition: background-color 0.3s;
}
.postcard:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-30deg, rgb(70 107 153 / 20%), transparent 70%);
  opacity: 1;
  border-radius: 10px;
}
.postcard:hover .postcard__bar {
  width: 120px;
}
@media screen and (min-width: 1024px) {
  .postcard__text {
  padding: 2rem 3.5rem;
  }
  .postcard.light .postcard__text:before {
  background: #e1e5ea;
  }
}
.green .postcard__bar {
  background-color: #6ebd30;
  border: 1px solid #9da9c7;
}
.green:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgb(42 99 147 / 20%), transparent 70%);
}
@media screen and (min-width: 769px) {
  .postcard {
  flex-wrap: inherit;
  }
  .postcard .postcard__title {
  font-size: 2rem;
  }
  .postcard .postcard__tagbox {
  justify-content: start;
  }
  .postcard .postcard__img {
  max-width: 300px;
  max-height: 100%;
  transition: transform 0.3s ease;
  }
  .postcard .postcard__text {
  padding: 1rem;
  width: 100%;
  }
  .postcard .media.postcard__text:before {
  content: "";
  position: absolute;
  display: block;
  background: #18151f;
  top: -20%;
  height: 130%;
  width: 55px;
  }
  .postcard:hover .postcard__img {
  transform: scale(1.05);
  }
  .postcard:nth-child(2n+1) {
  flex-direction: row;
  }
  .postcard:nth-child(2n+0) {
  flex-direction: row-reverse;
  }
  .postcard:nth-child(2n+1) .postcard__text::before {
  left: -12px !important;
  transform: rotate(4deg);
  }
}
.btn-card {
  border-width: 2px;
  background: transparent;
  color: #111111;
  border: 2px solid #c5c5c5;
  border-radius: 30px;
  position: relative;
  margin-top: 8px;
  padding: 8px 70px 8px 30px;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  -ms-transition: all 350ms;
  text-transform: uppercase;
  box-shadow: none;
  font-size: 15px;
  font-weight: bold;
  text-shadow: none;
  line-height: 1.5;
  float: right;
}
.btn-card:after {
content: "\f30b";
  color: #111111;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  margin-left: 40px;
  position: absolute;
  top: 0;
  right: -5px;
  bottom: 0px;
  padding: 0 16px;
  border-left: 2px solid;
  line-height: 40px;
  width: 56px;
}
.btn-card [class^="fa fa-"],
.btn-card [class*=" fa-"] {
  color: #0678f5;
}
.btn-card:hover,
.btn-card:focus,
.btn-card:active,
.btn-card.active,
.btn-card.disabled,
.btn-card[disabled] {
  background: #303952;
  border-color: #111111;
  text-decoration: none;
  color: #fff;
}
.btn-card:hover:after,
.btn-card:focus:after,
.btn-card:active:after,
.btn-card.active:after,
.btn-card.disabled:after,
.btn-card[disabled]:after {
  color: #fff;
}
.btn-card:hover [class^="fa fa-"],
.btn-card:hover [class*=" fa-"],
.btn-card:focus [class^="fa fa-"],
.btn-card:focus [class*=" fa-"],
.btn-card:active [class^="fa fa-"],
.btn-card:active [class*=" fa-"],
.btn-card.active [class^="fa fa-"],
.btn-card.active [class*=" fa-"],
.btn-card.disabled [class^="fa fa-"],
.btn-card.disabled [class*=" fa-"],
.btn-card[disabled] [class^="fa fa-"],
.btn-card[disabled] [class*=" fa-"] {
  color: #fff;
}
.btn-card:active,
.btn-card.active {
  background: #303952;
  color: #fff;
}
div.mod-languages ul.lang-inline li {
  display: inline-block;
  background: #b2f7ba;
  position: relative;
  border-radius: 15px;
  min-width: 56px;
  text-align: center;
}
div.mod-languages li {
    margin: 0 2rem;
}
div.mod-languages ul li.lang-active {
    background-color: #1d69f5;
}
div.mod-languages ul li.lang-active a {
  color: #ffde00;
}

.convertforms .cf-content-wrap {
  background: #303952!important;
}
.avs.videos.mod_allvideosharegallery {
  max-width: 1800px;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
 .avs-col-4 { 
  width: 100%; 
 }    
}
@media only screen and (min-width: 640px) {
 .avs-col-4 { 
  width: 100%; 
 }
}
@media only screen and (min-width: 900px) {
 .avs-col-4 { 
  width: 50%; 
 }
}
@media only screen and (min-width: 1320px) {
 .avs-col-4 { 
  width: 33.33%; 
 }    
}
@media only screen and (min-width: 1360px) {
 .avs-col-4 { 
  width: 25%; 
 }    
}
.avs-card-body.mt-2 {
  padding: 12px 4px;
}
a.card-link {
  font-size: 19px;
}
 
#gkHeader .logo-wrap {
    display: flex !important;
    align-items: center !important;
    gap: 10px;
}

#gkHeader .gkLogo {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
}

#gkHeader .gkLogo img {
    max-height: 60px;
    width: auto;
    display: block;
}

#gkHeader .logo-text {
    font-size: 20px;
    font-weight: 700;
    color: #1f3c88;
    line-height: 1;
    margin: 0;
    white-space: nowrap;
}

@media (max-width: 768px) {
    #gkHeader .gkLogo img {
        max-height: 45px;
    }

    #gkHeader .logo-text {
        font-size: 14px;
    }
}
#gkHeader .gkLogoWrap {
    display: flex !important;
    align-items: center !important;
}

#gkHeader .gkLogo {
    display: inline-flex !important;
    align-items: center !important;
    height: auto !important;
}

#gkHeader .logo-wrap {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px;
}

#gkHeader .logo-text {
    display: inline-block;
    vertical-align: middle;
}