/*!
Theme Name: msme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: msme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

msme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html { 
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
  

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: "Plus Jakarta Sans", sans-serif; 
	background: #152D33 url(./images/bg-shape.png) no-repeat top right;
	background-attachment: fixed;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 160%; /* 27.2px */
	letter-spacing: -0.34px;
    color: #FFF9F2;
}

a {
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

ul, ol {
    padding-left: 15px;
}
 
main {
	display: block;
}

h2 {
    color: #FFF9F2;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.96px;
	margin: 0 0 20px 0;
}

h4 {
    margin: 0 0 20px;
    color: #FFF9F2;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.6px;
}

h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.32px;
    margin: 0 0 15px;
}

.container {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
    width: 100%;
}
 
.site-header {
    margin: 0 30px;
    border-bottom: 1px solid rgb(255 249 242 / 20%);
    padding: 30px 0;
    display: flex;
    align-items: center;
}



.site-header .header-right {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 35px;
}

.site-header .button-secondary {
	padding: 14px 28px;
	font-size: 14px;
}

.button-secondary {
    border-radius: 12px;
    background: #FFF9F2;
    display: inline-flex;
    padding: 14px 28px;
    align-items: center;
    color: #152D33;
    text-align: center;
	font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.28px;
    text-decoration: none;
}

.button-secondary:hover {
	background: #A9C659;
}

.header-link a {
    color: #FFF9F2;
    text-decoration: none;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.32px;
}

.site-footer {
    text-align: center;
}

.site-footer .logo {
    padding: 60px 0;
}

.site-footer .footer-bottom {
    border-top: 1px solid rgb(255 249 242 / 20%);
    padding: 25px 0;
    margin: 0 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: rgba(255, 249, 242, 0.6);
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
	line-height: 160%;
	letter-spacing: -0.26px; 
}

.site-footer .footer-bottom .footer-bottom-left {
	display: flex;
	gap: 20px; 
}

.site-footer .footer-bottom .footer-bottom-left a {
	color: rgba(255, 249, 242, 0.6);
}

.footer-bottom-right {
    display: flex;
    gap: 20px;
}

.footer-bottom-right .by a, .footer-bottom-right a {
	color: rgba(255, 249, 242, 0.6); 
	text-decoration: underline;
	text-underline-offset: 3px;
}


.site-footer .footer-bottom .footer-bottom-left a:hover, .footer-bottom-right .by a:hover {
    color: rgba(255, 249, 242, 1);
}


.contact-section h2 {
    text-align: center;
    margin-bottom: 100px;
}

.address-list {
    display: flex;
    gap: 125px;
    justify-content: space-between;
    max-width: 860px;
    margin: 0 auto 100px;
    position: relative;
}

.address-list .address-block {
    flex: 1;
    color: #fff;
    text-align: center; 
}

.address-list .address-block label {
    margin-bottom: 60px;
    display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%; /* 20.8px */
	letter-spacing: -0.32px;
} 

.address-list .address-block h4 {
    margin-bottom: 40px;
}

.address-list .address-block a {
	color: #A9C659;  
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%; 
	letter-spacing: -0.44px;
}


.address-list .address-block a:hover {
	text-decoration: underline;
}

.address-list:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    background: rgba(255, 255, 255, 0.20);
    height: 100%;
    width: 1px;
}


.banner-section {
	width: 100%;
	display: inline-block;
	padding: 150px 0;
	color: #FFF9F2;
}

.banner-content {
    display: flex;
    align-items: flex-end;
    gap: 100px;
    justify-content: space-between;
}

h1 {
    margin: 0 0 40px;
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 104px */
    letter-spacing: -1.6px;
}

p {
	margin: 0 0 20px;
}

.banner-content p:last-child {
	margin-bottom: 0;
}

.banner-content h6 {
    color: #1CA591;
    margin-top: 40px;
    margin-bottom: 30px;
}
 

.error-404 .banner-content-left {
    max-width: 764px;
}

