/*
  Theme Name: Gray Swan
  Theme URI: https://digitalfold.co.za/
  Version: 1.0.0
  Template: Divi
  Author: Digitalfold
  Author URI: https://digitalfold.co.za/
  Text Domain: gray-swan
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.investimage,
.colsultimage,
.insightimage {
    display: none;
}
.phoneicon span.et-pb-icon {
    font-size: 0 !important;
    background: url(/wp-content/uploads/2026/03/Background-16-1.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
}
a.team-view-btn:hover {
    background: #fff;
    color: #282828;
}
.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-item {
  display: flex;
}

.owl-carousel .item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.team-grid-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 15px;
}

.team-grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

.team-grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.team-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.team-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

/* Images */
.team-item img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    filter: grayscale(100%);
    transition: 0.4s ease;
	    object-position: top;
}

.team-item img:hover {
    filter: grayscale(0%);
}

/* Button takes last 2 spots */
.team-button-grid {
    grid-column: span 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* If last row has only 1 empty spot, push button correctly */
.team-grid-7 > .team-button-grid:nth-last-child(1) {
    justify-self: stretch;
}

/* Button style */
.team-view-btn {
    display: inline-block;
    padding: 16px 30px;
    background: #282828;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.3s ease;
}

.team-view-btn:hover {
    background: #333;
}

.custom-post-meta-full {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 0;
}

.meta-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.author-avatar img {
    width: 48px;
    height: 48px;
    object-fit: cover;
}

.author-name {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.4px;
    text-transform: uppercase;
	color: #282828;
}

.author-info {
    color: #282828;
    font-size: 12px;
}

.author-info .dot {
    margin: 0 8px;
}
.post-category-pill {
    display: inline-block;
    padding: 6px 16px;
    background: #282828;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
	line-height: 12px;
}

.custom-share-wrapper {
    display: flex;
    gap: 25px;
}

.share-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s ease;
    cursor: pointer;
    border: none;
}
button.share-icon.copy-link {
    padding: 0;
    border: none;
    outline: none;
}
.share-icon:hover {
    transform: translateY(-3px);
}


.related-post-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.related-thumb {
    position: relative;
    overflow: hidden;
}

.related-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.related-cat-pill {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #fff;
    color: #000;
    padding: 6px 16px;
    font-size: 12px;
	line-height:12px;
    font-weight: 400;
    border-radius: 50px;
    text-transform: uppercase;
}

.related-title {
    margin: 18px 0 8px;
    font-size: 20px;
    font-weight: 400;
}

.related-title a {
    text-decoration: none;
    color: #282828;
}

.related-title a:hover {
    color: #282828;
}

.related-readmore {
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #282828;
    font-weight: 500;
}

.related-readmore:hover {
    opacity: 0.7;
}

.custom-post-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    border-top: 1px solid #eee;
}

.custom-post-navigation a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 500;
    transition: 0.3s ease;
}

.custom-post-navigation a:hover {
    opacity: 0.6;
}

/* Hide empty side */
.nav-previous:empty,
.nav-next:empty {
    display: none;
}


.services-owl .service-slide {
    background: #F5F5F5;
    padding: 30px;
    border-radius: 4px;
    transition: 0.3s ease;
    height: 100%;
}

.service-icon img {
    width: 40px;
    margin-bottom: 20px;
}

.service-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #282828;
}

.service-desc {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

/* Nav arrows */
.services-owl .owl-nav button {
    background: #000 !important;
    color: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 0 !important;
}

.services-owl.owl-carousel {
    margin-top: 50px;
}
.service-icon {
    max-width: 48px;
    width: 100%;
}
.services-owl .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
	    display: flex;
    gap: 10px;
}
.services-owl .owl-nav button.owl-next span {
    transform: rotate(180deg);
}
.services-owl .owl-nav button {
    width: 36px;
    height: 36px;
    background: #F5F5F5 !important;
	display: flex;
    align-items: center;
    justify-content: center;
}
.services-owl .owl-nav button span {
    font-size: 0;
    background: url(/wp-content/uploads/2026/03/Vector.png) no-repeat;
    width: 12px;
    display: block;
    height: 12px;
    object-fit: cover;
    background-size: cover;
}



