





































*, *:before, *:after {
  box-sizing: border-box;
}

body, html {
  overflow-x: hidden;
}
/*! 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;
}
.dnd-section {
  padding: 100px 20px;
  position: relative;
}

.container-fluid.body-container {
  padding: 0; 
}

@media (max-width: 767px) {
  .dnd-section {
    padding: 80px 20px;
  }
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
html {
  font-size: 17px;
}

body {
  font-size: 1rem;
  color: #494a52;
  line-height: 1.75;
}

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

/* Anchor Links */
a { transition: all ease 0.3s; -webkit-transition: all ease 0.3s }
a:hover, a:focus {
  text-decoration: none;
/*   text-decoration: underline; */
}

/* Headings */
h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-weight: 800;
  color: #000000;
  word-break: break-word;
}

h1,.h1{
  font-size: 2.1rem;
  line-height: 1.3;
  font-weight: 300;
}

h2,.h2 {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
}

h3,.h3 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}

h4,.h4 {
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
  
}

h5,.h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6,.h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}



ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  html {
    font-size: 12.75px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 10.2px
  }
}



.bold, .bold h1, .bold h2, .bold h3, .bold h4, .bold h5, .bold h6  { font-weight:700; }
.semibold, .semibold h1, .semibold h2, .semibold h3, .semibold h4, .semibold h5, .semibold h6  { font-weight:600; }
.medium, .medium h1, .medium h2, .medium h3, .medium h4, .medium h5, .medium h6 { font-weight:500; }
.normal, .normal h1, .normal h2, .normal h3, .normal h4, .normal h5, .normal h6 { font-weight:400; }
.light, .light h1, .light h2, .light h3, .light h4, .light h5, .light h6 { font-weight:300; }
/* Primary Button */

button,
.button, 
.hs-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1E90FF;
  border: 1px solid #1E90FF;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  fill: #fff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled,
.hs-button:disabled,
.hs-button.button--secondary:disabled,
.hs-button.button--simple:disabled {
  border: 1px solid #d0d0d0;
  color: #e6e6e6;
  pointer-events: none;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #d0d0d0;
}

.button.button--secondary:disabled
.hs-button.button--secondary:disabled {
  background-color: inherit;
}

.button.button--simple:disabled
.hs-button.button--simple:disabled {
  background-color: inherit;
  border: inherit;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus {
  background-color: #1E90FF;
  border-color: #1E90FF;
  color: #fff;
  text-decoration: none;
}

button:active,
.button:active,
.hs-button:active {
  background-color: #50eed3;
  border-color: #50eed3;
  color: #fff;
  text-decoration: none;
}

/* Secondary Button */

.button.button--secondary
.hs-button.button--secondary {
  background-color: transparent;
  border: 1px solid #1E90FF;
  color: #1E90FF;
  fill: #1E90FF;
}

.button.button--secondary:hover,
.button.button--secondary:focus, 
.button.button--secondary:active,
.hs-button.button--secondary:hover,
.hs-button.button--secondary:focus,
.hs-button.button--secondary:active {
  background-color: #1E90FF;
  border-color: #1E90FF;
  color: #fff;
  fill: #fff;
}

/* Simple Button */

.button.button--simple,
.hs-button.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #1E90FF;
  font-size: 15px;
  font-style: normal;
  fill: #1E90FF;
  position: relative;
  text-decoration: none;
}

