/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}


.row-fluid {
  width: 100%;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.row-fluid [class*='span']:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 99.99999998999999%;
}
.row-fluid .span11 {
  width: 91.489361693%;
}
.row-fluid .span10 {
  width: 82.97872339599999%;
}
.row-fluid .span9 {
  width: 74.468085099%;
}
.row-fluid .span8 {
  width: 65.95744680199999%;
}
.row-fluid .span7 {
  width: 57.446808505%;
}
.row-fluid .span6 {
  width: 48.93617020799999%;
}
.row-fluid .span5 {
  width: 40.425531911%;
}
.row-fluid .span4 {
  width: 31.914893614%;
}
.row-fluid .span3 {
  width: 23.404255317%;
}
.row-fluid .span2 {
  width: 14.89361702%;
}
.row-fluid .span1 {
  width: 6.382978723%;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}
.container-fluid:after {
  clear: both;
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.45299145300001%;
  }
  .row-fluid .span10 {
    width: 82.905982906%;
  }
  .row-fluid .span9 {
    width: 74.358974359%;
  }
  .row-fluid .span8 {
    width: 65.81196581200001%;
  }
  .row-fluid .span7 {
    width: 57.264957265%;
  }
  .row-fluid .span6 {
    width: 48.717948718%;
  }
  .row-fluid .span5 {
    width: 40.170940171000005%;
  }
  .row-fluid .span4 {
    width: 31.623931624%;
  }
  .row-fluid .span3 {
    width: 23.076923077%;
  }
  .row-fluid .span2 {
    width: 14.529914530000001%;
  }
  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

@media (min-width: 1000px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 99.999999993%;
  }
  .row-fluid .span11 {
    width: 91.436464082%;
  }
  .row-fluid .span10 {
    width: 82.87292817100001%;
  }
  .row-fluid .span9 {
    width: 74.30939226%;
  }
  .row-fluid .span8 {
    width: 65.74585634900001%;
  }
  .row-fluid .span7 {
    width: 57.182320438000005%;
  }
  .row-fluid .span6 {
    width: 48.618784527%;
  }
  .row-fluid .span5 {
    width: 40.055248616%;
  }
  .row-fluid .span4 {
    width: 31.491712705%;
  }
  .row-fluid .span3 {
    width: 22.928176794%;
  }
  .row-fluid .span2 {
    width: 14.364640883%;
  }
  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (max-width: 999px) {
  .row-fluid {
    width: 100%;
  }
  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}
.container-fluid:after {
  clear: both;
}
.equal-height-container > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
body .row-fluid .vertical-center{
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  -ms-flex-pack: space-between;
  -webkit-justify-content: center;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 999px) {
  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: block;
    display: -webkit-block;
  }
  body .row-fluid .vertical-center{
    display: block;
    display: -webkit-block;
    display: -ms-block ;
  }
}



/*   Column Adjust   */

/*Two Column Adjust
========================================================*/
.row-fluid .two-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: 0;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 48.83%;
  -webkit-flex-basis: 48.83%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
      margin-right: 2.34%;
  margin-top: 30px;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper:nth-child(2n){
  margin-right:0;
}
@media(max-width:999px) {
  body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin-top: 20px;
    width: 100%;
    margin: 10px 0;
    float: none
  }

  .row-fluid .two-col-adjust>span {
    display: block;
    margin-right: 0;
  }
}

/*==================================================
Three Col Adjust
==================================================*/
.row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: 0;
  width: 100%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 31.96%;
  -webkit-flex-basis: 31.96%;
  float: left;
  margin-right: 2%;
  margin-top: 2.43%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  flex-direction: column;
  -webkit-flex-direction: column;
}
@media(min-width: 1000px){
  body .row-fluid .three-col-adjust span>.hs_cos_wrapper:nth-child(3n){
    margin-right: 0px;
  }
}

@media (max-width:999px) {
  .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }
}

/*==================================================
Four Col Adjust
==================================================*/
.row-fluid .four-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: 0%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 23.16%;
  -webkit-flex-basis: 23.16%;
  float: left;
  margin-right: 2.4%;
  margin-top: 3.62%;
  box-sizing: border-box;
  position: relative;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper:nth-child(4n){
  margin-right: 0%;
}


 @media(max-width: 999px){
  body .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 46.8%;
    width: 46.8%;
    -webkit-flex-basis: 46.8%;
    /*     margin: 0; */
    margin-right: 5.7%;
    margin-top: 21px;
  }
  body .row-fluid .four-col-adjust span>.hs_cos_wrapper:nth-child(2n) {
    margin-right:0px !important;
  }
} 

/*==================================================
Five Col Adjust
==================================================*/
.row-fluid .five-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 17.5%;
  -webkit-flex-basis: 17.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing: border-box;
  position: relative;
}

@media (max-width:999px) {
  .row-fluid .five-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width: 100%;
    -webkit-flex-basis: 100%;
    margin: 0;
    margin-top: 30px;
    margin-right: 0;
  }
}

/*==================================================
Six Col Adjust
==================================================*/
.row-fluid .six-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 14%;
  -webkit-flex-basis: 14%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing: border-box;
  position: relative;
}

@media (max-width:999px) {
  .row-fluid .six-col-adjust>span {
    display: flex;
  }
  body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
    display: flex;
    flex-basis: 25%;
    width: 24%;
    -webkit-flex-basis: 25%;
  }
}
.content-big-wrapper,
.content-wrapper,
.wrapper{
  margin: 0 auto;
  padding: 0 30px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/



/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

body.compensate-for-scrollbar{
  margin-right: 0px;
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 1rem;
}

/* Anchors */

a {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  margin: 0px;
  border: none;
  border-bottom: 1px solid rgba(22, 47, 68, 0.5);
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
p strong{
  font-weight: 700;
}

.margin-zero,
.margin-zero h1,
.margin-zero h2,
.margin-zero h3,
.margin-zero h4,
.margin-zero h5,
.margin-zero h6,
.margin-zero p,
.margin-zero li,
.margin-zero a{
  margin:0px;
}
.fw-200,
.fw-200 h1,
.fw-200 h2,
.fw-200 h3,
.fw-200 h4,
.fw-200 h5,
.fw-200 h6,
.fw-200 p,
.fw-200.p-large p,
.fw-200 span, 
.fw-200-inner span,
.fw-200 li{
  font-weight: 200;
}
.fw-300,
.fw-300 h1,
.fw-300 h2,
.fw-300 h3,
.fw-300 h4,
.fw-300 h5,
.fw-300 h6,
.fw-300 p,
.fw-300 span, 
.fw-300-inner span,
.fw-300.p-large p,
.fw-300 li{
  font-weight: 300;
}
.fw-350,
.fw-350 h1,
.fw-350 h2,
.fw-350 h3,
.fw-350 h4,
.fw-350 h5,
.fw-350 h6,
.fw-350 p,
.fw-350 span, 
.fw-350-inner span,
.fw-350 li{
  font-weight: 350;
}
.fw-400,
.fw-400 h1,
.fw-400 h2,
.fw-400 h3,
.fw-400 h4,
.fw-400 h5,
.fw-400 h6,
.fw-400 p,
.fw-400 span, 
.fw-400-inner span,
.fw-400 li{
  font-weight: 400;
}
.fw-500,
.fw-500 h1,
.fw-500 h2,
.fw-500 h3,
.fw-500 h4,
.fw-500 h5,
.fw-500 h6,
.fw-500 p,
.fw-500 span, 
.fw-500-inner span,
.fw-500 li{
  font-weight:500;
}
.fw-600,
.fw-600 h1,
.fw-600 h2,
.fw-600 h3,
.fw-600 h4,
.fw-600 h5,
.fw-600 h6,
.fw-600 p,
.fw-600 span, 
.fw-600-inner span,
.fw-600 li{
  font-weight: 600;
}
.fw-700,
.fw-700 h1,
.fw-700 h2,
.fw-700 h3,
.fw-700 h4,
.fw-700 h5,
.fw-700 h6,
.fw-700 p,
.fw-700 span, 
.fw-700-inner span,
.fw-700 li{
  font-weight: 700;
}
.fw-800,
.fw-800 h1,
.fw-800 h2,
.fw-800 h3,
.fw-800 h4,
.fw-800 h5,
.fw-800 h6,
.fw-800 p,
.fw-800 span,
.fw-800-inner span,
.fw-800 li{
  font-weight: 800;
}

.flex{
  display: flex;
}
.item-center{
  align-items: center;
}
.item-baseline{
  align-items: end;
}
.justify-center{
  justify-content: center;
}
.space-between{
  justify-content:space-between;
}
.overflow-unset{
  overflow: unset;
}

@media(min-width: 1000px){
  .hide-desk{
    display: none;
  }
  .hide-mob{
    display: block;
  }
}

@media(max-width: 999px){
  .mob-center{
    text-align: center;
  }
  .hide-desk{
    display: block;
  }
  .hide-mob{
    display: none;
  }
  .flex-column{
    flex-direction: column;
    row-gap: 8px;
    max-width: max-content;
  }
}




/*==================================================
Three Col Adjust
==================================================*/
body .container-fluid .row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -3.2%;
}
body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 29.96%;
  -webkit-flex-basis: 29.96%;
  float: left;
  margin-right: 3.5%;
  margin-top: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
  flex-direction: column;
  -webkit-flex-direction: column;
}
body .row-fluid .three-col-adjust span>.hs_cos_wrapper:nth-child(3n){
  margin-right:0px;
}
@media (max-width:922px){
  body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }
  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }
  body .row-fluid .three-col-adjust span>.hs_cos_wrapper:nth-child(3n){
    margin-right:auto;
  }
}
/*==================================================
Four Col Adjust
==================================================*/
body .container-fluid .row-fluid .four-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}
body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 22.29%;
  -webkit-flex-basis: 22.29%;
  float: left;
  margin-right: 2.71%;
  margin-top: 12px;
  box-sizing:border-box;
  position:relative;
}
@media (max-width:922px){
  body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
  }
  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    width:100%;
    margin-top: 20px;
  }
}
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.12rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}
.hs-fieldtype-textarea.hs-input{
  width: 100%;
}
form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.1rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


