.hub-cards-up-col3 {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.hub-cards-up-col3 .page-width {
  margin: 0 auto;
  padding: 0 20px;
}

.hub-cards-up-col3 .page-width.text-center {
  text-align: center; 
}

.hub-cards-up-col3 .tagline {
  opacity: 0.8;
  letter-spacing: 2px;
}

.hub-cards-up-col3 #cta .kore-button,
.hub-cards-up-col3 .kore-button {
  display: inline-block !important;
  font-weight: 400 !important;
  color: #fff !important;
  text-align: center !important;
  vertical-align: middle !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  border: 1px solid transparent !important;
  padding: 13px 20px !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  border-radius: 290486px !important;
  -webkit-transition: all 200ms ease !important;
  transition: all 200ms ease !important;
  letter-spacing: 1px !important;
}

.hub-cards-up-col3 #cta .kore-button:hover,
.hub-cards-up-col3 .kore-button:hover {
  -webkit-transform: translate(0px, -3px) !important;
  -ms-transform: translate(0px, -3px) !important;
  transform: translate(0px, -3px) !important;
  color: #fff !important;
}

.hub-cards-up-col3 .hs-embed-wrapper {
  max-width: 100% !important;
  max-height: 100% !important;
}

.hub-cards-up-col3 .cards-cc3-items{
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;  
  padding: 0 30px;
  justify-content: center;
}
.hub-cards-up-col3 .cards-cc3-heading{
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
}
.hub-cards-up-col3 .cards-cc3-heading h2{
  color: #63b7d3;
}
.hub-cards-up-col3 .cards-cc3-heading h2 span{
  font-family: Montserrat,sans-serif!important;
  font-weight: 400;
  font-size: 34px;
  color: #231F20;
  text-transform: uppercase;
  display: inline-block;
}
.hub-cards-up-col3 .card-cc3-item{
  width: 33.33%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}
.hub-cards-up-col3 .cc3-profile-wrap{
  background-color: #073F52;
  border-radius: 100%;
  height: 360px;
  width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 25px auto 30px;
  position: relative;
  z-index: 10;
}
.hub-cards-up-col3 .cc3-profile{
  height: 300px;
  width: 300px;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.hub-cards-up-col3 .card-cc3-item .cc3-name{
  font-size: 26px;
}
.hub-cards-up-col3 .card-cc3-item .cc3-text{
  font-size: 16px;
}
.hub-cards-up-col3 .card-cc3-item .cc3-bio{
  max-width: 300px;
  margin: 0 auto;
}
.hub-cards-up-col3 .card-cc3-item .cc3-bio h2,
.hub-cards-up-col3 .card-cc3-item .cc3-bio h3{
  font-family: Montserrat,sans-serif!important;
  font-weight: 400;
}
.hub-cards-up-col3 .card-cc3-item .cc3-bio h3{
  font-size: 28px;
  margin-bottom: 8px;
}
.hub-cards-up-col3 .card-cc3-item .cc3-bio *{
  line-height: 1.4;
}
.hub-cards-up-col3 .cc3-profile-wrap img.cc3-icon-1{
  position: absolute;
  top: 30px;
  right: 5px;
  z-index: 1;
  width: 120px;
}
.hub-cards-up-col3 .cc3-profile-wrap img.cc3-icon-2{
  position: absolute;
  bottom: 40px;
  right: 0px;
  transform: rotate(-148deg);
  width: 75px;
}
.hub-cards-up-col3 .cc3-profile-wrap img.cc3-icon-3{
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100px;
}
.hub-cards-up-col3 .cc3-profile-wrap img.cc3-icon-4{
  position: absolute;
  top: 16px;
  left: 22px;
  width: 120px;
}
.hub-cards-up-col3 .cards-cc3-items .card-cc3-item:first-child img.cc3-icon-2{
  right: 20px;
}
.hub-cards-up-col3 .cards-cc3-items .card-cc3-item:last-child img.cc3-icon-2{
  bottom: 75px;
  right: 18px;
}

.cards-cc3-items.cards-col-4 .card-cc3-item{
  width: 25%;
}
.cards-cc3-items.cards-col-4 .card-cc3-item .cc3-profile-wrap{
  height: 280px;
  width: 280px;
}
.cards-cc3-items.cards-col-4 .card-cc3-item .cc3-profile-wrap .cc3-profile{
  height: 230px;
  width: 230px;
}

/* .cards-cc3-items.cards-col-3 .card-cc3-item{
width: 33.33%;
}
.cards-cc3-items.cards-col-3 .card-cc3-item .cc3-profile-wrap{
height: 360px;
width: 360px;
}
.cards-cc3-items.cards-col-3 .card-cc3-item .cc3-profile-wrap .cc3-profile{
height: 300px;
width: 300px;
}
*/

.cards-cc3-items.cards-col-2 .card-cc3-item{
  width: 50%;
}
.cards-cc3-items.cards-col-2 .card-cc3-item .cc3-profile-wrap{
  height: 500px;
  width: 500px;
}
.cards-cc3-items.cards-col-2 .card-cc3-item .cc3-profile-wrap .cc3-profile{
  height: 440px;
  width: 440px;
}

.card-item-outer {
  width: 100%;
}

.hub-cards-up-col3 .cards-cc3-items {
  padding: 0;
  margin: 0 -5px;
}

.hub-cards-up-col3 .card-cc3-item {
  padding: 0 5px;
  text-align: left;
}

.up-card-inner {
  display: flex;
  border: 1px solid #514e4d;
  flex-wrap: wrap;
  width: 100%;
}

.up-img {
  width: 234px;
}

.up-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.up-content {
  width: calc(100% - 234px);
  border: 0;
  border-left: 0;
  padding: 20px 20px 80px;
  display: flex;
  flex-direction: column;
}

.up-content * {
  color: #514e4d;
}

.hub-cards-up-col3 .page-width {
  max-width: 100% !important;
}

.up-main-content h2 {
  font-family: Montserrat,sans-serif !important;
  font-size: 28px;
  color: inherit;
}

.up-main-content h4 {
  font-family: Montserrat,sans-serif !important;
  font-size: 17px;
  color: inherit;
}

.up-main-desc {
  margin-top: 0;
  padding-top: 0;
}
.up-main-content {
  margin-bottom: 25px;
}
.up-main-desc p {
  margin: 0;
  font-size: 16px;
}

.up-desc-item +.up-desc-item {
  margin-top: 10px;
  font-size: .8rem;
}



.up-main-button .fake-button {
  display: block;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  padding: 11px 10px;
}

.up-card-inner {
  flex-direction: column;
}

.up-img {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 65%;
  position: relative;
}

.up-img img {
  position: absolute;
  left: 0;
  top: 0;
}

.up-content {
  width: 100%;
  position: relative;
}
.up-main-button {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}


body .cards-cc3-items__tabs p {
  margin-bottom: 0;
}

body .cards-cc3-items__tabs {
  border-bottom: 2px solid #63b7d3;
}

body .cards-cc3-items__tabs p {
  border: 0 !important;
  !i;!; padding: 10px;
  margin: 0;
  color: #63b7d3;
}

body .cards-cc3-items__tabs {
  gap: 0 10px;
  margin: 0 0 20px;
}

body p.slider-cards-tab__tabs-items.slider-cards-tab__tabs-items--active {
  color: #fff;
  background: #63b7d3;
}
body .cards-cc3-items__tabs p {
  font-family: Montserrat, sans-serif !important;!i;!;
  font-size: 20px;
  border-radius: 4px;
}

body .cards-cc3-items__tabs {
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 1366px){
  .cards-cc3-items.cards-col-4 .card-cc3-item .cc3-profile-wrap{
    height: 280px;
    width: 280px;
  }
}
@media screen and (max-width: 1300px){
  .hub-cards-up-col3 .cc3-profile{
    height: 250px;
    width: 250px;
  }
  .hub-cards-up-col3 .cc3-profile-wrap {
    height: 300px;
    width: 300px;
  }

  .cards-cc3-items.cards-col-2 .card-cc3-item .cc3-profile-wrap{
    height: 400px;
    width: 400px;
  }
  .cards-cc3-items.cards-col-2 .card-cc3-item .cc3-profile-wrap .cc3-profile{
    height: 340px;
    width: 340px;
  }

  .cards-cc3-items.cards-col-4 .card-cc3-item{
    width: 33.33%;
  }

}

@media screen and (max-width: 1024px){
  .hub-cards-up-col3 .cards-cc3-items{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }
  .hub-cards-up-col3 .card-cc3-item{
    width: 50%;
    margin-bottom: 45px;
  }
  .cards-cc3-items.cards-col-4 .card-cc3-item {
    width: 50%;
  }
  .cards-cc3-items.cards-col-4 .card-cc3-item .cc3-profile-wrap,
  .cards-cc3-items.cards-col-2 .card-cc3-item .cc3-profile-wrap{
    height: 320px;
    width: 320px;
  }
  .cards-cc3-items.cards-col-4 .card-cc3-item .cc3-profile-wrap .cc3-profile,
  .cards-cc3-items.cards-col-2 .card-cc3-item .cc3-profile-wrap .cc3-profile{
    height: 260px;
    width: 260px;
  }
}
@media screen and (max-width: 767px){
  .hub-cards-up-col3 .cards-cc3-heading h2{
    font-size: 45px!important;
  }
  .hub-cards-up-col3 .cards-cc3-heading h2 span{
    font-size: 26px!important;
  }
  .hub-cards-up-col3 .card-cc3-item{
    width: 100%;
  }
  .hub-cards-up-col3 .card-cc3-item .cc3-name{
    font-size: 24px;
  }
  .hub-cards-up-col3 .card-cc3-item{
    margin-bottom: 55px;
  }
  .hub-cards-up-col3 .card-cc3-item:last-child{
    margin-bottom: 0!important;
  }
  .hub-cards-up-col3 .card-cc3-item .cc3-bio h3{
    font-size: 24px;
  }

  .cards-cc3-items.cards-col-4 .card-cc3-item,
  .cards-cc3-items.cards-col-2 .card-cc3-item{
    width: 100%;
  }
  .cards-cc3-items.cards-col-4 .card-cc3-item .cc3-profile-wrap,
  .cards-cc3-items.cards-col-2 .card-cc3-item .cc3-profile-wrap{
    height: 300px;
    width: 300px;
  }
  .cards-cc3-items.cards-col-4 .card-cc3-item .cc3-profile-wrap .cc3-profile,
  .cards-cc3-items.cards-col-2 .card-cc3-item .cc3-profile-wrap .cc3-profile{
    height: 250px;
    width: 250px;
  }
  .hub-cards-up-col3 .cards-cc3-items{
    padding: 0 10px;
  }
  .hub-cards-up-col3 .cards-cc3-items button.slick-prev{
    left: -35px!important;
  }
  .hub-cards-up-col3 .cards-cc3-items button.slick-next{
    right: -35px!important;
  }
  .hub-cards-up-col3 .cards-cc3-items button{
    width: 30px!important;
    height: 30px!important;
  }
  .hub-cards-up-col3 .cards-cc3-items button.slick-prev:before,
  .hub-cards-up-col3 .cards-cc3-items button.slick-next:before{
    font-size: 28px!important;
  }

}
.hub-cards-up-col3 .cards-cc3-heading h3 {
  font-family: Montserrat,sans-serif !important;
  font-weight: 400;
  font-size: 34px !important;
  color: #514E4D !important;
  text-transform: uppercase;
}
.hub-cards-up-col3 .cards-cc3-heading h2, 
.hub-cards-up-col3 .cards-cc3-heading h3 {
  display: inline;
}

span.card-cc3-item__exp-date {
  display: none;
}
.cards-cc3-items__tabs p {
  margin-top: 2rem;
  cursor: pointer;
  font-family: Wildstripe, sans-serif !important;
  font-size: 25px;
}
.cards-cc3-items__tabs {
  display: flex;
  gap: 30px;
}

.slider-cards-tab__tabs-main-content {
  position: absolute;
  left: -9999999px;
  opacity: 0;
}
.slider-cards-tab__tabs-main-content.slider-cards-tab__tabs-main-content--active {
  position: relative;
  opacity: 1;
  left: 0;
  transition: opacity 1s ease;
}
p.slider-cards-tab__tabs-items.slider-cards-tab__tabs-items--active {
  color: #63b7d3;
  border-bottom: 2px solid;
}

.slick-slide--remove {
  display: none !important;
}