.testimonials-owl .testimonial-item {
    background: #f3f3f3;
    padding: 40px;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-text {
    font-size: 16px;
    line-height: 24px;
    color: #282828;
	font-weight: 400;
}

.testimonial-rating {
    margin-top: 30px;
    font-size: 18px;
    letter-spacing: 4px;
}



.team-tabs {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    justify-content: space-between;
    margin-top: 34px;
}

.team-tab {
    background: none;
    border: none;
    padding: 0px 10px 17px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
	color: #282828 !important;
}

.team-tab.active {
    border-bottom: 2px solid #282828;
}


.team-card {
    background: #fff;
}
.teamcontent {
    padding: 24px;
}
.team-card img {
    width: 100%;
}
.teamcontent h3 {
    color: #282828;
    font-size: 24px;
    line-height: 24px;
	    padding: 0;
	
}
p.team-position {
    font-weight: 400;
    font-size: 13px;
}
.team-pop-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}
.readmor-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.readmor-link img {
    max-width: 36px;
}
a.emailbox img {
	max-width: 24px;
}
a.emailbox {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    gap: 10px;
	    margin: 25px 0;
}

/* =========================
   TEAM POPUP OVERLAY
========================= */
.team-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.75);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    padding: 40px;
}

/* =========================
   POPUP INNER BOX
========================= */
.team-popup-inner {
    background: #ffffff;
    width: 100%;
    max-width: 1100px;
    display: flex;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    margin: 0 auto;
	min-height: auto;
    max-height: calc(100vh - 120px);
}
.team-popup-content {
    width: 100%;
    display: flex;
}
/* =========================
   CLOSE BUTTON
========================= */
.team-popup-close {
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 28px;
    font-weight: 300;
    cursor: pointer;
    z-index: 10;
    transition: 0.3s ease;
}

.team-popup-close:hover {
    opacity: 0.6;
}

/* =========================
   IMAGE SIDE
========================= */
.popup-image {
    max-width: 413px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}


/* =========================
   TEXT SIDE
========================= */
.popup-text {
    width: 100%;
    padding: 32px;
    max-width: 722px;
	overflow-y: auto;

}

/* Smooth scrolling */
.popup-text::-webkit-scrollbar {
    width: 6px;
}

.popup-text::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

/* NAME */
.popup-name {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* POSITION */
.popup-position {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 400;
}

/* BIO */
.popup-bio {
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
}

/* CONTACT ICONS */
.popup-contact a {
    display: inline-block;
    margin-right: 15px;
    width: 36px;
    height: 36px;
    text-align: center;
    transition: 0.3s ease;
}

/* Tabs */
.faq-tabs {
    display: flex;
    gap: 40px;
    border-bottom: 1px solid #D5D5D5;
    margin-bottom: 40px;
	justify-content: space-between;
}

.faq-tab {
    background: none;
    border: none;
    padding: 0 10px 15px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
	color: #282828 !Important;
}

.faq-tab.active {
    border-bottom: 2px solid #282828;
}
.faq-icon img.icon-minus {
    display: none;
}

.faq-item.active .icon-plus {
    display: none;
}

.faq-item.active .icon-minus {
    display: inline-block;
}
/* Grid layout */
.faq-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
	    align-items: flex-start;
}

/* FAQ Item */
.faq-item {
    background: #f5f5f5;
    padding: 24px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
	gap: 10px;
}
.faq-question span:first-child {
    width: 90%;
}
.faq-icon {
    font-weight: bold;
}

.faq-answer {
    display: none;
    margin-top: 24px;
    line-height: 28px;
    font-size: 18px;
    font-weight: 400;
}
.popup-contact {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}
.share-icon img {
    width: 32px !important;
    height: 32px !important;
    min-width: unset !important;
    max-width: unset;
}

span.faq-icon img {
    width: 48px;
}
table.gs-table:not(.variations) {
    border: none;
}
.gs-table-wrap .gs-table tbody tr td:first-child {
    width: 302px;
}
.gs-table-wrap .gs-table tbody tr td:nth-child(2) {
    width: 433px;
}
.gs-table-wrap .gs-table tbody tr td:nth-child(n+3){
	width:187px;
}