/* Search button input field and suggestions */
.body-container-wrapper .hs-search-field__button {
  padding: 15px;
}

.body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
  margin-left: 6px;
  margin-bottom: 0;
}

.body-container-wrapper .hs-search-field__button svg {
  height: 15px;
  fill: #fff;
}

.body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
  padding: 10px;
}

.body-container-wrapper .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}



/*   Error message   */

form .hs-error-msgs.inputs-list>li{
  margin: 0;
}

ul.hs-error-msgs li label{
  margin-bottom:0; 
}

ul.hs-error-msgs li label.hs-error-msg{
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  text-align: left;
  padding-left: 24px;
}
ul.hs-error-msgs li label a,
.hs_error_rollup{
  display: none;
}

@media(min-width: 1000px){
  form .hs_submit{
    padding-top: 6px;
  }
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/





/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}



.hs-search-field__form {
  position: relative;
}

.header__search .hs-search-field__label {
  flex-basis: auto;
}



.header__search .hs-search-field__input {
  
  height: 45px;
  padding: 0 0.7rem;
}



.header__search .hs-search-field__button {
  padding: 0;
  fill: #000;
  background-color: transparent;
  border: none;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.header__search .hs-search-field__button svg {
  height: 25px;
}


.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}


/************** Header CSS ***********************/

header.header .phase_5_header{
  z-index: 999;
}

@media(min-width: 1280px){
  header.header .row-fluid .span1.header_search{
    width: 2.982906%;
    margin-left: 1.564103%;
  }
  header.header .row-fluid .span8.header_menu{
    width: 69.81196581200001%;
  }
}

@media(min-width: 1000px){
  header.header .phase_5_header .hs-menu-children-wrapper{
    background: #ffffff;
    padding: 20px;
  }
  .phase_5_header .wrapper .menu_container ul.hs-menu-children-wrapper li a{
    color: #0A3046;
  }
}

@media(max-width: 999px){
  header.header .phase_5_header{
    top:0;
    max-width: 100%;
    margin:0;
    border-radius: 0;
  }
  .mobile-trigger {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    padding: 0;
    position: absolute;
    right: 20px;
    text-align: left;
    text-transform: uppercase;
    top: 16px;
    transition: all .3s ease-in-out;
    width: auto;
    z-index: 11;
  }
  .mobile-trigger i, .mobile-trigger i:after, .mobile-trigger i:before {
    background: #0086BF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    height: 3px;
    transition: all .3s ease-in-out;
    width: 31px;
  }
  .mobile-trigger i {
    position: relative;
    /*     top: -4px; */
  }
  .mobile-trigger i:after, .mobile-trigger i:before {
    content: "";
    position: absolute;
  }
  .mobile-trigger i:before {
    right: 0;
    top: -10px;
  }
  .mobile-trigger i:after {
    right: 0;
    top: 10px;
  }
  .mobile-open .mobile-trigger i {
    background: transparent;
    transition: all .3s ease-in-out;
  }
  .mobile-open .mobile-trigger i:before {
    top: 0;
    transform: rotate(45deg);
    transition: all .3s ease-in-out;
    width: 100%;
  }
  .mobile-open .mobile-trigger i:after {
    top: 0;
    transform: rotate(-45deg);
    transition: all .3s ease-in-out;
    width: 100%;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper, .custom-menu-primary.js-enabled .hs-menu-children-wrapper {
    display: none;
  }
  body .row-fluid .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 68px;
    left:0;
    width: 100%;
    position: absolute;
    background: #ffffff;
    box-shadow: 0px 37px 37px 0px rgba(0, 0, 0, 0.05);
    padding-top: 23px;
    padding-bottom: 40px;
    height: 100vh;
  }
  body.mobile-open .row-fluid .custom-menu-primary.js-enabled .hs-menu-wrapper {
    /*     display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-direction: column; */
  }
  .phase_5_header .wrapper .menu_container ul{
    flex-direction: column;
    width: 100%;
  }
  header .phase_5_header .menu_container .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    left: 0;
    opacity: 0;
    top: 68px;
    transition: all .1s ease-in-out;
    visibility: hidden;
    display: none;
    gap: 0;
    border-radius: 29px;
    min-width: 318px;
  }
}



/***************  Footer CSS  *******************/

/* .header{
display:none;
} */

