*, *: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;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* 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 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 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;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.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:0
    -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%;
  *width: 99.94680850063828%;
}

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}

.row-fluid .span6 {
  width:50%;
  *width:50%;
}

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .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;
    -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%;
    *width: 99.9468085036383%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }

  .row-fluid .span6 {
    width: 50%;
    *width: 50%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
  
}
@media(min-width:768px){
  .custom-layout .row-fluid .span6 {
    width: 48.717948718%;
  }
  .custom-layout .row-fluid .span4 {
    width: 31.623931624%; 
  }
  .custom-layout .row-fluid [class*="span"] {
    margin-left: 2.564102564%;
  }
  .custom-layout .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
}
@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .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;
    -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%;
    *width: 99.94680851063829%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }

  .row-fluid .span6 {
    width: 50%;
    *width:50%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
  .custom-layout .row-fluid .span6 {
    width: 48.717948718%;
  }
  .custom-layout .row-fluid .span4 {
    width: 31.623931624%; 
  }
  .custom-layout .row-fluid [class*="span"] {
    margin-left: 2.564102564%;
  }

  .custom-layout .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}
.content-wrapper,
.dnd-section > .row-fluid{
  margin: 0 auto;
/*   padding:10px 0 */
}


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

@media (max-width: 1024px) {

  .content-wrapper,
  .dnd-section > .row-fluid{
    margin: 0 auto;
   max-width:1024px !important;
  }
  
  .content-wrapper{
  padding:0 15px;
  }

}




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

  .content-wrapper,
  .dnd-section > .row-fluid{
    margin: 0 auto;
/*     padding:20px 0 */;
    max-width:767px !important;
  }



}
@font-face {
font-family: "eicons";
src: url(https://9252485.fs1.hubspotusercontent-na1.net/hubfs/9252485/raw_assets/public/Cavu_November_2021/fonts/eicons.woff2) format("woff2"),
  url(https://9252485.fs1.hubspotusercontent-na1.net/hubfs/9252485/raw_assets/public/Cavu_November_2021/fonts/eicons.ttf) format("truetype"), 
  url(https://9252485.fs1.hubspotusercontent-na1.net/hubfs/9252485/raw_assets/public/Cavu_November_2021/fonts/eicons.woff) format("woff");
font-style: normal;
font-weight: 400;
}






[class*=" eicon-"], [class^=eicon] {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


body {
  line-height: 1.4;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

html {
  scroll-behavior: smooth;
}

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 0.9rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover{
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

h1{
  text-transform: uppercase;
  line-height: 1.2em;
}

h2,h3{
  line-height: 1.2em;
}


h4{
  line-height: 1.1em;
  text-transform: uppercase;
}

h5,h6{
  line-height: 1.2em;
}


/* Lists */

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

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

ul.no-list {
  list-style: none;
}

img{
  vertical-align: middle;
  display: inline-block;
  max-width:100%;
  height:auto
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */


/* Labels */

form label {
  margin-top: 16px;
  margin-bottom: 5px;
  display: inline-block;
  font-size:15px;
  line-height: 1;
  vertical-align: middle;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  width: 100%;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin:0;
  border-style:solid;
  padding: 0.5rem 1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  outline: 0 none;
  display: inline-block;
  height:auto !important
}

input:focus{
  outline:0
}

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

/* Inputs - checkbox/radio */

ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 0;
}

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

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 - datepicker */

.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: #ff0000;
}



.hs-error-msg,
.hs-error-msgs label{
  color: #ff0000;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button ,
.button{
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-top:12px;
  margin-bottom:12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  line-height: 21px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

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



input#hs-login-widget-remember {
  float: left;
  height:auto !important;
  margin-top: 16px;
}

@media(max-width:479px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width: 100%;
    overflow: auto;
  }
  
  form input[type=submit],
  form .hs-button, .button{
  white-space:normal
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.site-header{
  padding: 0px 0px 3px 0px;
  z-index: 99;
  position: relative;
}

.site-header .content-wrapper{
  padding:0;
}

.site-header .column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.site-header .widget-wrap {
  padding: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-logo a {
  display: inline-block;
}

.custom-logo img {
  width: 100px !important;
}

.nav-wrapper {
  width: auto;
}

.nav-wrapper-inner {
  margin: 0% 0% 1% 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-menu-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-menu-primary ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}


.custom-menu-primary ul.submenu.level-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  margin-right: auto;
}

.custom-menu-primary .submenu-toggle{
  display:none
}

.custom-menu-primary .menu-arrow{
  display:none
}

.custom-menu-primary ul.submenu.level-1 li {
  padding-top: 7px;
  padding-bottom: 8px;
  line-height:normal;
  position:relative
}

.custom-menu-primary ul.submenu.level-1>li {
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #1B76BA;
  text-align: center;

}

.custom-menu-primary ul.submenu.level-1>li:last-child {
  padding-left: 15px;
  padding-right: 0px;
  border-right: 0px;
}

.custom-menu-primary ul.submenu.level-1 li a {
  font-family: "Montserrat", Sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0px;
  white-space: nowrap;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height:20px;
}

.custom-menu-primary ul.submenu.level-1>li>a {
  line-height: 1.2em;
}

.custom-menu-primary ul.submenu.level-1>li>a.active{
  font-weight:bold;
}

.custom-menu-primary .sub-arrow {
  line-height: 1;
  padding: 10px 0 10px 10px;
  margin-top: -10px;
  margin-bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.custom-menu-primary ul.submenu.level-2 {
  min-width: 10em;
  max-width: 1000px;
  top: auto;
  left: 0px;
  position: absolute;
  margin-top: 8px;
  font-size: 13px;
  display:none
}

.custom-menu-primary ul.submenu.level-2 li a{
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-left: 8px solid transparent;
}


.menu-toggler{
  display:none
}

@media screen and (min-width:1025px){


  .custom-menu-primary ul.submenu.level-1>li:hover ul.submenu.level-2{
    display:block !important;
    height: auto !important;
    margin-top: 8px !important;
  }
  .custom-menu-primary ul.submenu.level-1>li.has-submenu > a {
    font-weight: normal !important;
  }

  .custom-menu-primary ul.submenu.level-1>li.has-submenu:hover > a {
    color: #1B76BA !important;
  }
}

@media screen and (max-width:1032px){

  .custom-menu-primary ul.submenu.level-1>li {
    padding-left: 13px;
    padding-right: 13px;

  }

}

@media screen and (max-width:1024px){

  .site-header {
    padding: 0px 50px 0px 50px;
  }

  .site-header .widget-wrap {
    align-content: center;
    align-items: center;
  }

  .custom-logo img {
    width: 80px !important;
  }

  .nav-wrapper-inner {
    margin: 0% 0% 0% 0%;
    padding: 0px 0px 0px 0px;
  }

  .menu-toggler{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    padding: 0.25em;
    cursor: pointer;
    border: 0 solid;
    margin-left: auto;
    background-color: #181745;
    color:#ffffff
  }

  .eicon-menu-bar:before {
    content: "\e816";
  }
  .menu-toggler.active .eicon-menu-bar:before {
    content: "\e87f";
  }

  .custom-menu-primary{
    display:none
  }
  .custom-menu-primary {
    display: block;
    position: absolute;
    z-index: 9997;
    background-color: #1b76ba;
    top: 65px;
    width: calc(100% + 100px);
    left: -50px;
    margin-top: 30px;
    font-size: 13px;
    -webkit-transition: max-height .3s,-webkit-transform .3s;
    transition: max-height .3s,-webkit-transform .3s;
    -o-transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s,-webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: auto;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
  }
  .custom-menu-primary.active{
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
  }

  .custom-menu-primary ul.submenu.level-1{
    display:block
  }

  .custom-menu-primary ul.submenu.level-1>li {
    border: 0;
    padding-left: 0 !Important;
    padding-right: 0 !Important;
  }

  .custom-menu-primary ul.submenu.level-1 li a,
  .custom-menu-primary ul.submenu.level-2 li a{
    padding-left: 59px;
    padding-right: 59px;
    padding-top: 15px;
    padding-bottom: 15px;
  }



  .custom-menu-primary ul.submenu.level-1>li>a{
    color:#fff !important;
  }

  .custom-menu-primary ul.submenu.level-1>li>a:hover{
    background-color: #181745;
    color:#fff !important;
  }


  .custom-menu-primary ul.submenu.level-1 li a:focus{
    background-color: #55595c;
  }

  .custom-menu-primary ul.submenu.level-1 li a.active{
    background-color: #181745;
    font-weight:500;
  }

  .custom-menu-primary ul.submenu.level-2{
    display: none;
    position: relative;
    min-width: auto;
    width: auto;
    margin: 0;
    max-width: 100%;
  }

}

@media screen and (max-width:767px){

  .site-header{
    padding: 0px 20px 0px 20px;
  }

  .custom-menu-primary {
    width: calc(100% + 40px);
    left: -20px;
  }


}



@media screen and (min-width: 1025px){
  
.custom-menu-primary ul.submenu.level-1>li.has-submenu>a {
    font-weight: 500 !important;
}
  
}
footer.footer {
  position: relative;
  padding: 2% 0% 2% 0%;
  overflow:hidden
}

.footer .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding:0
}

.footer .column-left {
  width: 65%;
}

.footer .column-right {
  width: 35%;
}

.footer .column-inner {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;

}

.footer .column-right .column-inner {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.footer .footer-menu {
  width: 100%;
  margin-bottom: 20px;
}

.footer .footer-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer .footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer .footer-menu ul li {
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #1B76BA;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer .footer-menu ul li:first-child{
  padding-left:0
}

.footer .footer-menu ul li:last-child{
  padding-right: 0px;
  border-right: 0px;
}

.footer .footer-menu a {
  font-family: "Montserrat", Sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  white-space: nowrap;
}

.footer .copyright-wrapper {
  font-family: "Montserrat", Sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4em;
  width: auto;
}

.footer .broker-img {
  width: auto;
  text-align: center;
}

.footer .broker-img>div{
  margin: 0% 0% 0% 10%;
  padding: 0% 0% 0% 0%;
}

.footer .broker-img a {
  display: inline-block;
}

.footer .broker-img img {
  width: 166px !important;
}

.footer .heading {
  width: 100%;
  position: relative;
}

.footer .heading>div {
  padding: 10px 0px 0px 0px;
}

.footer .heading p {
  font-family: "Montserrat", Sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}

.footer .footer-img {
  position: relative;
  width: auto;
  text-align: center;
}

.footer .footer-img a{
  display: inline-block;
}

.footer .footer-img.one img{
  width: 65px !important;
}

.footer .footer-img.two img{
  width: 50px !important;
}

.footer .footer-img.three img{
  width:75px !important;
}

.footer .footer-img.four img{
  width:55px !important;
}

.footer .footer-img.five img{
  width:65px !important;
}

.footer .footer-menu a.active {
  color: #1b76ba;
  font-weight: bold;
}

@media screen and (min-width:1025px){


  .footer .heading p span {
    display: inline-block;
    position: relative;
  }

  .footer .heading p span:before,
  .footer .heading p span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 1px solid white;
    top: 6px;
    width: 100%;
  }

  .footer .heading p span:before {
    right: 100%;
    margin-right: 15px;
  }

  .footer .heading p span:after {
    left: 100%;
    margin-left: 15px;
  }

}

@media screen and (max-width:1024px){

  .footer .column-left {
    width: 100%;
  }

  .footer .column-right {
    width: 100%;
  }

  .footer .content-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer .column-inner{
    justify-content: center;
  }

  .footer .footer-menu {
    display: flex;
    justify-content: center;
  }

  .footer .footer-img>div {
    padding: 20px 0px 0px 0px;
  }

  .footer .heading{
    margin:0;
    padding: 0;
    border-bottom: 1px solid #fff;
  }

}

@media screen and (max-width:767px){

  .footer .column-inner{
    justify-content: flex-start;
    padding: 20px 20px 20px 20px;
  }

  .footer .column-left .column-inner{
    padding: 20px 20px 0px 20px;
  }


  .footer .footer-menu {
    justify-content: flex-start;

  }

  .footer .footer-menu ul {
    flex-direction: column;
  }

  .footer .footer-menu ul li {
    padding: 0;
    margin-bottom: 10px;
    border: 0;
  }

  .footer .copyright-wrapper {
    text-align: left;
  }

  .footer .broker-img {
    text-align: left;
    margin-left: 20px;
  }

  .footer .broker-img>div {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  .footer .heading p {
    text-align: left;
    border-bottom: 1px solid;
    padding-bottom: 5px;
  }

  .footer .column-right .column-inner {
    justify-content: space-between;
  }

  .footer .footer-img.one img{
    width: 55px !important;
  }

  .footer .footer-img.two img{
    width: 40px !important;
  }

  .footer .footer-img.three img{
    width:60px !important;
  }

  .footer .footer-img.four img{
    width:45px !important;
  }

  .footer .footer-img.five img{
    width:50px !important;
  }

}

@media screen and (max-width:520px){

  .footer .broker-img {
    margin-left: 0;
  }

}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	.footer .footer-img {
		padding:0 10px;
	}
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.banner-section .dnd-section,
.banner-section .row-fluid{
  padding:0 !important;
  max-width:100% !important
}

/*===== Contact Page Css =====*/

.contact-page .banner_area .title h2 strong {
  margin: 0;
}
.contact-page .top-section h2 {
  text-transform: uppercase;
  margin: 0;
}

.contact-page .bottom-section iframe,
.contact-page .top-section iframe {
  width: 100% !important;
}

.contact-page .bottom-section .span6 p a {
  color: #181745;
}

.contact-page .bottom-section .span6 p a:hover {
  color: #1B76BA;
}

.contact-page .bottom-section .hs-form-required,
.contact-page .top-section .hs-form-required{
  color: #181745;
}
.contact-page .bottom-section .featured-card-section .featured-card.left .bottom-column {
  clip-path: none;
}

.contact-page .featured-card-section .featured-card.left .content-column{
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.contact-page .featured-card-section{
  overflow:hidden
}

@media (max-width: 1200px) and(min-width: 1025px){
  .contact-page .top-section .row-fluid-wrapper.row-depth-1.row-number-1.dnd_area_main-row-0-padding.dnd-section,
  .contact-page .bottom-section .dnd_area_bottom-row-0-vertical-alignment.dnd_area_bottom-row-0-padding{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }


}


@media (max-width: 1024px){
  .contact-page .top-section div#hs_cos_wrapper_widget_1638333914517 {
    padding-top: 0 !important;
  }
  .contact-page .bottom-section .featured-card-section .featured-card.left .bottom-column {
    clip-path: polygon(0 0,100% 0,100% 100%,27% 100%,24% 94%,21% 100%,0 100%);
  }
  .ctcontact-banner .banner_area .column.one>.widget-wrap{
    padding: 0px 20px;
  }
  .ctcontact-banner .banner_area .title h2{
    line-height: 1.2em;
  }
  .contact-page .bottom-section .dnd_area_bottom-row-0-vertical-alignment.dnd_area_bottom-row-0-padding {
    padding-bottom: 0 !important;
  }

}

@media (max-width: 767px){

  .contact-page .top-section h2{
    margin: 0;
  }
  .ctcontact-banner .banner_area .widget-wrap{
    padding-left: 0;
    padding-right: 0;
  }
  .ctcontact-banner .banner_area .title h2{
    line-height: 1em;
  }
  .ctcontact-banner .banner_area .column.one>.widget-wrap{
    padding: 0
  }

}


@media screen and (min-width:1025px) and (max-width:1205px){

  .contact-page .featured-card-section .featured-card-section{
    overflow: initial;
  }

  .contact-page .featured-card-section .featured-card-section .content-wrapper{
    min-height:510px;
  }

  .contact-page .featured-card-section .featured-card.left .bottom-column{
    bottom: -90px;
  }

}


/*===== Distribution Page Css =====*/

.distribution-services {
  overflow: hidden;
}

.distribution-services .content-wrapper{
  padding:0
}

.distribution-services .top-section {
  margin-top: 7%;
}
.distribution-services .banner-section .banner_area .title h2 strong {
  margin: 0;
}
.distribution-services .top-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  align-items: flex-start;
}
.distribution-services .top-content-wrapper .ctcol-half {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.distribution-services .top-content-wrapper .ctcol-half.left-content {
  padding: 10px;
}
.distribution-services .top-content-wrapper .right-content {
  clip-path: polygon(0 0, 4% 0, 7% 4%, 10% 0, 101% 0, 101% 101%, 0 100%);
}
.distribution-services .top-content-wrapper .right-content .right-content-inner {
  background-color: #D2D2DC;
  width: 100%;
}
.distribution-services .top-content-wrapper .right-content h6 {
  color: #181745;
  line-height: 1.4;
  text-transform: uppercase;
}
.distribution-services .top-content-wrapper .right-content p {
  color: #181745;
}
.distribution-services .top-content-wrapper .right-content ul {
  margin: 0;
  padding: 0 ;
  color: #181745;
  list-style: none;
}
.distribution-services .top-content-wrapper .right-content ul li {
  position: relative;
  padding-left: 20px;
}
.distribution-services .top-content-wrapper .right-content ul li:before {
  content: '✓  ';
  position: absolute;
  left: 1px;color: #1b76ba;
}
.distribution-services .top-content-wrapper .right-content hr {
  display: block;
  margin: 35px 0 30px;
  background-color: #fff;
  display: inline-block;
  width: 100%;
}
.distribution-services .top-content-wrapper .left-content-inner {
  width: 80%;
  max-width: 80%;
}
.distribution-services .top-content-wrapper .left-content-inner h2 {
  text-transform: uppercase;
}
.distribution-services .featured-card-section {
  overflow: hidden;
}

.distribution-services .featured-card-section .featured-card.left .bottom-column {
  bottom: -50px;
}
.distribution-services .featured-card-section .featured-card.left .image-column .image-column-inner {
  margin-top: -10%;
}
.distribution-services .featured-card-section .featured-card.left .content-column-inner {
  margin: 65px 0px 0px -50px;
  padding: 0 3px;
}
.distribution-services .featured-card-section .featured-card.left .content-column-inner .grid-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 20px;
}
.distribution-services .featured-card-section .featured-card.left .content-column-inner .grid-row .grid-col {
  text-align: center;
}


@media (max-width: 1024px){
  .distribution-services .banner_area .widget-wrap {
    padding: 0;
  }
  .distribution-services .banner_area .title {
    margin: 0;
    padding: 10px 30px;
  }
  .distribution-services .banner_area .title h2 {
    line-height: 1.2em;
  }
  .distribution-services .banner_area .column.one>.widget-wrap {
    padding: 0;
    margin: 0;
  }
  .distribution-services .top-content-wrapper .ctcol-half.left-content {
    padding: 0 0 0 30px;
  }
  .distribution-services .top-content-wrapper .right-content {
    padding-right: 30px;
  }

  .distribution-services .featured-card-section .featured-card.left .bottom-column-inner {
    padding: 8% 9% 8% 21%;
    margin:0
  }


  .website-page .featured-card-section .featured-card{
    overflow:hidden
  }

  .money-market-page .top-section .cell_16383787926362-padding.dnd-column { 
    padding: 0 30px !important;
  }



}

@media (max-width: 1024px) and (min-width: 767px){

  .distribution-services .top-content-wrapper .right-content{
    clip-path: polygon(0 0, 4% 0, 7% 2.5%, 10% 0, 101% 0, 101% 101%, 0 100%);
  }
  .distribution-services .featured-card-section .featured-card.left .content-column-inner{
    padding: 0 0 0 10px;
  }
  .distribution-services .top-content-wrapper .right-content .right-content-inner .dnd_area_top_right-row-0-padding.dnd-section {
    padding: 30px !important;
  }



  .distribution-services .featured-card-section .featured-card.left .content-column {
    top: -100px;
  }
  .distribution-services .featured-card-section .featured-card.left .content-column-inner .grid-row {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }

  .distribution-services .featured-card-section .featured-card.left .bottom-column {
    bottom: -80px;
    right: 7vw;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%, 22.5% 92%, 20% 100%, 0 100%);
    width: 60%;
    max-width: 60%;
  }
}

@media (max-width: 768px){

  .distribution-services .featured-card-section .featured-card.left .content-column-inner .grid-row {
    grid-template-columns: repeat(2,minmax(0,1fr));
    margin-left: 10px;
  }
}

@media (max-width: 767px){
  .distribution-services .top-content-wrapper .ctcol-half {
    width: 100%;
  }
  .distribution-services .top-content-wrapper {
    flex-wrap: wrap;
  }
  .distribution-services .banner_area .title h2 {
    font-size: 32px;
    line-height: 1.1em;
  }
  .distribution-services .banner_area .title {
    padding: 20px 20px 10px 20px;
  }
  .distribution-services .top-content-wrapper .ctcol-half.left-content {
    padding: 20px 20px 0px 20px;
  }
  .distribution-services .top-content-wrapper .left-content-inner {
    max-width: 100%;
    width: 100%;
  }
  .distribution-services .top-content-wrapper .right-content {
    padding: 20px 20px 30px 20px;
  }
  .distribution-services .featured-card-section .featured-card .bottom-column {
    right: 0px;
    order: 3 !important;
    position: relative !important;
    margin-top: -20px;
    top: 0px;
    left: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 14% 100%, 11.5% 94%, 9% 100%, 0 100%);
    bottom: auto;
  }


  .distribution-services .featured-card-section .featured-card.left .content-column {
    order: 2;
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
  }
  .distribution-services .featured-card-section .featured-card.left .image-column {
    order: 1 !important;
  }
  .distribution-services .featured-card-section .featured-card.left .content-column-inner {
    margin: 0px 0px 0px 0px;
    padding: 30px 0px 20px 0px;
  }


  .distribution-services .featured-card-section .featured-card.left .bottom-column-inner {
    padding: 18% 8% 8% 8%;
  }

  .distribution-services .featured-card-section .featured-card.left .image-column img {
    width: 80%;
  }

  .distribution-services .featured-card-section .featured-card.left .image-column .image-column-inner {
    margin: 0;
    padding: 0;
  }

  .distribution-services.capital-markets .top-section {
    margin-top: 20px;
  }

  .distribution-services.capital-markets .top-content-wrapper .right-content{
    margin-bottom:20px;
  }

  .distribution-services .featured-card-section .featured-card.left .bottom-column{
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 14% 100%, 11.5% 94%, 9% 100%, 0 100%);
  }

  .distribution-services .featured-card-section .featured-card.left .content-column-inner .grid-row {
    margin-left:0
  }

  .money-market-page .top-section .cell_16383787926362-padding.dnd-column {
    padding: 0 20px !important;
  }



}
@media (max-width: 680px){
  .distribution-services .featured-card-section .featured-card.left .content-column-inner .grid-row {
    grid-template-columns: repeat(1,minmax(0,1fr));
  }
}

.money-market-page.market-portal {
  overflow: hidden;
}


.money-market-page .content-wrapper,
.contact-page .content-wrapper{
  padding:0
}


.contact-page .bottom-section {
  overflow: hidden;
}

.contact-page .hs-button{
  margin-bottom:0
}

.money-market-page .bottom-section .dnd-section>.row-fluid{
  padding:10px;
}

.money-market-page .bottom-section h5{
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
}

.website-page .featured-card-section .featured-card .content-column-inner{
  padding:0;
  margin:0
}

.website-page .featured-card-section .featured-card .bottom-column{
  width: 90%;
  max-width: 90%;
  bottom: -20px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 7% 100%, 5.5% 94%, 4% 100%, 0 100%);
}

.website-page .featured-card-section .featured-card .bottom-column-inner{
  padding: 4% 50% 4% 4%;
}

.money-market-page{
  overflow:hidden
}

.money-market-page .top-section .row-fluid .span6:first-child>div{
  margin: 0% 0% 0% 7%;
  display: flex;
}

.money-market-page .top-section .row-fluid .span6:first-child>div>div{
  width: 90%;
  max-width: 90%;
}

.money-market-page .top-section .row-fluid .span6:first-child>div>div a:hover{
  color:#181745 !important
}

.money-market-page .top-section ul {
  margin: 0;
  padding: 0;
  padding-inline-start: 0;
  padding-bottom: 6px;
  list-style-type: none;
}

.money-market-page .top-section ul li {
  padding-left: 20px;
}
.money-market-page .top-section ul li:before {
  position: absolute;
  content: '✓ ';
  color: #1b76ba;
  margin-left: -19px;
}

.money-market-page .banner_area .column.one>.widget-wrap{
  padding-bottom:15px;
}

.home-top-section .row-number-1 .dnd-column {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  width: 76%;
  max-width: 76%;
}
.home-top-section h2 strong {
  font-weight: 600;
}

.home-top-section h2{
  margin:0;
  text-transform: uppercase;
}

.home-main-section{
  overflow:hidden
}


.home-main-section .row-number-6 .row-number-7 .content-with-image-wrapper.bottom {
  margin-top: 12%;
}


.home-main-section .row-number-8 .content-with-image-wrapper.top{
  margin:0;
  padding:0
}

.home-main-section .row-number-8 .content-with-image-wrapper.top .content-column{
  max-width: 500px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%, 9% 97%, 6% 100%, 0 100%);
  top: 32.5%;
  position: absolute;
  left: -1px;
  padding: inherit;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: auto;
  width: 100%;
}


.home-main-section .row-number-8 .content-with-image-wrapper.top .content-column-inner{
  background: #1b76ba;
  margin: 0% 0% 0% 0%;
  padding: 0% 9% 9% 9%;
  min-height: 550px;
  display: flex;
  align-items: flex-end;
  color: #fff;
}

.home-main-section .row-number-8 .content-with-image-wrapper.top .image-column-inner{
  margin: 0% 0% 5% 7%;
  padding: 0px 0px 0px 0px;
}

.money-market-page {
  overflow: hidden;
}

.money-market-page.market-portal .featured-card-section .featured-card.logo-image.right .bottom-column{
  width: 64.4%;
}

.money-market-page.market-portal {
  overflow:hidden
}

@media screen and (max-width:1024px){

  .money-market-page .bottom-section .dnd-section>.row-fluid{
    padding:0 30px 0 30px
  }


  .website-page .featured-card-section .featured-card .content-column{
    width: 100%;
    max-width: 100%;
  }

  .website-page .featured-card-section .featured-card .content-column-inner {
    margin: 0px 40px 0px 0px;
  }

  .website-page .featured-card-section .featured-card .image-column {
    text-align: right;
    width: 45%;
    max-width: 45%;
  }

  .website-page .featured-card-section .featured-card .bottom-column {
    bottom: 50px;
    left: 30px;
  }


  .contact-page .banner_area .content-wrapper .widget-wrap {
    padding: 0;
  }


  .money-market-page .banner_area .column.one>.widget-wrap{
    padding-bottom:0;
  }

  .money-market-page .banner_area .title h2 span{
    margin:0
  }


  .home-page .banner_area {
    background-position: center center;
  }

  .home-top-section .row-number-1 .dnd-column>div{
    margin: 0px 30px 0px 30px;
  }

  .home-page .dnd_area_top-row-1-padding>div{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 30px;
  }

  .home-main-section .row-number-6 .row-number-7 .content-with-image-wrapper.bottom {
    margin-top: 12%;
  }

  .home-main-section .row-number-8 .content-with-image-wrapper.top{
    margin:0;
    padding: 0px 30px 0px 0px;
  }

  .home-main-section .row-number-8 .content-with-image-wrapper.top .content-column{
    top:43%
  }

  .home-main-section .row-number-8 .content-with-image-wrapper.top .content-column-inner{
    min-height: 390px;
    display: flex;
    align-items: flex-end;
  }


  .custom-page .row-number-1 .dnd_area-column-2-padding {
    padding-left:30px !important;
    padding-right:30px !important;
  }


  .money-market-page.market-portal .featured-card-section .featured-card.logo-image.right .bottom-column{
    width:100% !important;
  }

}

@media screen and (max-width:767px){

  .money-market-page .banner_area .title{
    padding: 0px 20px 0px 20px;
  }

  .money-market-page .bottom-section .dnd-section>.row-fluid{
    padding:20px;
  }

  .website-page .featured-card .image-column {
    text-align: center;
    width: 70%;
    max-width: 70%;
  }

  .website-page .featured-card-section .featured-card .content-column-inner {
    margin: 0px 0px 0px 0px;
  }
  .website-page .featured-card-section .featured-card .image-column-inner{
    padding: 8% 0% 0% 0%;
  }

  .website-page .featured-card-section .featured-card .image-column {
    text-align: center;
    width: 70%;
    max-width: 70%;
  }

  .website-page .featured-card-section .featured-card .bottom-column{
    left:0;
    width: 100%;
    max-width: 100%;
    bottom: 840.829px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 16% 100%, 13% 96%, 10% 100%, 0 100%);
  }

  .website-page .featured-card-section .featured-card .bottom-column-inner {
    padding: 20% 10% 10% 10%;
  }


  .money-market-page .banner_area .widget-wrap{
    padding:10px 0
  }

  .money-market-page .banner_area .title h2 {
    font-size: 32px;
    line-height: 1.1em;
  }

  .money-market-page .top-section .row-fluid .span6:first-child>div {
    margin: 0;
  }

  .money-market-page .top-section .row-fluid .span6:first-child>div>div {
    width: 100%;
    max-width: 100%;
  }

  .contact-page .banner_area .column.one>.widget-wrap{
    padding: 20px 0px 20px 0px;
  }

  .contact-page .banner_area .title{
    padding: 0px 20px 0px 20px;
  }

  .contact-page .banner_area .title h2{
    font-size: 36px;
    line-height: 1em;
  }

  .contact-page .banner_area .title br{
    display:block
  }

  .website-page .banner_area .container{
    min-height:500px;
  }

  .website-page .banner_area .title{
    padding: 0px 20px 0px 20px;
  }

  .website-page .banner_area .column.one>.widget-wrap{
    padding:0
  }

  .website-page .banner_area .widget-wrap{
    padding:10px 0;
  }

  .website-page .banner_area .title h2{
    font-size:32px;
  }

  .money-market-page .top-section ul{
    padding-bottom:2px;
  }

  .money-market-page .top-section ul+a {
    margin-bottom: 4px;
    max-width: 600px;
    margin-left: auto;
    margin-top: calc(6% - 3px) !important;
  }

  .home-top-section .row-number-1 .dnd-column {
    max-width: 100%;
    width: 100%;
  }

  .home-top-section .row-number-1 .dnd-column>div {
    margin: 0;
  }

  .home-page .dnd_area_top-row-1-padding>div {
    padding: 0 10px 0 10px;
  }

  .home-main-section .row-number-8 .content-with-image-wrapper.top{
    padding: 50px 20px 0px 20px;
  }

  .home-main-section .row-number-8 .content-with-image-wrapper.top .image-column-inner{
    padding:0;
    margin:0
  }

  .home-main-section .row-number-8 .content-with-image-wrapper.top .content-column{
    position: relative;
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-top: -30px;

  }

  .money-market-page.market-portal .banner_area {
    background-position: -766px 0px;
  }

  .money-market-page.market-portal .banner_area .container {
    min-height: 500px;
  }

  .money-market-page.market-portal .banner_area .title br{
    display:block
  }

  .money-market-page.market-portal .banner_area .title h2{
    font-size:34px;
  }

  .custom-page .row-number-1 .dnd_area-column-2-padding {
    padding-left:20px !important;
    padding-right:20px !important;
  }

  .capital-markets .banner_area .container{
    min-height:500px;
  }

  .capital-markets .banner_area .title h2{
    font-size: 30px;
    line-height: 1.2em;
  }

}


@media screen and (max-width:510px){

  .contact-page .banner_area{
    background-position: -1000px 0px;
  }

  .website-page .banner_area{
    background-position: -752px 0px;
  }


  .money-market-page .top-section ul+a {
    margin-top: 6%
  }

  .money-market-page .top-section ul{
    padding-bottom:3px;
  }

  .capital-markets .banner_area {
    background-position: -800px 0px;
  }


}
.swiper-pagination-bullets {
  color: #fff;
  cursor: default
}

.swiper-slide {
  will-change: transform;
  border-style: solid;
  border-width: 0;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: border,background,-webkit-transform;
  transition-property: border,background,-webkit-transform;
  -o-transition-property: border,background,transform;
  transition-property: border,background,transform;
  transition-property: border,background,transform,-webkit-transform;
  overflow: hidden
}

.swiper-slide:not(:hover) .e-overlay-animation-fade {
  opacity: 0
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-up {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-down {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-right {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-left {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-zoom-in {
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5);
  opacity: 0
}

.swiper-slide a {
  display: inline
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.swiper-container .swiper-slide figure {
  line-height: 0
}

.swiper-container .elementor-lightbox-content-source {
  display: none
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background: no-repeat 50%
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 10px;
  right: auto
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 10px;
  left: auto
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
  bottom: 5px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #000;
  opacity: .2
}

.swiper-pagination-fraction {
  color: #000
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff
}

.swiper-pagination-bullet-active {
  opacity: 1
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px
}

.swiper-pagination-progressbar {
  background: rgba(0,0,0,.25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: hsla(0,0%,100%,.5)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));
  background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);
  background-image: -o-linear-gradient(right,rgba(0,0,0,.5),transparent);
  background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);
  background-image: -o-linear-gradient(left,rgba(0,0,0,.5),transparent);
  background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));
  background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
  background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
  background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);
  background-image: -o-linear-gradient(top,rgba(0,0,0,.5),transparent);
  background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px
}