body:not(.home) .gs-table-wrap .gs-table tbody tr td:nth-child(n+3) {
    padding: 24px 20px;
}
body:not(.home) .gs-table-wrap.gs-table--uppercase .gs-table thead th {
    padding: 0 16px 9px 0px;
}
nav.gs-insights__tabs {
    justify-content: space-between;
	
	    margin-bottom: 64px;
}
.gs-insights__tabs {
    border-bottom: 1px solid #D5D5D5;
}
.gs-insights__tab {
	font-size: 16px;
	line-height: 24px;
	    padding: 0 10px 17px 10px;
	color: #282828;
}
.gs-insights__tab--active {
    color: #282828;
    border-bottom-color: #282828;
    font-weight: 500;
}
.gs-insights__sort-select,
input.gs-insights__search-input {
    background: #F5F5F5;
    padding: 16px;
    color: #AAAAAA;
    font-size: 16px;
    line-height: 24px;
	    border: none;
}

.gs-insights__search-icon { 
    color: #282828;
}
.gs-insights__sort {
    max-width: 320px;
    width: 100%;
}
select.gs-insights__sort-select {
    width: 100%;
	    color: #282828;
	  -webkit-appearance: none; 
  -moz-appearance: none;   
  appearance: none;       
  background-image: url('/wp-content/uploads/2026/03/chevron-down.png');
  background-repeat: no-repeat;
  background-position: right 10px center; 
  background-size: 1em auto; 
  padding-right: 30px; 
}
.gs-insights__card-body {
    padding: 24px;
    background: #f5f5f5;
}
.gs-insights__card-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: #282828;
}
.gs-insights__card-excerpt {
    font-size: 16px;
    line-height: 24px;
    color: #282828;
    font-weight: 400;
}
.gs-insights__card-cta {
    color: #282828;
    font-size: 16px;
    line-height: 24px;
}
.gs-insights__card-cta img {
    width: 15px;
    margin-top: 6px;
}
div#gs-insights-1[data-active-tab='forex'] .gs-insights__grid,
div#gs-insights-1[data-active-tab='umbrella-funds'] .gs-insights__grid {
    grid-template-columns: repeat(4, 1fr);
}
div#gs-insights-1[data-active-tab='forex'] .gs-insights__grid.gs-insights__grid--mixed .gs-insights__card:nth-child(4n),
div#gs-insights-1[data-active-tab='forex'] .gs-insights__grid.gs-insights__grid--mixed .gs-insights__card:first-child,
div#gs-insights-1[data-active-tab='umbrella-funds'] .gs-insights__grid.gs-insights__grid--mixed .gs-insights__card:nth-child(4n),
div#gs-insights-1[data-active-tab='umbrella-funds'] .gs-insights__grid.gs-insights__grid--mixed .gs-insights__card:first-child {
    grid-column: span 2;
    grid-row: inherit;
}
div#gs-insights-1[data-active-tab='forex'] .gs-insights__card-body,
div#gs-insights-1[data-active-tab='umbrella-funds'] .gs-insights__card-body {
    padding: 16px;
}
div#gs-insights-1[data-active-tab='forex'] .gs-insights__card--video .gs-insights__card-title ,
div#gs-insights-1[data-active-tab='umbrella-funds'] .gs-insights__card--video .gs-insights__card-title {
    margin: 0;
    padding: 0;
}

header.et-l.et-l--header.scrolled {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99 !important;
}
header.et-l.et-l--header.scrolled .et_pb_section_0_tb_header.et_pb_section.et_pb_section--absolute.et_section_regular.et_flex_section.et_pb_section--with-menu {
    background: #282828 !important;
    padding: 15px;
	    top: 0;
}
span.read-more-btn {
    display: flex;
    font-size: 12px;
    color: #282828;
    margin-top: 15px;
    font-family: 'Work Sans';
    align-items: center;
    gap: 5px;
}
span.read-more-btn img {
	width: 16px !important;
}
.faq-answer a:hover,
a.emailbox:hover,
a.team-readmore:hover {
    text-decoration: underline;
}

.page-id-258 header.et-l.et-l--header.scrolled {
    z-index: 9 !important;
}
.popup-contact a.nohover {
    display: flex;
    align-items: center;
    gap: 5px;
    border: none;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Work Sans';
}
.popup-contact a.nohover:hover{
	color:#282828;
	background: unset;
	text-decoration: underline;
}
	.popup-image img{
    display: none;
}