/** Location with Button **/
.footer .hs-menu-wrapper ul{
  display: block;
}
.footer .hs-menu-wrapper ul li,
.footer .main_footer_section .contact_detail p{
  margin-bottom: 12px;
}
.footer .main_footer_section .company_logos .logo{
  line-height: 0;
}
.footer .main_footer_section .copyright_content p{
  font-size: 14px;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer img{
  width: auto;
}
.footer__section .location_with_button .title_container{
  max-width: 850px;
  margin-bottom: 51px;
}
.footer__section .location_with_button .location_content ul,
.footer__section .main_footer_section .social_follow ul{
  list-style-type: none;
  padding:0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer__section .location_with_button .location_content ul li h3{
  margin-bottom: 0;
  padding: 0 44px 0 50px;
  position: relative;
}
.footer__section .location_with_button .location_content ul li:not(:last-child) h3:before{
  position: absolute;
  content:'/';
  right:-6px;
  width: 12px;
  height:100%;
}
.footer__section .location_with_button .location_content ul li:first-child h3{
  padding-left: 0px;
}
.footer__section .main_footer_section .company_logo_container,
.footer__section .main_footer_section .social_follow ul{
  display: -webkit-flex;
  display: flex;
   -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer__section .main_footer_section .company_logo_container{
  gap: 35px;
}
.footer__section .main_footer_section .social_follow ul{
  gap: 20px;
}
.footer__section .main_footer_section .social_follow ul li svg,
.footer__section .main_footer_section .social_follow ul li img{
  width: 100%;
  max-width: 25px;
  max-height: 25px;
}
.footer__section .main_footer_section .social_follow ul li{
  max-height: 25px;
}
.footer__section .newsletter_section .newsletter_form form .hs_submit{
  padding-top:0;
}
@media(min-width: 1400px){
  .footer__section .newsletter_section .row-fluid .span5{
    width: 42.17094%;
  }
  .footer__section .newsletter_section .row-fluid .span7{
    width: 58.264957265%;
  }
}

@media(min-width: 1000px){
  .footer__section .location_with_button .cta_container{
    padding-left: 13px;
    width: 100%;
    max-width: max-content;
  }
  .footer__section .main_footer_section .footer_bottom_container .privacy_and_copyright_section{
    padding-top: 28px;
    padding-bottom: 47px;
  }
  .footer__section .privacy_and_copyright_section{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer__section .location_with_button .location_content ul li h3{
    font-size: 40px;
    line-height: 50px;
  }
  .footer__section .location_with_button .content_with_button{
    display: flex;
  }
  .footer__section .location_with_button .location_content{
    margin-top: 6px;
  }
  .footer__section .newsletter_section .newsletter_form form{
    margin-left: auto;
    max-width: 652px;
    text-align: right;
    margin-bottom:0;
  }
  .footer__section .newsletter_section .newsletter_form form label{
    margin: 0;
  }
  .footer__section .newsletter_section .newsletter_form form input{
    border-radius: 50px;
  }
  .footer__section .newsletter_section .newsletter_form form .hs-error-msg{
    margin-top: 0.3rem;
  }
  .footer__section .newsletter_section .newsletter_form form .hs-form-field, 
  .footer__section .newsletter_section .newsletter_form form .hs-submit {
    display: inline-block;
    margin-bottom: 0px;
  }

  .footer__section .newsletter_section .newsletter_form form .hs-form-field {
    width: 62.9%;
    margin-right: 4.62%;
    margin-left: auto;
  }
  .footer__section .main_footer_section .company_logos{
    margin-top: 82px;
  }
  .footer__section .main_footer_section .contact_details .flex_container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-left: 4px;
  }
}

@media(min-width: 1000px) and (max-width: 1200px){
  .footer__section .location_with_button .location_content ul li h3{
    padding: 0 35px;
  }
  .footer__section .newsletter_section .newsletter_form form .hs-form-field{
    width: 58.08%;
  }
}

@media(max-width: 999px){
  .footer .hs-menu-wrapper ul li, .footer .main_footer_section p{
    font-size: 16px;
    line-height: normal;
    margin-bottom: 9px;
  }
  .footer__section .location_with_button .title_container{
    margin-bottom: 16px;
  }
  .footer__section .location_with_button .location_content ul{
    justify-content: center;
  }
  .footer__section .location_with_button .location_content ul li h3{
    padding: 0 15px;
  }
  .footer__section .location_with_button .location_content ul li:last-child h3{
    padding-right: 0px;
  }
  .footer__section .location_with_button .location_content ul li:not(:last-child) h3:before{

  }
  .footer__section .location_with_button .location_content{
    margin-bottom: 35px;
  }
  .footer__section .newsletter_section .newsletter_title h3{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .footer__section .newsletter_section .newsletter_form form{
    max-width: 337px;
    margin: 0 auto;
  }
  .footer__section .newsletter_section .newsletter_form form .hs-form-field{
    margin-bottom: 13px;
  }
  .footer__section .newsletter_section .newsletter_form form ul.hs-error-msgs li label.hs-error-msg{
    position: relative;
    bottom: -4px;
    padding:0;
    text-align: center;
  }
  .footer__section .main_footer_section .logo_container .footer_logo{
    max-width: 155px;
    margin-bottom: 30px;
  }
  .footer__section .privacy_and_copyright_section{
    display: flex;
    flex-direction: column-reverse;
  }
  .footer .main_footer_section .copyright_content p{
    font-size: 10px;
  }
  .footer__section .main_footer_section .footer_menu .social_follow{
    padding: 19px 0 28px;
  }
  .footer__section .main_footer_section .company_logo_container{
    margin-top: 37px;
  }
  .footer .main_footer_section .copyright_content{
    padding: 15px 0 14px;
  }
  .footer .main_footer_section .privacy_and_copyright_section .privacy_content{
    padding-bottom: 9px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 999px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
/* ----------------   Labels -----------------  

1. Variable Declare 
2. Module CSS
a. Card Module


*/
/* =============================== 1. Variable Declare ======================= */






/* ===================== 2. Module CSS ====================== */

body .fancybox-container .fancybox-navigation button:disabled{
  opacity:0;
  visibility: hidden;
  pointer-events: none;
  display: none;
}


/* ===================== a. Card Module ====================== */

.card_module .main_heading {
  width: 100%;
  margin-bottom: 27px;
  max-width: 923px;
}
.card_module .hs_cos_wrapper{
  border: 0.5px #8FA3B8 solid;
  border-radius: 20px;
}
.card_module .card_conta{
  position:relative;
}
.card_module .card_conta:before{
  position:absolute;
  content:"";
  left:auto;
  right:32px;
  top:32px;
  bottom:auto;
  width:34px;
  height:34px;
  transition: 0.3s all ease-in;
  opacity: 0;
  visibility:hidden;
  background-size: contain;
  background-repeat: no-repeat;
}
.card_module .card_conta:hover:before{
  transition: 0.3s all ease-in;
  opacity: 1;
  visibility:visible;
}
.card_module .card_conta .card_top{
  gap: 26px;
  margin-bottom: 52px;
}
.card_module .card_conta .card_top .card_logo_conta{
  max-width:54.31px;
  min-width: 54.31px;
  object-fit:contain;
  width:100%;
}
.card_module .hs_cos_wrapper a:hover{
  text-decoration:none;
}
.card_module .card_conta .card_decription p{
  color: #002D57;
  color: #002D57;
}
@media (max-width:999px){
  .card_module .main_heading{
    margin-bottom: 43px;
  }
  .card_module .hs_cos_wrapper{
    border-radius: 10px;
  }
  .card_module .card_conta .card_top {
    margin-bottom: 20px;
  }
  .card_module .card_conta .card_top {
    gap: 21px;
  }
  .card_module .card_conta .card_top .card_logo_conta {
    max-width: 52px;
    min-width: 52px;
  }
  .card_module .card_conta:before {
    top: 16px;
    right: 16px;
    width: 16px;
    height: 16px;
  }
  .card_module .card_conta .card_top .card_heading h4 span{
    color: #002D57;
    color: #002D57;
  }
}



/* Accordion Module */

:root {
  --custom-height: 120px;
}
.element {
  height: var(--custom-height);
}


.accordion_about .heading_conta {
  max-width: 1133px;
  margin-bottom: 70px;
}

.accordion_about .content-big-wrapper {
  gap: 25px;
}
.accordion_about .accordion_details .left_col {
  max-width: 673px;
  width: 100%;
  padding: 61px 0 92px;
}
.accordion_about .accordion_details .right-col {
  max-width: 592px;
  text-align: right;
  width: 100%;
  padding-top: 2px;
}
.accordion_about .accordion_details .right-col h4{
  font-size: 200px;
  line-height: 1.2;
}
.accordion_about .accordion_details {
  height: 154px;
  overflow: hidden;
  transition: height 0.3s ease;
  cursor:pointer;
}
.accordion_details.active {
  height: auto;
}
.accordion_about .accordion_details .accordion_heading {
  margin-bottom: 62px;
}
@media(min-width: 1000px) and (max-width: 1200px){
  .accordion_about .accordion_details .right-col h4{
    font-size: 178px;
  }
}

@media (max-width:999px){
  .accordion_about .content-big-wrapper {
    display: block;
  }
  .accordion_about .accordion_details{ 
    height: 157px;
  }
  .accordion_about .accordion_details .left_col {
    padding: 47px 0 1px;
    max-width: max-content;
  }
  .accordion_about .accordion_details .accordion_heading {
    margin-bottom: 0;
  }
  .accordion_about .accordion_details .accordion_description {
    padding-top:38px;
    display:none;
  }
  .accordion_about .accordion_details.active .accordion_description {
    display:block;
  }
  .accordion_about .accordion_details .right-col {
    padding-bottom: 11px;
    max-width: max-content;
    margin-left: auto;
  }
  .accordion_about .heading_conta {
    margin-bottom: 28px;
  }
  .accordion_about .accordion_details .right-col h4 {
    font-size: 100px;
    line-height: normal;
    width:max-content;
  }

}



/* Contact Form Module */

.form_section .main_container{
  max-width:850px;
}

.form_section .main_container textarea{
  width: 100% !important;
  min-height: 180px;
}
.form_section .main_container form .input{
  margin-right: 0px !important ;
}
.form_section .main_container form  fieldset.form-columns-2{
  display: flex;
  gap: 30px;
}
.form_section .main_container form .hs-form-field{
  margin-bottom: 14px;
}

.form_section .main_container form .hs-fieldtype-textarea label.hs-error-msg.hs-main-font-element{
  top: 0px;
}
.form_section .main_container form textarea,
.form_section .main_container form input{
  border-radius: 20px;
}

.form_section .main_container form input.hs-button.primary.large{
  border-radius: 50px;
}

@media (max-width: 600px) {

  .form_section .main_container form fieldset.form-columns-2 {
    display: block;
  }
  .form_section .main_container form .hs-form-field {
    width: 100% !important;
  }

  .form_section .main_container form .hs-form-field input{
    width: 100% !important;
  }

  .form_section .main_container form textarea,
  .form_section .main_container form input{
    border-radius: 30px;
  }
  .form_section .main_container form label{
    margin: 0;
  }  
  .form_section .main_container form ul.hs-error-msgs li label.hs-error-msg {
    font-size: 10px;
    /*       top: -5px; */
  }
  .form_section .main_container textarea{
    min-height: 189px;
  }
}

/* Counter Module */

.rich_text_with_counter{
  z-index:0;
  position:relative;
}
.rich_text_with_counter:before{
  position:absolute;
  top: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right top;
  z-index: -1;
  max-width: 955px;
  max-height: 1313px;
  background-size:contain;
}
.rich_text_with_counter .heading_conta {
  max-width: 960px;
  margin-bottom: 38px;
}
.rich_text_with_counter  .description_conta {
  max-width: 850px;
  margin-bottom: 140px;
}
.rich_text_with_counter .counter-group {
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom:30px;
}
.rich_text_with_counter .counter-conta {
  background: #ffffff;
  border-radius: 20px;
  min-height: 388px;
  flex-basis: calc(33.33% - 20px);
}
.rich_text_with_counter .counter-top {
  min-height: 290px;
  padding: 7px 15px 7px 33px;
}
.rich_text_with_counter .counter-top h2 span.count-value{
  font-size: 100px;
  line-height: 1.5;
}
.rich_text_with_counter .counter-top h2 sup{
  font-size: 60px;
}
.rich_text_with_counter .counter-label {
  border-top: 0.5px solid #98ABBC;
  padding: 28px 33px;
}

.rich_text_with_counter .bottom_conta{
  gap: 72px;
  padding: 58px 78px;
  background: #002D57;
  border-radius: 20px;
}
.rich_text_with_counter .logo_conta {
  max-width: 147px;
  width: 100%;
  object-fit: contain;
}



@media (max-width:999px){
  .rich_text_with_counter:before {
    max-width: 269px;
    max-height: 377px;
  }
  .rich_text_with_counter .counter-label h4{
    font-size: 18px;
    line-height: 28px;
  }
  .rich_text_with_counter .heading_conta {
    margin-bottom: 0;
  }
  .rich_text_with_counter .description_conta {
    margin-bottom: 65px;
  }
  .rich_text_with_counter .counter-top h2 span.count-value {
    font-size: 60px;
    line-height: 70px;
  }
  .rich_text_with_counter .counter-group {
    gap: 10px;
    margin-bottom: 10px;
  }
  .rich_text_with_counter .counter-conta {
    flex-basis: 100%;
    min-height: 112px;
    border-radius: 10px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    /*     flex-wrap: wrap; */
  }
  .rich_text_with_counter .counter-top {
    min-height: auto;
    padding: 15px 16px 13px;
  }
  .rich_text_with_counter .counter-label {
    border-top: none;
    padding: 23px 0 21px 15px;
  }
  .rich_text_with_counter .bottom_conta {
    display: block;
    padding: 30px 20px 22px;
    border-radius: 10px;
  }
  .rich_text_with_counter .logo_conta {
    margin-bottom: 22px;
  }
  .rich_text_with_counter .counter-top h2 sup {
    font-size: 38px;
  }
  .rich_text_with_counter .logo_conta {
    max-width: 82px;
  }
  .rich_text_with_counter .counter-top h2{
    width:max-content;
  }
  .rich_text_with_counter .logo_details.p-large p{
    font-size: 18px;
    line-height:28px;
  }
}


/* Horizontal Scroll Slider */

.horizontal_slider_section .title_container{
  max-width: 923px;
}
.horizontal_slider_section .title_container h2{
  margin-bottom: 11px;
}
.horizontal-container .team-card .member-details{
  padding-top: 26px;
}
.horizontal-container .team-card .member-name p{
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 2px;
}
.horizontal-container .team-card .member-designation p{
  font-size: 16px;
  line-height: 26px;
}

.horizontal-container .team-card .member-profile-picture{
  position: relative;
  width: 100%;
  /*   aspect-ratio: 3/4; */
}

.horizontal-container .team-card .member-profile-picture{
  aspect-ratio: 3/4;
}

body.wrapper-mac-adjust .horizontal-container .team-card .member-profile-picture::before {
  content: "";
  display: block;
  padding-top: 31vw; /* 4:3 aspect ratio */
}

/* .horizontal-container .horizontal-scroller {
  display: flex;
  width: max-content; 
  height: 100%;
} */

.horizontal-container .horizontal-wrapper {
  width: 100%;
  height: max-content;
  position: relative;
}

.horizontal-container {
  width: 100%;
  height: max-content;
/*   margin-top: 2em; */
  position: relative;
}
/* .horizontal-container .row {
  display: flex;
  justify-content: flex-start;
} */

.horizontal-container .team-card {
  padding-right:30px;
  box-sizing: border-box;
  height: max-content;
/*   width: 31vw;
  max-width:440px; */
}
.horizontal-container .team-card .member-profile-picture{
  border-radius: 20px;
}

@media(min-width: 1921px){
  body.wrapper-mac-adjust .horizontal-container .team-card .member-profile-picture:before{
    padding-top: 24vw;
  }
}

/* @media(min-width: 1921px) and (max-width: 2400px){
  body .horizontal-container .row {
    margin-right:20vw !important;
  }
} */

/* @media(min-width: 2400px) and (max-width:3000px){
  body .horizontal-container .row {
    margin-right:30vw !Important;
  }
} */

/* @media(min-width: 3001px) and (max-width:5000px){
  body .horizontal-container .row {
    margin-right:40vw !Important;
  }
} */

/* @media(min-width:5001px){
  body .horizontal-container .row {
    margin-right:50vw !Important;
  }
} */

@media(min-width: 1000px) and (max-width: 1398px), (min-height: 500px) and (max-height: 700px){
  .horizontal-container .team-card {
    margin-top: 10px;
/*     max-width: 300px; */
  }
/*   .horizontal-container .row{
    margin-right: 20px;
  } */
}

/* @media(min-width: 1000px) and (max-width: 1500px){
  body .horizontal-container .row {
    margin-right: 2vw;
  }
} */

@media(max-width: 999px){
  .horizontal-container .team-card {
/*     width: 76vw;
    max-width: 308px; */
    padding-right: 20px;
  }
  .horizontal-container .team-card .member-profile-picture{
    border-radius: 10px;
  }
  .horizontal-container .team-card .member-details{
    padding-top: 15px;
  }
  .horizontal-container .team-card p{
    font-size: 16px;
    line-height: 22px;
  }
  .horizontal-container .team-card .member-designation p{
    font-size: 14px;
    line-height: 22px;
  }
  .pin-spacer{
    margin-top: 26px !important;
  }
}

@media(min-width: 2500px){
  .horizontal-container .team-card {
/*     max-width: 100%;
    width: 16vw; */
  }
  .horizontal-container .team-card p{
    font-size: 1vw;
    line-height: 1.2vw;
  }
}



/* Team Popup Module */

.team-popup-section .team-member-picture,
.team-member-popup .content_container .team-member-picture {
  position: relative;
}


@media (max-width:999px){
  .team-popup-section .title_container {
    margin-bottom: 12px;
  }
  .team-popup-section .team-member-picture,
  .team-member-popup .content_container .team-member-picture {
    position: relative;
    max-height:575px;
    overflow:hidden;
  }
  body.wrapper-mac-adjust .team-popup-section .team-member-picture::before,
  body.wrapper-mac-adjust .team-member-popup .content_container .team-member-picture::before {
    content: "";
    display: block;
    padding-top: 57vw; /* 4:3 aspect ratio */
  }
}
.team-popup-section .bottom-container {
  display: none;
}
.bottom-container .load-button{
  clear: both;
  cursor: pointer;
  display: block;
  padding-top:40px;
}
.bottom-container .load-button p{
  text-decoration: underline; 
  display: inline-block; 
  border-bottom: none;
}
.team-popup-section .team-profile{
  width: 100%;
}
.team-popup-section .team-profile .team-member-details{
  padding-top: 18px;
}
.team-popup-section .team-profile .team-member-details .team-member-designation p{
  font-size: 15px;
  line-height: 26px;
}
.team-popup-section .member-profile .open-popup{
  position: absolute;
  content: '';
  left: 28px;
  bottom: 23px;
}

.team-member-popup .content_container{
  display: flex;
  align-items: center;
  gap:6.7%;
  width: 100%;
  margin: auto;
}
.team-popup-section .team-member-picture{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  border-radius: 20px;
  width: 100%;
  aspect-ratio: 3/4;
  position: relative;
}
.team-member-popup .content_container .team-member-picture{
  width: 100%;
  max-width: 375px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  border-radius: 20px;
  aspect-ratio: 3/4;
  position: relative;
}

.team-member-popup .content_container .team-member-details{
  width: 100%;
  max-width: 634px;
}
.team-popup-section .member-profile .open-popup,
.team-popup-section .member-profile .close-popup{
  cursor: pointer;
}
.team-member-popup {
  display: none;
  /*   position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999; */
}
.team-member-popup::-webkit-scrollbar,
.fancybox-container::-webkit-scrollbar,
.popup-content-container::-webkit-scrollbar{
  display: none;
}
.popup-content-container {
  background-color: #fff;
  border-radius: 20px;
  height: max-content;
  left: auto;
  max-width: 1290px;
  overflow: auto;
  padding: 43px 35px;
  position: relative;
  top: auto;
  transform: none;
  width: calc(100% - 88px);
  right: auto;
  bottom: auto;
}
.close-popup {
  position: absolute;
  top: 41px;
  right: 37px;
  cursor: pointer;
}

.team-member-popup.open {
  display: block;
}
.team-popup-section .member-profile .open-popup{
  line-height:0;
}
.team-popup-section .member-profile:hover .open-popup a{
  display: block;
  width:100%;
}

@media(min-width: 1000px){
  .team-popup-section .team-member-picture,
  .team-member-popup .content_container .team-member-picture {
    max-height:500px;
    overflow:hidden;
  }
  body.wrapper-mac-adjust .team-popup-section .team-member-picture::before,
  body.wrapper-mac-adjust .team-member-popup .content_container .team-member-picture::before {
    content: "";
    display: block;
  }
  body.wrapper-mac-adjust .team-popup-section .team-member-picture::before{
    padding-top: 28vw;
  }
  body.wrapper-mac-adjust .team-member-popup .content_container .team-member-picture::before {
    padding-top: 32vw;
  }
  .team-popup-section .title_container {
    padding-bottom: 10px;
  }
  .team-popup-section .member-profile .open-popup{
    transform: scale(0);
    transition: transform 0.3s ease-in-out; 
  }
  .team-popup-section .member-profile:hover .open-popup{
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
  }
  .team-member-popup .profile-description p{
    margin-bottom: 28px;
  }
  .team-member-popup .profile-description{
    padding-top:22px;
  }
}
@media(max-width: 999px){
  .team-popup-section .title_container {
    margin-bottom: 27px;
  }
  .team-member-popup .content_container{
    flex-direction: column;
    gap: 30px;
  }
  .team-member-popup .content_container .team-member-picture,
  .team-popup-section .team-member-picture{
    border-radius: 10px;
  }
  body .fancybox-slide--html{
    padding: 30px 0;
  }
  .close-popup{
    right: 18px;
    top: 18px;
    width: 18px;
  }
  .popup-content-container{
    height: 100%;
  }
  .team-popup-section .member-profile .open-popup {
    bottom: 12.65px;
    width: 33.5px;
    height: 33.5px;
    left: 15px;
  }
  .team-popup-section .team-profile .team-member-details{
    padding-top: 10px;
  }
  .popup-content-container{
    padding: 43px 20px;
    width: calc(100% - 100px);
  }

  body .team-popup-section .bottom-container {
    display: flex ;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 40px;
  }

  body .fancybox-container .fancybox-content{
    padding:0;
  }
  .team-member-popup p{
    font-size: 16px;
    line-height: 22px;
  }
}


/* .popup-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} */




/* Fancybox */
body.compensate-for-scrollbar{
  margin-right: 0px;
}
body .fancybox-container .fancybox-navigation button:disabled{
  cursor: not-allowed;
}
body .fancybox-navigation .fancybox-button{
  opacity: 1;
  visibility: visible;
}
.fancybox-slide--html .fancybox-close-small{
  display: none;
}
body .fancybox-container .fancybox-content{
  background: transparent;
  height:100%;
  width: 100%;
  max-width: 1466px;
  margin: auto;
  display:inline-flex !IMPORTANT;
  align-items: center;justify-content: center;
}
body .fancybox-container .fancybox-content::-webkit-scrollbar{
  display:none;
}

@media(max-height:640px){
  body .popup-content-container{
    height:100%;
  }
}



/* Social Share module */

.social_share .content_container{
  display:flex;
  align-items:center;
  gap:20px;
}


/* Footer */

.footer__section .location_with_button .location_content ul li h3{
  font-weight: 300;
}

/* Header Search */


.hs-editor-hide-until-active {
  display: none;
}

.inpage-editor-active-field .hs-editor-hide-until-active {
  display: block;
}

.hs-search-field {
  position: relative;
}

.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
  flex: 1;
}

.hs-search-field__bar button svg {
  height:31px;
  width:31px;
}
.hs-search-field__bar button svg path{
  fill:#fff;
}
.hs-search-field__suggestions {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-search-field--open .hs-search-field__suggestions,
.inpage-editor-active-field .hs-search-field__suggestions {
  width: 100%;
  border: 1px solid #cdcdcd;
  box-shadow: 1px 10px 16px -9px rgba(122, 122, 122, 0.75);
}

.hs-search-field__suggestions li {
  display: block;
  padding: 0;
  margin: 0;
}

.hs-search-field__suggestions .results-for {
  font-weight: bold;
}

.hs-search-field__suggestions a,
.hs-search-field__suggestions .results-for {
  display: block;
  padding: 0 10px;
  line-height: 1.7rem;
}

.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}

.hs-search-field__input:focus {
  outline-style: solid;
}

.hs-search-field__suggestions-container {
  position: relative;
  flex-basis: 100%;
}

.hs-search-field__form {
  display: flex;
  flex-wrap: wrap;
}

.hs-search-field__label {
  flex-basis: 100%;
}

.hs-search-field__bar--button-beneath .hs-search-field__input {
  flex-basis: 100%;
}

.hs-search-field__bar--button-beneath .hs-search-field__button {
  margin-top: 0.725rem;
  margin-right: 0.725rem;
}

.hs-search-field__bar--button-align-right .hs-search-field__button {
  margin-right: 0;
  margin-left: 0.725rem;
  order: 2;
}

.hs-search-field__bar--button-beneath .hs-search-field__suggestions-container {
  min-width: 75%;
  flex-basis: auto;
  flex-grow: 1;
}

.hs-search-field__button--labelled .hs_cos_wrapper_type_icon {
  margin-right: 0.5rem;
}

/* stylelint-disable declaration-no-important */
.show-for-sr {
  position: absolute !important;
  overflow: hidden !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}
/* stylelint-enable declaration-no-important */




/* News and Insight Listing */

.recent-listing-section .title_cta_container{
  display: flex;
  align-items: center;
  gap: 23px;
  padding-bottom: 20px;
}
.recent-listing-section .title_cta_container .title_container,
.recent-listing-section .title_cta_container .cta_container{
  width: 100%;
  max-width: max-content;
}
.recent-listing-section .three-col-adjust .hs_cos_wrapper a:hover,
.recent-listing-section .three-col-adjust .hs_cos_wrapper a:focus{ 
  text-decoration: none; 
}
.recent-listing-section .recent_featured_image{
  width: 100%;
  min-height: 345px;
  border-radius: 20px;
}
.recent-listing-section .three-col-adjust .hs_cos_wrapper .tag_date_container{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap:42px;
  padding-top: 24px;
  padding-bottom: 18px;
}
.recent-listing-section .three-col-adjust .hs_cos_wrapper .date_container p{
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}
.recent-listing-section .three-col-adjust .hs_cos_wrapper .tag_container h5{
  text-transform: capitalize;
}
.recent-listing-section .podcasts .recent_featured_image,
.recent-listing-section .videos .recent_featured_image{
  position: relative;
  overflow:hidden;
}
.recent-listing-section .podcasts .podcast_elements,
.recent-listing-section .videos .video_elements{
  position: absolute;
  width: 100%;
  bottom:0;
  padding: 41px 37px 31px 25px;
  height: 114px;
}

.recent-listing-section .podcasts .podcast_elements:before,
.recent-listing-section .videos .video_elements:before{
  background: linear-gradient(0deg, rgba(10, 48, 70, 1), #0a304600);
  opacity: 0.7;
  position: absolute;
  content:'';
  width: 100%;
  height: 114px;
  right:0;
  left:0;
  bottom:0; 
  z-index:0;
}
.recent-listing-section .podcasts .podcast_elements .podcast_listening_time,
.recent-listing-section .podcasts .podcast_elements .podcast_icon,
.recent-listing-section .videos .video_elements .video_icon{
  position: relative;
  z-index:1;
}

.recent-listing-section .podcasts .podcast_elements{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recent-listing-section .podcasts .podcast_elements .podcast_icon{
  max-width: 29.95px;
}
.recent-listing-section .videos .video_elements .video_icon{
  max-width: 30px;
  margin-left: auto;
}

@media(max-width: 999px){
  .recent-listing-section .row-fluid .three-col-adjust span>.hs_cos_wrapper{
    max-width: 100%;
  }
  .recent-listing-section .recent_featured_image{
    height: 15.385vw;
    min-height: auto;
    max-height:320px;
    border-radius: 10px;
  }
  .recent-listing-section .title_cta_container{
    padding-bottom: 0px;
  }
/*   .recent-listing-section .row-fluid .three-col-adjust span>.hs_cos_wrapper:first-child{
    margin-top: 25px;
  } */
  .recent-listing-section .three-col-adjust .hs_cos_wrapper .date_container p{
    font-size: 16px;
  }
  .recent-listing-section .three-col-adjust .hs_cos_wrapper .tag_container{
    display: flex;
    flex-basis: 36.8%;
  }
  .recent-listing-section .three-col-adjust .hs_cos_wrapper .tag_date_container{
    padding-top: 9px;
    padding-bottom: 8px;
  }
  .recent-listing-section .hide-desk .cta_container{
    padding-top: 28px;
  }
  .recent-listing-section .podcasts .podcast_elements, 
  .recent-listing-section .videos .video_elements{
    padding: 58px 25px 14px 25px;
  }
}

@media(max-width: 922px){
  body .recent-listing-section .recent_featured_image{
    height:44vw;
  }
}



/* Our Values */

.our_values .detailed_conta{
  border-bottom: 0.5px solid #8FA3B8;
}
.our_values .detailed_conta .detailed_section {
  max-width: 1248px;
  margin: 59px auto 32px;
  gap: 20px;
}
.our_values .detailed_conta .detailed_section .heading_conta {
  flex-basis: 33%;
}
@media (min-width:1000px){
  .our_values .detailed_conta .detailed_section .heading_conta h4{
    font-size:30px;
    line-height: 32px;
  }
  .our_values .main_title{
    margin-bottom:80px;
  }
}
.our_values .detailed_conta .detailed_section .decription_conta {
  margin-left: auto;
  flex-basis:64%;
}
.our_values .detailed_conta .detailed_section .decription_conta p{
  color:#002D57;
}

@media(max-width:999px){
  .our_values .detailed_conta .detailed_section {
    display: block;
    margin-top:25px;
    margin-bottom: 34px;
  }
  .our_values .main_title {
    margin-bottom:48px;
  }
  .our_values .detailed_conta .detailed_section .heading_conta {
    margin-bottom: 21px;
  }
}


/* Privacy Policy Module */

@media (min-width:1000px){
  .text_section .main_heading {
    margin-bottom: 100px;
  }
}
.text_section .description h4{
  font-size: 22px;
  line-height: 28px;
}
.text_section .description ul{
  margin-bottom:0;
}
@media (max-width:999px){
  .text_section .main_heading {
    margin-bottom: 89px;
  }
}


/* Full Width Background Video */

.full_screen_video_section {
  position: relative;
  overflow: hidden;
}

.video-container {
  position: relative;
  z-index:1 ;
}
.video-container .title-controls__container{
  position: absolute; 
  z-index:1;
  bottom: 0px;
  left: 0;
  right: 0;
  max-width: 1460px;
  padding:0 30px 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.video-container .heading-container{
  max-width: 780px;
}

.poster-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2; /* behind the video */
}

.video-wrapper{
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1296px;
}

#vimeo-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Cover the entire area of the container */
}

#poster-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -99; /* Behind the video but in front of everything else */
}


#video-section, #mp4-video-section, #vimeo-video-section{
  position: relative;
  width: 100%;
  height: 599px; /* Fixed height for the section */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#video-section:before, 
#mp4-video-section:before, 
#vimeo-video-section:before{
  position: absolute;
  content:'';
  width: 100%;
  height: 50%;
  left:0;
  bottom:0;
  right:0;
  background: linear-gradient(0deg, rgba(10, 48, 70, 1), #0a304600);
  opacity: 0.7;
  z-index:0;
}

#video-background,
#vimeo-video{
  position: absolute;
  /* Ensure the video covers the section */
  bottom: 0;
  height: 60vw;
  left: 0;
  position: absolute;
  right: 0;
  top: -15vw;
  width: 100vw;
  z-index: -100;
}

.mute-control div img {
  width: 82px; /* Adjust size as needed */
  height: 82px; /* Adjust size as needed */
}

button#mute-btn {
  padding: 0;
  background: transparent;
  border: none;
}
button#mute-btn:hover,
button#mute-btn:focus,
button#mute-btn:focus-visible{
  border:none;
  outline:none;
}

@media(max-width: 999px){
  .video-container .title-controls__container{
    height: auto;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap:0;
    padding-bottom:0;
    bottom: 23px;
    top: 21px;
  }
  .video-container .title-controls__container .controls{
    margin-left: auto;
  }
  #video-section, #vimeo-video-section{
    height: 56vw;
  }
  #mp4-video-section{
    height:313px;
  }
  #video-background,
  #vimeo-video{
    top: -2vw;
  }
  .video-container .title-controls__container .controls .mute-control div img{
    width: 42px;
    height: 42px;
  }
}

