







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */








/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








.content-wrapper {
	max-width: 1180px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
	padding: 60px 0;
}

.dnd-section > .row-fluid {
	max-width: 1180px;
}





html {
	font-size: 18px;
}

body {
	font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
	color: #1d2541;
	font-size: 18px;
}

/* Paragraphs */

p {
	font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
	font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
	color: #e61d77;
}

a:hover,
a:focus {
	font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
	color: #be004f;
}

a:active {
	font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
	color: #ff459f;
}

/* Headings */

h1,
.h1 {
	font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
	color: #1d2541;
	font-size: 55px;
	text-transform: none;
}

h2,
.h2 {
	font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
	color: #1d2541;
	font-size: 36px;
	text-transform: none;
}

h3,
.h3 {
	font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
	color: #1d2541;
	font-size: 30px;
	text-transform: none;
}

h4,
.h4 {
	font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
	color: #1d2541;
	font-size: 24px;
	text-transform: none;
}

h5,
.h5 {
	font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
	color: #000000;
	font-size: 20px;
	text-transform: none;
}

h6,
.h6 {
	font-weight: normal; text-decoration: none; font-family: 'Open Sans', serif; font-style: normal;
	color: #1d2541;
	font-size: 18px;
	text-transform: none;
}

/* Blockquote */

blockquote {
	border-left-color: #1C223E;
}





button,
.button {
	border: 1px solid #E42376;

	padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

	font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
	background-color: 

  
  
    
  


  rgba(228, 35, 118, 1.0)

;
	border-radius: 6px;
	color: #FFFFFF;
	text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
	font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
	background-color: rgba(188, 0, 78, 1.0);
	border-color: #bc004e;
}

button:active,
.button:active {
	font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
	background-color: rgba(255, 75, 158, 1.0);
	border-color: ;
}





form,
.submitted-message {
	font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
	color: #1C223E;
}

/* Labels */

form label {
	color: #1c223e;
}

/* Help text */

form legend {
	color: #1c223e;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
	border: 2px solid #D1D6DC;

	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	color: #1c223e;
	border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
	color: #1c223e;
}

::-moz-placeholder {
	color: #1c223e;
}

:-ms-input-placeholder {
	color: #1c223e;
}

::placeholder {
	color: #1c223e;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
	color: #1c223e;
}

.fn-date-picker td.is-selected .pika-button {
	background: #E42376;
}

.fn-date-picker td .pika-button:hover {
	background-color: #E42376 !important;
}

.fn-date-picker td.is-today .pika-button {
	color: #E42376;
}

/* Submit button */

form input[type=submit],
form .hs-button {
	border: 1px solid #E42376;

	padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

	font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
	background-color: 

  
  
    
  


  rgba(228, 35, 118, 1.0)

;
	border-radius: 6px;
	color: #FFFFFF;
	font-size: 22px;
	text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
	background-color: rgba(188, 0, 78, 1.0);
	border-color: #bc004e;
}

form input[type=submit]:active,
form .hs-button:active {
	background-color: rgba(255, 75, 158, 1.0);
	border-color: ;
}





/* Table */

table {
	border: 1px solid #1c223e;

	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
	border: 1px solid #1c223e;

	padding: 18px;

	border-color: ;
	color: #1c223e;
}

/* Table header */

thead th {
	background-color: 

  
  
    
  


  rgba(228, 35, 118, 1.0)

;
	color: #FFFFFF;
}

/* Table footer */

tfoot td {
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	color: #1c223e;
}
/* html{  scroll-behavior: smooth;} */




.header {
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
	color: #1c223e;
	font-family: Montserrat;
}

.menu__child-toggle-icon {
	border-top-color: #1c223e;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
	color: #000016;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
	border-top-color: #000016;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
	color: #444a66;
}

.menu__child-toggle-icon:active {
	border-top-color: #444a66;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
	background-color: #1c223e;
}

@media (min-width: 767px) {
	.menu .menu__submenu,
	.header__language-switcher .lang_list_class {
		border: 2px solid #E42376;

		background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	}

	.menu__submenu--level-2 > .menu__item:first-child:before {
		border: 2px solid #E42376;

		background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	}
    .countrypediaGuides .solution-v2-banner .about_banner-inner { display: flex; flex-direction: column; min-height: 150px; align-items: self-start; justify-content: center; }
    .countrypediaGuides .solution-v2-banner h1{margin-bottom:0;}
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
	color: #1c223e;
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
	border-bottom-color: ;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
	border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
	font-family: Montserrat;
}