.button.button--simple:after,
.hs-button.button--simple:after {
  background-color: #1E90FF;
  content: none;
  left: 0;
  position: absolute;
  width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus,
.hs-button.button--simple:hover,
.hs-button.button--simple:focus {
  background-color: transparent;
  border: none;
  color: #1E90FF;
}

.button.button--simple:active,
.hs-button.button--simple:active {
  background-color: transparent;
  border: none;
  color: #1E90FF;
}

.button--center {
  text-align: center;
}

.button--right {
  text-align: right;
}

/* Button Sizing */

.button.button--small,
.hs-button.button--small {
  font-size: 0.875rem;
}

.button.button--large,
.hs-button.button--large {
  font-size: 1.125rem;
}

/* Button Icons */

.button .button__icon svg,
.hs-button .button__icon svg {
  fill: inherit;
  display: block;
  height: 1.1rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon,
.hs-button.button--icon-right .button__icon {
  order: 1;
}

.button.button--icon-right .button__icon svg,
.hs-button.button--icon-right .button__icon svg {
  margin-right: 0;
  margin-left: 1rem
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg,
  .hs-button .button__icon svg {
    width: 1.1rem;
  }
}
form {
  max-width: none;
  border-radius: 6px;
  min-height: 28px;
}

.widget-type-form {
  min-height: 28px;
}

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

.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 10px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

/* Membership error message */
.form-input-validation-message ul {
  padding-left: 0;
  margin: 0;
}

.form-input-validation-message ul li {
  line-height: 1rem;
}

.hs-input {
  display: inline-block;
  width: 100%;
  padding: 9px 10px;
  font-weight: normal;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

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

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Force single column fields to full width inside of fieldsets */
fieldset .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.header, .header--fixed, .header--secondary { top: 0; left: 0; right: 0; z-index: 998; width: 100%; }
.header { background-color: #F8FAFC; }
.header--fixed { position: fixed; }
.header__container { position: relative; display: flex; align-items: center; justify-content: space-between; max-width: 1200px; margin: 0 auto; padding: 20px; }
.header__container-top { justify-content: flex-end; }
.header__menu--flex { display: flex; }
.header__search--toggle, .header__language-switcher--toggle {  margin-left: 30px; }

/* Styles for the Language Switcher Component */

.header__language-switcher--toggle {  cursor: pointer; background-image: none; background-position: initial; background-repeat: initial; background-size: auto; }
.header__language-switcher--toggle:before { font-family: FontAwesome; content: "\f57d"; }
.header__language-switcher--toggle:after { content: ""; }
.header__language-switcher .globe_class { background-image: none; background-position: initial; background-repeat: initial; background-size: auto; border-radius: initial;
  width: auto; height: auto; cursor: pointer; }
.header__language-switcher .lang_switcher_class  { position: static; display: block !important; }
.header__language-switcher .lang_list_class { display: block; visibility: hidden; opacity: 0; font-family: ; font-size: 0.8rem; color: #494a52; top: 0; right: 0; left: initial !important; transform: none !important; padding-top: 0;  min-width: 100px; text-align: left; transition: opacity 0.3s; }
.header__language-switcher--wrapper:hover .lang_list_class { visibility: visible; opacity: 1; transition: opacity 0.3s; } 
.header__language-switcher .lang_list_class.first-active::after { top: -22px; border-bottom-color: #EBEFF3; transition: 0.3s; }
.header__language-switcher .lang_list_class li { border: none; background: inherit; padding: 10px 15px; font-size: 18px; }
.header__language-switcher .lang_list_class li:first-child { border-top: none; }
.header__language-switcher .lang_list_class li:last-child { border-bottom: none; }
.header__language-switcher .lang_list_class li:hover { transition: background-color 0.3s; background-color: rgba(193, 190, 190, 0.1); }
.header__language-switcher .lang_list_class li a { font-family: ; color: #494a52; }
.header__language-switcher .lang_list_class li a:hover { color: #494a52; }
.header__language-switcher--label { display: flex; position: relative; }
.header__language-switcher--label-current { font-size: 18px; margin-left: 10px; margin-bottom: 5px; display: flex; align-items: center; }
form.search-form-s input { color: #000000; background: transparent; border-style: solid; border-color: #7c6ea3; border-width: 0 1px 0 1px; border-radius: 0 0 0 0; width: 100%; padding: 9px 12px; font-size: 15px; line-height: 1.5; padding-right: 40px; }
.header__container-top form { width: 33.33%; }
.header__container-top button.search-submit { background-color: transparent; position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%); transform: translateY(-50%); padding: 10px 15px; border: medium; z-index: 2; cursor: pointer; width: auto!important; font-size: 18px; color: #8871c2;
  background: transparent; border-style: none; }
.header__container-top form { position: relative; right: 15px; }
.header__navigation .hs-menu-wrapper ul { padding-left: 0; list-style: none; margin-bottom: 0;   }
.header__navigation .hs-menu-wrapper > ul { display: flex;     -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end; }
/* .header__navigation .hs-menu-wrapper > ul >li > ul { display: none; } */
.header__navigation .hs-menu-wrapper > ul > li > a { color: #444444; font-weight: 700; font-style: normal; text-decoration: none; text-transform: uppercase; font-size: 14px; line-height: 24px; font-family: 'Open Sans', sans-serif; padding: 10px 10px 10px 10px;
  display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; 
  -moz-align-items: center; -ms-align-items: center; align-items: center; position: relative; }
header.header .header__container:nth-child(2) { padding-top: 30px; padding-bottom: 30px; }
.header__navigation .hs-menu-wrapper>ul > li:not(:last-child) { margin-right: 20px; }
i.submenu-icon { text-indent: 10px; }
.header__navigation .hs-menu-wrapper > ul >li { position: relative;}
.header__navigation .hs-menu-wrapper>ul>li>ul { min-width: 250px; position: absolute; top: 100%;  left: 0; z-index: 9999;
  -webkit-box-shadow: 0 6px 10px 3px rgb(0 0 0 / 10%); -moz-box-shadow: 0 6px 10px 3px rgba(0,0,0,.1);
  box-shadow: 0 6px 10px 3px rgb(0 0 0 / 10%); -webkit-transition: all .5s ease-in-out 0s; -moz-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s; -o-transition: all .5s ease-in-out 0s; transition: all .5s ease-in-out 0s; opacity: 0; -webkit-transform: translate3d(0,0,0);     -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0); transform: translate3d(0,0,0); clip: rect(0,0,0,0); height: auto; overflow: visible; }

.header__navigation .hs-menu-wrapper>ul>li>ul a {
  color: #333; font-weight: 700; font-style: normal; text-decoration: none;
  text-transform: uppercase; font-size: 14px; line-height: 24px;
  font-family: 'Open Sans',sans-serif; padding: 10px 10px 10px 10px; display: -webkit-box;
  display: -moz-box;  display: -ms-flexbox;  display: -webkit-flex; display: flex;
  -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center; position: relative; }
.header__navigation .hs-menu-wrapper>ul>li>ul li:hover a { color: #de292e; }
.header__navigation .hs-menu-wrapper>ul>li>a:hover { color: #de292e; }
.header__navigation .hs-menu-wrapper .hs-menu-item .hs-menu-children-wrapper { background-color:#FFFFFF; }

@media(min-width:992px){
  .cwp-close-btn-box,.expand-menu { display: none !important }
  .header__navigation .hs-menu-wrapper>ul>li:hover>ul {
  clip: auto; opacity: 1; -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0); -webkit-transition: all .3s ease-in-out 0s; -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s; -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s; }
}

@media(max-width: 991px){
  .header__menu.header__element { right: -280px; max-height: 100vh; overflow: auto; height: 100vh; position: fixed; z-index: 999999; top: 0;
    width: 280px; padding: 20px;     height: 100%; -webkit-transition: all .5s ease-in-out 0s; -moz-transition: all .5s ease-in-out 0s;  -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s; transition: all .5s ease-in-out 0s; overflow: auto; background-color: #444; }
  .header__navigation .hs-menu-wrapper>ul { display: block; }
  .header__navigation .hs-menu-wrapper>ul>li>a { color: #fff; }
  .header__navigation .hs-menu-wrapper>ul>li>a { position: relative; }
  .header__navigation .hs-menu-wrapper>ul>li:not(:last-child) { margin-right: 0; }
  i.submenu-icon { text-indent: 0; background: rgba(0,0,0,.3); width: 20px; height: 20px; text-align: center; line-height: 19px; position: absolute; -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; -ms-flex-order: 2; -webkit-order: 2; order: 2; margin-left: auto; top: 50%; right: 0; z-index: 3; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); cursor:pointer } 
  .header__navigation .hs-menu-wrapper>ul>li>a:hover { color: #275cf6; }
  .header__navigation .hs-menu-wrapper>ul>li>ul { position: static;
    clip: auto; opacity: 1; -webkit-transition: none; -moz-transition: none; 
    -ms-transition: none; -o-transition: none;  transition: none;
    -webkit-box-shadow: 0 0px 0px 0px rgb(0 0 0 / 0%); -moz-box-shadow: 0 0px 0px 0px rgb(0 0 0 / 0%);  box-shadow: 0 0px 0px 0px rgb(0 0 0 / 0%); background-color: rgba(0,0,0,0.2); width: 100%; min-width: 0; display: none; }
  .header__navigation .hs-menu-wrapper>ul>li>ul li a { color: #fff; }
  .header__container-top { display :none !important }  
  .cwp-close-btn-box { padding: 10px 10px 10px 10px; text-align: right; }
  a.cwp-close-btn { margin-bottom: 20px; color: #fff; display: inline-block; font-size: 18px; }
  a.expand-menu {  margin: 0 0 0 auto;  display: block;  width:40px;  text-align: right;     padding: 10px 10px 10px 10px; font-size: 18px; }
  .header__container > div { padding-left: 0; padding-right: 0  }
  .menuOpen .header__menu.header__element { right: 0; }
  .body-wrapper { -webkit-transition: all .5s ease-in-out 0s; -moz-transition: all .5s ease-in-out 0s; -ms-transition: all .5s ease-in-out 0s; -o-transition: all .5s ease-in-out 0s; transition: all .5s ease-in-out 0s; position: relative; right: 0 }
  .menuOpen .body-wrapper { right: 280px; }
  .menuOpen .body-wrapper:after{ position: fixed; content: ''; background: rgba(0,0,0,.5);    left: 0; top: 0; width: 100%; height: 100%; z-index: 800 } 


}
.footer-top-sec { padding-top: 60px; padding-bottom: 60px; }
.first-col-logo { width: 150px; }
.first-col-logo img { max-width: 150px; }
.first-col-content { margin-top: 30px; }
.followTitle { padding-top: 20px; }
.followTitle h4 { font-weight: 500; }
.followlist ul { margin: 0; padding: 0; list-style: none; }
.followlist ul li { display: inline-block; vertical-align: middle; }
.followlist ul li a { color: #000000; }
.followlist ul li + li { margin-left: 25px; }
.followlist ul li a:hover { color: #FFAB5E; }
.first-col-inner {  width: 80%; }
.footer-title h4 { font-weight: 500; margin-bottom: 0; }
.footer-title h4:after {content: '';width: 113px;background-color: #0a4471;display: block;height: 3px;margin-top: 15px;margin-bottom: 15px;}
.footer-list ul { list-style: none; padding: 0; margin: 0; }
.footer-list ul li { margin-bottom: 10px; }
.footer-list ul li a { display: block; font-weight: 700; font-size: 12px; }
.contact-info-box h6 { font-size: 18px; }
.contact-info-box p { color: #000; margin-bottom: 5px; }
.contact-info-box a { color: #000; display: inline-block; margin-bottom: 6px; }
.footer-bottom-sec { border-style: solid; border-width: 1px 0px 0px 0px; border-color: #DEDEDE; transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; padding: 20px 0px 20px 0px; } 
.ls-footer { font-size: 13px; text-transform: uppercase; } 
.rs-footer { text-align: right; text-transform: uppercase; font-size: 13px; }
.blog-post-section { padding: 70px 0; }
.primary-meta,.primary-meta a { color: #999999; }
.primary-meta i { margin-right: 5px; }
.primary-meta > span { position: relative; font-size: 16px; }
.primary-meta > span:not(:last-child) { margin-right: 15px; padding-right: 15px; }
.primary-meta > span:not(:last-child):before { content: ""; position: absolute; right: 0; top: 50%; width: 1px; height: 10px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%); transform: translateY(-50%); background: currentColor; }
.textpR { color: #999; }
.nxtprvBox > div { display: inline-block; vertical-align: top; width: 50%; margin-right: -4px; }
.nxtprvBox .bxS:last-child { text-align: right; }
.textPosts  a { font-size: 20px; word-break: break-word; color: #ee3a6a; }
.textPosts  a:hover { color: #de292e }

.search-form input[type="text"] { display: block; width: 100%; height: 40px; padding: 6px 12px; font-size: 16px; line-height: 1.5; color: #333; background-color: #fff; background-image: none; border: 1px solid #eee; -webkit-transition: all .5s ease-in-out 0s; -moz-transition: all .5s ease-in-out 0s; -ms-transition: all .5s ease-in-out 0s; -o-transition: all .5s ease-in-out 0s; transition: all .5s ease-in-out 0s;  }
.search-form input[type="submit"]{ -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s; -ms-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s; transition: all .5s ease-in-out 0s; -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; border: none;
  font-family: "PT Sans",sans-serif; font-size: 16px; font-weight: 500; line-height: 1.5; outline: 0; padding: 8px 16px; text-decoration: none; vertical-align: bottom;
  display: inline-block; color: #fff;margin-top: 15px; background: #de292e; border-radius:0 }

.pt50 { padding-top: 50px }

.pst-title h3 { padding: 0 0 0 15px; font-family: 'Montserrat', sans-serif; font-weight: 600; font-style: normal; text-decoration: none; text-transform: none;
  font-size: 20px; line-height: 24px; border-style: solid; border-width: 0 0 0 5px; border-color: #ee3a6a; }
.pst-title h3 { margin-bottom: 20px; }
.pst-content ul { list-style: none; padding: 0; margin: 0; }
.pst-content ul li a { color: #40454a; }
.pst-content ul li a:hover { color: #de292e }
.pst-content ul li:not(:first-child) { list-style: none; margin-top: 5px; padding-top: 5px; }

.featuredImage img { width: 100%;  }

.post-item-content { margin-top: 15px; }
.post-item { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px dashed #ccc; }
.post-item:last-child { margin-bottom: 0 }
.post-item-content p { margin-bottom: 0; }
.blog-listing-section { padding: 80px 0; }
.read-morbutton a {
    color: #fff; background: #de292e; border-style: solid; border-color: #de292e;
    border-width: 1px 1px 1px 1px; border-radius: 3px 3px 3px 3px; -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s; -ms-transition: all .5s ease-in-out 0s; -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
    -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; border: none; font-family: "PT Sans",sans-serif; font-size: 16px;
    font-weight: 500; line-height: 1.5; outline: 0; padding: 8px 16px; text-decoration: none; vertical-align: bottom; display: inline-block; }
.read-morbutton { margin-top: 15px; }
.read-morbutton a:hover { color: #fff; background-color: #d22d59;     border-color: #d22d59; }
.blog-pagination {  padding-top: 30px; text-align: center; }
.blog-pagination a {   margin: 10px; }
.blog-pagination a { font-size: 20px; display: inline-block; width: 50px; height: 50px; line-height: 48px; border: 1px solid #de292e; color: #000; }
.blog-pagination a:hover { background-color: #de292e; color: #fff; }
.blog-pagination a svg path { fill: #de292e; }
.blog-pagination a:hover svg path { fill: #fff; }


.post-listing { display: flex; flex-wrap: wrap; }
.post-listing > div { width: 50%; padding: 10px 12px; }
.nsnewpostItem { -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%); box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%); overflow: hidden; position: relative; background-color: #fff; 
    width: 100%; min-height: 100%; border-radius: 3px;  border: 0 solid #818a91; -webkit-transition: all .25s; -o-transition: all .25s; transition: all .25s; }
.ns-new-post-top { padding-bottom: calc( 0.55 * 100% ); background-position: top center; background-repeat: no-repeat; background-size: cover; margin-bottom: 20px; position: relative; }
.ns-new-post-top a {     position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; }
.ns-new-post-top:before {content: '';width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.35)),color-stop(75%,transparent));background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.35),transparent 75%);background-image: -o-linear-gradient(bottom,rgba(0,0,0,.35) 0,transparent 75%);background-image: linear-gradient(
0deg
,rgba(0,0,0,.35),transparent 75%);background-repeat: no-repeat;height: 100%;width: 100%;position: absolute;transition: all ease 0.3s;-webkit-transition: all ease 0.3s;}

.nsnewpostItem:hover .ns-new-post-top:before { opacity: 0.5; }
.nsnewpostItem:hover { -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%); box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%); }
.nspost-bottoms { padding: 0 30px 66px; }
.nspost-title h6 a { font-weight: 600; font-size: 18px; }
.nspost-title { margin-bottom: 26px; }
.nspost-contents { line-height: 1.7; line-height: 1.5em; font-size: 16px; color: #777; }
.nspost-readmre a { text-transform: uppercase; font-size: 16px; font-weight: 700;}
.nspost-bottomdate { padding: 15px 30px; margin-bottom: 0; border-top: 1px solid #eaeaea; line-height: 1.3em;  font-size: 16px; color: #adadad; position: absolute; width: 100%; bottom: 0; }
span.cd-words-wrapper {
    position: relative;
}

h1.cd-headline.letters.rotate-2 {
    text-align: center;
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
   
    left: 0;
    top: 0
}

.cd-words-wrapper b.is-visible {
    position: relative
}


.cd-headline.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-2 i, .cd-headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-headline.rotate-2 i {  font-style:normal;  }
.cd-headline.rotate-2 b {
  opacity: 0;
}
.cd-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}
.is-visible .cd-headline.rotate-2 i {
  opacity: 1;
}
.cd-headline.rotate-2 i.in {
/*   -webkit-animation: cd-rotate-2-in 0.8s forwards;
  -moz-animation: cd-rotate-2-in 0.8s forwards;
  animation: cd-rotate-2-in 0.8s forwards; */
  -webkit-animation: elementor-headline-swirl-in .4s forwards;
    animation: elementor-headline-swirl-in .4s forwards
  
}
.cd-headline.rotate-2 i.out {
  -webkit-animation: elementor-headline-swirl-out .4s forwards;
    animation: elementor-headline-swirl-out .4s forwards
  
/*   -webkit-animation: cd-rotate-2-out 0.8s forwards;
  -moz-animation: cd-rotate-2-out 0.8s forwards;
  animation: cd-rotate-2-out 0.8s forwards; */
}
h1.cd-headline > span:first-child {
    color: #4a4a4a;
}

.cd-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
}

.no-csstransitions .cd-headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}
.no-csstransitions .cd-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
  opacity: 1;
}

.cd-headline > span {
    display: inline-block;
    vertical-align: top;
}

.cd-headline > span i em {
    font-style: normal;
    color: #de292e;
}



@-webkit-keyframes elementor-headline-swirl-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
        transform: translateZ(-20px) rotateX(90deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
        transform: translateZ(-20px) rotateX(-10deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
        transform: translateZ(-20px) rotateX(0deg)
    }
}

@keyframes elementor-headline-swirl-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
        transform: translateZ(-20px) rotateX(90deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
        transform: translateZ(-20px) rotateX(-10deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
        transform: translateZ(-20px) rotateX(0deg)
    }
}

@-webkit-keyframes elementor-headline-swirl-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0)
    }

    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
        transform: translateZ(-20px) rotateX(-100deg)
    }

    to {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
        transform: translateZ(-20px) rotateX(-90deg)
    }
}

@keyframes elementor-headline-swirl-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0)
    }

    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
        transform: translateZ(-20px) rotateX(-100deg)
    }

    to {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
        transform: translateZ(-20px) rotateX(-90deg)
    }
}



@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}
@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
} 


@media(min-width: 768px){
  .post-title { padding-right: 30px; }
}

@media(max-width: 991px){
  .first-col-inner { width: 100%; }
  .first-col-s > div { display: inline-block; vertical-align: top; margin-right: -4px; }
  .first-col-logo { width: 25%; }
  .first-col-content { margin-top: 0; width: 75%; }
  .first-col-content { font-size: 16px; }
  .blog-post-section { padding-top: 40px; padding-bottom: 60px }
  .first-col-inner {margin-bottom: 20px;}
  .blog-listing-section { padding-top: 40px; padding-bottom: 60px }
  .post-listing > div { width: 100%; padding-left: 0; padding-right: 0 }
  .post-listing > div + div{ margin-top: 30px }
}

@media(max-width: 767px){
  .footer-top-sec { padding: 50px 15px; }
  .first-col-s>div { display: block; width: 100%; margin-right: 0; }
  .first-col-content { margin-top: 20px;font-size: 16px }
  .rs-footer,.ls-footer { text-align: center; }
  .blog-post-right { padding-top: 30px; }
  .nxtprvBox>div { display: block;width: 100%; margin-right: 0; }
  .nxtprvBox .bxS:last-child { text-align: left; }
  .nxtprvBox>div + div { padding-top: 20px; }
  .blog-post-left .pt-5 {  padding-top: 20px !important; }
  .blog-listing-section { padding-top: 20px; padding-bottom: 40px }
  .blog-pagination a { font-size: 16px; width: 30px; height: 30px; line-height: 28px; color: #000; }
}