@media(min-width: 1000px) and (max-width: 1400px){
  #video-section, #mp4-video-section, #vimeo-video-section{
    height: 51vw;
    max-height: 599px;
  }

  #video-background,
  #vimeo-video{
    height: 70vw;
    top: -10vw;
  }
}

@media(min-width: 2500px){
  #mp4-video-section, #video-section, #vimeo-video-section{
    height: unset;
    aspect-ratio: 16/4;
  }
}



/* Fancybox CSS */

body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}




/* Blog Listing */

body .hs-blog-listing{
  background:#EFF2F9;
}
.blog_listing{
  padding: 264px 0 178px;
}
.blog_listing > .content-wrapper .listing_container .filter_container .desktop_filter{
  display:block;
}
.blog_listing > .content-wrapper .listing_container .filter_container .mobile_filter{
  display:none;
}
.blog_listing > .content-wrapper .mobile_tab.selected,
.blog_listing > .content-wrapper .filter-btn.selected{
  display:none;
}
.blog_listing > .content-wrapper .row-fluid.banner_heading {
  max-width: 770px;
  margin-bottom: 87px;
}
.blog_listing > .content-wrapper .filter-tabs{
  display: flex;
  align-items:center;
  border-bottom:1px solid #002d5766;
  padding-bottom: 18px;
  row-gap: 20px;
  flex-wrap:wrap;
}
.blog_listing > .content-wrapper .filter-tabs::-webkit-scrollbar{
  display:none;
}
.blog_listing > .content-wrapper .filter-tabs button{
  background:none;
  border:none;
  padding:0;
  font-size:18px;
  line-height:30px;
  color:#162F44;
  letter-spacing:0;
  margin-right:74px;
  text-align:left;
}
.blog_listing > .content-wrapper .filter-tabs .dropdown-content button{
  margin-right:0;
  line-height: 36px;
}
.blog_listing > .content-wrapper .filter-tabs button:hover{
  color:#0086BF;
}
.blog_listing>.content-wrapper .filter-tabs button.highlight,
.blog_listing > .content-wrapper .filter-tabs button.active{
  color:#0086BF;
  font-weight:bold;
}
.blog_listing > .content-wrapper .filter-tabs button:last-child{
  margin-right:0;
}
.blog_listing > .content-wrapper .dropdown-content {
  background-color: #fff;
  display: none;
  left: 0;
  position: absolute;
  top: 49px;
  z-index: 1;
  width: 336px;
  padding: 29px 37px 26px 34px;
  border-radius: 0 0 20px 20px;
  left:-34px;
}
.blog_listing > .content-wrapper .filter-tabs .dropdown button {
  margin-right: 0;
  display:block;
}
.blog_listing > .content-wrapper .dropdown {
  position: relative;
  margin-right: 72px;
  display: inline-block;
}
.blog_listing > .content-wrapper .listing_container{
  margin-top:39px;
}
.blog_listing > .content-wrapper .featured-image{
  max-height: 345px;
  height: 37vw;
}
.blog_listing > .content-wrapper .text-conta {
  margin-top: 18px;
}
.blog_listing > .content-wrapper .podcast_elements{
  display:flex;
  align-items:center;
  justify-content:space-between;
  position:absolute;
  left:26px;
  right:37px;
  bottom:28px;
}
.blog_listing > .content-wrapper .video_elements{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  position:absolute;
  left:auto;
  right:62px;
  bottom:35px;
}
.blog_listing > .content-wrapper .podcast_elements .podcast_listening_time h5{
  font-size:20px;
  line-height:30px;
  font-weight:300;
  color:#fff;
}