header.et-l.et-l--header.scrolled .hlogo img {
    width: 75px;
}
/* header.et-l.et-l--header.scrolled .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
    font-size: 14px;
} */
body header.et-l.et-l--header.scrolled  a.et_pb_button_0_tb_header.topbtn  {
    padding: 8px 32px !important;
}
.et_pb_video_play:before {
    font-family: ETmodules;
    content: "";
    background: url(/wp-content/uploads/2026/04/play-circle-1.png) no-repeat;
    background-size: cover;
    font-size: 0;
    width: 74px;
    height: 74px;
    display: block;
}

.team-button-grid {
    position: absolute;
    top: -80px;
    right: 0;
}
/* Responsive */
@media (max-width: 1200px) {

   body .team-button-grid {
        grid-column: span 2;
    }
	.customtab ul.et_pb_tabs_controls {
    gap: 10px;
}
	.customtab li.et_pb_tab_nav_item a.et_pb_tab_nav_item_link {
    padding: 0;
}
	body .team-view-btn {
    padding: 12px 20px;
    font-size: 12px;
    line-height: 12px;
}
	.services-owl.owl-carousel {
    margin-top: 32px;
}
	.services-owl .service-slide {
    padding: 16px;

}
	.service-title {
    font-size: 18px;
		margin-bottom: 24px;
    line-height: 24px;
		        padding-bottom: 0;
}
	.testimonial-text,
	.service-desc {
    font-size: 10px;
    line-height: 16px;
}
	.testimonials-owl .testimonial-item {
    padding: 16px;
		min-height: 370px;
	}
	.services-owl .owl-nav {
    position: absolute;
		top: -70px;
	}
	.team-tab {
    padding: 0px 10px 8px;
    font-size: 10px;
		line-height: 10px;
}
	.team-tabs {
		gap: 16px;
	}
	.team-pop-grid-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
	.teamcontent {
    padding: 15px;
}
	.teamcontent h3 {
    font-size: 18px;
}
	p.team-position {
    font-size: 10px;
}
	a.emailbox {
   
    font-size: 12px;
    gap: 8px;
    margin: 12px 0;
}
	a.team-readmore {
    font-size: 12px;
    line-height: 12px;
}
	.popup-name {
    font-size: 24px;
}
	.popup-text {
    padding: 32px 16px;
}
	.popup-bio {
    font-size: 10px;
    line-height: 18px;
}
	.custom-share-wrapper {
    gap: 16px;
    justify-content: center;
}
	.author-info,
	.post-category-pill {
    font-size: 10px;
    line-height: 10px;
}
	.faq-tabs {
    gap: 15px;
    margin-bottom: 24px;
}
	.faq-tab {
   
    padding: 0 8px 10px;
    font-size: 10px;
}
	.faq-item {
    padding: 16px;
}
	.faq-question {
    font-size: 18px;
    line-height: 24px;
		    gap: 16px;
}
	span.faq-icon {
    padding: 16px;
    font-size: 28px;
    line-height: 16px;
}
	.faq-answer {
    margin-top: 16px;
    line-height: 18px;
    font-size: 12px;
}
	
	.custom-related-posts {
    display: flex;
    gap: 16px;
}
	.related-cat-pill {
    font-size: 10px;
		line-height: 10px;
	}
	.related-readmore {
		font-size: 12px;
	}
	
	.related-title {
    font-size: 18px;
    line-height: 24px;
}
	.related-post-item {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
    padding-right: 16px;
    border-right: 1px solid #D5D5D5;
}
	.related-post-item:last-child {
    border-right: 0;
    padding-right: 0;
}
	.gs-insights__card-title {
    font-size: 18px;
    line-height: 24px;
}
	.gs-insights__card-excerpt {
    font-size: 10px;
		line-height: 16px;
	}
	.gs-insights__card-cta {
    font-size: 12px;
    line-height: 12px;
}
	.gs-insights__card-body {
		padding: 16px;
	}
	.gs-insights {
    padding: 0 32px;
}
	.gs-insights__tab {
    font-size: 12px;
    line-height: 12px;
		padding: 0 10px 12px 10px;
	}
	.gs-insights__sort-select, input.gs-insights__search-input {
    font-size: 12px;
    line-height: 12px;
}
	div#gs-insights-1[data-active-tab='forex'] .gs-insights__grid, div#gs-insights-1[data-active-tab='umbrella-funds'] .gs-insights__grid {
    grid-template-columns: repeat(2, 1fr);
}
	.et_pb_video_play:before {
    width: 72px;
    height:72px;
}
}