.header__language-switcher-label-current:after {
	border-top-color: #1c223e;
}

@media(max-width: 767px) {
	.header__navigation {
		background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	}

	.header__navigation-toggle svg,
	.menu-arrow svg {
		fill: #1c223e;
	}
  .header.landingPageHeader .header__column{justify-content: center;flex-wrap: wrap;}
}





.footer {
	background-color: 

  
  
    
  


  rgba(28, 34, 62, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
	color: #1c223e;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
	padding: 60px 0;
}

/* Blog post */

.blog-post__meta a {
	color: #1d2541;
}

.blog-post__tag-link {
	color: #1d2541;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
	color: #000019;
}

.blog-post__tag-link:active {
	color: #454d69;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
	font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
	text-transform: none;
}

.blog-related-posts__title-link {
	color: #1d2541;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
	color: #000019;
}

.blog-related-posts__title-link:active {
	color: #454d69;
}

/* Blog comments */

.blog-comments {
	margin-bottom: 60px;
}

#comments-listing .comment-reply-to {
	color: #e61d77;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
	color: #be004f;
}

#comments-listing .comment-reply-to:active {
	color: #ff459f;
}





.hs-search-results__title {
	font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
	color: #1d2541;
}





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
	font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
	text-transform: none;
}

.blog-index__post-title-link {
	color: #1d2541;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
	color: #000019;
}

.blog-index__post-title-link:active {
	color: #454d69;
}

.blog-index__post-tag,
.blog-index__post-author-name {
	color: #1d2541;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
	color: #1d2541;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
	color: #000019;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
	color: #454d69;
}

.pagination__link-icon svg {
	fill: #1d2541;
}

/* Pricing card */

.card__price {
	font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
	color: #1d2541;
	font-size: 30px;
}

.card__body svg {
	fill: #E42376;
}

/* Social follow */

.social-links__icon {
	background-color: #E42376;
}

.social-links__icon:hover,
.social-links__icon:focus {
	background-color: #bc004e;
}

.social-links__icon:active {
	background-color: #ff4b9e;
	font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
	color: #1d2541;
	font-size: 30px;
}


.dflex{display: flex;flex-wrap: wrap;}
.alignCenter{align-items:center;}