@media(max-width:999px){
  .blog_listing{
    padding: 122px 0 110px;
  }
  body .blog_listing > .content-wrapper .row-fluid.banner_heading{
    margin-bottom:64px;
  }
  .blog_listing > .content-wrapper .listing_container .filter_container .desktop_filter{
    display:none;
  }
  .blog_listing > .content-wrapper .listing_container .filter_container .mobile_filter{
    display:block;
  }
  .blog_listing > .content-wrapper .popup-btn {
    display: none;
    padding:0;
    cursor: pointer;
    border:none;
    border-bottom:1px solid #002d5766;
    padding-bottom:4px;
  }
  .blog_listing > .content-wrapper .selected-filter{
    font-size: 18px;
    font-weight: bold;
    color:#0086BF;
    line-height:30px;
  }
  .blog_listing > .content-wrapper .popup-btn .filter_tab{
    font-size:18px;
    line-height:28px;
    color:#002D57;
    display: flex;
    align-items: center;
    gap: 9px;
  }
  .blog_listing > .content-wrapper .filter-popup .filter-tabs {
    flex-direction: column;
    background-color: #fff;
    padding: 20px;
    padding-top:16px;
    row-gap:0px;
    width: 100%;
    height: -webkit-fill-available;
    max-height: 100vh;
    overflow: scroll;
  }
  .blog_listing > .content-wrapper .filter-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 15;
    overflow-y:auto;
  }
  .blog_listing > .content-wrapper .close-btn {
    position: absolute;
    top: 22px;
    right: 22px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 4;
    padding:0;
  }
  .blog_listing > .content-wrapper .filter_container .mobile_filter .filter-tabs .top_heading h4{
    font-size:32px;
    line-height:36px;
    color:#0086BF;
  }
  .blog_listing > .content-wrapper .filter-tabs{
    align-items:start;
    flex-wrap:nowrap;
  }
  .blog_listing > .content-wrapper .filter_container .mobile_filter .filter-tabs .top_heading{
    width:100%;
    text-align:center;
    margin-bottom:50px;
  }
  .blog_listing > .content-wrapper .filter-tabs .dropdown-content button,
  .blog_listing > .content-wrapper .filter-tabs button{
    margin-right:0;
    font-size:16px;
    line-height:28px;
    font-weight:400;
  }
  body .blog_listing > .content-wrapper .dropdown{
    margin:0;
  }
  .blog_listing > .content-wrapper .mobile_tab {
    width: 100%;
    border-bottom:1px solid #002d5766;
  }

  .blog_listing > .content-wrapper .filter-popup .filter-tabs button{
    padding-bottom:12px;
    padding-top:10px;
  }
  .blog_listing > .content-wrapper .dropdown-content{
    left:40px;
    top:0;
    padding:0;
    display:flex !important;
    width:auto;
    background:none;
    border-radius:none;
  }
  .blog_listing > .content-wrapper .mob_dropdown .dropdown-content button.filter-btn{
    padding-bottom: 8px;
    padding-top: 2px;
  }
  .blog_listing > .content-wrapper .mob_dropdown .dropdown-content button.filter-btn:last-child{
    padding-bottom:2px;
  }
  .blog_listing > .content-wrapper .filter-tabs button.active{
    font-weight:bold;
  }
  .blog_listing > .content-wrapper .mobile_filter .filter-tabs .dropdown.mob_dropdown{
    width: 100%;
    border-bottom: 1px solid #002d5766;
    padding-bottom: 17px;
  }
}