.swiper-container-cube,.swiper-container-flip {
  overflow: visible
}

.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide {
  pointer-events: none;
  z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-scrollbar {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,.5);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

*/



.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.swiper-container .swiper-slide figure {
  line-height: 0
}

.swiper-container .elementor-lightbox-content-source {
  display: none
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; 

}

.swiper-container-android .swiper-slide,.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background: no-repeat 50%
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 10px;
  right: auto
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 10px;
  left: auto
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
  bottom: 5px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #000;
  opacity: .2
}

.swiper-pagination-fraction {
  color: #000
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff
}

.swiper-pagination-bullet-active {
  opacity: 1
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px
}

.swiper-pagination-progressbar {
  background: rgba(0,0,0,.25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: hsla(0,0%,100%,.5)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));
  background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);
  background-image: -o-linear-gradient(right,rgba(0,0,0,.5),transparent);
  background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);
  background-image: -o-linear-gradient(left,rgba(0,0,0,.5),transparent);
  background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));
  background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
  background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
  background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);
  background-image: -o-linear-gradient(top,rgba(0,0,0,.5),transparent);
  background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px
}

.swiper-container-cube,.swiper-container-flip {
  overflow: visible
}

.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide {
  pointer-events: none;
  z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-scrollbar {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,.5);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-pagination-bullets {
  color: #fff;
  cursor: default
}

.swiper-slide {
  will-change: transform;
  border-style: solid;
  border-width: 0;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: border,background,-webkit-transform;
  transition-property: border,background,-webkit-transform;
  -o-transition-property: border,background,transform;
  transition-property: border,background,transform;
  transition-property: border,background,transform,-webkit-transform;
  overflow: hidden
}

.swiper-slide:not(:hover) .e-overlay-animation-fade {
  opacity: 0
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-up {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-down {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-right {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-left {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-zoom-in {
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5);
  opacity: 0
}

.swiper-slide a {
  display: inline
}

.swiper-slide a.elementor-button {
  display: inline-block
}



.IE .banner_area .container {
    display: table;
    width: 100%;
    height: 600px;
}
.IE .banner_area .column {
    display: table-cell;
    vertical-align: bottom;
}


.IE .banner_area .column.one>.widget-wrap {
    background-color: #181745;
}


.IE .home-main-section .row-number-8 .content-with-image-wrapper.top .content-column{
display:flex

}