.error-404 .banner-content-left h1 {
    margin-bottom: 0;
}

.btn-primary {
    border: none;
    border-radius: 18px;
    background: #A9C659;
    display: inline-block;
    padding: 18px 22px;
    align-items: center;
    color: #152D33;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.32px; 
	min-width: 130px;
	text-align: center;
}

.btn-primary:hover {
    background-color: #1CA591;
    color: #152D33;
}

.track-record-section {
    padding-bottom: 150px;
}

.track-record-wrap {
    display: flex;
}

.track-record-wrap .title {
    width: 33.33%;
}

.track-record-wrap .track-record-list {
    width: 66.66%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.track-record-item {
    padding: 40px 35px 45px 35px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    display: flex;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: #152d33;
    color: #FFF9F2;
}

.track-record-item ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

.track-record-item ul li {
  color: var(--Cream, #FFF9F2); 
  font-size: 18px; 
  font-weight: 600;
  line-height: 110%;  
  letter-spacing: -0.36px;
  margin-bottom:12px;
}

.track-record-item ul li::marker {
  color: #4E65D8;  
}

.track-record-item ul li:last-child {
  margin-bottom:0px;
}

.track-record-item label {
    color: #4E65D8; 
    font-size: 16px;
    font-weight: 600;
    line-height: 130%; 
    letter-spacing: -0.32px;
}

.track-record-item h3 {
    margin: 0;
    color: #FFF9F2; 
    font-size: 60px;
    font-weight: 600;
    line-height: 130%; 
    letter-spacing: -1.2px;
}

.track-record-item h3 sub {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.44px; 
    vertical-align: baseline;
    padding-left: 5px;
}

h3 {
    color: #FFF9F2;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.8px;
    margin: 0 0 30px;
}

.directors-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 64px;
}

.directors-block {
    border-left: 1px solid rgba(255, 255, 255, 0.20);
    padding-left: 40px;
    text-align: left;
    display: flex;
    flex-direction: column;
}

h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.32px;
    margin: 0 0 15px;
}

.link {
    color: #FFF9F2;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 19.5px */
    letter-spacing: -0.3px;
    gap: 8px;
    display: flex;
    align-items: center;
}

.link:hover {
	color: #A9C659;
}

.directors-block a.link {
    margin-top: 80px; 
}

.board-directors {
    margin-bottom: 150px;
}

.board-directors h3 {
    margin-bottom: 80px;
}

.directors-block h6 {
    margin: 0;
    color: #A9C659;
}

.link svg path {fill: #A9C659;}

.service-providers h3 {
    text-align: center;
    margin-bottom: 80px;
}

.service-providers-block {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: #152D33;
    width: calc(20% - 30px);
    margin: 0 15px 30px;
    display: flex;
    padding: 40px 35px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    color: #FFF9F2;
    min-height: 230px;
}

.service-providers-list {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}

.service-providers-block.four-columns {
    width: calc(25% - 30px);
}

.service-providers-block h5 { font-size: 22px; font-style: normal; font-weight: 600; line-height: 110%; letter-spacing: -0.44px; margin: auto  0 0; }
.service-providers-block   h6 { color: #1CA591; } 
.service-providers { margin-bottom: 150px; }

.symbiotics-section {
    position: relative;
}

.symbiotics-section:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 130px;
    height: 100%;
    width: 460px;
    background: url(./images/symbiotics-shape.png) no-repeat top right;
    opacity: 0.03;
}

.symbiotics-wrap {
    display: flex;
    margin-bottom: 140px;
}

.symbiotics-wrap .symbiotics-image {
    width: 50%;
    padding-right: 120px;
}

.symbiotics-wrap .symbiotics-content {
    width: 50%;
    position: relative;
    z-index: 1;
    color: #fff;
}

.symbiotics-wrap .symbiotics-image img {
    display: block;
}

strong {
    font-weight: 700;
}
 
.symbiotics-wrap .symbiotics-content .symbiotics-logo {
    margin-bottom: 40px;
}

.symbiotics-wrap .symbiotics-content h3 {
    margin-bottom: 60px;
}

.symbiotics-wrap .symbiotics-content p strong {
    display: block;
}

.symbiotics-content-contact {
    margin-top: 60px;
}

.symbiotics-content-contact h4 {
     margin-bottom: 35px;
}

.symbiotics-contact-list {
    width: 100%;
}

.symbiotics-contact-list .symbiotics-contact-item {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.20);
    padding-top: 15px;
    padding-left: 35px;
    margin-bottom: 15px;
}