.blog_listing > .content-wrapper .filter-btn {
  padding: 10px 20px;
  cursor: pointer;
}

.blog_listing > .content-wrapper .dropdown {
  position: relative;
}
.blog_listing > .content-wrapper .dropdown:before{
  bottom: -40px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.blog_listing > .content-wrapper .dropdown:hover:before{
  height:42px;
}


.blog_listing > .content-wrapper #card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  row-gap:66px;
}

.blog_listing > .content-wrapper .card {
  width: 100%;
  max-width:450px;
  display: none;
  flex-basis: calc(33% - 18px);
}

.blog_listing > .content-wrapper .card.show {
  display: block;
}

.blog_listing > .content-wrapper .card.full_width {
  width: 100%;
  max-width:920px;
  flex-basis: calc(67% - 15px);
}
.blog_listing > .content-wrapper .card .featured-image-conta .featured-image:before{
  background: linear-gradient(0deg, rgba(10, 48, 70, .23), #0a304600);
  bottom: 0;
  content: "";
  height: 114px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.blog_listing > .content-wrapper .card .featured-image-conta{
  overflow:hidden;
  border-radius:20px;
}
.blog_listing > .content-wrapper .card .featured-image-conta .featured-image{
  /*   transition:all .4s linear; */
  position:relative;
  background-color:#000;
}
.blog_listing > .content-wrapper .tag_date_container{
  display:flex;
  align-items:center;
  gap:44px;
  margin-top: 24px;
}
.blog_listing > .content-wrapper .tag_date_container .tag_container h6,
.blog_listing > .content-wrapper .tag_date_container .tag_container h6 a{
  font-size:20px;
  line-height:30px;
  font-weight:bold;
  color:#0086BF;
  text-transform: capitalize;
}
.blog_listing > .content-wrapper .tag_date_container .date_container h6{
  font-size:20px;
  line-height:30px;
  font-weight:200;
  color:#000000;
}
.blog_listing > .content-wrapper .text-conta .post-title a,
.blog_listing > .content-wrapper .text-conta .post-title h4{
  font-size:28px;
  line-height:34px;
  color:#162F44;
  font-weight:600;
  text-decoration:none;
}


.blog_listing > .content-wrapper .mobile_filter {
  display: none;
}

.blog_listing > .content-wrapper .desktop_filter {
  display: block;
}


@media (max-width: 999px) {
  .blog_listing > .content-wrapper .filter-tabs {
    display: none;
  }

  .blog_listing > .content-wrapper .popup-btn {
    display: block;
  }

  .blog_listing > .content-wrapper .filter-popup.show {
    display: flex;
  }

}

.blog_listing > .content-wrapper .load-more{
  font-style: italic;
}
.blog_listing > .content-wrapper .no-more-content,
.blog_listing > .content-wrapper .load-more {
  text-align: center;
  width: 100%;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
}

@media (max-width: 999px) {

  .blog_listing > .content-wrapper .popup-btn{
    background:none;
    display: flex;
    width:100%;
    flex-direction:row-reverse;
    justify-content: space-between;
  }
  body .blog_listing > .content-wrapper .card.red-background,
  body .blog_listing > .content-wrapper .card {
    width: 100%;
    flex-basis: 100%;
  }
  body .blog_listing > .content-wrapper .card.full_width,
  body .blog_listing > .content-wrapper .card{
    flex-basis:100%;
    max-width:none;
  }
  body .blog_listing > .content-wrapper .featured-image{
    height: 75.385vw;
    max-height:none;
  }
  body .blog_listing > .content-wrapper #card-container{
    row-gap:22px;
  }
  body .blog_listing > .content-wrapper .text-conta,
  body .blog_listing > .content-wrapper .tag_date_container{
    gap:0px;
  }
  body .blog_listing > .content-wrapper .text-conta{
    margin-top:8px;
  }
  body .blog_listing > .content-wrapper .tag_date_container{
    margin-top:10px;
  }
  body .tag_date_container .tag_container{
    flex-basis:56.5%;
  }

  body .blog_listing > .content-wrapper .listing_container{
    margin-top:16px;
  }
  body .blog_listing > .content-wrapper .podcast_elements{
    bottom:12px;
    right:25px;
    left:25px;
  }
  body .blog_listing > .content-wrapper .video_elements{
    right:32px;
    bottom:24px;
  }
  body .blog_listing > .content-wrapper .card .featured-image-conta{
    border-radius:10px;
  }
  .blog_listing > .content-wrapper .podcast_elements .podcast_listening_time h5,
  body .blog_listing > .content-wrapper .tag_date_container .date_container h6,
  body .blog_listing > .content-wrapper .tag_date_container .tag_container h6,
  body .blog_listing > .content-wrapper .tag_date_container .tag_container h6 a{
    font-size:16px;
    line-height:30px;
  }
  body .blog_listing > .content-wrapper .text-conta .post-title a,
  body .blog_listing > .content-wrapper .text-conta .post-title h4{
    font-size:20px;
    line-height:24px;
  }

  .blog_listing > .content-wrapper .filter-tabs {
    display: none;
  }

  .blog_listing > .content-wrapper .popup-btn {
    display: flex;
  }

  .blog_listing > .content-wrapper .filter-popup.show {
    display: flex;
  }

  .blog_listing > .content-wrapper .filter-popup.show .filter-tabs {
    display: flex;
  }

  .blog_listing > .content-wrapper .dropdown-content {
    position: relative;
    flex-direction: column;
    top: auto;
  }

  .blog_listing > .content-wrapper .mobile_filter {
    display: block;
  }

  .blog_listing > .content-wrapper .desktop_filter {
    display: none;
  }
  .blog_listing > .content-wrapper .no-more-content,
  .blog_listing > .content-wrapper .load-more {
    font-size: 20px;
  }
}



body .fancybox-video{
  background:#000;
}



/* Privacy Text Module */

@media (min-width:1000px){
  .text_section .main_heading {
    margin-bottom: 100px;
  }
}
.text_section .description h4{
  font-size: 22px;
  line-height: 28px;
}
.text_section .description ul{
  margin-bottom:0;
}
@media (max-width:999px){
  .text_section .main_heading {
    margin-bottom: 89px;
  }
}


/* Our Expertise Cards Module */

@media(min-width:1000px){
  .our_expertise_cards .card .card_inner{
    padding: 88px 59px 75px 58px;
  }
}
.our_expertise_cards{
  position:relative;
}
.our_expertise_cards .section_bg{
  background-repeat:no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 1056px;
  content: "";
  z-index:0;
  opacity: 30%;
}
.our_expertise_cards .section_bg::before{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 1056px;
  content: "";
  z-index: 1;
}
.content-big-wrapper.content_container{
  position:relative;
}
.top_data_conta.content-big-wrapper {
  position: relative;
}
.our_expertise_cards .heading_conta {
  max-width: 1065px;
  margin-bottom: 37px;
}
.our_expertise_cards .description_conta {
  max-width: 780px;
  margin-bottom: 140px;
}
.our_expertise_cards .card {
  top:160px;
  position: sticky;
  margin-bottom: 30px;
  transform-origin: center top;
  border-radius: 20px;
  background: #f4f7ff;
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
  scroll-margin-top:20px;
}
.our_expertise_cards .card:last-child{
  scroll-margin-top:180px;
}
.our_expertise_cards .card .card_top {
  margin-bottom: 40px;
  gap: 38px;
}
.our_expertise_cards .card .card_top .card_heading {
  max-width: 227px;
  width: 100%;
}
.our_expertise_cards .card .card_bottom{
  gap:25px;
}
.our_expertise_cards .card .bottom_left {
  max-width: 655px;
  width: 100%;
}
.our_expertise_cards .card .bottom_left .card_decription{
  margin-bottom: 41px;
}
.our_expertise_cards .card .bottom_right {
  max-width: 410px;
  width: 100%;
}
.our_expertise_cards .card .bottom_right .accordion {
  border-bottom: 0.5px solid #92A6BC;
  padding-bottom: 2px;
  margin-bottom: 12px;

}
.our_expertise_cards .card .bottom_right .accordion .accordion_heading {
  margin-bottom:10px;
  cursor: pointer;
  padding-right: 25px;
  position:relative;
}
.our_expertise_cards .card .bottom_right .accordion .accordion_description {
  margin-bottom: 17px;
}
.our_expertise_cards .card .bottom_right .accordion .accordion_description ul{
  margin:0;
}
.our_expertise_cards .card .bottom_right .accordion .accordion_heading::before {
  background: #002d56;
  content: "";
  height: 17px;
  position: absolute;
  right: 7px;
  top: 7px;
  transition: .3s;
  width: 3px;
}
.our_expertise_cards .card .bottom_right .accordion.expanded .accordion_heading::before {
  transform: rotate(90deg);
}
.our_expertise_cards .card .bottom_right .accordion .accordion_heading::after {
  background: #002d56;
  content: "";
  height: 3px;
  position: absolute;
  right: 0px;
  top: 14px;
  width: 17px;
}
.our_expertise_cards .card .card_top .card_logo img {
  width: max-content;
}
@media (min-width:3000px){
  .our_expertise_cards .card .card_inner {
    margin: auto;
    padding: 6.111vw 4.097vw;
  }
  .our_expertise_cards .card {
    display: flex;
    justify-content: space-between;
    min-height: 75vh;
    margin-bottom: 2.083vw;
  }
  .our_expertise_cards .container.content-big-wrapper {
    max-width: 90vw;
  }
  .our_expertise_cards .card .bottom_left,
  .our_expertise_cards .card .bottom_right,
  .our_expertise_cards .card .card_top .card_heading{
    max-width:unset;
  }
  .our_expertise_cards .card .card_top .card_heading h4 span{
    font-size: 2.083vw;
    line-height: normal;
  }
  .our_expertise_cards .card .bottom_right .accordion .accordion_description li,
  .our_expertise_cards .card .bottom_right .accordion .accordion_heading p strong,
  .our_expertise_cards .card .bottom_left .card_decription p{
    font-size: 1.25vw;
    line-height: normal;
  }
  .our_expertise_cards .card .bottom_left .card_decription br {
    line-height: 1.944vw;
  }
  .our_expertise_cards .card .card_bottom {
    gap: 1.736vw;
  }
  .our_expertise_cards .card .card_bottom a.cta_button {
    font-size: 1.389vw;
    padding: 1.389vw 3.75vw;
    line-height: normal;
  }
  .our_expertise_cards .card .card_top {
    gap: 2.639vw;
    margin-bottom: 2.778vw;
  }
  .our_expertise_cards .card .bottom_left .card_decription {
    margin-bottom: 2.847vw;
  }
  .our_expertise_cards .card .bottom_right .accordion .accordion_description ul {
    padding-left: 2.083vw;
  }
  .our_expertise_cards .card .bottom_right .accordion .accordion_heading:after {
    height: 0.208vw;
    width: 1.111vw;
    top: 0.972vw;
  }
  .our_expertise_cards .card .bottom_right .accordion .accordion_heading:before {
    height: 1.111vw;
    right: 0.437vw;
    top: 0.535vw;
    width: 0.208vw;
  }
  .our_expertise_cards .card .bottom_right .accordion .accordion_heading {
    margin-bottom: 0.694vw;
    padding-right: 1.736vw;
  }
  .our_expertise_cards .card .bottom_right .accordion .accordion_description {
    margin-bottom: 0.567vw;
  }
  .our_expertise_cards .card .card_top .card_logo img {
    min-width: 3.4vw;
    height: max-content;
  }
  .our_expertise_cards .card .bottom_right .accordion {
    margin-bottom: 0.833vw;
  }
}
@media (min-width:1000px) and (max-height:720px){
  .our_expertise_cards .card .card_inner {
    padding: 35px 35px 25px;
  }
  .our_expertise_cards .card_logo{
    max-width: 50px;
    width: 100%;
    object-fit: contain;
  }
  .our_expertise_cards .card .bottom_left,
  .our_expertise_cards .card .bottom_right,
  .our_expertise_cards .card .card_top .card_heading{
    max-width:unset;
  }
  .our_expertise_cards .card .bottom_left .card_decription{
    line-height:10px;
  }
  .our_expertise_cards .card .card_top,
  .our_expertise_cards .card .bottom_left .card_decription {
    margin-bottom: 20px;
  }
  .our_expertise_cards .card {
    min-height: 70vh;
  }

}
@media(max-width:999px){
  .our_expertise_cards .section_bg::before,
  .our_expertise_cards .section_bg {
    min-height: 376px;
  }
  .our_expertise_cards .top_data_conta {
    padding: 0 20px;
  }
  .our_expertise_cards .heading_conta{
    margin-bottom:19px;
  }
  .our_expertise_cards .description_conta {
    margin-bottom: 92px;
  }
  .our_expertise_cards .container {
    padding: 53px 20px 47px;
    background: #f4f7ff;
    position: relative;
    z-index:1;
  }
  .our_expertise_cards .card_logo{
    max-width: 52px;
    width: 100%;
    object-fit: contain;
  }
  .our_expertise_cards .card {
    top: unset;
    border-radius: 0;
    margin-bottom: 95px;
    box-shadow: none;
  }
  .content-big-wrapper.content_container {
    padding: 0;
  }
  .our_expertise_cards .card .card_top .card_heading {
    max-width: 150px;
    width: 100%;
  }
  .our_expertise_cards .card .card_top {
    gap: 21px;
    margin-bottom: 29px;
  }
  .our_expertise_cards .card .card_bottom {
    display: block;
  }
  .our_expertise_cards .card .bottom_left,
  .our_expertise_cards .card .bottom_right {
    max-width: unset;
  }
  .our_expertise_cards .card .bottom_left .card_decription {
    margin-bottom: 56px;
  }
  .our_expertise_cards .card .bottom_right .card_cta.hide-desk {
    margin-top: 38px;
  }
  .our_expertise_cards .card:last-child {
    margin-bottom:0;
  }
}

/*****    Office Address Module     *****/

.office_address_section .main_title{
  margin-bottom:50px;
}
.office_address_section .detailed_conta {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  gap: 3.05%;
  width: 100%;
}
.office_address_section .detailed_conta  .description_conta {
  flex-basis: 31.26%;
}
.office_address_section .description_conta p {
  margin-bottom: 28px;
}
.office_address_section .description_conta p a{
  color: #162f44;
}

@media(min-width: 1000px){
  .office_address_section .description_conta h3{
    font-size: 30px;
    margin-bottom: 20px;
  }
}

@media (max-width: 999px) {
  .office_address_section .detailed_conta {
    flex-direction:column;
  }
  .office_address_section .main_title {
    margin-bottom: 37px;
  }
  .office_address_section .description_conta:not(:first-child) h3 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .office_address_section .description_conta h3{
    line-height:32px;
    margin-bottom:8px;
  }
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

/* Harpeth Marketing */
/** Harpeth Marketing Styles **/
@media(min-width: 1000px) {
.footer__section .newsletter_section .newsletter_form form .hs-form-field {
        margin-right:0%!important;
        margin-bottom:32px!important;
  }
    }

@media (min-width: 1000px) {
    .footer__section .newsletter_section .newsletter_form form .hs-form-field, .footer__section .newsletter_section .newsletter_form form .hs-submit {
        display: block!important;
    }
}

@media (min-width: 1000px) {
.hs_blog_default_hubspot_blog_5487275203_subscription {
  display:none!important;
}
}