@media (max-width: 767px) {
   .team-grid-7,  .team-grid-6,  .team-grid-5,  .team-grid-4 {
        grid-template-columns: repeat(4, 1fr);
    }


    .team-button-grid {
        grid-column: span 2;
    }
	  .custom-post-meta-full {
        align-items: flex-start;
        gap: 20px;
    }
	    .services-owl .owl-nav {
        display: none;
    }
	.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
	.owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    background: #fff;
		margin-top: 24px;
}
	.owl-dots button.owl-dot.active{
		background: #282828;
	}
	.testimonials-owl .testimonial-item {
		min-height: auto;
	}
	.team-pop-grid-wrapper {
        grid-template-columns: repeat(2, 1fr);
		        gap: 8px;
        padding: 0 10px;
    }
	.team-popup-content {
    flex-direction: column;
}
	.faq-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
}
	.faq-tabs {
    display: flex;
    flex-wrap: nowrap;        
    overflow-x: auto;        
    gap: 10px;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }

  .faq-tabs::-webkit-scrollbar {
    display: none;           
  }

  .faq-tab {
    flex: 0 0 auto;           
    white-space: nowrap;      
    padding: 8px 16px;
    font-size: 14px;
  }
  .team-tabs{
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-left:0px;
    scroll-snap-type: x mandatory;   
  }

  .team-tabs::-webkit-scrollbar{
    display: none;
  }
.team-tabs {
		gap: 0px;
	}
  .team-tab{
    flex: 0 0 50%;     
    max-width: 50%;
    white-space: normal;
    text-align: center;
    scroll-snap-align: start;
  }
	.related-post-item:last-child {
    display: none;
}
	.related-post-item:nth-child(2n) {
		border-right: 0;
        padding-right: 0;
}
	    .gs-insights {
        padding: 0 18px;
    }
	.gs-insights__sort {
    max-width: 50%;
    width: 100%;
    flex: 47%;
}
	.gs-insights__toolbar {
        flex-direction: row;
    }
	    .gs-insights__search {
        flex: 47%;
    }
	nav.gs-insights__tabs {
    margin-bottom: 32px;
}
	div#gs-insights-1[data-active-tab='forex'] .gs-insights__grid.gs-insights__grid--mixed .gs-insights__card:nth-child(4n), div#gs-insights-1[data-active-tab='forex'] .gs-insights__grid.gs-insights__grid--mixed .gs-insights__card:first-child, div#gs-insights-1[data-active-tab='umbrella-funds'] .gs-insights__grid.gs-insights__grid--mixed .gs-insights__card:nth-child(4n), div#gs-insights-1[data-active-tab='umbrella-funds'] .gs-insights__grid.gs-insights__grid--mixed .gs-insights__card:first-child {
    grid-column: span 1;
}
	div#gs-insights-1[data-active-tab='forex'] .gs-insights__grid, div#gs-insights-1[data-active-tab='umbrella-funds'] .gs-insights__grid {
        grid-template-columns: repeat(1, 1fr);
    }
	
	.team-popup-inner {
    max-height: calc(100vh - 60px);
}
    .team-popup-inner {
        max-width: 366px !important;
        width: 100% !important;
    }
	.popup-image {
		        background-size: 0 !important;
}
    .popup-image img {
        height: 366px;
        display: block;
        width: 366px;
        object-fit: cover;
        object-position: top;
    }
	.team-button-grid {
    position: relative;
    top: 0;
    grid-column: span 4 !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
}
}

@media (max-width: 375px) {

/*     .et_pb_column_7_tb_footer, .et_pb_column_8_tb_footer, .et_pb_column_9_tb_footer {
        max-width: 125px;
    } */
    .w2f28 {
        max-width: 200px !important;
    }
	.w2f28 h2.et_pb_module_header {
    font-size: 28px !important;
    line-height: 28px!important;
}
	.w165 .et_pb_column.et_flex_column {
    max-width: 163px !important;
}
	.et_pb_column.w130 {
    max-width: 130px !important;
}
	.et_pb_column.w200 {
    max-width: 200px !important;
}
	.et_pb_row.mposts {
    gap: 8px !important;
}
.et_pb_image.W115 {
    max-width: 115px !important;
}
	div#team-grid-container {
    padding: 0 16px;
}
	a.emailbox img {
    max-width: 16px;
}
	    a.emailbox {
        font-size: 10px;
        gap: 6px;
    }
	.readmor-link img {
    max-width: 24px;
}
}