


@font-face { 
  font-family: "Font Awesome 5 Free";
  src: url(//23848583.fs1.hubspotusercontent-na1.net/hubfs/23848583/raw_assets/public/TheNeboCompany_January2025/fonts/fa-solid-900.eot) format("embedded-opentype"), 
    url(//23848583.fs1.hubspotusercontent-na1.net/hubfs/23848583/raw_assets/public/TheNeboCompany_January2025/fonts/fa-solid-900.woff2) format("woff2"), 
    url(//23848583.fs1.hubspotusercontent-na1.net/hubfs/23848583/raw_assets/public/TheNeboCompany_January2025/fonts/fa-solid-900.woff) format("woff"), 
    url(//23848583.fs1.hubspotusercontent-na1.net/hubfs/23848583/raw_assets/public/TheNeboCompany_January2025/fonts/fa-solid-900.ttf) format("truetype"),
    url(//23848583.fs1.hubspotusercontent-na1.net/hubfs/23848583/raw_assets/public/TheNeboCompany_January2025/fonts/fa-solid-900.svg) format("svg");
  font-style: normal;
  font-weight: 900; 
  font-display: block;
}

@font-face {
  font-family: 'CustomFontAwesome';
  src: url(//23848583.fs1.hubspotusercontent-na1.net/hubfs/23848583/raw_assets/public/TheNeboCompany_January2025/fonts/fontawesome-webfont.eot);
  src: url(//23848583.fs1.hubspotusercontent-na1.net/hubfs/23848583/raw_assets/public/TheNeboCompany_January2025/fonts/fontawesome-webfont-eot.eot) format('embedded-opentype'),
    url(//23848583.fs1.hubspotusercontent-na1.net/hubfs/23848583/raw_assets/public/TheNeboCompany_January2025/fonts/fontawesome-webfont.woff2) format('woff2'),
    url(//23848583.fs1.hubspotusercontent-na1.net/hubfs/23848583/raw_assets/public/TheNeboCompany_January2025/fonts/fontawesome-webfont.woff) format('woff'),
    url(//23848583.fs1.hubspotusercontent-na1.net/hubfs/23848583/raw_assets/public/TheNeboCompany_January2025/fonts/fontawesome-webfont.ttf) format('truetype'),
    url(//23848583.fs1.hubspotusercontent-na1.net/hubfs/23848583/raw_assets/public/TheNeboCompany_January2025/fonts/fontawesome-webfont.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face { 
  font-family: anziano; 
  src: url(//23848583.fs1.hubspotusercontent-na1.net/hubfs/23848583/raw_assets/public/TheNeboCompany_January2025/fonts/anzino-italic.woff) format("woff"); 
  font-style: italic; 
  font-weight: 400;
  font-stretch: normal; 
  font-display: auto;
}

@font-face { 
  font-family: anziano; 
  src: url(//23848583.fs1.hubspotusercontent-na1.net/hubfs/23848583/raw_assets/public/TheNeboCompany_January2025/fonts/anziano-400.woff) format("woff");
  font-style: normal; 
  font-weight: 400;
  font-stretch: normal;
  font-display: auto;
}

@font-face { 
  font-family: anziano;
  src: url(//23848583.fs1.hubspotusercontent-na1.net/hubfs/23848583/raw_assets/public/TheNeboCompany_January2025/fonts/anziano-700.woff) format("woff");
  font-style: normal; 
  font-weight: 700; 
  font-stretch: normal; 
  font-display: auto;
}

@font-face { 
  font-family: "Source Sans Pro";
  src: url(//23848583.fs1.hubspotusercontent-na1.net/hubfs/23848583/raw_assets/public/TheNeboCompany_January2025/fonts/Source%20Sans%20Pro-400.woff2) format("woff2"); 
  font-style: normal; 
  font-weight: 400; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}

@font-face { 
  font-family: "Source Sans Pro";
  src: url(//23848583.fs1.hubspotusercontent-na1.net/hubfs/23848583/raw_assets/public/TheNeboCompany_January2025/fonts/Source%20Sans%20Pro-700.woff2) format("woff2"); 
  font-style: normal; 
  font-weight: 700;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}







:root{
  
  --primary-custom-font: anziano;
  --secondary-custom-font: "Source Sans Pro";
  
  --arial:  arial, helvetica, sans-serif;
  --FontAwesome: FontAwesome;
  --CustomFontAwesome: 'CustomFontAwesome';
}

.content-wrapper, 
.page-center{
  padding-left:15px;
  padding-right:15px;
}

html {
  font-size: 0.62vw;
}

@media (min-width: 1500px) {
  html {
    font-size: 10px;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 10px;
  }
}










body{
  font-family: var(--secondary-custom-font);
  font-size: 2rem;
}

h1, h2, h3, h4, h5, h6{
  font-family: var(--primary-custom-font);
}

h1{
  font-size: 4.5rem;
}

h2{
  font-size: 4rem;
}

h3{
  font-size: 3.6rem;
}

h4{
  font-size: 18px;
  font-family: var(--secondary-custom-font);
}

h5{
  font-size: 3.3rem;
}

h6{
  font-size: 3rem;
}

svg rect {
  display: none;
}

form {
  margin-bottom: 1.5em;
}


form label {
  font-family: var(--arial);
  font-size: 14px;
  display: block;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

.tabber .media-col .form-wrap .hs-input, 
form input[type=email], 
form input[type=file], 
form input[type=number], 
form input[type=password], 
form input[type=search],  
form input[type=tel], 
form input[type=text], 
form select, 
form textarea {
  padding: 8px 15px;
  height: auto;
  font-family: var(--arial);
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}

form .hs-form-field {
  margin-bottom: 18px;
}

.span2 .hs-button, 
.span3 .hs-button,
.span4 .hs-button,
.span5 .hs-button,
.span6 .hs-button{
  font-size: 12px;
  line-height: 12px;
  font-family: var(--arial);
  padding: 12px 24px;
  font-weight: 700;

}

/* Header Style */

.cst-header .primary-container {
  min-height: auto;
}

.cst-header .primary-container .primary-section {
  padding: 3rem 0;
  display: block;
}

.header.cst-header .page-center {
  padding-left: 15px;
  padding-right: 15px;
}

.cst-header .primary-section .container-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
  align-items: baseline;
  column-gap: 0;
}

.header.cst-header .logo-section {
  width: 33.33333333%;
  padding-left: 30px;
  padding-right: 15px;
}

.cst-header .nav {
  padding-left: 15px;
  margin-left: auto;
}

.cst-header .header__menu--desktop>.header__menu-wrapper {
  margin-top: 4rem;
  column-gap: 0;
  flex-wrap: nowrap;
}

.cst-header .header__menu--desktop>.header__menu-wrapper li a {
  padding: 5px 10px;
  display: block;
  font-size: 2rem;
  white-space: nowrap;
}

header.header.cst-header .hs-sec-btn {
  padding: 5px 10px;
  font-size: 2rem;
  line-height: 1.42857;
  white-space: nowrap;
  transition: all 500ms;
}

header.header .button-section-container .btn-section {
  margin-left: 4rem;
}


.cst-header .header__menu--desktop>.header__menu-wrapper li:not(:first-child) {
  margin-left: 4rem;
}

.cst-header .header__menu--desktop>.header__menu-wrapper li a .child-trigger {
  display: none;
}

.header.cst-header .right-section{
  padding-right: 15px;
}



@media(min-width: 992px){
  .cst-header .header__menu--desktop>.header__menu-wrapper .header__menu-submenu {
    min-width: auto;
    padding-top: 20px;
    padding-bottom: 0;
    top: 100%;
    position: absolute;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    min-width: 240px;
    transform: translateY(3px) !important;
    transition: none !important;
  }

  .cst-header .header__menu--desktop>.header__menu-wrapper .header__menu-submenu li {
    padding: 5px 20px;
    margin: 0;
  }

  .cst-header .header__menu--desktop>.header__menu-wrapper .header__menu-submenu li a {
    padding: 5px 10px;
  }
}

@media(min-width: 1500px){
  .header.cst-header .logo-section {
    position: relative;
    top: -2rem;
  }

  .header.cst-header.cst-header-lp .logo-section{
    top: 0; 
  }
}

@media(max-width: 991px){

  .cst-header .primary-section .container-wrapper{
    flex-wrap: wrap;
  }

  .header.cst-header .cst-humburger-icon {
    position: relative;
    right: 1.8rem;
    top: 0.8rem;
  }

  .header.cst-header .cst-humburger-icon .trigger:first-child {
    display: none;
  }

  .header.cst-header .cst-humburger-icon .trigger:last-child {
    display: none;
  }

  .header.cst-header .cst-humburger-icon .trigger:nth-child(2) {
    margin-left: 0;
    display: block;
    height: 3px;
    background-color: #568cad;
    width: 34px;
    margin: 0;
    -moz-transition: background 0s 0.3s;
    -webkit-transition: background 0s 0.3s;
    -o-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
  }

  .header.cst-header .cst-humburger-icon .trigger:nth-child(2)::before {
    content: "";
    display: block;
    height: 3px;
    background-color: #568cad;
    position: absolute;
    width: 100%;
    left: 0;
    top: -10px;
    -moz-transition-property: top, transform;
    -webkit-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
    -moz-transition-duration: 0.3s, 0.3s;
    -webkit-transition-duration: 0.3s, 0.3s;
    -o-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -moz-transition-delay: 0.3s, 0s;
    -webkit-transition-delay: 0.3s, 0s;
    -o-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
  }

  .header.cst-header .cst-humburger-icon .trigger:nth-child(2)::after {
    content: "";
    display: block;
    height: 3px;
    background-color: #568cad;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -10px;
    -moz-transition-property: bottom, transform;
    -webkit-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
    -moz-transition-duration: 0.3s, 0.3s;
    -webkit-transition-duration: 0.3s, 0.3s;
    -o-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -moz-transition-delay: 0.3s, 0s;
    -webkit-transition-delay: 0.3s, 0s;
    -o-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
  }

  .header.cst-header .cst-humburger-icon .trigger-clone {
    position: absolute;
    height: 70px;
    width: 70px;
    top: -50px;
    right: -20px;
  }

  .mobile-menu-open .header.cst-header .cst-humburger-icon .trigger:nth-child(2) {
    background: none;
  }

  .mobile-menu-open .header.cst-header .cst-humburger-icon .trigger:nth-child(2)::before {
    top: 0;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition-delay: 0s, 0.3s;
    -webkit-transition-delay: 0s, 0.3s;
    -o-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
  }

  .mobile-menu-open .header.cst-header .cst-humburger-icon .trigger:nth-child(2)::after {
    bottom: 0;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition-delay: 0s, 0.3s;
    -webkit-transition-delay: 0s, 0.3s;
    -o-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
  }

  header.header.cst-header .nav {
    position: relative;
    height: auto;
    width: 100%;
    top: 100%;
    order: 3;
    margin-top: 3rem;
  }

  .mobile-menu-open .cst-header .primary-container .primary-section{
    padding-bottom: 0; 
  }

  header.header .nav .header__menu.header__menu--desktop {
    min-height: auto;
  }

  .cst-header .nav {
    padding-right: 15px;
  }

  header.header.cst-header .nav .header__menu.header__menu--desktop>ul {
    padding-top: 0;
    padding: 0;
    margin-bottom: 0;
    margin-top: 1rem;
  }

  header.header.cst-header .mobile-close-icon {
    display: none;
  }

  header.header.cst-header .nav .header__menu.header__menu--desktop>ul li {
    margin: 0;
    border: none;
  }

  header.header.cst-header .nav .header__menu.header__menu--desktop>ul li a {
    padding: 5px 10px;
  }

  header.header.cst-header .top-section.mobile_section {
    padding: 0 0 3rem 10px;
  }

  header.header.cst-header .top-section.mobile_section .btn-section a {
    width: auto;
    display: inline-block;
  }

  .header.cst-header .top-section.mobile_section .page-center {
    padding: 0;
  }

  .header.cst-header .top-section.mobile_section .cst-inner-wrapper .btn-section {
    padding: 0;
  }

  .header.cst-header .logo-section{
    width: 90%;
  }

  .header.cst-header .right-section{
    width: 10%; 
  }

  header.header .nav .header__menu.header__menu--desktop>ul>li>.mobile-child-trigger.child-open:before {
    line-height: 1;
    top: -17px;
    position: relative;
    font-weight: normal;
  }

  header.header .nav .header__menu.header__menu--desktop>ul>li.header__menu-item--has-submenu>.mobile-child-trigger {
    height: auto;
  }

  header.header .nav .header__menu.header__menu--desktop>ul>li>.mobile-child-trigger:before {
    font-size: 2rem;
    font-weight: 800;
  }
}

/* Footer Style */
.cst-footer form {
  margin-bottom: 0;
}

.cst-footer {
  max-width: 1600px;
  margin: 0 auto;
  font-size: 2rem;
}

.cst-footer .cst-footer-cols {
  padding: 4rem 0;
}

.cst-footer .page-center {
  padding-left: 15px;
  padding-right: 15px;
}

.cst-footer .flex_row {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}

.cst-footer .cf-cols {
  padding-left: 15px;
  padding-right: 15px;
}

.cst-footer .cf-cols.cf-col-3 {
  padding-right: 0;
}

.cst-footer .cf-col-1 .cp-text {
  margin: 0 0 1.5em;
}

.cst-footer .cf-col-1 .cp-text p {
  font-size: 2rem;
  margin-bottom: 10px;
}

.cst-footer .cf-col-1 .cp-text p span {
  font-size: 14px;
}

.cst-footer .cf-cnt-btn {
  display: inline-block;
  margin-right: 6px;
}

.cst-footer .cf-menu {
  display: inline-block;
}

.cst-footer .cf-menu .hs-menu-wrapper ul {
  display: flex;
  flex-direction: row;
}

.cst-footer .cf-menu .hs-menu-wrapper ul li {
  margin: 0;
} 

.cst-footer .cf-cnt-btn .hs-sec-btn {
  font-size: 2rem;
  line-height: 1.42857;
  display: inline;
}
.custom-search-section .hs-search-field__suggestions {
  z-index: 11;
}
.cst-blog-list .hs_error_rollup .hs-error-msgs {
  margin-top: 20px;
}
.cst-footer .cf-menu .hs-menu-wrapper ul li a {
  padding: 5px 10px;
  font-size: 2rem;
}

.cst-footer .cf-menu .hs-menu-wrapper ul li:not(:last-child) {
  margin-right: 10px;
}

.cst-footer .cf-headings p strong {
  font-family: var(--primary-custom-font);
}

.cst-footer .cf-headings p {
  margin-bottom: 10px !important;
  font-size: 2rem;
  line-height: 1.42857143;
}

.cst-footer .cf-social-icons .footer-social {
  padding-left: 0;
  gap: 0;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}

.cst-footer .cf-social-icons .footer-social-item {
  margin-right: 0;
  height: 2.6em;
  width: auto;
  height: auto;
}

.cst-footer .cf-social-icons .footer-social-item a {
  display: inline-block;
  height: 2em;
  line-height: 36px;
  border: 0;
  text-align: center;
  -moz-transition: all 500ms;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  min-width: 40px;
  padding: 0 10px;
  width: 100%;
  font-size: 2rem;
  font-size: 1.8rem;
  top: auto;
  height: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 2px 0;
}

.cst-footer .cf-social-icons .footer-social-item a:hover{
  background: #fff;
  color: #568cad;
}

.cst-footer .cf-social-icons .footer-social-item a svg{
  display: block;
  width: 1.7rem;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  margin-bottom: 0;
}


.cst-footer .cf-social-icons .footer-social-item a:hover svg path{
  fill: #477693;
}

.cst-footer .col-section.cf-col-4 img {
  max-width: 130px;
  margin-top: 10px;
  width: 100%;
}

.cst-footer form input[type=email], 
.cst-footer form input[type=file],
.cst-footer form input[type=number], 
.cst-footer form input[type=password],
.cst-footer form input[type=search], 
.cst-footer form input[type=tel], 
.cst-footer form input[type=text], 
.cst-footer form select,
.cst-footer form textarea {
  border-radius: 0;
  padding: 9px 10px;
  width: 25rem !important;
  display: block;
  font-size: 1.7rem;
  border: 0;
  width: 100% !important;
}

.cst-footer form input[type=email]::placeholder, 
.cst-footer form input[type=file]::placeholder, 
.cst-footer form input[type=number]::placeholder, 
.cst-footer form input[type=password]::placeholder, 
.cst-footer form input[type=search]::placeholder, 
.cst-footer form input[type=tel]::placeholder, 
.cst-footer form input[type=text]::placeholder,
.cst-footer form select::placeholder,
.cst-footer form textarea::placeholder{
  color: #477693;
}

.cst-footer form input[type=email]:focus {
  outline: 2px solid #111;
  border-radius: 3px;
}

.cst-footer .cf-form form {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5.7rem;
  position: relative;
  max-width: 330px;
  width: 100%;
}

.cst-footer form .hs-error-msgs {
  position: absolute;
  top: 100%;
}

.cst-footer .cf-form .footer-form form .hs-button {
  line-height: 1;
  padding: .6em 1em .4em;
  font-size: 1.7rem;
  display: inline-block;
  min-height: 40px;
  font-family: var(--arial);
  border: 0;
  font-weight:400;
  width: 100%;
}
.cst-footer .cf-form .footer-form form .hs_submit {
    width: 100%;
    max-width: 88px;
}

.cst-footer .footer-form form .hs-form-field {
  display: flex;
  flex-direction: column;
  width: calc(100% - 88px);
  margin-bottom: 0;
}

.cst-footer form label{
  margin: 0;
}

.cst-footer form .hs_error_rollup {
  position: absolute;
  width: 100%;
  top: 150%;
}

.cst-footer .cf-social-icons .footer-social-item:nth-child(2) a svg {
  width: 1.1rem;
}

.hs_service .left-dnd-area .hs_cos_wrapper .hs-search-field button {
  top: 19px;
}

/* banner Style */

.simple-banner.cst-banner {
  min-height: 40rem;
  padding: 0;
  align-items: flex-end;
  justify-content: flex-end;
}

.cst-banner .banner-content-inner.col12 .top_sec h1 {
  max-width: 90rem;
  margin: 4rem auto 5.5rem;
}

.simple-banner.cst-banner .bg_el.bg_img {
  background-position: unset !important;
}

.home_page_v5_banner_area 
.banner_container .hs-trans-btn {
  border-radius: 0;
  padding: 12px 24px;
  font-size: 22.5px;
}
.custom-404-page .custom-error-container {
  display:block;
  margin: 0;
}
.custom-error-container .cst-content-wrapper {
  text-align:center;
}




















 


.error-page .hs-button,
.systems-page .hs-button{
  background-color:  




rgba(86, 140, 173, 1.0)
;
  border-width: 2px;
  border-color: 




rgba(86, 140, 173, 1.0)
;
  border-radius: 0px;
  color: 




rgba(255, 255, 255, 1.0)
;
  padding: 12px 24px;
  font-size: 2rem;
  line-height:1;
}
.error-page .hs-button:hover,
.systems-page .hs-button:hover,
.error-page .hs-button:focus,
.systems-page .hs-button:focus{
  background-color:  




rgba(71, 118, 146, 1.0)
;
  border-color: 




rgba(71, 118, 146, 1.0)
;
  color: 




rgba(255, 255, 255, 1.0)
;
}


form#email-prefs-form .subscribe-options label{
  font-size: inherit;
}


@media(min-width: 768px){
  .cst-footer .page-center{
    
    max-width: 749.9999999934px;
    
  }
}


@media(min-width: 992px){
  .cst-footer .page-center{
    
    max-width: 970.0000000002px;
    
  }

  .cst-header.cst-header-lp .primary-container .primary-section{
    padding: 3rem 0 3rem;
  }

  .cst-footer .cf-social-icons .footer-social-item a{
    position: relative;
    top: -9px;
    top: auto;
  }

  .cst-footer .cf-social-icons .footer-social-item a svg{
    position: relative;
    top: 9px;
    margin-bottom: 1.5rem;
    top: auto;
    margin-bottom: 0;
  }
}

@media(min-width: 1200px){
  .cst-footer .page-center{
    
    max-width: 1170px;
    
  }
}

@media(min-width: 992px) and (max-width: 1200px){
  .cst-footer .cf-cnt-btn .hs-sec-btn{
    display: inline-block;
  }

  .cst-footer .cf-form form{
    margin-bottom: 6.3rem;
  }
}

@media(min-width: 1200px) and (max-width: 1295px){
  .cst-footer .cf-social-icons .footer-social-item a svg{
    display: block;
  }
}

@media(min-width: 1500px){
  .cst-header .primary-container .primary-section{
    padding: 3rem 0 1rem;
  }
}

@media(max-width: 991px){
  .cst-footer .cf-col-2 {
    padding-top: 40px;
    margin: 0 0 1.5em;
  }

  .cst-footer .cf-form form {
    margin-bottom: 0;
  }

  .cst-footer .footer-form form .hs-form-field {
    margin-bottom: 0;
  }

  .cst-footer .cf-col-3 {
    margin: 0 0 2.2em;
  }

  .cst-footer .cf-col-3 .cf-headings p {
    margin-bottom: 5px !important;
  }

  .cst-footer .cf-social-icons .footer-social-item a svg {
    display: inline-block;
  }

  .cst-footer .cf-social-icons .footer-social-item a {
    height: 1.9em;
    height: auto;
  }

  .cst-footer .cf-social-icons .footer-social-item {
    margin-right: 10px;
  }

  .cst-footer .cf-social-icons .footer-social-item a:hover{
    color: #477693;
    color: #568cad;
  }

  .simple-banner.cst-banner {
    min-height: auto;
  }
  .cst-footer .col-section.cf-col-4 {
    padding-bottom: 30px;
  }
}

@media(max-width: 767px){

  .cst-footer .cf-cnt-btn {
    display: block;
    margin-bottom: 20px;
    margin-right: 10px;
  }

  .cst-footer .cf-menu .hs-menu-wrapper ul {
    display: block;
  }

  .cst-footer .cf-menu .hs-menu-wrapper ul li {
    margin-bottom: 20px;
    margin-right: 10px;
  }

  .footer .flex_row .col-section:not(:first-child) {
    padding-top: 0;
  }

  .cst-footer .cf-col-1 .cp-text {
    margin: 0;
  }

  .cst-footer .cf-col-1 {
    margin: 0 0 1.5em;
  }

  .cst-footer .cf-menu .hs-menu-wrapper ul li:last-child {
    margin-bottom: 0;
  }

  .cst-footer form input[type=email], 
  .cst-footer form input[type=file],
  .cst-footer form input[type=number],
  .cst-footer form input[type=password],
  .cst-footer form input[type=search],
  .cst-footer form input[type=tel],
  .cst-footer form input[type=text], 
  .cst-footer form select,
  .cst-footer form textarea,
  .cst-footer form .hs-input:not([type=checkbox]):not([type=radio]){
    width: 17rem !important;
    width: 100% !important;
  }

  .footer-social-item:not(:first-child) {
    margin-left: 0;
  }

  .cst-footer .cf-col-1 .cp-text p {
    margin-bottom: 15px;
  }

  .cst-footer .cf-cnt-btn .hs-sec-btn{
    padding: 5px 10px;
  }

  .cst-banner.simple-banner{
    min-height: auto;
  }

  .cst-banner .bg_el.bg_img {
    background-position: unset !important;
  }

  .cst-banner .banner-content-inner.col12 .top_sec h1{
    max-width: 90%;
    margin: 4rem auto 4rem;
  }

  .home_page_v5_banner_area .banner_container .hs-trans-btn{
    padding: 6.7826086956000005px;
    padding-bottom: 6.7826086956000005px;
    padding-right: 19.07692307688px;
    padding-left: 19.07692307688px;
  }
}

@media(max-width: 375px){
  .cst-footer .cf-col-2 {
    margin: 0 0 3em;
  }
}

/* Blog Style */
.cst-blog-list form{
  margin-bottom: 0;
}

.cst-blog-list{
  font-size: 2rem;
}

.cst-blog-list .hero-news {
  background-color: #f4f2e9;
  padding: 4.3rem 0;
  margin-bottom: 5rem; 
}

.cst-blog-list .blog-form-container,
.cst-blog-list .cst-container{
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.cst-blog-list .blog-form-container form input[type=email], 
.cst-blog-list .blog-form-container form input[type=file], 
.cst-blog-list .blog-form-container form input[type=number], 
.cst-blog-list .blog-form-container form input[type=password], 
.cst-blog-list .blog-form-container form input[type=search], 
.cst-blog-list .blog-form-container form input[type=tel], 
.cst-blog-list .blog-form-container form input[type=text],
.cst-blog-list .blog-form-container form select, 
.cst-blog-list .blog-form-container form textarea{
  vertical-align: bottom;
  color: #433636;
  width: 40rem;
  padding: 0 10px;
  min-height: 40px;
  font-size: 1.7rem;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  display:inline-block;
}

.cst-blog-list .blog-form-container form input[type=email]:focus {
  outline: 2px solid rgb(16, 16, 16);
  border-radius: 2px;
}

.cst-blog-list .blog-form-container .input {
  display: inline-block;
  float: left;
}

.cst-blog-list .blog-form-container .hs-submit {
  display: inline-block;
}

.cst-blog-list .blog-form-container form .hs-form-field {
  margin: 0;
}

.cst-blog-list .blog-form-container .hs-submit .hs-button {
  vertical-align: bottom;
  background-color: #433636;
  color: white;
  min-height: 40px;
  font-size: 1.7rem;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  line-height: 1;
  padding: .6em 1em .4em;
  font-family: var(--arial);
}

.cst-blog-list .hero-news p,
.cst-blog-list .ns-form{
  margin-bottom: 10px;
}

.cst-blog-list .ns-form form {
  display: flex;
}
.cst-blog-list .ns-form form .hs_error_rollup {
  position: absolute;
  top: 40px;
}
.custom-blog-topics .tinynav1 {
  width: 100%;
}
.cst-blog-list .ns-form form {
  position: relative;
}
.cst-blog-list .ns-form form label {
  margin: 0;
}

.cst-blog-list .hero-news p{
  font-size: 2rem;
}

.cst-blog-list .cst-widget {
  margin: 0 0 1.5em;
}

.cst-blog-list .cst-widget_categories {
  float: left;
  position: relative;
}

.cst-blog-list .cst-topic-select {
  padding: 0;
  padding-right: 36px;
  min-width: 114px;
  font-family: var(--secondary-custom-font);
  background-color: transparent;
  outline: none;
  font-weight: 700;
  font-size: 2rem;
  color: #433636;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  max-width: 100%;
  display: block;
  line-height: 1.5;
}

.cst-blog-list .cst-topic-select:focus{
  box-shadow: none;
} 

.cst-blog-list .cst-widget_categories::after {
  display: block;
  vertical-align: sub;
  font-weight: normal;
  font-style: normal;
  font-size: 4rem;
  position: absolute;
  top: -13px;
  z-index: -1;
  content: "\f107";
  right: 0;
  font-family: var(--FontAwesome);
}

.cst-blog-list .cst-widget_search {
  padding-left: 15px;
  width: 58.33333333%;
  float: right;
}

.cst-blog-list .cst-widget_search form {
  display: block;
}

.cst-blog-list .cst-widget_search form input[type=search] {
  vertical-align: bottom;
  background-color: #f4f2e9;
  color: #433636;
  border: 1px #eee solid;
  max-width: 55rem;
  padding: 0 10px;
  min-height: 40px;
  font-size: 1.7rem;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  float: left;
}

.cst-blog-list .cst-widget_search form input[type=search]:focus {
  box-shadow: none;
  border-radius: 4px;
  outline: 2px solid #000;
}

.cst-blog-list .cst-widget_search form .hs-search-field__button {
  position: static;
  width: auto;
  height: auto;
  top: 0;
  min-width: 8.77rem;
  right: 0;
  margin-left: 0;
  transform: translateY(0%);
}

.cst-blog-list .cst-widget_search form .hs-search-field__button svg {
  display: none;
}

.cst-blog-list .cst-widget_search form .hs-search-field__button::after {
  background-color: #477693;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #fff;
  content: "Search";
  display: block;
  font-family: var(--arial);
  font-size: 1.7rem;
  height: 40px;
  line-height: 1;
  min-width: 4rem;
  padding: .6em 1em .4em;
  vertical-align: bottom;
  white-space: nowrap;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cst-blog-list .blog-form-container .custom-subscription-section h3.form-title {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  font-family: var(--secondary-custom-font);
  line-height: 1.42857;
}

.cst-blog-list .custom-subscription-section form {
  margin-bottom: 10px;
  position: relative;
}


.cst-blog-list .custom-subscription-section form .hs-error-msgs {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
}

@media(min-width: 768px){
  .cst-blog-list .blog-form-container,
  .cst-blog-list .cst-container{
    width: 750px;
  }
}


@media(min-width: 991px){
  .cst-blog-list .blog-form-container,
  .cst-blog-list .cst-container{
    max-width: 1600px;
  }

}

@media(min-width: 992px){
  .cst-blog-list .blog-form-container,
  .cst-blog-list .cst-container{
    width: 970px;
  }
}

@media(min-width: 1200px){
  .cst-blog-list .blog-form-container,
  .cst-blog-list .cst-container{
    width: 1170px;

  }
}

@media(max-width: 767px){
  .cst-blog-list .ns-form form {
    display: flex;
    flex-wrap: wrap;
  }

  .cst-blog-list .blog-form-container form .hs-form-field {
    width: 70%;
  }

  .cst-blog-list .blog-form-container .input {
    width: 100%;
    float: none;
  }

  .cst-blog-list .blog-form-container form input[type=email]{
    width: 100%;
  }

  .cst-blog-list .blog-form-container form label{
    margin: 0;
  }

  .cst-blog-list .cst-widget_categories {
    float: none;
  }

  .cst-blog-list .cst-widget_search {
    margin-top: 20px;
  }

  .cst-blog-list .cst-widget_search form input[type=search] {
    max-width: 24.7rem;
    width: 24.7rem;
    display: inline-block;
  }

  .cst-blog-list .cst-widget_search form {
    display: flex;
    flex-wrap: wrap;
  }

  .cst-blog-list .cst-widget_search form .hs-search-field__button{
    margin-left: 4px;
  }
}

@media(max-width: 580px){
  .cst-blog-list .ns-form form{
    margin-bottom: 4rem;
  } 
}



@media(max-width: 340px){
  .cst-blog-list .ns-form form{
    margin-bottom: 0px;
  }
  .cst-blog-list .cst-widget_search form .hs-search-field__button{
    margin-left: 0px;
  }
  .cst-blog-list .cst-widget_search{
    margin-top: 0;
  }
}

/* Blog Post Style */


.cst-blog-post .content-wrapper.blog-main-post {
  padding: 0;
}

.cst-blog-post .featured_img_wrap {
  width: 75%;
  padding-right: 15px;
}

.cst-blog-post .featured_img_wrap p{
  margin-bottom: 0;
}

.cst-blog-post .featured_img_wrap img {
  width: 100%;
}

.cst-blog-post .blog-post__body h2.blog-post__title {
  font-size: 2em;
  margin: 0.67em 0;
  font-weight: normal;
  line-height: 1.1;
}

.cst-blog-post h2.blog-post__title span{
  display: block;
}

.cst-blog-post .cm-bp-body {
  display: flex;
}

.cst-blog-post .cm-bp-body .blog-post__body {
  width: 75%;
  padding-right: 15px;
}

.cst-blog-post .cm-bp-body .meta_wrap {
  display: block;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}

.cst-blog-post .body-container--blog-post .blog-post-container .meta_wrap>span {
  display: block;
}

.cst-blog-post .meta_wrap .cst-bp-social-share {
  display: block !important;!I;!;
}

.cst-blog-post .meta_wrap  .cst-bp-social-share ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cst-blog-post .meta_wrap .cst-bp-social-share ul li {
  margin-bottom: 2rem;
}

.cst-blog-post .meta_wrap .cst-bp-social-share ul li a {
  display: block;
  height: 6rem;
  background-color: #ddd7b9;
  font-size: 2.6rem;
  color: white;
  line-height: 6rem;
  width: 6rem;
  -moz-border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -o-border-radius: 3rem;
  border-radius: 3rem;
  float: none;
  text-align: center;
}

.cst-blog-post .meta_wrap .cst-bp-social-share ul li a:hover {
  background-color: #568cad;
}

.cst-blog-post .cm-bp-body p {
  margin: 0 0 1.5em 0;
}

.cst-blog-post .blog-post__body h1,
.cst-blog-post .blog-post__body h2,
.cst-blog-post .blog-post__body h3,
.cst-blog-post .blog-post__body h4,
.cst-blog-post .blog-post__body h5,
.cst-blog-post .blog-post__body h6{
  line-height: 1.1;
}

.cst-blog-post .blog-post__body p{
  font-size: 2rem;
  margin: 0 0 1.5em 0;
  line-height: 1.42857143;
}

.cst-blog-post .blog-post__body h1 {
  font-size: 2em;
  margin: 0.67em 0;
  font-weight: normal;
}

.cst-blog-post .blog-post__body h2{
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: normal;
}

.cst-blog-post .blog-post__body h3{
  font-weight: normal;
  font-size: 3.6rem;
  margin-top: 20px;
  margin-bottom: 10px;
}


.cst-blog-post .blog-post__body h4 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: var(--secondary-custom-font);
}

.cst-blog-post .blog-post__body h5{
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}

.cst-blog-post .blog-post__body h6{
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}

.cst-blog-post .blog-post__body  ul,
.cst-blog-post .blog-post__body ol {
  margin: 0;
  margin-bottom: 2em;
  padding-left: 40px;
}

.cst-blog-post .blog-post__body li{
  margin: 0;
}

.cst-blog-post .next-pagination-container, 
.cst-blog-post .prev-pagination-container {
  width: 50%;
  min-height: 140px;
  padding: 0 15px;
}

.cst-blog-post .post-pagination {
  padding: 0;
  margin: 8rem 0;
}

.cst-blog-post .prev-pagination-container .previous_text p,
.cst-blog-post .next-pagination-container .next_text p{
  margin-bottom: 10px;
}

.cst-blog-post .prev-pagination-container .previous_text p a,
.cst-blog-post .next-pagination-container .next_text p a{
  font-weight: 700;
  color: #433636;
}

.cst-blog-post .col6.prev-pagination,
.cst-blog-post .col6.next-pagination{
  border: 1px #979797 solid;
  width: 100%;
  padding: 0;
}

.cst-blog-post .pagination-link.flex_row {
  gap: 0 !important;
  align-items: flex-start;
}

.cst-blog-post .pagination-featured-image {
  width: 41.66666667%;
}

.cst-blog-post .prev_cnt.col9,
.cst-blog-post .next_cnt.col9{
  padding: 2rem;
  width: 58.33333333%;
}

.cst-blog-post .prev_cnt.col9 p,
.cst-blog-post .next_cnt.col9 p{
  margin: 0;
  color: #414042;
  font-weight: 700;
  font-size: 2rem;
}

.cst-blog-post .next-pagination-container .next_text {
  text-align: right;
}

.cst-blog-post .col6.prev-pagination:hover .pagination-featured-image img, 
.cst-blog-post .col6.next-pagination:hover .pagination-featured-image img{
  -webkit-filter: brightness(75%);
}

.cst-blog-post .col6.prev-pagination .pagination-featured-image img, 
.cst-blog-post .col6.next-pagination .pagination-featured-image img{
  -moz-transition: all 500ms;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}


.cst-blog-post .next-pagination .next_cnt {
  text-align: start;
}

.cst-blog-post .fa {
  font-family: var(--CustomFontAwesome);
} 

.systems-page h1{
  font-size: 35px;
}

.systems-page h2{
  font-size: 28px;
}

.cst-blog-post .blog-post-container .blog-comments{
  margin-bottom: 8rem;
}


@media(max-width: 1099px){
  .cm_500_page .error-page:before{
    font-size: 15rem;
  }
}


@media(max-width: 991px){
  .cst-blog-post .cm-bp-body .blog-post__body {
    width: 100%;
  }
  .cst-blog-post .next-pagination-container {
    padding-top: 30px;
  }
  .cst-blog-post .cm-bp-body {
    display: block;
  }

  .cst-blog-post .cm-bp-body .meta_wrap {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .cst-blog-post .meta_wrap .cst-bp-social-share ul {
    display: flex;
  }

  .cst-blog-post .meta_wrap .cst-bp-social-share ul li {
    margin-right: 10px;
  }

  .cst-blog-post .meta_wrap .cst-bp-social-share ul li a {
    height: 4rem;
    font-size: 2rem;
    line-height: 4rem;
    width: 4rem;
    -moz-border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -o-border-radius: 3rem;
    border-radius: 3rem;
  }

  .cst-blog-post .featured_img_wrap {
    width: 100%;
  }

  .cst-blog-post .next-pagination-container, .cst-blog-post .prev-pagination-container {
    width: 100%;
  }

  .cst-blog-post .pagination-featured-image {
    width: 100%;
  }

  .cst-blog-post .pagination-link.flex_row {
    display: block;
  }
}

.banner-section .dnd-section > .row-fluid {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}


@media(max-width:1199px){
  .content-wrapper ,
  .dnd-section > .row-fluid,
  .page-center{
    
    max-width: 970.0000000002px;
    
  }
}
@media(max-width:991px){
  .content-wrapper ,
  .dnd-section > .row-fluid,
  .page-center{
    
    max-width: 749.9999999934px;
    
  }
}
@media(max-width:767px){
  .content-wrapper ,
  .dnd-section > .row-fluid,
  .page-center{
    
    max-width:100%;
    
  }
  .cst-blog-list .custom-subscription-section form.hs-form {
    display: flex;
    align-items: center;
  }
}

@media(max-width:1199px){
  .content-wrapper, .dnd-section > .row-fluid, .page-center {
    max-width: 970px;
  }
}

@media(max-width:991px){
  .content-wrapper, .dnd-section > .row-fluid, .page-center {
    max-width: 750px;
  }
}



/* Page Styling */

p {
  margin-bottom: 1.5em;
}
ol, ul {
  margin: 0 0 1.5em 3em;
  margin-bottom: 2em;
  margin-left: 0;
  padding-left: 40px;
}
ol li, ul li {
  margin-bottom: 0;
}
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
hr {
  margin-top: 20px;
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
.contact-banner .form-row.hs-secondary .hs-button,
.contact-banner .form-row.hs-secondary input.hs-button,
.form-row.secondary input[type=submit],
.hs-sec-btn,
.hs_service .widget-type-form .hs-button,
.landing-banner .form-row.hs-secondary .hs-button,
.landing-banner .form-row.hs-secondary input.hs-button,
.popup_modal_box.bg_primary .hs-button,
.systems-page .hs-search-results__next-page, 
.systems-page .hs-search-results__prev-page{
  font-size: 2rem;
}

.accordion_wrap .acc-item .acc-content .acc-btn-wrap a, 
.blog-feed .recent-post-item .post-btm .read-more a,
.card_gallery .card_inner .card_box .btn_item a,
.career-opportunities .career_popup .popup-btn .btn_row a, 
.cnt-wit-tp-img-wrp .col-btn-grp a,
.feat-wrap .feat-item-wrp .right-content .btn_row a,
.sidebar .hs_small_btn a, 
.systems-page .hs-search-results__next-page, 
.systems-page .hs-search-results__prev-page,
.testimonials_slider .testmn_item .btn_item a,
body .hs_small_btn .btn_item a,
.hs-button{
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
}





@media (max-width:767px){
  .hs-trans-btn,
  .hs-sec-btn{
    padding:12px 24px;
  }
  .cm_nv_wrp .cm_nv_inner .custom,
  .hs-button, 
  .tabber .media-col .form-wrap input.hs-button,
  form input[type=submit]{
    padding:12px 24px;
  }
}
.simple-banner.cm-banner {
  min-height: auto;
}

.simple-banner.cm-banner h1 {
  font-size: 4.5rem;
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.simple-banner.cm-banner .banner-content-inner.col12 {
  padding: 0;
}
.simple-banner.cm-banner .page-center {
  padding: 0;
}
.cnt-wit-bg-wrp.cm-simplecnt .rich_text {
  margin: 0 -15px;
}

.simple-banner.cm-home-banner {
  min-height: auto;
  row-gap: 0;
  max-width:1600px;
  margin:0 auto;
}
.simple-banner.cm-home-banner .flex_row {
  row-gap: 0;
}
.simple-banner.cm-home-banner .top_sec p {
  background: #568CAD;
  margin-left: -21%;
  margin-right: -21%;
  padding: .5rem 21%;
  position: relative;
  text-align: center;
  font-weight: bold;
  color: #E9E5D4;
  font-size:1.8rem;
}
.simple-banner.cm-home-banner .flex_row > div {
  padding: 0;
}
.simple-banner.cm-home-banner img {
  width: 100%;
}
.simple-banner.cm-home-banner .page-center.full_width {
  padding: 0;
}
.page-center.full_width {
  padding: 0;
}
.cnt-wit-bg-wrp.simplehomecnt h2.title {
  padding: 2rem 0;
  font-size: 3.6rem;
  line-height: 1em;
  font-family: anziano, sans-serif;
  text-align: center;
  color: #222222;
  margin: 0;
  padding-top: 0;
  font-weight: 400;
}

.cnt-wit-bg-wrp.simplehomecnt {
  max-width: 1600px;
  margin: 0 auto;
}

.cnt-wit-bg-wrp.simplehomecnt .rich_text p {
  font-size: 1.8rem;
  font-family: "Cm Source Sans Pro";
}

.cnt-wit-bg-wrp.simplehomecnt .content_widget {
  padding-left: 15px;
  padding-right: 15px;
}

.cnt-wit-bg-wrp.simplehomecnt a.hs-sec-btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.42857143;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px #477693 solid;
  text-transform: capitalize;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 500ms;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  color: #568CAD;
  font-size: 3.6rem;
  padding: 1rem 4rem;
  font-family: anziano, sans-serif;
  background-color: transparent;
}

.cnt-wit-bg-wrp.simplehomecnt a.hs-sec-btn:hover {
  background-color: #477693;
  color: white;
}
.cnt-wit-bg-wrp.cmhuman-potential {
  max-width: 1600px;
  margin: 0 auto;
}

.cnt-wit-bg-wrp.cmhuman-potential  h2.title {
  font-family: "anziano", Sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin: 0;
}
.cnt-wit-bg-wrp.cmhuman-potential a.hs-sec-btn {
  font-family: "Source Sans Pro", Sans-serif;
  font-size: 20px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
  background-color: #568cad;
  border-color: #FFFFFF;
  line-height: 1;
  padding:12px 24px;
} 
.cnt-wit-bg-wrp.cmhuman-potential a.hs-sec-btn:hover {
  color: #fff;
  background-color: #477692;
  border-color: #477692;
}
.two-col-content.cm-hometwocol {
  max-width: 1600px;
  margin: 0 auto;
}
.two-col-content.cm-hometwocol .content-col.col6 {
  width: 40%;
}
.two-col-content.cm-hometwocol .flex_row {
  row-gap: 0;
  justify-content: unset;
  column-gap: 20px;
}
.two-col-content.cm-hometwocol .content-col .description {
  margin: 0;
  padding-bottom: 20px;
}
.two-col-content.cm-hometwocol .content-col .description h2 {
  margin-top: 0;
  font-size: 3.5rem;
  margin-bottom: 20px;
}
.two-col-content.cm-hometwocol .content-col .description p {
  font-size: 1.8rem;
}
.two-col-content.cm-hometwocol .content-col .btn-items .btn_row {
  margin-top: 0;
}
.two-col-content.cm-hometwocol .content-col .btn-items .btn_row a.hs-sec-btn {
  background-color: #F4F2E9;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
  fill: #477692;
  color: #477692;
  line-height: 1;
  font-size:20px;
}
.two-col-content.cm-hometwocol .mediaimg .single-img img {
  display: block;
}
.two-col-content.cm-hometwocol .content-col .btn-items .btn_row a.hs-sec-btn:hover {
  color: #FFF;
  background-color: #477692;
  border-color: #477692;
}
.cnt-wit-tp-img-wrp.cm-topimg-home {
  max-width: 1600px;
  margin: 0 auto;
}
.cnt-wit-tp-img-wrp.cm-topimg-home .cnt-col {
  padding: 10px;
}
.cnt-wit-tp-img-wrp.cm-topimg-home .tp-img {
  margin: 0;
}
.cnt-wit-tp-img-wrp.cm-topimg-home .tp-img img {
  width: 70px;
}
.cnt-wit-tp-img-wrp.cm-topimg-home .tp-img-cnt {
  display: flex;
  flex-direction: column-reverse;
}
.cnt-wit-tp-img-wrp.cm-topimg-home .tp-img-cnt a.hs-sec-btn {
  padding: 15px 30px;
  color: #fff;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  font-family: "anziano", Sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  background-color: #477692;
  line-height: 1;
  fill: #fff;
  text-align: center;
  transition: all .3s;
  border-color: #fff;
  padding-bottom:17px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.cnt-wit-tp-img-wrp.cm-topimg-home .page-center {
  max-width: 77.90%;
  margin: 0 auto;
}
.cnt-wit-tp-img-wrp.cm-topimg-home .flex-row {
  margin: 0 -10px;
}
.cnt-wit-tp-img-wrp.cm-topimg-home .tp-img-cnt-inner p {
  font-size: 1.8rem;
}
.cnt-wit-tp-img-wrp.cm-topimg-home .cnt-col {
  padding: 0 10px;
}
.cnt-wit-tp-img-wrp.cm-topimg-home .col-btn-grp {
  margin: 0;
  margin-bottom: 20px;
}
.cnt-wit-tp-img-wrp.cm-topimg-home .tp-img-cnt-inner p:last-child {
  margin-bottom: 1.5em;
}
.cnt-wit-tp-img-wrp.cm-topimg-home .cnt-col:first-child a.hs-sec-btn:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2.5rem;
  content: "\f104";
  margin-right: 10px;
  margin-top: 2.5px;
}
.cnt-wit-tp-img-wrp.cm-topimg-home .cnt-col:last-child a.hs-sec-btn:after{
  margin-top: 2.5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2.5rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f105";
  margin-left: 10px;
}
.testimonials_sliderv2.cm-testislider {
  max-width: 1600px;
  margin: 0 auto;
}
.testimonials_sliderv2.cm-testislider .splide .splide__track {
  margin: 0;
  padding: 0;
}
.testimonials_sliderv2.cm-testislider .left_inner {
  margin: 0;
  display: flex;
  flex-direction: column;
  padding: 20px;
  text-align: left;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.testimonials_sliderv2.cm-testislider .left_col {
  padding: 0 !important;
}
.testimonials_sliderv2.cm-testislider .testmn_itemv2 {
  margin: 0;
}
.testimonials_sliderv2.cm-testislider .left_inner p.rolee {
  margin: 0;
  order: 1;
}
.testimonials_sliderv2.cm-testislider .left_inner h3.name {
  order: 2;
  margin: 0;
  margin-top: 25px;
  padding-left: 45px;
  padding-right: 45px;
  font-family: "anziano", Sans-serif;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  font-style: normal;
  line-height: 1.5;
}
.testimonials_sliderv2.cm-testislider .left_inner p.rolee {
  order: 3;
  padding-left: 45px;
  padding-right: 45px;
  color: #fff;
  font-family: "anziano", Sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
}
.testimonials_sliderv2.cm-testislider .left_inner .text_box {
  order: 1;
  background-color: #f9fafa;
  position: relative;
  padding: 45px 45px 45px 45px;
}
.testimonials_sliderv2.cm-testislider .left_inner .text_box p {
  font-style: italic;
  line-height: 1.5;
  font-family: "Cm Source Sans Pro";
  font-size: 1.9rem;
  font-weight: 400;
}
.testimonials_sliderv2.cm-testislider .left_inner .text_box:after {
  background-color: #f9fafa;
  border-width: 0;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  transform: scaleX(.75) rotate(45deg);
  width: 14px;
  top: calc(100% - 7px);
  left: calc(20px + 50px / 2);
}
.testimonials_sliderv2.cm-testislider .bottom_row {
  padding-bottom: 0;
}
.testimonials_sliderv2.cm-testislider .splide__arrow {
  width: 16px;
  height: 16px;
}
.testimonials_sliderv2.cm-testislider .splide__arrow svg {
  fill: hsla(0,0%,93%,.9);
}
.testimonials_sliderv2.cm-testislider .splide__arrow.splide__arrow--prev {
  left: 11px;
}
.testimonials_sliderv2.cm-testislider .splide__arrow.splide__arrow--next {
  right: 13px;
}
.bottomfeedhome.blog-feed .top_sec {
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}

.bottomfeedhome.blog-feed .top_sec h2.title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.bottomfeedhome.blog-feed {
  max-width: 1600px;
  margin: 0 auto;
}
.bottomfeedhome.blog-feed .recent-post-item .item_inner {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
  background-color: #fff;
  border: 0 solid #69727d;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  transition: all .25s;
  width: 100%;
}
.bottomfeedhome.blog-feed .feed-outer-wrp {
  margin: 0 -15px;
  justify-content: flex-start;
}
.bottomfeedhome.blog-feed .hs-featured-wrp {
  padding-bottom: 63.3%;
}
.bottomfeedhome.blog-feed .recent-post-item .post-btm {
  padding: 0 30px;
  margin-top: 40px;
  padding-bottom: 20px;
}
.bottomfeedhome.blog-feed .recent-post-title {
  font-family: "anziano", Sans-serif;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1.1;
  margin-top: 0;
}
.bottomfeedhome.blog-feed .meta_wrap {
  margin: 0;
}
.bottomfeedhome.blog-feed p.item_descr {
  font-family: "Source Sans Pro", Sans-serif;
  font-size: 1.7rem;
  font-weight: normal;
  color: #777;
  line-height: 1.5em;
  margin: 0;
  margin-bottom: 25px;
}
.bottomfeedhome.blog-feed .read-more a.hs-button {
  padding: 0;
  margin: 0;
  background-color:transparent;
  font-family: "anziano", Sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color:#477692;
  text-transform: uppercase;
  display: inline-block;
  border:none;
}
.bottomfeedhome.blog-feed .read-more {
  line-height: normal;
}
.bottomfeedhome.blog-feed .hs-featured-wrp:after {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 75%);
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  opacity: 1;
  position: absolute;
  transition: all .3s ease-out;
  width: 100%;
}
.bottomfeedhome.blog-feed .item_inner:hover .hs-featured-wrp:after {
  opacity: 0;
}
.simple-banner.cm-banner.about h1 {
  align-items: flex-end;
  padding-bottom: 55px;
}
.two-col-content.cmBetter-Leaders .top_sec {
  text-align: left;
  padding: 0;
  margin: 0 -15px;
  margin-bottom: 30px;
}
.two-col-content.cmBetter-Leaders .columns_rowo_wrap {
  margin: 0 -15px;
}
.two-col-content.cmBetter-Leaders .flex_row {
  margin: 0 -40px;
}
.two-col-content.cmBetter-Leaders .content_box {
  margin-top: 0;
}
body .footer form .actions {
  margin: 0;
  padding: 0;
}
.blog-index__post-content--small h2 {
  font-size: 3.6rem;
}
.related-content-col .meta_wrap {
  font-size: 1.75rem;
}
.blog-wit-sidbr .largeCard .meta_wrap>div span,
.blog-wit-sidbr .largeCard .meta_wrap>span,
.blog-wit-sidbr .smallCard .meta_wrap>div span,
.blog-wit-sidbr .smallCard .meta_wrap>span {
  font-size: 1.75rem;
}
.blog-sidebar input.hs-search-field__input {
  padding-right: 40px;
}
button.splide__pagination__page,
.button.splide__pagination__page {
  font-size: 2.25rem;
}
.hs-search-field__input {
  padding-right: 40px !important;
}
.hs_service .left-dnd-area .hs_cos_wrapper .hs-search-field button {
  top: 26px;
}
.header__area-module-4 .cm_nv_inner .small_btn:not(.simple_link) {
  font-size: 1.98rem !important;
}
.simple-banner.resources-banner {
  max-width: 1600px;
  margin: 0 auto;
  min-height: 251px;
}
.simple-banner.resources-banner .bg_el.overlay_bg {
  background-image: radial-gradient(at center center, #568CAD8C 0%, #568CAD 92%);
  background-color: transparent !important;
  opacity: 0.96;
}
.simple-banner.resources-banner .banner-content-inner.col12 {
  padding: 0;
}
.simple-banner.resources-banner h1 {
  font-size: 3.5rem;
  line-height: 1;
  margin: 0;
  padding-left: 76px;
}
.cm-popuptopimg.cnt-wit-tp-img-wrp .cnt-col {
  padding: 0 20px;
}

.cm-popuptopimg.cnt-wit-tp-img-wrp {
  max-width: 1600px;
  margin: 0 auto;
}

.cm-popuptopimg.cnt-wit-tp-img-wrp .flex-row {
  row-gap: 54px;
  margin: 0 -20px;
}

.cm-popuptopimg.cnt-wit-tp-img-wrp .flex-row .inner_spacing {
  margin-top: 53%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  padding-top: 23px;
  padding-bottom: 36px;
  padding-left: 18px;
  padding-right: 18px;
  background-color: #477692;
}

.cm-popuptopimg.cnt-wit-tp-img-wrp .tp-img {
  margin: 0;
  margin: -56.5% 0% 0% 0%;
}

.cm-popuptopimg.cnt-wit-tp-img-wrp .splide__track {
  overflow: visible;
}

.cm-popuptopimg.cnt-wit-tp-img-wrp .col-title {
  font-family: "anziano", Sans-serif;
  font-size: 3rem;
  font-weight: 600;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #fff;
  margin-bottom: 20px;
  line-height: 1;
  padding: 0 30px;
}

.cm-popuptopimg.cnt-wit-tp-img-wrp .tp-img-cnt-inner p:last-child {
  margin-bottom: 1.5em;
  color: #fff;
  font-size: 1.8rem;
}

.cm-popuptopimg.cnt-wit-tp-img-wrp .tp-img-cnt-inner {
  padding: 0 30px;
}

.cm-popuptopimg.cnt-wit-tp-img-wrp .btn_row {
  margin: 0;
}
.cm-popuptopimg.cnt-wit-tp-img-wrp .btn_row a.hs-sec-btn {
  font-family: "Source Sans Pro", Sans-serif;
  font-size: 20px;
  fill: #477692;
  color: #477692;
  background-color: #fff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #fff;
  border-radius: 0px 0px 0px 0px;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  transition: all .3s;
  display: flex;
  column-gap: 15px;
}
.cm-popuptopimg.cnt-wit-tp-img-wrp .col-btn-grp {
  margin-top: 47px;
}
.cm-popuptopimg.cnt-wit-tp-img-wrp .btn_row a.hs-sec-btn:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f56d";
}
.cm-popuptopimg.cnt-wit-tp-img-wrp .btn_row a.hs-sec-btn:hover {
  color: #fff;
  background-color: #477692;
}
.cm-popuptopimg.cnt-wit-tp-img-wrp form .hs-richtext, 
.cm-popuptopimg.cnt-wit-tp-img-wrp form .hs-richtext p {
  font-size: 1.8rem;
}
.cm-popuptopimg.cnt-wit-tp-img-wrp form .actions {
  margin: 0;
  padding: 0;
}
.cm-popuptopimg.cnt-wit-tp-img-wrp .popup_modal .content_box>:last-child {
  margin: 0;
}
.resources.main-holder-two-col .authorcnt h2 {
  margin-bottom: 35px;
}
.resources.main-holder-two-col .content-column .title {
  font-family: "anziano", Sans-serif;
  font-size: 3rem;
  font-weight: 600;
}
.resources.main-holder-two-col .custom-row {
  padding-top: 0;
}
.resources.main-holder-two-col .button-holder {
  margin-bottom: 35px;
}


.cm-popuptopimg.cnt-wit-tp-img-wrp .popup_modal .popup_modal_box {
  box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-color: #568CADE0 !important;!i;!;
}

.cm-popuptopimg.cnt-wit-tp-img-wrp .popup_modal .content_box {
  margin-bottom: 0;
  padding: 36px;
  padding-bottom: 0;
}

.cm-popuptopimg.cnt-wit-tp-img-wrp .popup_modal .form__box {
  padding: 36px;
}

.cm-popuptopimg.cnt-wit-tp-img-wrp .popup_modal form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.8rem;
  "Source Sans Pro", font-family: sans-serif;
  font-family: "Source Sans Pro", sans-serif;
  padding-bottom: 1px;
  color: #fff;
}

.cm-popuptopimg.cnt-wit-tp-img-wrp .actions .hs-button {
  fill: #fff;
  text-align: center;
  transition: all .3s;
  line-height: 1;
  display: inline-block;
  border: none;
  font-family: "Source Sans Pro", Sans-serif;
  font-size: 20px;
  min-height: 40px;
  flex-basis: 100%;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-radius: 0px 0px 0px 0px;
  padding: 18px 15px 18px 15px;
  background-color: #477692;
  color: #ffffff;
  width: 100%;
  font-weight:400;
}

.cm-popuptopimg.cnt-wit-tp-img-wrp form .hs-richtext p {
  font-size: 15px;
  color: #fff;
}

.cm-popuptopimg.cnt-wit-tp-img-wrp form input[type=email],
.cm-popuptopimg.cnt-wit-tp-img-wrp form input[type=file],
.cm-popuptopimg.cnt-wit-tp-img-wrp form input[type=number],
.cm-popuptopimg.cnt-wit-tp-img-wrp form input[type=password],
.cm-popuptopimg.cnt-wit-tp-img-wrp form input[type=search],
.cm-popuptopimg.cnt-wit-tp-img-wrp form input[type=tel],
.cm-popuptopimg.cnt-wit-tp-img-wrp form input[type=text],
.cm-popuptopimg.cnt-wit-tp-img-wrp form select,
.cm-popuptopimg.cnt-wit-tp-img-wrp form textarea {
  line-height: 1.4;
  min-height: 40px;
  border-radius: 3px;
  vertical-align: middle;
  width: 100%;
  border: 1px solid #69727d;
  color: #1f2124;
  flex-grow: 1;
  flex-basis: 100%;
  max-width: 100%;
  padding: 5px 15px 5px 15px;
  font-family: "Source Sans Pro", Sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  background-color: #ffffff;
}

.cm-popuptopimg.cnt-wit-tp-img-wrp form fieldset.form-columns-1 > div .input {
  margin-right: 0 !important;
}

.cm-popuptopimg.cnt-wit-tp-img-wrp form fieldset.form-columns-2 > div:last-of-type .input {
  margin-right: 0;
}

.cm-popuptopimg.cnt-wit-tp-img-wrp .popup_modal .closeIcon,
.cm-popuptopimg.cnt-wit-tp-img-wrp .vid-popup-outer .closeIcon {
  box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color:#fff;
  background-color: #568CADE0 !important;
}

.cm-popuptopimg.cnt-wit-tp-img-wrp .closeIcon svg path,
.cm-popuptopimg.cnt-wit-tp-img-wrp .cm_team_icons a * {
  fill: #fff;
}
.cm-popuptopimg.cnt-wit-tp-img-wrp form .hs-input:focus {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1) !important;
  outline: 0 !important;
}
.cm-popuptopimg.cnt-wit-tp-img-wrp .popup_modal .content_box>:last-child {
  font-family: "anziano", Sans-serif;
  font-size: 2.7rem;
  font-weight: 600;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  color: #fff;
  text-align: center;
}
.cm-popuptopimg.cnt-wit-tp-img-wrp .actions .hs-button:hover {
  background-color: #fff;
  color: #477692;
}
.two-col-content.blog-form .hs_error_rollup {
  display: none;
}
.cnt-wit-tp-img-wrp.cm-topimg-home .tp-img-cnt a.hs-sec-btn:hover {
  color: #fff;
  background-color: #568cad;
  border-color: #568cad;
}
.testimonials_sliderv2.cm-testislider .left_inner .text_box,
.testimonials_sliderv2.cm-testislider .left_inner h3.name,
.testimonials_sliderv2.cm-testislider .left_inner p.rolee{
  cursor: grab;
}

/* Blog Css */
.two-col-content.blog-form  form .actions {
  margin: 0;
  padding: 0;
}
.two-col-content.blog-form  form {
  display: flex;
  flex-wrap:wrap;
  margin: 0;
  margin-bottom: 10px;
}
.two-col-content.blog-form .form-title {
  margin: 0 !important;
}
.two-col-content.blog-form {
  max-width: 1600px;
  margin: 0 auto;
}
.two-col-content.blog-form  .content-col .description {
  margin: 0;
}
.two-col-content.blog-form  .content-col .form_wrap {
  padding: 0;
}
.two-col-content.blog-form .content-col.col12 {
  padding: 0;
}
.two-col-content.blog-form .content-col .form_wrap h3 {
  font-weight: bold;
  font-family: 'Source Sans Pro', sans-serif;
  color: #414042;
  font-size: 2rem;
  margin: 0;
  margin-bottom: 10px;
  line-height: 1.42857143;
}
.two-col-content.blog-form form label {
  display: block;
  margin: 0;
}
.two-col-content.blog-form form input[type=email] {
  font: inherit;
  margin: 0;
  line-height: 1.5;
  font-family: sans-serif;
  direction: ltr;
  font-size: 1.7rem;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 40px;
  vertical-align: bottom;
  color: #433636;
  width: 40rem !important;
  padding: 0 10px;
  background-color: #fff;
  box-shadow: none !important;
}
.two-col-content.blog-form .hs-button {
  font-family: sans-serif;
  -webkit-appearance: button;
  cursor: pointer;
  line-height: 1;
  padding: .6em 1em .4em;
  background: #e6e6e6;
  font-size: 1.7rem;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 40px;
  vertical-align: bottom;
  background-color: #433636;
  color: white;
  font-weight: 400;
}
.two-col-content.blog-form .flex_row {
  justify-content: unset;
  row-gap: 0;
}
.two-col-content.blog-form form .hs-form-field {
  margin: 0;
}
.custom-site {
  max-width: 1600px;
  margin: 0 auto;
}
.cm--pagination.cm_pg_wrp .left-col.col12 {
  padding: 0;
  margin: 0;
  justify-content: unset;
  gap: 0;
}
.cm--pagination.cm_pg_wrp .left-col.col12 .prev-pagi {
  width: 50%;
  padding: 0 15px;
}
.cm--pagination.cm_pg_wrp .left-col.col12 .next-pagi {
  width: 50%;
  padding: 0 15px;
}
.cm--pagination.cm_pg_wrp .left-col a {
  padding: 0;
  margin: 0;
  height: auto;
  background-color: transparent;
  border: none;
  margin-bottom: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #414042;
  font-size: 2rem;
  line-height: 1.42857143;
  font-weight: 700;
}
.cm--pagination.cm_pg_wrp .left-col.col12 .prev-pagi .post-wrap {
  border: 1px #979797 solid;
  display: flex;
  flex-wrap: wrap;
}
.cm--pagination.cm_pg_wrp .left-col.col12 .prev-pagi .post-wrap .col-md-5 {
  width: 41.66666667%;
  position: relative;
  min-height: 1px;
}
.cm--pagination.cm_pg_wrp .left-col.col12 .prev-pagi .post-wrap .col-md-7 {
  font-weight: 700;
  padding: 2rem;
  width: 58.33333333%;
}
.cm--pagination.cm_pg_wrp .left-col.col12 .next-pagi a.hs-button {
  text-align: right;
  justify-content: flex-end;
}
.cm--pagination.cm_pg_wrp .left-col.col12 .next-pagi .post-wrap {
  border: 1px #979797 solid;
  display: flex;
  flex-wrap: wrap;
}
.cm--pagination.cm_pg_wrp .left-col.col12 .next-pagi .post-wrap .col-md-5 {
  width: 41.66666667%;
  position: relative;
  min-height: 1px;
}
.cm--pagination.cm_pg_wrp .left-col.col12 .next-pagi .post-wrap .col-md-7 {
  font-weight: 700;
  padding: 2rem;
  width: 58.33333333%;
}
.cm--pagination.cm_pg_wrp .page-center {
  padding: 0 25px;
}
/* post css */

.cm-blog-post-noSidebr .two-col-content.blog-form,
.cm_404_page .two-col-content.blog-form{
  background-color: #f4f2e9;
  padding: 4.3rem 0;
  margin-bottom:50px;
}
.cm-blog-post-noSidebr h1.entry-title {
  font-size: 2em;
  margin: 0.67em 0;
}
.cm-blog-post-noSidebr .row {
  margin-left: -15px;
  margin-right: -15px;
}
.cm-blog-post-noSidebr .post-holder {
  margin: 0 0 1.5em;
}
.cm-blog-post-noSidebr .post-holder .col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.cm-blog-post-noSidebr .featredimg .col-md-9 {
  width: 75%;
  padding-left: 0;
  padding-right: 15px;
  position: relative;
}
.cm-blog-post-noSidebr .post-content-area {
  padding-left: 0;
  width: 75%;
  float: left;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
}
.cm-blog-post-noSidebr .post-sidebar-area {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 25%;
}
.cm-blog-post-noSidebr span.posted-on a {
  color: #433636;
}
.cm-blog-post-noSidebr span.byline a {
  color: #433636;
}
.cm-blog-post-noSidebr .addthis_toolbox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cm-blog-post-noSidebr .addthis_toolbox ul li {
  margin-bottom: 2rem;
  clear: left;
  float: none;
}
.cm-blog-post-noSidebr .addthis_toolbox ul li a {
  display: block;
  height: 6rem;
  background-color: #ddd7b9;
  font-size: 2.6rem;
  color: white;
  line-height: 6rem;
  width: 6rem;
  -moz-border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -o-border-radius: 3rem;
  border-radius: 3rem;
  float: none;
  text-align: center;
}
.cm-blog-post-noSidebr .row-post-nav {
  margin: 8rem 0;
}
.cm-blog-post-noSidebr .post-holder .col-md-12:after,
.cm-blog-post-noSidebr .post-holder .col-md-12:before {
  content: '';
  display: block;
  clear: both;
}
.cm-blog-post-noSidebr .row-post-nav .col-md-6 {
  min-height: 140px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 50%;
}
.cm-blog-post-noSidebr .row-post-nav .posts-left p {
  margin-bottom: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #414042;
}
.cm-blog-post-noSidebr .row-post-nav .posts-left p a {
  font-weight: 700;
  color: #433636;
}
.cm-blog-post-noSidebr .row-post-nav .posts-left .post-wrap {
  border: 1px #979797 solid;
  display: flex;
  flex-wrap: wrap;
}
.cm-blog-post-noSidebr .row-post-nav .posts-left .post-wrap .col-md-5 {
  width: 41.66666667%;
}
.cm-blog-post-noSidebr .row-post-nav .posts-left .post-wrap .col-md-7 {
  font-weight: 700;
  padding: 2rem;
  width: 58.33333333%;
  position: relative;
  min-height: 1px;
}
.cm-blog-post-noSidebr .row-post-nav .posts-right p {
  margin-bottom: 10px;
  text-align: right;
}
.cm-blog-post-noSidebr .row-post-nav .posts-right p a {
  font-weight: 700;
  color: #433636;
}
.cm-blog-post-noSidebr .row-post-nav .posts-right .post-wrap {
  border: 1px #979797 solid;
  display: flex;
  flex-wrap: wrap;
}
.cm-blog-post-noSidebr .row-post-nav .posts-right .post-wrap .col-md-5 {
  width: 41.66666667%;
}
.cm-blog-post-noSidebr .row-post-nav .posts-right .post-wrap .col-md-7 {
  font-weight: 700;
  padding: 2rem;
  width: 58.33333333%;
}
.cm-blog-post-noSidebr .row-post-nav:after,
.cm-blog-post-noSidebr .row-post-nav:before {
  clear: both;
  display: block;
  content: '';
}
.cm-blog-post-noSidebr .row-post-nav .posts-left .post-wrap .col-md-5  a img,
.cm-blog-post-noSidebr .row-post-nav .posts-right .post-wrap .col-md-5 a img{
  -moz-transition: all 500ms;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  min-height: 112px;
  object-fit: cover;
  object-position: center center;
}
.cm-blog-post-noSidebr .row-post-nav .posts-left .post-wrap:hover .col-md-5 a img,
.cm-blog-post-noSidebr .row-post-nav .posts-right .post-wrap:hover .col-md-5 a img{
  -webkit-filter: brightness(75%);
}

.cm-blog-post-noSidebr a.addthis_button_google_plusone i {
  font-family: CustomFontAwesome;
}
.cm-blog-post-noSidebr .addthis_toolbox ul li a:hover {
  background-color: #568cad;
}
.cn---OurServices.cnt-wit-tp-img-wrp .top_sec {
  margin: 0;
  padding: 0;
  text-align: left;
  padding: 10px;
}
.cn---OurServices.cnt-wit-tp-img-wrp .top_sec h3 {
  font-family: "anziano", Sans-serif;
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.cn---OurServices.cnt-wit-tp-img-wrp .top_sec p {
  margin-bottom: 1.5em;
  font-size: 1.8rem;
}
.cn---OurServices.cnt-wit-tp-img-wrp .cnt-col {
  padding: 10px;
}
.cn---OurServices.cnt-wit-tp-img-wrp .cnt-col h3.col-title {
  color: #477693;
  font-family: "Source Sans Pro", Sans-serif;
  line-height: 1;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.cn---OurServices.cnt-wit-tp-img-wrp .cnt-col p {
  margin-bottom: 1.5em !important;
  font-size: 1.8rem;
}
.cn---OurServices.cnt-wit-tp-img-wrp .col-btn-grp {
  margin: 0;
}
.cn---OurServices.cnt-wit-tp-img-wrp .btn_row {
  margin: 0;
}
.cn---OurServices.cnt-wit-tp-img-wrp .btn_row a.hs-button {
  padding: 15px 30px;
  border-radius: 4px;
  font-size: 20px;
  color: #FFFFFF;
  font-family: "Source Sans Pro", Sans-serif;
  background-color: #d65e12;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  display: flex;
  column-gap: 5px;
  align-items: center;
}
.cn---OurServices.cnt-wit-tp-img-wrp .btn_row a.hs-button:after {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
}
.cn---OurServices.cnt-wit-tp-img-wrp .btn_row a.hs-button:hover {
  color: #568CAD;
}
.cn---OurServices.cnt-wit-tp-img-wrp .tp-img-cnt-inner {
  padding-bottom: 20px;
}

.services-old.cnt-wit-tp-img-wrp h3 {
  font-family: "anziano", Sans-serif;
  font-size: 2.8rem;
  color: white;
  padding: 10px 4%;
  width: 100%;
  text-align: center;
}
.services-old.cnt-wit-tp-img-wrp h3 a {
  color: white;
}
.services-old.cnt-wit-tp-img-wrp .bottom_row {
  border: 2px #ffffff solid;
}
.services-old.cnt-wit-tp-img-wrp  section {
  background: #39536E;
  background-size: cover;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-old.cnt-wit-tp-img-wrp .cnt-col {
  padding: 1.2%;
  margin-bottom: 1.65em;
}
.services-old.cnt-wit-tp-img-wrp .cnt-col p {
  line-height: 1.42857143;
  font-size: 1.8rem;
}
.services-old.cnt-wit-tp-img-wrp .btn_row a.hs-sec-btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.42857143;
  white-space: nowrap;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  display: block;
  width: 100%;
  border: 2px #477693 solid;
  text-transform: capitalize;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 500ms;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  color: #568CAD;
  font-size: inherit;
  background-color: transparent;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  display: flex;
  justify-content: center;
  column-gap: 8px;
  align-items: center;
}
.services-old.cnt-wit-tp-img-wrp .btn_row {
  margin: 0;
  width: 100%;
  display: block;
  padding: 0 22.500px;
}
.services-old.cnt-wit-tp-img-wrp .col-btn-grp {
  margin: 0;
  width: 100%;
  display: block;
  margin-top: auto;
}
.services-old.cnt-wit-tp-img-wrp .btn_row a.hs-sec-btn:after {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
}
.services-old.cnt-wit-tp-img-wrp .flex-row {
  row-gap: 0;
}
.services-old.cnt-wit-tp-img-wrp .btn_row a.hs-sec-btn:hover {
  background-color: #477693;
  color: white;
}
.services-old.cnt-wit-tp-img-wrp .tp-img-cnt {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.services-old.cnt-wit-tp-img-wrp .inner_spacing {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.two-col-content.cm-hometwocol.v2 {
  max-width: 1412px;
}
.two-col-content.cm-hometwocol.v2 .content-col.col6 {
  width: 50%;
}
.two-col-content.cm-hometwocol.v2 .content-col .description h3 {
  font-family: "anziano", Sans-serif;
  font-size: 2.8rem;
  margin-top: 27px;
  margin-bottom: 10px;
}
.two-col-content.cm-hometwocol.v2 .content-col.col6 .cont-inner {
  padding: 7rem;
}
.two-col-content.cm-hometwocol.v2 .flex_row {
  margin: 0 -15px;
}
.two-col-content.cm-hometwocol.v2 .content-col .description ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.8rem;
  margin-bottom: 3rem;
  color: #477693;
}
.two-col-content.cm-hometwocol.v2 .content-col .description {
  padding: 0;
}
ul ul {
  margin-bottom: 0;
  margin-left: 1.5em;
  list-style: disc;
}
.two-col-content.blog-form .hs_error_rollup {
  display: block !important;
  position: absolute;
  top: 90%;
}
.cm_pg_wrp .right-col .social-share a.share-btn {
  padding: 12px 24px !important;
  border: 1px solid rgba(255, 122, 89, 1.0) !important;
  display: flex !important;
  align-items: center !important;
  column-gap: 8px;
  min-height: 50px;
}

.hs_service .page-center {
  max-width: 1170px;
  padding: 0 15px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cst-footer .cf-social-icons .footer-social {
    justify-content: flex-start;
  }
}
@media (min-width:992px){
  .simple-banner.cm-banner .bg_el.bg_img {
    display:none !important;
  }
  .simple-banner.cm-home-banner .top_sec img {
    display: none;
  }
}
@media (max-width:991px){
  .services-old.cnt-wit-tp-img-wrp .cnt-col {
    padding: 0;
  }
  .two-col-content.cm-hometwocol.v2 .content-col.col6 .cont-inner {
    width: 100%;
    padding: 0;
  }
  .two-col-content.cm-hometwocol.v2 .content-col.col6 {
    width: 100%;
  }
  .simple-banner.cm-banner.about h1 {
    padding-bottom: 0;
    align-items: center;
  }
  .simple-banner.cm-banner img {
    display: none;
  }
  .simple-banner.cm-home-banner .flex_row .img_wrap {
    display: none;
  }
  .simple-banner.cm-banner {
    min-height: 130px;
    margin-top: 0;
  }
  .simple-banner.cm-banner .bg_el.bg_img {
    background-position: unset !important;
  }
  .two-col-content.cm-hometwocol .content-col.col6 {
    width: 100%;
  }
  .two-col-content.cm-hometwocol .media_column.col6 {
    width: 100%;
  }
  .two-col-content.cm-hometwocol .mediaimg .single-img img {
    width: 640px;
    margin: 0 auto;
  }
  .two-col-content.cm-hometwocol .flex_row {
    flex-direction: column-reverse;
    row-gap:20px;
  }
  .two-col-content.cm-hometwocol .content-col .description {
    text-align: center;
  }
  .two-col-content.cm-hometwocol .content-col .btn-items .btn_row {
    justify-content: center;
  }
  .cnt-wit-tp-img-wrp.cm-topimg-home .page-center {
    max-width: 100%;
  }
  .cnt-wit-tp-img-wrp.cm-topimg-home .tp-img img {
    width: 80px;
  }
  .cnt-wit-tp-img-wrp.cm-topimg-home .flex-row {
    row-gap: 20px;
  }
  .testimonials_sliderv2.cm-testislider .page-center {
    padding: 0;
  }
  .testimonials_sliderv2.cm-testislider .left_inner h3.name {
    padding-left: 0;
    padding-right: 0;
  }
  .testimonials_sliderv2.cm-testislider .left_inner p.rolee {
    padding-left: 0;
    padding-right: 0;
  }
  .testimonials_sliderv2.cm-testislider .left_inner .text_box {
    padding: 25px;
  }
  .testimonials_sliderv2.cm-testislider .splide .splide__arrows {
    display: block;
  }
  .bottomfeedhome.blog-feed .feed-outer-wrp {
    row-gap: 30px;
  }
  .cst-footer .cf-social-icons .footer-social {
    justify-content: flex-start;
  }
  .cm-blog-post-noSidebr .featredimg .col-md-9 {
    width: 100%;
  }
  .cm-blog-post-noSidebr .post-content-area {
    width: 100%;
  }
  .cm-blog-post-noSidebr .post-sidebar-area {
    width: 100%;
    padding: 0;
  }
  .cm-blog-post-noSidebr .addthis_toolbox ul li {
    margin-right: 10px;
    clear: none;
    float: left;
  }
  .cm-blog-post-noSidebr .addthis_toolbox ul li a {
    height: 4rem;
    font-size: 2rem;
    line-height: 4rem;
    width: 4rem;
    -moz-border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -o-border-radius: 3rem;
    border-radius: 3rem;
    float: none;
  }
  .cm-blog-post-noSidebr .row-post-nav .col-md-6 {
    width: 100%;
  }
  .cm-blog-post-noSidebr .row-post-nav .posts-left .post-wrap .col-md-5 {
    width: 100%;
  }
  .cm-blog-post-noSidebr .row-post-nav .posts-right .post-wrap .col-md-5 {
    width: 100%;
  }
  .cm-blog-post-noSidebr .row-post-nav .posts-right .post-wrap .col-md-7 {
    width: 100%;
  }
  .cm-blog-post-noSidebr .row-post-nav .posts-left .post-wrap .col-md-7 {
    width: 100%;
  }
  .cm--pagination.cm_pg_wrp .pagination-row {
    margin: 0;
  }
  .cm--pagination.cm_pg_wrp .left-col.col12 .prev-pagi {
    width: 100%;
    padding: 0;
  }
  .cm--pagination.cm_pg_wrp .left-col.col12 .prev-pagi .post-wrap .col-md-5 {
    width: 100%;
  }
  .cm--pagination.cm_pg_wrp .left-col.col12 .prev-pagi .post-wrap .col-md-7 {
    width: 100%;
  }
  .cm--pagination.cm_pg_wrp .left-col.col12 .next-pagi {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .cm--pagination.cm_pg_wrp .left-col.col12 .next-pagi .post-wrap .col-md-7 {
    width: 100%;
  }
  .cm--pagination.cm_pg_wrp .left-col.col12 .next-pagi .post-wrap .col-md-5 {
    width: 100%;
  }
  .cm--pagination.cm_pg_wrp .page-center {
    padding: 0 15px;
  }
}

@media (max-width:767px){
  .footer .footer-button.btn_row {
    margin-top: 0;
    justify-content: flex-start;
  }
  .cm-popuptopimg.cnt-wit-tp-img-wrp .flex-row {
    row-gap: 20px;
  }
  .cm-popuptopimg.cnt-wit-tp-img-wrp .tp-img-cnt-inner {
    padding: 0;
  }
  .cm-popuptopimg.cnt-wit-tp-img-wrp .col-title {
    padding: 0;
  }
  .cm-popuptopimg.cnt-wit-tp-img-wrp .popup_modal .form__box {
    padding: 20px;
  }
  .cm-popuptopimg.cnt-wit-tp-img-wrp .popup_modal .content_box {
    padding: 20px;
    padding-bottom: 0;
  }
  .two-col-content.blog-form .hs_error_rollup {
    display: none;
  }
  .two-col-content.blog-form form input[type=email] {
    width: 100% !important;
    box-shadow: none !important;
  }
  .two-col-content.blog-form form .hs-form-field {
    flex: 1;
  }
  .two-col-content.blog-form form {
    flex-wrap: nowrap;
  }
  .two-col-content.blog-form .content-col .form_wrap h3 {
    margin-bottom: 10px;
  }
  .cm-blog-post-noSidebr .two-col-content.blog-form,
  .cm_404_page .two-col-content.blog-form{
    padding-bottom: 74px;
  }
  .cm-blog-post-noSidebr .post-content-area {
    padding: 0;
  }
  .cm-blog-post-noSidebr .featredimg .col-md-9 {
    padding: 0;
  }
  .cm-blog-post-noSidebr .row-post-nav .col-md-6.posts-left {
    padding: 0;
    margin-bottom: 30px;
  }
  .cm-blog-post-noSidebr .row-post-nav .col-md-6.posts-right {
    padding: 0;
  }
  .cn---OurServices.cnt-wit-tp-img-wrp .cnt-col {
    padding: 0;
  }
  .cn---OurServices.cnt-wit-tp-img-wrp .top_sec {
    padding: 0;
  }
}


@media (max-width:479px){
  .simple-banner.cm-home-banner .top_sec p {
    margin: 0;
    padding: .5rem 11%;
  }
  .cnt-wit-bg-wrp.simplehomecnt a.hs-sec-btn {
    font-size: 18px;
  }
  .simple-banner.cm-banner {
    min-height: 179px;
  }
  .bnr_wrp.right .slide_background .page-center {
    width: 100% !important;
  }
  .bnr_wrp.right ul.splide__pagination {
    padding-right: 9px;
  }
  .bnr_wrp .slide_content.pdlr15 {
    padding-left: 0;
  }
}



.cm_404_page button.hs-search-field__button {
  position: static;
  height: auto;
  width: auto;
  -webkit-appearance: button;
  cursor: pointer;
  line-height: 1;
  padding: .6em 1em .4em;
  background: #e6e6e6;
  height: 40px;
  font-size: 1.7rem;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  vertical-align: bottom;
  background-color: #477693;
  color: white;
  transition: none;
  transform: none;
}
.cm_404_page .hs-search-field form {
  display: flex;
  padding-right: 0px;
  font-family: sans-serif;
  margin-bottom: 0;
  width: calc(55rem + 87px);
}
.cm_404_page .hs-search-field form input.hs-search-field__input {
  width: auto !important;
  flex: 1;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 1.7rem;
  height: 40px;
  vertical-align: bottom;
  background-color: #f4f2e9;
  color: #433636;
  border: 1px #eee solid;
  font-weight: 700;
  padding: 0 10px;
}
.cm_404_page .hs-search-field .hs-search-field__suggestions {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 99;
  width: 100%;
}
.cm_404_page .hs-search-field {
  position: relative;
}
.cm_404_page .hs-search-field form input.hs-search-field__input::placeholder {
  font-weight: normal;
  color: #433636;
}
.cm_404_page .two-col-content.blog-form .widget-type-form {
  margin-bottom: 0;
}
.cm_404_page .two-col-content.blog-form .widget-type-form {
  margin-bottom: 0;
}
.cm_404_page header.page-header {
  padding-bottom: 10px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
  padding-top: 13px;
}
.cm_404_page header.page-header h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.cm_404_page .widget {
  margin: 0 0 1.5em;
}
.cm_404_page .widgettitle,
.cm_404_page .widget-title{
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: anziano, sans-serif;
  font-weight: normal;
  line-height: 1.1;
}
.cm_404_page .widget h3 {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: anziano, sans-serif;
  font-weight: normal;
  line-height: 1.1;
}
.cm_404_page .widget_categories span.filter-link-count {
  color: #414042;
}
.cm_404_page .widget_archive .block h3 {
  display: none;
}
.cm_404_page .widget_archive .widget-module ul li a span {
  display: none;
}
.cm_404_page .widget_archive ul.l_tinynav1 {
  display: none;
}
.cm_404_page .widget_archive select#tinynav1 {
  font: inherit;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #404040;
  font-family: sans-serif;
  border: 1px solid #ccc;
  max-width: 100%;
}
.cm-search-area .hs-search-field__bar {
  max-width: 100%;
}
.cmTestimonial .splide .splide__pagination {
  display: flex !important;
}
@media (max-width:991px){
  .cm_404_page .hs-search-field form input.hs-search-field__input::placeholder {
    font-weight: normal;
    color: #433636;
  }
  .cm_404_page section.search-area {
    float: none;
    width: 100%;
    padding: 0;
  }
  .cm_404_page .hs-search-field form {
    padding-right: 0;
  }
}

@media (max-width:767px){
  .cm_404_page .hs-search-field form {
    display: block;
    width: auto;
  }
  .cm_404_page .hs-search-field form input.hs-search-field__input {
    width: 100% !important;
    margin-bottom: 20px;
  }
}




@font-face {
  font-family: 'eicons';
  src: url(//23848583.fs1.hubspotusercontent-na1.net/hubfs/23848583/raw_assets/public/TheNeboCompany_January2025/fonts/eicons.ttf),
    url(//23848583.fs1.hubspotusercontent-na1.net/hubfs/23848583/raw_assets/public/TheNeboCompany_January2025/fonts/eicons.woff),
    url(//23848583.fs1.hubspotusercontent-na1.net/hubfs/23848583/raw_assets/public/TheNeboCompany_January2025/fonts/eicons.svg),
    url(//23848583.fs1.hubspotusercontent-na1.net/hubfs/23848583/raw_assets/public/TheNeboCompany_January2025/fonts/eicons.woff2);
  font-weight: 400;
  font-style: normal;
}

body form input[type=email], 
body form input[type=file], 
body form input[type=number],
body form input[type=password],
body form input[type=search], 
body form input[type=tel], 
body form input[type=text], 
body form select, 
body form textarea{
  width: 100% !important;
}

body .hs-fieldtype-textarea.hs-input {
  min-height: 66px;
}

body .hs-input[type=checkbox],
body .hs-input[type=radio] {
  margin: 3px 5px 3px 0px;
}

body .legal-consent-container .hs-form-booleancheckbox-display p {
  margin: 0 !important;
  display: inline;
}

body .grecaptcha-badge {
  margin-left: 0;
}

body .actions .hs-button {
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
}

body .legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-left: 20px !important;
}

body select.is-placeholder {
  color: #bfbfbf;
}

body form select {
  min-height: 40px;
}

body form .hs_recaptcha.hs-form-field {
  margin: 0;
}

body form .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}

body form .hs-fieldtype-textarea.field.hs-form-field {
  margin-bottom: 6px;
}

.cnt-wit-tp-img-wrp.cm_cards .col-btn-grp a {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-family: anziano, sans-serif;
  font-size: 2.6rem;
  line-height: 1.42857143;
  padding: 6px 12px;
  position: relative;
  transition: all .5s;
  max-width: 40rem;
  width: 100%;
  white-space: nowrap;
}

.cnt-wit-tp-img-wrp.cm_cards .tp-img-cnt {
  display: flex;
  flex-direction: column;
}

.cnt-wit-tp-img-wrp.cm_cards .tp-img-cnt-inner {
  order: 2;
}

.cnt-wit-tp-img-wrp.cm_cards .col-btn-grp {
  margin: 0 0 1.5em;
  order: 1;
  display: block;
}

.cnt-wit-tp-img-wrp.cm_cards .tp-img-cnt-inner p:last-child {
  margin-bottom: 1.5em;
}

.cnt-wit-tp-img-wrp.cm_cards .tp-img-cnt-inner p {
  color: #fff;
}

.cnt-wit-tp-img-wrp.cm_cards .flex_row .col6 {
  padding: 0;
}

.cnt-wit-tp-img-wrp.cm_cards .col-btn-grp a:hover {
  border-color: #477693;
  background-color: #477693;
}

.cnt-wit-tp-img-wrp.cm_cards .btn_row {
  margin: 0;
  display: block;
}

.cnt-wit-tp-img-wrp.cm_cards .tp-img {
  margin-bottom: 30px;
}

.cnt-wit-tp-img-wrp.cm_logos .top_sec.noButton {
  padding: 0;
  text-align: left;
  margin: 0;
}

.cnt-wit-tp-img-wrp.cm_logos .flex_row .col4 {
  padding: 0;
}

.cnt-wit-tp-img-wrp.cm_logos .top_sec .top_content>:last-child {
  margin-bottom: 10px;
}

.cnt-wit-tp-img-wrp.cm_logos .flex-row {
  row-gap: 0;
}

.card_gallery.threeCol .top_sec.noButton {
  padding: 0;
  text-align: left;
  margin-bottom: 10px;
}

.card_gallery.threeCol .card_item {
  padding: 0;
}

.card_gallery.threeCol .card_item:last-child .card_inner {
  padding-left: 40px;
  padding-right: 0;
}

.card_gallery.threeCol .card_content>:last-child {
  margin-bottom: 1.5em;
}

.cnt-wit-tp-img-wrp.cm_cards .flex_row .col6:last-child i.fa.arrow {
  font-size: 3rem;
  line-height: 3.7rem;
  float: right;
}

.cnt-wit-tp-img-wrp.cm_cards .col-btn-grp a i.fa.arrow:before {
  content: "\f105";
}

.cnt-wit-tp-img-wrp.cm_cards .flex_row .col6:first-child i.fa.arrow {
  font-size: 3rem;
  line-height: 3.7rem;
  float: left;
}

.cnt-wit-tp-img-wrp.cm_cards .flex_row .col6:first-child i.fa.arrow:before {
  content: "\f104";
}

.two-col-content.twoCol .content-col .description {
  margin: 0;
}

.two-col-content.twoCol .content-col .description h5 {
  font-size: 3rem;
  line-height: 3.6rem;
  margin: 0 0 1.5em;
}

.two-col-content.twoCol .mediaimg .single-img img {
  width: revert-layer;
}

.two-col-content.twoCol .flex_row {
  margin-left: -15px;
  margin-right: -15px;
  row-gap: 0;
  justify-content: flex-start;
}

.two-col-content.twoCol .content-col .description p {
  font-size: 3rem;
  line-height: 3.5rem;
  margin: 0;
}

.two-col-content.twoCol .content-col .description p strong {
  font-size: 0.8em;
}

.card_gallery.sliderEnable.case_study .top_sec {
  padding: 0;
  margin: 0;
}

.card_gallery.case_study .top_sec .top_content>:last-child {
  margin-bottom: 10px;
}

.card_gallery.case_study .top_content {
  text-align: left;
}

.card_gallery.case_study .card_inner {
  border-radius: 0;
  box-shadow: 0 0 22px -1px rgba(0, 0, 0, 0.25);
  min-height: 460px;
  margin-left: 20px;
  margin-right: 20px;
  background-color: white;
}

.card_gallery.case_study .icon_box .icon_inner {
  width: 100%;
  height: 100%;
  margin: 0;
}

.card_gallery.case_study span.icon_img img {
  border-bottom: 2px #979797 solid;
}

.card_gallery.case_study .card_content p{
  font-size: 2rem;
  line-height: 2.4rem;
  min-height: 245px;
  padding: 1.5rem 1rem;
}

.card_gallery.case_study .splide .splide__track {
  margin: 0 0px 0 -17px;
}

.card_gallery.case_study .splide__arrows.splide__arrows--ltr {
  margin-top: 0;
  position: absolute;
  top: -3em;
  right: 15px;
}

.card_gallery.case_study button.splide__arrow {
  display: inline-block;
  background-color: transparent;
  font-size: 36px;
  color: #477693;
  line-height: normal;
  border: 2px #477693 solid;
  cursor: pointer;
  width: 50px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin: 5px;
  opacity: 1;
  height: auto;
  position: static;
  transform: none;
}

.card_gallery.case_study .splide .splide__arrow svg {
  display: none;
}

.card_gallery.case_study button.splide__arrow.splide__arrow--prev:before {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f104";
}

.card_gallery.case_study button.splide__arrow.splide__arrow--next:before {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
}

.card_gallery.case_study .splide .splide__arrow--next {
  right: 0;
}

.card_gallery.case_study .splide .splide__arrow--prev {
  right: 0;
}

.card_gallery.case_study .card_item {
  padding: 0;
}

.card_gallery.case_study .card_content h3 {
  text-align: center;
  font-weight: bold;
  font-size: 3.6rem;
  color: #477693;
  line-height: 3.7rem;
  margin-top: 63px;
}

.card_gallery.case_study .card_content h3 strong {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
}

.card_gallery.case_study .card_content hr {
  border-bottom: 2px #979797 solid;
  height: 0;
  margin-bottom: 0;
  margin-top: 15px;
}

.card_gallery.case_study .card_item .card_item.text_left .btn_row {
  margin-top: 3rem;
  text-align: center;
  display: block;
}

.card_gallery.case_study .btn_item {
  width: 70%;
  margin: 0 auto;
}

.card_gallery.case_study .card_inner .card_box .btn_item a {
  color: #477693;
  border: 2px #477693 solid;
  transition: all 500ms;
  line-height: 1.42857143;
  padding: 6px 12px;
  background-color: transparent;
  font-size: 20px;
  width: 100%;
  font-weight: normal;
  font-family: 'Source Sans Pro', sans-serif;
}

.card_gallery.case_study .card_inner .card_box .btn_item a:hover {
  background-color: #477693;
  color: white;
}

.card_gallery.case_study .icon_box span.icon_img.icon_sp {
  width: 100%;
}

.card_gallery.case_study.type2 .card_inner {
  background-color: #477693;
  color: #fff;
  min-height: auto;
}

.card_gallery.case_study.type2 .card_content h6 {
  display: block;
  background-color: #568cad;
  font-weight: 700;
  font-size: 2rem;
  padding: 1.5rem 2rem;
  color: #fff;
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.42857143;
}

.card_gallery.case_study.type2 .card_content p {
  margin: 20px 20px 0;
}

.card_gallery.case_study.type2 .card_inner .card_box .btn_item a {
  color: white;
  border-color: white;
}

.card_gallery.case_study.type2 .card_item.text_left .btn_row {
  margin: 3rem 20px 20px;
}

.card_gallery.case_study.type2 .card_inner .card_box .btn_item a:hover{
  border-color: #477693;
}

.two-col-content.Organizations .flex_center.column_bg_active>div>* {
  width: unset;
}

.two-col-content.Organizations .flex_row {
  min-height: 40rem;
}

.two-col-content.Organizations .content_box {
  display: inline-block;
  font-family: anziano, sans-serif;
  background-color: #568cad;
  font-weight: normal;
  font-size: 3.2rem;
  position: absolute;
  bottom: 8rem;
  width: 40% !important;
  text-align: left;
  right: 0;
  padding: 6px 20px;
  color: white;
  margin: 0;
}

.two-col-content.Organizations .content-col .description {
  margin: 0;
}

.two-col-content.Organizations .btn-items {
  display: inline-block;
  font-family: anziano, sans-serif;
  font-size: 2rem;
  line-height: 4rem;
  position: absolute;
  bottom: 8rem;
  text-transform: none;
  width: auto;
  width: 24rem;
}

.two-col-content.Organizations .btn_row {
  margin: 0;
  display: block;
}

.two-col-content.Organizations a.hs-sec-btn {
  font-family: 'Source Sans Pro', sans-serif;
  border: 2px #fff solid;
  transition: all 500ms;
  padding: 6px 12px;
  font-size: 2rem;
  line-height: 4rem;
  width: 100%;
}

.two-col-content.Organizations a.hs-sec-btn:hover {
  border-color: #477692;
}

.two-col-content.Organizations .media_column {
  background-position: initial;
}

.two-col-content.cm_two_col .top_sec.noButton {
  padding: 0;
  margin-bottom: 1.5em;
  text-align: left;
}

.two-col-content.cm_two_col .content_box {
  margin: 0;
}

.two-col-content.cm_two_col .text_block>:last-child {
  margin-bottom: 1.5em;
}

.two-col-content.Organizations .text_block strong {
  font-weight: normal;
}

.two-col-content.cm_two_col .flex_row {
  row-gap: 0;
}

.two-col-content.Organizations a.hs-sec-btn i:before {
  content: "\f105";
}

.two-col-content.Organizations a.hs-sec-btn i {
  font-size: 3rem;
  line-height: 3.7rem;
  float: right;
}

.two-col-content.twoCol .content-col .description:last-child {
  margin: 0;
}

.two-col-content.Organizations.type2 .btn-items {
  right: 30px;
}

.two-col-content.Organizations.type2 .content-col {
  position: relative;
}

.two-col-content.Organizations.type2 .content_box {
  left: 0;
  text-align: right;
  width: 40% !important;
}

.blog-feed.insights .top_sec.noButton {
  padding: 0;
  text-align: left;
  margin: 0;
}

.blog-feed.insights .splide .recent-post-item {
  padding: 0;
  margin: 0;
}

.blog-feed.insights .splide .item_inner {
  padding: 0;
  box-shadow: 0 0 22px -1px rgba(0, 0, 0, 0.25);
  margin: 3rem 20px;
  background-color: #f9f8f4;
  border-radius: 0;
}

.blog-feed.insights .splide .splide__track {
  margin: 0 0px 0 -17px;
}

.blog-feed.insights .recent-post-item .post-btm {
  padding: 2rem;
}

.blog-feed.insights .meta_wrap {
  margin: 0;
}

.blog-feed.insights .recent-post-title {
  font-weight: 700;
  font-size: 2rem;
  color: #414042;
  line-height: 1.42857143;
  margin: 0;
}

.blog-feed.insights .recent-post-title a {
  color: inherit;
}

.blog-feed.insights p.item_descr {
  margin: 0;
}

.blog-feed.insights button.splide__arrow {
  display: inline-block;
  background-color: transparent;
  font-size: 36px;
  color: #477693;
  line-height: normal;
  border: 2px #477693 solid;
  cursor: pointer;
  width: 50px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin: 5px;
  opacity: 1;
  height: auto;
  position: static;
  transform: none;
}

.blog-feed.insights .splide .splide__arrow svg {
  display: none;
}

.blog-feed.insights button.splide__arrow.splide__arrow--prev:before {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f104";
}

.blog-feed.insights button.splide__arrow.splide__arrow--next:before {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
}

.blog-feed.insights .splide .splide__arrow--next {
  right: 0;
}

.blog-feed.insights .splide .splide__arrow--prev {
  right: 0;
}

.blog-feed.insights .splide__arrows.splide__arrows--ltr {
  margin-top: 0;
  position: absolute;
  top: -3em;
  right: 15px;
}

.two-col-content.twoCol .content_box {
  text-align: center;
  margin: 0;
}

.two-col-content.twoCol .content_box p {
  font-family: anziano, sans-serif;
  font-size: 3rem;
  line-height: 3.6rem;
  margin-bottom: 1.5em;
  font-weight: bold;
  color: #477693;
}

.two-col-content.twoCol .content_box p strong {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
}

.card_gallery.cm__cards .top_sec.noButton {
  padding: 0;
  margin-bottom: 1.5em;
  text-align: left;
  width: 75%;
}

.card_gallery.cm__cards .top_content h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.1;
}

.card_gallery.cm__cards .card_item {
  padding: 1.2%;
}

.card_gallery.cm__cards .card_inner {
  background-color: #39536e;
}

.card_gallery.cm__cards .card_content h3 {
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1.25em;
  width: 100%;
  text-align: center;
  padding: 10px 4%;
}

.card_gallery.cm__cards .card_content p {
  font-size: .85em;
  line-height: 1.45em;
  width: 100%;
  text-align: center;
  padding: 10px 4%;
}

.card_gallery.cm__cards .card_content+.btn_row {
  margin: auto auto 1.25em;
  font-size: 18px;
}

.card_gallery.cm__cards .card_inner .card_box .btn_item a {
  border: 2px #fff solid;
  transition: all 500ms;
  padding: 6px 12px;
  line-height: 1.42857143;
  background: transparent;
  font-size: 18px;
  border-radius: 0;
  font-family: 'Source Sans Pro', sans-serif;
}

.card_gallery.cm__cards .card_inner .card_box .btn_item a:hover {
  background-color: white;
  color: #39536e;
  border-color: white;
}

.card_gallery.cm__cards .card_content>:last-child {
  margin-bottom: 1.5em;
}

.card_gallery.cm__cards .card_inner {
  border-radius: 0;
}
.card_gallery.cm__cards .card_content {
  font-size: 18px;
}
.card_gallery.cm__cards .bottom_row.notshadow .rowGap15 {
  row-gap: 0;
}
.card_gallery.cm__cards .card_box {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.cnt-wit-bg-wrp.cmContent h1.title {
  margin: 0;
  line-height: 1.1;
}

.two-col-content.cm_cntn .description h2 {
  font-size: 2em;
  margin: 0.67em 0;
  font-weight: normal;
  line-height: 1.1;
}

.two-col-content.cm_cntn .content-col .description {
  margin: 0;
}

.cnt-wit-bg-wrp.feedback .rich_text h2 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.1;
}

.two-col-content.cm_two_col2 .page-center {
  padding: 0;
}

.two-col-content.cm_two_col2 .cont-inner {
  padding: 7rem;
}

.two-col-content.cm_two_col2 .content_box {
  padding: 7rem;
  margin: 0;
}

.two-col-content.cm_two_col2 .content-col .description {
  margin: 0;
}

.two-col-content.cm_two_col2 h2 {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 1.1;
}

.two-col-content.cm_two_col2 .content-col .description p:last-child {
  margin: 0;
}

.two-col-content.cm_two_col2 .mediaimg {
  padding: 7rem;
}

.cnt-wit-bg-wrp.cm_btn .content_widget .btn_row {
  margin: 0;
}

.cnt-wit-bg-wrp.cm_btn a.hs-button {
  background-color: #d65e12;
  font-size: 24px;
  color: #fff;
  text-transform: none;
  border: 2px solid #d65e12;
  padding: .5em 1.65em;
  line-height: 1.42857143;
  border-radius: 0;
  font-family: 'Source Sans Pro', sans-serif;
}

.cnt-wit-bg-wrp.cm_btn a.hs-button:hover {
  background-color: #f98c11;
  color: #fff;
  border-color: #f98c11;
}

.card_gallery.case_study {
  overflow: visible;
}

.two-col-content.cm_two_col2.type2 .mediaimg {
  padding: 0;
}

.card_gallery.coaching .top_sec.noButton {
  padding: 0;
  margin-bottom: 1.5em;
  text-align: left;
}

.card_gallery.coaching .card_item {
  padding: 0;
}

.card_gallery.coaching .card_inner {
  border-radius: 0;
}

.card_gallery.coaching .card_box .it_title {
  line-height: 1.25em;
  width: 100%;
  text-align: center;
  padding: 10px 4%;
  margin: auto;
}

.card_gallery.coaching .card_content+.btn_row {
  margin: 0;
}

.card_gallery.coaching .card_content {
  min-height: 80px;
  display: flex;
  flex-direction: column;
  padding: 0 5%;
}

.card_gallery.coaching .card_item:first-child h4,
.card_gallery.coaching .card_item:nth-child(4) h4 {
  color: #fff;
}

.card_gallery.coaching .card_item:not(:last-child) .card_content:after {
  height: 0;
  border-bottom: 75px solid transparent;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 999;
  content: "";
  border-left: 12px solid #39536e;
  border-top: 75px solid transparent;
  margin: 0 0 0 95%;
  border-top-width: 40px;
  border-bottom-width: 40px;
  border-left-width: 12px;
}

.card_gallery.coaching .card_inner {
  overflow: visible;
}

.card_gallery.coaching .card_item:nth-child(2) .card_content:after {
  border-left: 12px solid #e9e5d4;
}

.card_gallery.coaching .card_item:nth-child(3) .card_content:after {
  border-left-color: #eee;
}

.card_gallery.coaching .card_content h3 {
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1.25em;
  width: 100%;
  text-align: center;
  padding: 10px 4%;
}

.card_gallery.coaching .card_item:first-child,
.card_gallery.coaching .card_item:first-child h3{
  color: #fff;
}

.card_gallery.coaching .card_content p {
  font-size: .85em;
  line-height: 1.45em;
  width: 100%;
  text-align: center;
  padding: 10px 4%;
}

.card_gallery.coaching .card_content ul {
  text-align: left;
}

.card_gallery.coaching.type2 .top_sec.noButton {
  color: #fff;
}

.card_gallery.coaching.type2 .card_item:nth-child(2) .card_content:after {
  border-left-color: #e9e5d4;
}

.card_gallery.coaching.type2 .card_content {
  font-size: 18px;
}

.card_gallery.coaching.type2 .top_content h3 {
  color: #fff;
}

.card_gallery.coaching .bottom_row.notshadow .rowGap15 {
  row-gap: 0;
}

.card_gallery.coaching.type2 .top_sec.noButton h2 {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: normal;
  color: #fff;
  line-height: 1.1;
}

.card_gallery.coaching.type2 .top_sec.noButton p {
  margin-bottom: 1.5em !important;
}

.card_gallery.coaching.type2 .top_sec.noButton {
  margin: 0;
}

.card_gallery.coaching.type2 .card_item:not(:last-child) .card_content:after{
  height: 0;
  border-bottom: 75px solid transparent;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 999;
  content: "";
  border-left: 12px solid #39536e;
  border-top: 75px solid transparent;
  margin: 0 0 0 95%;
}

.card_gallery.coaching.type2 .card_item:nth-child(2) .card_content:after {
  border-left-color: #e9e5d4;
}

.card_gallery.coaching.type2 .card_content>:last-child {
  margin-bottom: 1.5em;
}
.card_gallery.coaching.type3 .card_item {
  width: 16.6667%;
}

.card_gallery.coaching.type3 .card_item:nth-child(5) .card_content:after {
  border-left-color: #e9e5d4;
}

.two-col-content.cm_two_col2.type2.ty1 {
  background-position: 0 50%;
  background-size: 140px;
  background-color: #f9f8f4;
}

.two-col-content.cm_two_col2.type2.ty3 {
  background-color: #e9e5d4;
  background-size: 140px;
  background-position: 0 50%;
}

.two-col-content.cm_two_col2.type2.ty4 {
  background-color: #588bae;
  background-size: 140px;
  background-position: 0 50%;
}
.two-col-content.cm_two_col2 .content_box h4 {
  margin-bottom: 10px;
}

.two-col-content.cm_two_col2.type4 .cont-inner {
  padding: 0;
}

.two-col-content.cm_two_col2.type4 .mediaimg {
  padding: 0;
}

.two-col-content.cm_two_col2.type4 blockquote {
  margin: 0 1.5em;
  padding: 10px 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

.two-col-content.Organizations.type2 a.hs-sec-btn i {
  float: left;
}

.two-col-content.Organizations.type2 a.hs-sec-btn i:before {
  content: "\f104";
}

.blog-feed.insights .hs-featured-wrp{
  padding-bottom: 50.25%;
}

.main-holder-two-col.type2 .authorcnt h1 {
  font-family: "Cm Source Sans Pro", Sans-serif;
  font-size: 3.7rem;
  font-weight: 300;
  line-height: 1.2em;
  margin: 0 0 10px;
}

.main-holder-two-col.type2 .authorcnt h2 {
  font-weight: 600;
  font-family: "Cm Source Sans Pro", Sans-serif;
  margin: 0 0 33px;
}

.main-holder-two-col.type2 .button-holder {
  padding: 0;
  gap: 30px;
}

.main-holder-two-col.type2 .custom-row {
  gap: 0;
  padding: 0;
}

.main-holder-two-col.type2 .custom-row .content-column {
  margin: 0;
}

.landing-banner.contactForm .landing-banner-row {
  flex-direction: column;
  padding: 10px;
}

.landing-banner.contactForm .flex_row .col6 {
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}

.landing-banner.contactForm .landing-content {
  text-align: center;
  display: block;
}

.landing-banner.contactForm h2.bnr_heading {
  font-family: "anziano", Sans-serif;
  font-size: 3rem;
  margin: 0;
  line-height: 1;
  font-weight: normal;
  font-style: italic;
}

.landing-banner.contactForm .form-section {
  max-width: 1037px !important;
  margin: 0 auto;
  padding: 0;
}

.landing-banner.contactForm .hs-form-field {
  margin-bottom: 32px;
}

.landing-banner.contactForm .form-row .hs-form-field>label {
  font-style: italic;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
  font-family: "Cm Source Sans Pro";
  color: rgb(65, 64, 66);
}

.landing-banner.contactForm form .hs-form-field .hs-input {
  font-size: 2rem;
  font-weight: 400;
  padding: 5px 15px 5px 15px;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 3px;
  line-height: 1.5;
  font-family: sans-serif;
  background-color: #fff;
  font-style: italic;
}

.landing-banner.contactForm form .hs-form-field textarea {
  min-height: 312px;
}

.landing-banner.contactForm form .inputs-list>li {
  margin: 0;
}

.landing-banner.contactForm form .inputs-list>li label {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  font-family: "Cm Source Sans Pro";
  line-height: 1.2;
}

.landing-banner.contactForm form .hs-fieldtype-booleancheckbox {
  margin: 0;
}
.main-holder-two-col.type2 .custom-row .content-column .inner {
  margin: 0px 0px 0px 30px;
}
.testimonials_slider.cmTestimonial .top_sec.noButton {
  padding: 0;
  margin: 0;
}

.testimonials_slider.cmTestimonial h2.title {
  margin: 0;
  color: #568cad;
  font-family: "Cm Source Sans Pro";
  font-size: 3.7rem;
  font-weight: 300;
}

.testimonials_slider.cmTestimonial .testmn_inner {
  box-shadow: none;
  padding: 20px;
  margin: 0 auto;
}

.testimonials_slider.cmTestimonial .card_quote p {
  margin: 0;
  font-style: italic;
  font-family: "Cm Source Sans Pro";
  line-height: 1.5;
}

.testimonials_slider.cmTestimonial .splide .splide__track {
  margin: 0;
}

.testimonials_slider.cmTestimonial .testmn_item {
  margin-top: 25px;
  padding: 0;
  margin-bottom: 0;
}

.testimonials_slider.cmTestimonial .card_content {
  margin-top: 25px;
}

.testimonials_slider.cmTestimonial span.seperator {
  display: none;
}

.testimonials_slider.cmTestimonial .card_content>* {
  display: block;
}

.testimonials_slider.cmTestimonial .card_content h4 {
  color: #433636;
  font-family: "Cm Source Sans Pro";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.testimonials_slider.cmTestimonial .card_content span {
  color: #477692;
  font-family: "Cm Source Sans Pro";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.testimonials_slider.cmTestimonial .splide__arrow {
  width: auto;
  height: auto;
  font-size: 20px;
  color: #433636;
}

.testimonials_slider.cmTestimonial .splide__arrow svg {
  display: none;
}

.testimonials_slider.cmTestimonial button.splide__arrow.splide__arrow--prev:before {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\e87e";
}

.testimonials_slider.cmTestimonial .splide .splide__arrow--next:before {
  content: "\e87d";
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.testimonials_slider.cmTestimonial button.splide__arrow.splide__arrow--prev {
  left: 35px;
  transform: none;
  top: 55%;
}

.testimonials_slider.cmTestimonial button.splide__arrow.splide__arrow--next {
  right: 35px;
  transform: none;
  top: 55%;
}

.testimonials_slider.cmTestimonial .bottom_row {
  max-width: 1024px;
  margin: 0 auto;
  position: static;
}

.slider-counter {
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  font-style: italic;
  font-size: 18px;
  line-height: 1.42857143;
  margin-top: 10px;
  font-family: "Cm Source Sans Pro";
}

.landing-banner.contactForm .form-section {
  max-width: 1037px !important;
  margin: 0 auto;
  padding: 0;
  padding-top: 35px;
}

.landing-banner.contactForm form .hs-form-field .hs-input::placeholder {
  font-size: 16px;
}

.landing-banner.contactForm .form-row.hs-secondary .hs-button, 
.landing-banner.contactForm .form-row.hs-secondary input.hs-button {
  font-size: 20px;
  color: #fff;
  background-color: #6ec1e4;
  width: auto;
  font-weight: normal;
  font-style: italic;
  border: 2px #477693 solid;
  line-height: 1;
  padding: 10px 20px;
  font-family: "Cm Source Sans Pro";
}

.landing-banner.contactForm form .hs-submit {
  margin-top: 30px;
}

.landing-banner.contactForm form .actions {
  padding: 0;
  margin: 0;
}

.landing-banner.contactForm form {
  margin: 0;
}

.landing-banner.contactForm .form-row.hs-secondary .hs-button:hover, 
.landing-banner.contactForm .form-row.hs-secondary input.hs-button:hover {
  color: #477692;
  background-color: #fff;
  border-color: #ccc #bbb #aaa;
}

.landing-banner.contactForm form .hs-form-field select {
  font-size: 18px !important;
}

.our-services.type2 {
  padding-top: 72px;
  background-color: #fff;
  padding-bottom: 72px;
}

.our-services.type2 .top-content h2 {
  margin: 0;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
}

.our-services.type2 .top-content {
  padding: 10px;
}

.our-services.type2 .flex-row {
  padding: 0;
  margin: 0;
  display: grid;
  gap: 20px;
  grid-auto-flow: row;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
}

.our-services.type2 .main-holder {
  padding: 0;
  width: 100%;
}

.our-services.type2 .col-items .inner {
  padding: 36px;
  justify-content: center;
}

.our-services.type2 .col-items .inner p.summary {
  padding-bottom: 11px;
  margin: 0;
}

.our-services.type2 .col-items .inner a {
  fill: #477692;
  color: #477692;
  background-color: #fff;
}

.our-services.type2 .col-items .inner a:hover {
  background-color: #477692;
  border-color: #fff;
}

.two-col-content.approach .content-col .description {
  margin: 0;
}

.two-col-content.approach .content-col .description h2 {
  color: #477692;
  font-family: "anziano", Sans-serif;
  font-size: 3.1rem;
  font-weight: 600;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
  margin: 0 0 20px;
  line-height: 1;
}

.two-col-content.approach .content-col .description p {
  font-size: 1.8rem;
}

.two-col-content.approach .content-col .description p:last-child {
  padding-top: 20px;
}

.cm_counter_wrap .quotes {
  text-align: left;
}

.two-col-content.Organizations .content-col.col4 {
  width: 30%;
  position: relative;
}

.two-col-content.Organizations .col8 {
  width: 70%;
  position: relative;
}

.two-col-content.Organizations {
  background-position: unset;
}

.our-services.type2 .flex-row .col-items:before {
  background-image: linear-gradient(180deg, #47769294 0%, #477692EB 89%);
}

.our-services.type2 .flex-row .main-holder:nth-child(2) .col-items:before {
  background-image: linear-gradient(180deg, #47769294 0%, #477692 89%);
}

@media(max-width:991px) and (min-width:768px){
  .cnt-wit-tp-img-wrp.cm_cards .inner_spacing {
    padding: 50px 50px 15px !important;
  }

  .two-col-content.cm_two_col2 {
    padding: 50px 0 !important;
  }
  .two-col-content.cm_two_col2.type2 .flex_row .col6 {
    width: 100%;
  }
}
@media(max-width:1300px){

  .two-col-content.cm_two_col2.type2 {
    background-image: unset;
  }
}

@media(max-width:1024px){
  .our-services.type2 .flex-row {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}

@media(max-width:991px){
  .card_gallery.threeCol .bottom_row.notshadow .rowGap15 {
    justify-content: flex-start;
  }

  .card_gallery.threeCol .card_item:last-child .card_inner {
    padding: 0;
  }

  .card_gallery.case_study .splide__arrows.splide__arrows--ltr {
    margin-top: 0;
    position: relative;
    top: initial;
    right: initial;
    text-align: center;
  }

  .card_gallery.case_study .bottom_row {
    display: flex;
    flex-direction: column-reverse;
  }

  .two-col-content.Organizations .btn-items {
    width: 18rem;
  }

  .two-col-content.Organizations .flex_row {
    min-height: auto;
  }

  .two-col-content.Organizations .content_box {
    width: auto !important;
  }

  .card_gallery.cm__cards .top_sec.noButton {
    width: 100%;
  }

  .cnt-wit-tp-img-wrp.cm_cards .flex_row .col6:first-child i.fa.arrow,
  .cnt-wit-tp-img-wrp.cm_cards .flex_row .col6:last-child i.fa.arrow{
    font-size: 2.5rem;
    line-height: 3.9rem;
  }

  .two-col-content.cm_two_col2 .cont-inner {
    padding: 0;
  }

  .two-col-content.cm_two_col2 .content_box {
    padding: 0;
  }

  .two-col-content.cm_two_col2 .flex_row {
    row-gap: 0;
  }

  .two-col-content.cm_two_col2 .mediaimg {
    padding: 0;
  }

  .card_gallery.coaching.type3 .card_item {
    width: 50%;
  }

}

@media(max-width:767px){
  .cnt-wit-tp-img-wrp.cm_cards .flex-row {
    row-gap: 0;
  }

  .cnt-wit-tp-img-wrp.cm_cards .flex_row .col6:first-child {
    background-color: #38546e;
  }

  .cnt-wit-tp-img-wrp.cm_cards .flex_row .col6:last-child {
    background-color: #568cad;
  }

  .cnt-wit-tp-img-wrp.cm_cards .col-btn-grp a {
    max-width: 100%;
  }

  .card_gallery.case_study .card_inner {
    min-height: auto;
  }

  .two-col-content.Organizations .content_box {
    position: relative;
    bottom: 0;
    width: 100% !important;!
    text-align: center;
  }

  .two-col-content.Organizations.type2 .content_box {
    width: 100% !important;
    text-align: center;
  }

  .blog-feed.insights .splide__arrows.splide__arrows--ltr {
    position: relative;
    top: initial;
    text-align: center;
    right: auto;
    left: auto;
  }

  .blog-feed.insights .splide {
    display: flex;
    flex-direction: column-reverse;
  }

  .simple-banner.cm-banner.type2 h1 {
    position: static;
  }

  .two-col-content.Organizations .content_box{
    text-align: center;
  }

  .card_gallery.case_study .splide .splide__track {
    margin: 0;
  }

  .card_gallery.coaching.type2 .card_item:not(:last-child) .card_content:after {
    height: 1px;
    position: absolute;
    top: 99%;
    border: 0;
    width: 60px;
    z-index: 999;
    content: "";
    border-right: 120px solid transparent;
    border-left: 120px solid transparent;
    border-top: 19px solid #39536e;
    margin: 0 0 0 20%;
  }

  .card_gallery.coaching.type2 .card_item:nth-child(2) .card_content:after {
    border-top-color: #e9e5d4;
    border-left-color: transparent;
  }

  .card_gallery.coaching.type3 .card_item {
    width: 100%;
  }

  .two-col-content.cm_two_col2.type4 blockquote {
    border: navajowhite;
    margin: 0;
    padding: 10px 0;
  }

  .blog-feed.insights .splide .splide__track {
    margin: 0 auto;
  }

  .main-holder-two-col.type2 .custom-row .content-column .inner {
    margin: 0;
  }

  .main-holder-two-col.type2 .custom-row .media-column .img-holder {
    padding: 0;
    min-height: 600px;
  }

  .landing-banner.contactForm .form-section {
    padding: 0 !important;
  }

  .landing-banner.contactForm .landing-banner-row {
    padding: 0;
  }

  .two-col-content.Organizations .content-col.col4 {
    width: 100%;
  }

  .two-col-content.Organizations .col8 {
    width: 100%;
  }

}

@media (max-width: 479px) {
  .card_gallery.case_study .splide__arrows.splide__arrows--ltr {
    display: block;
  }

  .card_gallery.case_study .card_inner {
    margin: 0 ;
  }

  .card_gallery.coaching.type2 .card_item:not(:last-child) .card_content:after {
    margin: 0 0 0 10%;
  }

  .blog-feed.insights .splide .item_inner {
    margin: 0 ;
  }

  .testimonials_slider.cmTestimonial .splide .splide__arrows {
    display: block;
  }

}

@media (max-width: 400px) {

  body form .input {
    margin: 0 !important;
  }
}



/* cyrillic-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSdh18Smxg.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSdo18Smxg.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSdg18Smxg.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSdv18Smxg.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSdj18Smxg.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSdi18Smxg.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSds18Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidh18Smxg.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkido18Smxg.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidg18Smxg.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidv18Smxg.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidj18Smxg.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidi18Smxg.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkids18Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7qsDJT9g.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7jsDJT9g.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7rsDJT9g.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7ksDJT9g.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7osDJT9g.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7psDJT9g.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdh18Smxg.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdo18Smxg.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdg18Smxg.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdv18Smxg.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdj18Smxg.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdi18Smxg.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCds18Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdh18Smxg.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdo18Smxg.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdg18Smxg.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdv18Smxg.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdj18Smxg.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdi18Smxg.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSds18Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklydh18Smxg.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklydo18Smxg.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklydg18Smxg.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklydv18Smxg.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklydj18Smxg.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklydi18Smxg.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklyds18Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wmhduz8A.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wkxduz8A.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wmxduz8A.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wlBduz8A.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wmBduz8A.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wmRduz8A.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wlxdu.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmhduz8A.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwkxduz8A.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmxduz8A.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlBduz8A.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmBduz8A.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmRduz8A.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lqDY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7lqDY.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7lqDY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67lqDY.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67lqDY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lqDY.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmhduz8A.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwkxduz8A.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmxduz8A.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlBduz8A.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmBduz8A.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRduz8A.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmhduz8A.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwkxduz8A.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmxduz8A.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlBduz8A.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmBduz8A.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRduz8A.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwmhduz8A.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwkxduz8A.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwmxduz8A.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwlBduz8A.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwmBduz8A.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwmRduz8A.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cm Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwlxdu.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


.nav>nav>ul .header__menu-item--depth-1>ul li.active-branch>a,
.nav>nav>ul .header__menu-item--depth-1>ul li.active>a{
  color:rgba(86, 140, 173,1.0);
}

header.header .button-section-container .btn-section.active a {
  background-color: #568cad;
  color: white;
  border: 2px #568cad solid;
}


.two-col-content.blog-form.new-style form {
  display: block;
}
.two-col-content.blog-form.new-style form .hs-form-field {
  margin-bottom: 18px;
}
.two-col-content.blog-form.new-style form ul.inputs-list.multi-container {
  display: flex;
  column-gap: 12px;
  flex-wrap: wrap;
}
.new-post-style .featredimg img {
  width: 70%;
  width: 100%;
}
.new-post-style .addthis_toolbox.addthis_default_style ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
}
.new-post-style.cm-blog-post-noSidebr .addthis_toolbox ul li a {
  height: 4rem;
  font-size: 1.8rem;
  line-height: 4rem;
  width: 4rem;
}
.recent-posts-container .recent-post-block .block-content {
  width: 65%;
}
.recent-posts-container .recent-post-block .block-content h4 {
  margin: 0;
}
.recent-posts-container .recent-post-block {
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid #979797;
  display: flex;
  flex-wrap: wrap;
}
.recent-posts-container .recent-post-block:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.recent-posts-container .recent-post-block .block-img {
  width: 35%;
  padding-right: 5%;
}

.img-text-container .image-block img {
  margin: 0 auto 30px;
}
.img-text-container .image-block {
  text-align: center;
}
.img-text-container {
  margin-top: 20px;
  margin-bottom: 36px;
}