ul.news__dots-list{padding:0;margin:0;list-style:none;display:flex;align-items:center;justify-content:center;    /* margin-top: 20px; */}
ul.news__dots-list li button{width:10px;height:10px;padding:0;margin:0;font-size:0;}
ul.news__dots-list li{margin:0 5px;line-height:0;}
.testimonialSliderOutter{margin:0 15px;}
ul.news__dots-list li.slick-active button,ul.news__dots-list li button:hover{background-color:#e61d77;border-color:#e61d77;}
.testimonialSliderOutter{opacity:0.5;transition:all 0.3s linear;transform:scale(0.8);}
.testimonialSliderOutter.slick-center{opacity:1;transform:scale(1);}
.testimonialSliderInner .logoImage{max-width:100%;width:100%;margin-bottom:20px;}
.testimonialSliderInner .content h5{font-weight:700;margin-bottom:5px;color:#e61d77;}
.testimonialSliderTitle{text-align:center;max-width:900px;margin-left:auto;margin-right:auto;margin-bottom:50px;}
.testimonialSliderSection .slick-arrow{width:18px;height:13px;background-repeat:no-repeat;background-position:center;background-size:18px 13px;cursor:pointer;}
.news__arrows{display:flex;align-items:center;justify-content:center;margin-top:40px;}
.news__dots{margin:0 9%;}
.news__arrow_dir_right{background-image:url(https://www.globalexpansion.com/hubfs/GX-Theme-2022/Icons/arrow-rt.svg);}
.news__arrow_dir_left{background-image:url(https://www.globalexpansion.com/hubfs/GX-Theme-2022/Icons/arrow-rt.svg);transform:rotateY(180deg);}
.testimonialSliderInner .link a { width: fit-content; font-size: 16px; font-weight: 700; display: flex;justify-content: flex-start; align-items: center; gap: 5px;}
.testimonialSliderInner .link a img{display:unset;}
.testimonialSliderInner .content{padding-left:15px;border-left:1px solid #e61d77;}
/********************************/
.testimonialSliderTitle h4 {font-size: 18px;font-style: normal;font-weight: 600;margin: 0;padding-bottom: 10px;text-align: center;color: #3e4056;}
.slide_divider-container {justify-content: space-between;align-items: center;margin-top: 1rem;margin-bottom: 1rem;display: flex;padding: 0 20px;}
.testimonialSliderSection .hr_span {height: 1px;margin: 0!important;float: none!important;background-color: #e61d77;flex: 1;}
.social-proof_container {justify-content: center;align-items: center;padding-left: 0;padding-right: 0;display: flex;}
.globalexpansion_rating {display: flex;flex-wrap: wrap;justify-content: center;align-items: center;margin-right: 10px;}
.globalexpansion_rating p{margin: 0;}
.rating_logo img {max-width: 90px;max-height:90px;}
.testimonialSliderInner .logoImage img {max-width: 200px;max-height:46px;}
/* .testimonialSliderInner .logoImage img {max-height:46px; max-width: 1200px; width: 50%;} */
.testimonialSliderSection .logo_text span {display: inline-block!important;vertical-align: text-bottom;margin-left: 5px;}
.testimonialSliderTitle h3 {font-size: 23px;}

span#hs_cos_wrapper_widget_1688646333858_ h4,span#hs_cos_wrapper_widget_1688473554857_ h4 {color: #3e4056;font-size: 18px;font-style: normal;font-weight: 600;margin: 0;padding-bottom: 20px;text-align: center;}
span#hs_cos_wrapper_widget_1688646333858_ h3,span#hs_cos_wrapper_widget_1688473554857_ h3{font-size: 23px;text-align: center;}

.gx-video-module.widget_1679126937466 {margin-top: 25px;}

#hs_cos_wrapper_widget_1698231163889 .hs-video-container, #hs_cos_wrapper_module_17044275372199 .hs-video-container {
	border-radius: 8px;
	box-shadow: 0px 0px 8px #777;
}

.dnd-section.dnd_area-row-1-background-image .cell_1698231163915-vertical-alignment #hs_cos_wrapper_widget_1698231163889 .hs-video-container,
.dnd-section.dnd_area-row-1-background-image .cell_17044275372195-vertical-alignment #hs_cos_wrapper_module_17044275372199 .hs-video-container {
	border-radius: 8px;
	box-shadow: 12px 14px 0px #00AB9E;
	background-color:#fff;
}

.row-fluid-wrapper.row-depth-1.row-number-16 .gx-video-module.widget_1695710054330.twoclmnbg .hs-video-container, 
.row-fluid-wrapper.row-depth-1.row-number-16 .gx-video-module.module_17044277131117.twoclmnbg .hs-video-container {
	border-radius: 8px;
	box-shadow: 12px 14px 0px #00AB9E;
	background-color:#fff;
}
.row-fluid-wrapper.row-depth-1.row-number-16 .gx-video-module.widget_1695710054330.twoclmnbg .gx-video-inner.revertclmn .hs-video-container,
.row-fluid-wrapper.row-depth-1.row-number-16 .gx-video-module.module_17044277131117.twoclmnbg .gx-video-inner.revertclmn .hs-video-container {box-shadow: -12px 14px 0px #00AB9E;}

#hs_cos_wrapper_widget_1698231163889 .hs-video-container iframe, #hs_cos_wrapper_module_17044275372199 .hs-video-container iframe {
	border-radius: 8px;
}

.home-banner-v2.widget_1698233731253 a.cta_button.pink_button {
	background-color: #fff!important;
	border: 2px solid #e61d77!important;
	color: #e61d77!important;
	line-height: 15px !important;
	min-width: 290px;
}

.home-banner-v2.widget_1698233731253 a.cta_button.pink_button:hover{
	color:#fff !important;
	background-color:#E61D77 !important;
}

/* .gx-video-module.widget_1695710054330.twoclmnbg .hs-video-container {
border: 2px solid #e61d77;
border-radius: 8px;
box-shadow: 0 10px 6px -6px #777;
} */









nav.primary ul.nav-menu li .primary-dropdown-menu ul li a {transition: all .3s ease-in-out;}
nav.primary ul.nav-menu li.parent a.pointer.menu-item_a:hover span.icon-img {
	color: #E61D77;
	font-weight: 600;
}

#hs_cos_wrapper_widget_1700508322383,#hs_cos_wrapper_module_17005090345433,#hs_cos_wrapper_module_1700509041113{overflow:hidden;border-width: 0px !important;}

#hs-button_module_17005090345433, #hs-button_module_1700509041113, #hs-button_widget_1700508322383 {
	min-width: 310px;
	text-align: center;
	border-radius: 50px;
	border: 2px solid #fff;
}




.footer-widget1 .logo-menu-sec .logo img{ width: auto; }

.blog-rd-listing-new.blog-ls.blog-ls-rd .bl-box-img:before {
    background-color:;
}


/*****HANDBOOK--PAGE-CSS*******/
.gxhandbookInnerRows {display: flex;flex-wrap: wrap;}
.hanbookListWp {width: 343px;}
.handbookContentsWp {width: calc(100% - 343px);padding-left: 30px;}
.gXHandbookPage .content-wrapper{max-width: 1370px;padding: 0 15px;}
.handbookSectionParent{padding:100px 0 80px;}
.innerHandbookContent {background-color: #fff;box-shadow: 0px 4px 30px 0px #0000000F;/*padding: 20px 0 0;*/margin-bottom: 30px;border-radius: 12px;}
.handbookSideBarContent .titleWp{padding: 30px 20px 0;}
.handbookSideBarContent .titleWp h4{font-weight:600;line-height:1.4;margin:0;padding-bottom:20px;}
.handbookSideBarContent .content{padding:30px 20px 10px;}
.handbookSideBarContent .content p,.handbookSideBarContent .content ul li,.handbookSideBarContent .content ol li,.handbookSideBarContent .content span{font-size:16px;line-height:1.6;}
.handbookSideBarContent .content img{border-radius:10px;}
.handbookSideBarContent .content h5{line-height:1.5;font-weight:600;margin: 0 0 10px;}
/* .handbookSideBarContent .content ul li:before {content: "";display: inline-block;background: url(https://www.globalexpansion.com/hubfs/tick-icon.svg)no-repeat; */
    height: 24px;width: 24px;vertical-align: middle;margin-right: 8px;position: absolute;left: 0;}
.handbookSideBarContent .content ul {padding: 0;margin: 0 0 10px;}
/* .handbookSideBarContent .content ol{padding-left:20px;} */
/* .handbookSideBarContent .content ul li {list-style: none;position: relative;} */
.handbookSideBarContent .content ul li ,.handbookSideBarContent .content ol li{padding: 0 0 10px 10px;}
/* .handbookSideBarContent .content ol li{padding-left:0;} */
.handbookSideBarContent .content table tr:first-child td{font-size: 18px;font-weight: 600;line-height: 1.5;background-color: rgba(230, 29, 119, 0.05);}
.handbookSideBarContent .content table td,.handbookSideBarContent .content table th{border-color: rgba(230, 29, 119, 0.2);vertical-align: top;padding: 10px !important;word-wrap: break-word;}
.handbookSideBarContent .content table td p{margin: 0px !important;}
.handbookSideBarContent .content table{margin:10px 0 20px;table-layout: auto!important;}
.handbookSideBarContent .content a{font-weight:600;text-decoration: underline;}
.handbookSideBarContent .content h6{font-weight:600;font-size:16px;line-height:1.6;margin: 0 0 10px 0;font-family: Montserrat, sans-serif;}
.handbookSideBarContent .companyLetterHead  strong{font-weight:600;}
.handbookSideBarContent .companyLetterHead.contentBgStyle {background-color: #FEF8FB;padding: 30px 20px;border-radius: 10px;margin-bottom:20px;}
.handbookSideBarContent .companyLetterHead>*{color:#000;}
.handbookSideBarContent .companyLetterHead span{margin-bottom:10px;display: inline-block;}
.handbookSideBarContent .companyLetterHead ul{margin: 0 0 20px;}
.handbookSideBarContent .content table tr:first-child td:first-child {border-top-left-radius: 12px;}
.handbookSideBarContent .content table tr:first-child td:last-child {border-top-right-radius: 12px;}
.handbookSideBarContent .content table tr:last-child td:first-child {border-bottom-left-radius: 12px;}
.handbookSideBarContent .content table tr:last-child td:last-child {border-bottom-right-radius: 12px;}
.handbookSideBarContent .content table {margin: 10px 0 20px;border-spacing: 0;border: none !important;border-collapse: unset!important;;}
.handbookNavTitle{background-color: #E61D77;padding:20px;border-radius: 12px;border-bottom-left-radius: 0;border-bottom-right-radius: 0;margin-bottom: 30px;}
.handbookNavTitle h4{color:#fff;line-height:1.4;font-weight:600;margin:0;position:relative;}
.handbookSidebarBox .hs-menu-wrapper>ul{display: block;}
.handbookNavTitle h4:before {content: "";background: url(https://www.globalexpansion.com/hubfs/handbook-navIcon.svg)no-repeat;height: 30px;width: 30px;display: inline-block;vertical-align: middle;margin-right: 16px;}
.handbookSidebarList li a{font-size: 16px;color: #1D2541;font-weight: 600;line-height: 1.6;width: calc(100% - 36px);}
.handbookSidebarList {padding-bottom: 30px;box-shadow: 3px 3px 16px #9A9A9A43;border-radius: 16px;background-color:#fff;}
.handbookSidebarList .hs-menu-wrapper > ul >li{display: flex;flex-wrap: wrap;padding: 10px 14px;border-left: 3px solid #fff;}
.handbookSidebarList .hs-menu-wrapper > ul > li.active.active-branch,.handbookSidebarList .hs-menu-wrapper > ul > li:hover{border-left:3px solid #E61D77;background-color:#FEF8FB;}
.handbookSidebarList .hs-menu-wrapper > ul > li > ul > li.active.active-branch,.handbookSidebarList .hs-menu-wrapper > ul > li > ul > li{display: flex;flex-wrap: wrap;padding:10px 14px !important;}
.handbookSidebarList .hs-menu-wrapper > ul > li > ul > li.active.active-branch,.handbookSidebarList .hs-menu-wrapper > ul > li > ul > li:hover{border-left:3px solid #E61D77;padding-left:11px !important; background-color:#FEF8FB;}
.handbookSidebarBox .hs-menu-children-wrapper{position:static!important;opacity:1!important;visibility: visible!important;padding: 0 0 0 20px;width:100%;margin-top:0;display:none;}
.handbookSidebarBox .subMenuToggle {position: absolute;width: 16px;height: 16px;background: url(https://cdn2.hubspot.net/hubfs/21336723/arrowdropdown.png) no-repeat;
    right: 20px;top: 7px;cursor: pointer;transition: .3s ease-in-out;}
.handbookSidebarBox .hs-menu-depth-1.hs-item-has-children >.subMenuToggle{top: 23px;}
.handbookSidebarBox .subMenuToggle.active {transform: rotate(177deg);}
.handbookSidebarBox .hs-item-has-children {position: relative;}
/* .handbookSidebarBox .hs-menu-children-wrapper .hs-menu-item{padding:16px 0 0;} */
/*.handbookSidebarBox .hs-menu-children-wrapper .hs-menu-item .hs-menu-depth-2{padding-left:14px;border-left:3px;} */
.childExpand{cursor:pointer;height:30px;margin:0;padding:10px;position:absolute;right:22px;text-align:center;top:13px;width:30px;}
.childExpand i{background:#000;display:block;height:1px;left:0;margin:6px 0;opacity:1;position:relative;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;width:15px;}
.childExpand i+i{position:relative;top:-7px;transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);}
.childExpand.openNav i{transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);}
.childExpand.openNav i+i{transform:rotate(1turn);-moz-transform:rotate(1turn);-webkit-transform:rotate(1turn);}
/* */
/* .childExpand:has(.active-branch){display:block;} */
/* .childExpand:has(.active-branch){@extend .openNav;} */
.handbookNavContainer .hs-menu-item.hs-menu-depth-1:before{counter-increment:handbookNav-counter;content:"" counter(handbookNav-counter) ". ";}
/* */
.handbookSideBarContent .content .button, .handbookSideBarContent .content .cta_button {background-color: #1D2541;font-size: 14px;padding: 11px 30px;border: 1px solid #1D2541;text-decoration: none;color: #fff;border-radius: 200px;display: inline-block;transition: .3s ease-in-out;}
.handbookSideBarContent .content .button:hover, .handbookSideBarContent .content .cta_button:hover{background-color: #E61D77;border: 1px solid #E61D77;}
.handbookSideBarContent .twocolInner {display: flex;flex-wrap: wrap;align-items: center;}
.handbookSideBarContent .twoColImage {width: 453px;height:256px;}
.handbookSideBarContent .twoColImage img { width: 100%;height: 100%;object-fit: cover;border-radius: 10px;}
.handbookSideBarContent .twoColContent{width:calc(100% - 453px);padding-left:20px;}
.handbookSideBarContent .twoColDiscription{padding-top:30px;}
.handbookSideBarContent .twoColContent p,.handbookSideBarContent .timingContent>*{color:#1C223E;}
.handbookSideBarContent .innerBoxTitle h5{margin-bottom:30px;}
.handbookSideBarContent .twoColumnContent+.twoColumnContent {margin-top: 30px;}
.handbookSideBarContent .timingInner {display: flex;flex-wrap: wrap;align-items: flex-start;}
.handbookSideBarContent .timeLabelBox { background-color:#E61D77;width:100px;color:#fff;font-size: 16px;font-weight: 600;line-height: 1.6; text-align: center;padding: 10px 20px;border-top-left-radius: 6px; border-bottom-left-radius: 6px; }
.handbookSideBarContent .timingContent { width: calc(100% - 100px); border-top: 1px solid #E61D77; background-color: rgba(230, 29, 119, 0.05); padding: 20px 20px 0; }
.handbookSideBarContent .timinContainer .innerBoxTitle {margin: 30px 0 30px;}
.handbookSideBarContent .timinContainer:first-child .innerBoxTitle{margin-top:0;}
.handbookSideBarContent .timinContainer:last-child {margin-bottom: 30px;}
.handbookNavContainer{counter-reset:handbookNav-counter;}
.handbookNavContainer .hs-menu-item.hs-menu-depth-1:before{counter-increment:handbookNav-counter;content:"" counter(handbookNav-counter) ". ";}
.handbookNavContainer .hs-menu-item.hs-menu-depth-1:before{content:""counter(handbookNav-counter) ". ";width: 23px;display: inline-block;font-size: 16px;font-weight: 600;line-height: 1.6;}
.handbookNavContainer .handbookSidebarList li.hs-menu-item.hs-menu-depth-1 > a{width: calc(100% - 10px);padding-left: 10px;}
.gXHandbookPage blockquote {border-left-color: #1C223E;border: 1px solid #4d3691;color: #4d3691;font-style: italic;padding: 20px 20px 20px 70px;position: relative;font-size: 16px;}
.gXHandbookPage blockquote:before {content: "";position: absolute;left: 10px;background: url(https://www.globalexpansion.com/hubfs/Artboard.svg)no-repeat;
    height: 34px;width: 38px;top: 50%;transform: translateY(-50%);}
.hanbookListWp .handbook-sidebar{position: sticky;top: 150px;}
body.withoutFooterNav .foote-widget {display: none;}
.caseStudyDownloadPage h2{margin-bottom:0;}
.caseStudyDownloadPage .ebook{max-width: 200px;margin: 0 auto;}
.solution-v2-banner.handbookPageBanner .about_banner-right .img-wrapper{background-position: center top;}
.gXHandbookPage .customTitle { width: 100%;padding-bottom: 40px;}
.solution-v2-banner.caseStudiesBanner .about_banner-inner .about_banner-left{max-width:600px;margin-left:auto;margin-right:auto;text-align:center;}
.downloadCaseStudies  .list-details h4 {margin-bottom: 0;}
.ebook-top-modulesV2.overview-listing-mod.downloadCaseStudies .list-view-sec .view-list .list-mage img{height: auto;max-height: 100px;}
.overview-listing-mod.downloadCaseStudies .list-view-sec .view-list{padding: 30px 20px;}
.handbookSideBarContent ul li ul {list-style: none;padding: 20px 0 0;}
.handbookSideBarContent .popup-modal {backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px);display: none;height: 100%;position: fixed;top: 0;width: 100%;left:0;right:0;z-index: 9999;}
.handbookSideBarContent .modal-inner {align-items: center;display: flex;height: 100%;justify-content: center;padding: 15px;}
.handbookSideBarContent .model-form-wrap {background-color: #f2f2f2;border-radius: 25px;box-shadow: 0 0 5px #00000030;padding: 30px;width: 500px;}
.countryPediaGuideContent form input[type=submit], form .hs-button{padding: 10px 20px;font-size:16px;}
.countryPediaGuideContent form label {font-size:14px;}
.countryPediaGuideContent form input[type=email]{padding:10px;}
.countryPediaGuideContent .hs-error-msg{font-size:12px;}





@media(max-width:1200px){
	#hs-button_module_17005090345433, #hs-button_module_1700509041113, #hs-button_widget_1700508322383 {
		min-width:fit-content;
	}
	.handbookSideBarContent .twoColImage{width: 50%;height: auto;}
	.handbookSideBarContent .twoColContent {width: 50%;padding-left: 20px;}
	.handbookSideBarContent .twocolInner{align-items: flex-start;}
  .solution-v2-banner.caseStudyListingBanner  .about_banner-right{opacity:0;}
  .solution-v2-banner.caseStudyListingBanner:before{background: #1d2541!important;opacity:1!important;}
  
  
}

@media(max-width:991px){
	.testimonialSliderTitle{margin-bottom:40px;}
	.testimonialSliderTitle h2{font-size:24px;}
	.testimonialSliderTitle h4{font-size:18px;margin-bottom:15px;}
	.hanbookListWp {width: 300px;}
	.handbookContentsWp {width: calc(100% - 300px);padding-left: 15px;}
	.handbookNavTitle{padding:15px;margin-bottom: 10px;}
	.handbookSectionParent {padding: 60px 0 30px;}
	.handbookSideBarContent .twoColImage,.handbookSideBarContent .twoColContent {width: 100%;}
	.handbookSideBarContent .twoColContent {padding-left: 0;margin-top: 20px;}
	.handbookSideBarContent .twoColDiscription {padding-top: 0;}
	.handbookSideBarContent .twoColumnContent+.twoColumnContent {margin-top: 0;}
	.handbookPageBanner{padding: 60px 0!important;}
  .gXHandbookPage blockquote{padding: 15px 15px 15px 50px;font-size: 16px;}
  .gXHandbookPage blockquote:before{background-size: 30px;}
    
    
	
}

@media (max-width:767px){
	body .header-new .mobile-nav nav.primary ul.nav-menu li .primary-dropdown-menu ul li + li {
		margin-top: 8px;
	}
	body .header-new .mobile-nav nav.primary ul.nav-menu li .primary-dropdown-menu ul li {
		height: unset !important;
		overflow: unset;
	}
	#hs-button_module_17005090345433, #hs-button_module_1700509041113, #hs-button_widget_1700508322383 {
		min-width:310px;
	}
	.global-hr.module_17044277032637 .heading:after {left: auto !important;
    right: 0 !important;
    width: 50px !important;}
	.module_17044276267763-padding > #hs_cos_wrapper_module_17044276267763 {overflow: hidden;}
	.hanbookListWp,.handbookContentsWp {width: 100%;}
	.handbookContentsWp {padding-left: 0;}
	#handbookParentBox,#handbookParentBox + div{position:static!important;height:auto!important;width:100%!important;margin-bottom: 30px;}
	.handbookSidebarList{padding-bottom:0;}
	.handbookNavTitle{margin-bottom:0;border-radius:0;}
	.handbookSideBarContent .timingContent,.handbookSideBarContent .timeLabelBox{width:100%;border-radius:0;}
	.handbookSideBarContent .twoColImage img{height:257px;}
  .header.landingPageHeader .header-cta { width: 100%;}
  .lPNavigationButton .getstarted ul{justify-content: center;}
  .header.landingPageHeader .header__logo{margin:0 auto 15px;}
	

}
.footer-bar .privacy-policy p a:hover{color: #e61d77;transition:.3s ease-in-out;}