h5 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; 
    letter-spacing: -0.44px;
    margin: 0 0 20px;
}

.symbiotics-contact-list .symbiotics-contact-item h6 {
    color: #E18518;
}
 

.symbiotics-contact-right a.link {
     margin-bottom: 20px;
}

.symbiotics-contact-right a.link svg path {
    fill: #E18518;
}

.symbiotics-contact-right a.link:hover {
    color: #E18518;
}

.symbiotics-wrap .symbiotics-image img {
    display: block;
    border-radius: 20px;
}

.symbiotics-type {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.symbiotics-type .symbiotics-type-item {
    width: calc(20% - 24px);
    color: #fff;
}

.symbiotics-type .symbiotics-type-item .symbiotics-type-logo {
    margin-bottom: 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.20);
    padding-left: 15px;
}

.tabs-nav {
  display: flex;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin-bottom: 60px;
}

.tab-link {
    cursor: pointer;
    position: relative;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.32px;
    color: #FFF9F2;
    opacity: 0.6;
    position: relative;
    z-index: 1;
}

.tab-link.active {
  opacity: 1;
}

.tab-link.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: #FFF9F2;
}

.tab-pane {
  display: none;
  overflow: hidden;
}

.tab-pane.active {
  display: block;
}
 
.slick-list {
  overflow: visible;
}

.news-section {
    padding: 160px 0;
}

.news-section h2 {
    margin-bottom: 60px;
}

.news-slider {
    padding-left: calc((100% - 1200px) / 2);
}

.news-item {
    position: relative;
    border-radius: 20px;
    border: 1px solid rgba(255, 249, 242, 0.20);
    background: var(--Navy, #152D33);
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    height: auto;
    display: flex !important;
    margin-right: 30px;
}

.news-item .new-img img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.news-item .new-img {
    width: 100%;
}

.news-item .news-content {
    display: flex;
    padding: 20px;
    gap: 35px;
    flex-direction: column;
    height: 100%;
}

.news-item .news-content .category-link a, .news-item .news-content .category-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-weight: 600;
    line-height: 130%;
    font-size: 16px; 
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.32px;
}

.news-item .news-content .category-link svg {
    transform: rotate(-45deg);
}

.news-item .news-content h5 {
    margin: 0 0 10px;
}

.news-item .news-content h5 a {
    color: #FFF9F2;
}

.news-slider .slick-track {
    display: flex;
}

.news-item .news-content span.news-date {
    margin-top: auto;
    color: var(--Cream, #FFF9F2);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 22.4px */
    letter-spacing: -0.28px;
    opacity: 0.6;
}

.btn-wrap { 
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    top: -80px;
    position: relative;
    gap: 5px;
}

.btn-wrap button {
    background: transparent;
    border: none;
    cursor: pointer;
}

.btn-wrap  button.slick-disabled {
    opacity: 0.4;
}

.symbiotics-type-title {
    max-width: 900px;
    margin-bottom: 60px;
}

.landing-page {
    padding: 140px 0;
}

.landing-page .logo {
    max-width: 144px;
    margin-bottom: 45px;
}

.landing-page .logo img {
    width: 100%;
}
 

.landing-page {
    padding: 40px 0;
    min-height: 100dvh;
    display: flex;
    justify-content: center;
     text-align: left;
    flex-direction: column;
}

.landing-wrap {
    width: 100%;
    max-width: 690px;
}

.landing-wrap-content {
    color: #FFF9F2;
}

.investment-professional-option {
    margin: 60px 0;
}

.radio-option {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
}

.radio-option label {
    color: #FFF9F2; 
    font-size: 22px; 
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.44px;
    position: relative;
    display: flex;
    align-items: center;
}

input.submit-btn.btn-primary:disabled {
    opacity: 0.25;
}

.radio-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-option label::before {
    content: "";
    display: inline-block;
    min-width: 22px;
    min-height: 22px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    border-radius: 6px;
    margin-right: 20px;
    vertical-align: middle;
}

.radio-option label::after {
    content: "";
    display: inline-block;
    min-width: 10px;
    min-height: 10px;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #A9C659;
    position: absolute;
    left: 7px;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
}

.radio-option input[type="radio"]:checked + label::after {
    opacity: 1;
    visibility: visible;
}

.term-conditions {
    width: 100%;
    margin-bottom: 25px;
}

.term-conditions label {
    vertical-align: middle;
    color: #FFF9F2;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    letter-spacing: -0.24px;
    position: relative;
}

.term-conditions label a {
    color: #FFF9F2;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.term-conditions input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.term-conditions label:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    border-radius: 4px;
    margin-right: 10px;
    vertical-align: middle;
}

.term-conditions label:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    box-sizing: border-box;
    background-color: #A9C659;
    position: absolute;
    left: 5px;
    top: 5px;
    opacity: 0;
    visibility: hidden;
}

.term-conditions input[type="checkbox"]:checked + label::after {
    opacity: 1;
    visibility: visible;
}

.two-column-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.info-box {
    padding: 40px 35px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.20);
}

.two-column-section {
    margin-bottom: 150px;
    width: 100%;
}

.info-box .logo {
    width: 100%;
    margin-bottom: 40px;
}

.info-box .logo img {
    max-height: 55px;
}

.info-box h4 {
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
}

.info-box h5 {
    color: #1CA591;
    margin-bottom: 30px;
}

.btn-secondary {
    border: none;
    border-radius: 18px;
    background: #1CA591;
    padding: 19px 32px;
    color: #152D33;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; 
    letter-spacing: -0.32px;
    display: inline-block;
}

.btn-secondary:hover {
    background-color: #A9C659;
    color: #152D33;
}

.banner-section.policy-banner h1:after {
    content: "";
    display: inline-block;
    background: rgba(255, 255, 255, 0.20);
    width: 140px;
    height: 1px;
    position: absolute;
    bottom: -80px;
    left: 0;
}

.banner-section.policy-banner h1 {
    position: relative;
    margin: 0;
}

.policy-content {
    max-width: 790px;
    width: 100%;
    margin-bottom: 150px;
}

.policy-content h2, .policy-content h3, .policy-content h4, .policy-content h5, .policy-content h6 {
    margin-bottom: 80px;
}

.cky-consent-container.cky-box-bottom-left {
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
}

.cky-consent-container.cky-box-bottom-left .cky-consent-bar {
    background: #ffffff;
    border: 1px solid;
    padding: 20px 26px;
    box-shadow: 0 -1px 10px 0 #acabab4d;
    border-radius: 6px;
    padding: 20px 20px 20px 35px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.20) !important;
    background: #152D33 !important;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.30);
}

.cky-consent-container .cky-consent-bar .cky-notice-des, .cky-consent-container .cky-consent-bar .cky-notice-des p {
    font-weight: 400;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    letter-spacing: -0.34px;
}

.cky-consent-container .cky-consent-bar .cky-notice-des  a {
    text-decoration: underline;
    color: #fff;
    color: #FFF9F2;
    font-size: 17px;
    font-weight: 300;
}

.cky-consent-container .cky-consent-bar .cky-notice-group {
     display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.cky-notice {
    width: 100%;
}

.cky-notice .cky-title {
    margin: 0 !important;
}

.cky-notice-btn-wrapper {
    margin: 0 !important;
}

.cky-consent-container .cky-consent-bar .cky-notice-group button.cky-btn.cky-btn-customize {
    background: transparent;
    border: none;
    color: #FFF9F2;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.3px;
    margin-right: 20px;
}

.cky-consent-container .cky-consent-bar .cky-notice-group button.cky-btn.cky-btn-customize:hover {
    color: #A9C659 !important;
}

.cky-consent-container .cky-consent-bar .cky-notice-group button.cky-btn.cky-btn-customize::after {
    display: inline-block;
    content: "";
    background: url(./images/arrow-right-green.svg) no-repeat;
    width: 12px;
    height: 12px;
    margin-left: 8px;
}

button.cky-btn.cky-btn-accept {
    border: none;
    border-radius: 18px;
    background: #A9C659;
    display: inline-block;
    padding: 14px 22px;
    align-items: center;
    color: #152D33;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.32px;
    min-width: 130px;
    text-align: center;
    margin: 0;
}

button.cky-btn.cky-btn-accept:hover {
    background-color: #1CA591 !important;
    color: #152D33 !important;
}

a.link-block {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

a.cky-banner-element {
    text-decoration: none;
}

a.cky-banner-element:hover {
    text-decoration: underline;
    color: #FFF9F2;
}

.cky-preference-content-wrapper .cky-show-desc-btn {
    color: #A9C659 !important;
}

@media screen and (max-width:1200px) {
    .symbiotics-wrap .symbiotics-image {
        padding-right: 60px;
    }

    .symbiotics-wrap .symbiotics-image img {
        width: 100%;
        height: auto;
    }

    .service-providers-block.four-columns, .service-providers-block {
        width: calc(33.33% - 30px);
    }

    .news-section {
        padding: 100px 0;
    }

    .news-item {
        margin-right: 15px;
        margin-left: 15px;
    }

    .news-section h2 {
        margin-bottom: 40px;
    }

    .tabs-nav { 
        margin-bottom: 30px;
    }

    .btn-wrap {
        top: -50px;
    }

   
 

}

@media screen and (max-width:991px) {
    h1 { font-size: 48px;}
    .track-record-wrap {
        flex-direction: column;
    }

    .track-record-wrap .track-record-list {
        width: 100%;
    }

    .track-record-wrap .title {
        width: 100%;
    }

    .directors-list {
        gap: 30px;
    }

    .directors-block a.link {
        margin-top: 50px;
    }


    .directors-block {
        padding-left: 20px;
    }

    .service-providers h3 { margin-bottom: 40px;}
    .symbiotics-wrap {
        flex-direction: column;
        margin-bottom: 60px;
    }

    .symbiotics-section {
        padding: 80px 0 0;
    }

    .symbiotics-type .symbiotics-type-item {
    width: calc(33.33% - 14px);
}

    .symbiotics-section:after {
        background-size: 100%;
        width: 300px;
        top: 55%;
    }
    
    .symbiotics-wrap .symbiotics-content {
        width: 100%;
         padding-top: 45px;
    }

     .symbiotics-type {
        gap: 20px;
    }

    .symbiotics-wrap .symbiotics-image {
        padding-right: 0;
        width: 100%;
    }

    h3 { font-size: 32px; }
    h2 { font-size: 36px; }
    h4 { font-size: 24px; }
    h5 { font-size: 20px; }

    .site-footer .footer-bottom {
        flex-wrap: wrap;
        justify-content: center;
    }

    .error-404 .banner-content-left {
        max-width: 420px;
    }

}

@media screen and (max-width:767px) {
     body {
        background-size: 60%;
        background-attachment: fixed;
        background-position: top;
    }

    .banner-content {
        flex-direction: column;
    }

    .site-header {
        margin: 0 15px;
        padding: 25px 0;
    }

    .site-header .header-right {
        gap: 15px;
    }

    .header-link a {
        font-size: 12px;
    }

    a.custom-logo-link img {
        max-width: 100px;
        height: auto;
        display: block;
    }

    .site-header .button-secondary {
        padding: 11px 18px;
        font-size: 12px;
    }

    .banner-section {
        padding: 55px 0 120px;
    }

    .banner-content-left svg {
        max-width: 14px;
    }

    h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .banner-content { 
        align-items: flex-start;
        gap: 30px; 
    }

    .btn-primary {
        border-radius: 14px;  
        padding: 13px 18px; 
        font-size: 13px; 
        min-width: auto; 
    }

    .banner-content-left {
        font-size: 14px;
    }

    .track-record-wrap .track-record-list {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    h2 {
        font-size: 30px;
    }

    .track-record-wrap .title {
        width: 100%;
        margin-bottom: 20px;
    }

    .track-record-item {
        padding:30px;
        gap: 30px;
    }

    .track-record-item h3 {
        font-size: 36px;
    }

    .track-record-item label {
        font-size: 13px;
    }

    .track-record-item h3 sub {
        font-size: 20px;
    }

    .track-record-section {
        padding-bottom: 100px;
    }

    h3 {
        font-size: 26px;
    }

    .board-directors h3 {
        margin-bottom: 50px;
    }

    .directors-list {
        gap: 30px;
        grid-template-columns: 1fr;
    }

    h4 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    h6 {
        font-size: 13px;
    }

    .directors-block a.link {
        margin-top: 35px;
    }

    .link { 
        font-size: 13px;
    }

    .board-directors {
        margin-bottom: 100px;
    }

    .service-providers h3 {
        margin-bottom: 50px;
    }

    .service-providers-block.four-columns, .service-providers-block {
        width: calc(50% - 30px);
        margin: 0 7px 15px;
        padding: 30px 24px;
    }

    h5 {
        font-size: 17px;
    }

    .service-providers-block h5 {
        font-size: 17px;
    }

    .service-providers-block.four-columns, .service-providers-block {
        width: calc(50% - 14px);
        margin: 0 7px 15px;
        padding: 30px 24px;
        min-height: 200px;
    }

    .service-providers {
        margin-bottom: 85px;
    }

    .symbiotics-wrap .symbiotics-image img {
        width: 100%;
        height: auto;
        max-height: 400px;
        object-fit: cover;
    }

    .symbiotics-wrap .symbiotics-content .symbiotics-logo {
        margin-bottom: 30px;
    }

    .symbiotics-wrap .symbiotics-content h3 {
        margin-bottom: 30px;
    }

    body {
        font-size: 14px;
    }

    .symbiotics-wrap .symbiotics-content p strong {
        display: inline-block;
    }

    .symbiotics-content-contact {
        margin-top: 50px;
    }

    .symbiotics-contact-list .symbiotics-contact-item {
        padding-left: 25px;
        gap: 10px;
        flex-direction: column;
    }

    .symbiotics-contact-list .symbiotics-contact-item h5 {
        margin-bottom: 10px;
    }

    .symbiotics-contact-right a.link {
        margin-bottom: 12px;
    }

    .symbiotics-section:after {
        background-size: 100%;
        width: 260px;
        top: 25%;
    }

    .symbiotics-type .symbiotics-type-item {
        width: 100%;
    }

    .tab-link { 
        font-size: 13px;
    }

    .tabs-nav {
        margin-bottom: 30px;
        gap: 18px;
    }

    .news-item {
        margin-right: 7px;
        margin-left: 7px;
    }

    .btn-wrap {
        display: none;
    }

    .news-item .news-content {
        padding: 10px;
        gap: 25px;
    }

    .news-item .news-content span.news-date {
        font-size: 12px;
    }

    .news-slider .slick-dots li button {
        width: auto;
        height: auto;
        padding: 0;
        border: 1px solid rgba(255, 249, 242, 0.40);
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }

    .news-slider  .slick-dots li {
        width: auto;
        height: auto;
    }

    .news-slider  .slick-dots li button:before {
        display: none;
    }

    .news-slider .slick-dots li.slick-active button {
        background-color: #A9C659;
        border-color: #A9C659;
    }

    .news-slider {
        margin-bottom: 60px;

    }

    .news-slider .slick-dots {
        bottom: -60px;
    }

    .address-list {
        flex-direction: column;
        gap: 0;
        margin-bottom: 50px;
    }

    .address-list .address-block label {
        font-size: 13px;
        margin-bottom: 40px;
    }

    .address-list:after {
        display: none;
    }

    .address-list .address-block {
        color: #fff;
        text-align: center;
        margin: 0 auto 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    }

    .address-list .address-block h4 {
        margin-bottom: 30px;
    }

    .address-list .address-block:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .address-list .address-block a {
        font-size: 17px;
    }

    .site-footer .logo {
        padding: 40px 0;
    }

    .site-footer .logo img {
        max-width: 140px;
    }

    .site-footer .footer-bottom .footer-bottom-left {
        gap: 20px;
        flex-wrap: wrap;
    }

    .site-footer .footer-bottom {
        font-size: 12px;
        margin: 0 15px;
    }

    .site-footer .footer-bottom .footer-bottom-left {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .site-footer .footer-bottom .footer-bottom-left p {
        width: 100%;
        margin: 0;
    }
    
    .footer-bottom-right {
        margin-top: 10px;
    }

    .landing-page {
        padding: 100px 0;
    }

    .investment-professional-option {
        margin: 30px 0 50px;
    }

    .radio-option label {
        font-size: 17px;
    }

    .term-conditions label {
        font-size: 10px;
    }

    .term-conditions {
        width: 100%;
        margin-bottom: 15px;
    }

    .error-404 .banner-content-left h1 {
        font-size: 42px;
    }

    .banner-content h6 {
        margin-top: 30px;
        margin-bottom: 20px;
    }


    .banner-section.policy-banner h1:after {
        bottom: -50px;
        width: 80px;
    }

    .policy-content h2, .policy-content h3, .policy-content h4, .policy-content h5, .policy-content h6 {
        margin-bottom: 50px;
    }

    .contact-section h2 {
        margin-bottom: 60px;
    }

    .policy-content {
        margin-bottom: 100px;
    }


    .two-column-wrap { 
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .info-box {
        padding: 40px 24px;
    }

    .btn-secondary {
        font-size: 13px;
        padding: 13px 22px;
    }

    .info-box h4 {
        margin-bottom: 30px;
    }

    .info-box h5 {
        margin-bottom: 25px;
    }

    .info-box .logo {
        margin-bottom: 30px;
    }

    .two-column-section {
        margin-bottom: 100px;
    }

    .cky-consent-container.cky-box-bottom-left .cky-consent-bar {
        padding: 35px 30px 30px 30px;
    }

    .cky-consent-container .cky-consent-bar .cky-notice-des, .cky-consent-container .cky-consent-bar .cky-notice-des p {
        padding: 0;
    }

    .cky-consent-container.cky-box-bottom-left {
        bottom: 15px;
        left: 15px;
        width: calc(100% - 30px);
    }

    .cky-consent-container.cky-box-bottom-left .cky-notice-btn-wrapper {
        margin-top: 0;
        padding: 0;
        flex-direction: row;
        display: block;
    }

    .cky-consent-container .cky-consent-bar .cky-notice-des, .cky-consent-container .cky-consent-bar .cky-notice-des p {
        font-size: 14px;
    }

    .cky-consent-container .cky-consent-bar .cky-notice-des {
        padding-bottom: 30px;
    }

    .cky-consent-container .cky-consent-bar .cky-notice-group {
        display: block;
    }

    .cky-consent-container .cky-consent-bar .cky-notice-group button.cky-btn.cky-btn-customize {
        padding: 0;
    }

    .cky-consent-container.cky-box-bottom-left .cky-notice-btn-wrapper button {
        width: auto;
        padding: 13px !important;
    }

    .track-record-item ul li {
        margin-bottom: 10px;
        font-size: 15px;
    }

    .info-box .logo img {
        max-height: 40px;
    }


}