@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.css');




/* Theme base styles */

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

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

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

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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



/* CSS variables */

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

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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

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

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

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

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

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

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

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

/* Paragraphs */

p {
  margin:0;
}
* + p {
  margin-top:15px;
}
/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
  display:inline-block;vertical-align:middle;
  max-width:100%;height:auto;
}
.button a, a.button{padding:18px 16px;font-size:20px;font-weight:700;line-height:1;text-align:center;letter-spacing:0.5px;display:inline-block; display: inline-block;text-decoration:none; background-color:var(--secondary);border:2px solid var(--secondary);color:var(--primary);transition:all ease .3s;border-radius:8px;}
.button a:hover, a.button:hover{background-color:var(--dark);color:var(--primary);border-color:var(--dark)}
.button a svg path, a.button svg path{transition: all .3s ease; stroke: #FFF;}
.button a:hover svg path, a.button:hover svg path{stroke: #FFF;}

/*  Secondary Button */
.button.v1 a, a.button.v1{background-color:var(--primary);color:var(--secondary);border-color:var(--primary);}
.button.v1 a:hover, a.button.v1:hover{background-color:var(--secondary); color:var(--primary);border-color:var(--primary);}

.v1.btnArrow svg path {stroke: #DB224B;}
/* a:hover .v1.btnArrow svg path {stroke: #fff;} */

/*  TertiaryButton */

.button.v2 a, a.button.v2{padding:0;background:transparent;border:none;color:var(--dark);text-decoration:underline;}
.button.v2 a:hover, a.button.v2:hover{color:var(--secondary);}

/*  WhiteButton */

.button.v3 a, a.button.v3{background-color:var(--primary);color:var(--green);border-color:var(--primary);}
.button.v3 a:hover, a.button.v3:hover{background-color:var(--primary); color:var(--secondary);border-color:var(--primary);}
.button.v3 a svg path, a.button.v3 svg path{transition: all .3s ease; stroke: var(--dark);}
.button.v3 a:hover svg path, a.button.v3:hover svg path{stroke: var(--secondary);}

.button.v4 a, a.button.v4{background-color:var(--primary);color:var(--secondary);border-color:var(--primary);}
.button.v4 a:hover, a.button.v4:hover{background-color:var(--primary);color:var(--dark);border-color:var(--primary);}
.button.v4 a svg path, a.button.v4 svg path{transition: all .3s ease; stroke: var(--secondary);}
.button.v4 a:hover svg path, a.button.v4:hover svg path{stroke: var(--dark);}

.button.v5 a, a.button.v5{background-color:#FFFFFF;color: #449CA8;border-color:#FFFFFF;}
.button.v5 a:hover, a.button.v5:hover{background-color:#FFFFFF;color:#DB1F48;border-color:#FFFFFF;}
.button.v5 a svg path, a.button.v5 svg path{transition: all .3s ease; stroke: #449CA8;}
.button.v5 a:hover svg path, a.button.v5:hover svg path{stroke: #DB1F48;}

@media(max-width: 767px){

  .button a, a.button{font-size: 18px; padding: 12px 10.5px; }

}
form .input { margin-right:0 !important;margin-top:12px; }
form fieldset { max-width:inherit !important; margin:0 -12px !important;  }
form fieldset.form-columns-1 .field { width:100% !important; }
form fieldset.form-columns-2 .field { width:50% !important; }
form fieldset.form-columns-3 .field { width:33.33% !important; }
form .field { padding:0 0 24px; }
form fieldset .field { padding-left:12px; padding-right:12px; }
form ul.multi-container { padding-top:10px; }
form ul.multi-container li { margin:5px 0; }  
textarea, input[type="text"], input[type="number"],input[type="password"], input[type="email"], input[type="tel"], select, input[type=date] { background-color: transparent; border:1px solid #C4C4C4; border-radius: 6px;
  color:var(--body-color); display: block; font-family: "REM", sans-serif; font-size: 16px; line-height: 1.42; margin: 0; outline: none;  padding: 12px 16px;width: 100%!important; font-weight: 500;  }

textarea { min-height:110px; }
form input[type="radio"]+span,form input[type="checkbox"]+span { position: relative; display:block;  padding-left: 40px;  cursor:pointer;}
form input[type="radio"]+span:before,form input[type="checkbox"]+span:before { content: '';  color:#09072e;  position:absolute;  left:4px;  top: 0;  font-size:0; width: 24px;  height: 24px;
  display:block; border:1px solid #ccc;  transition:all ease .3s;  -webkit-transition:all ease .3s;  text-align:center;  line-height:14px;  border-radius: 4px;background-position: center center;
  background-repeat: no-repeat;
  background-size: auto; }
form input[type="radio"]:checked+span:before { background: #db1f48; border-color:#db1f48;}
form input[type="checkbox"]:checked+span:before { border-color: #db1f48; font-size:12px;  background-color: #db1f48;  color:#fff;  letter-spacing: inherit; 
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z'/%3E%3C/svg%3E");
}
input[type="checkbox"] { display: none;}
.subscription-section form input[type="radio"], .subscription-section form input[type="checkbox"] {  position: absolute;   width: 100%;   height: 100%;   left: 0;    top: 0;
  opacity: 0;    z-index: 1; }

form fieldset label > .hs-form-required {color: #f44336;font-weight: 400;padding-left: 5px;}

/* select {font-weight: 500;} */
select {appearance: none;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath d='M1.11084 1.2157L5.67954 5.7844L10.2482 1.2157' stroke='%23919293' stroke-width='1.5229' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: calc(100% - 16px) center;background-repeat: no-repeat;background-size: auto;}

::placeholder {font-family: inherit;color: #403E4A;font-size:16px;line-height:1.25; font-weight: 500;}

input[type="submit"] {outline: none;background-color:var(--secondary);border: 1px solid var(--secondary);border-radius: 6px;color:var(--primary);font-family: inherit;font-size: 14px;cursor:pointer;font-weight: 700;   line-height: 1.42;  overflow: hidden;  padding:15px;  position: relative;  text-decoration: none;  -webkit-transition:all ease 0.3s;  -moz-transition:all ease 0.3s; transition:all ease 0.3s;}
input[type="submit"]:hover {background-color:var(--dark);color:var(--primary);border-color:var(--dark)}
.hs_error_rollup {display: none;}
.hs-error-msgs{padding-top: 5px; font-weight: 500;}
.hs-error-msg{font-size: 14px; line-height: 1.3; color: #f25767; }

.submitted-message {text-align: center;font-size:20px;color:var(--dark);}
label span {font-size: 14px;font-weight: 500;line-height: 1;color: #403E4A;display:inline-block;}

input[type="radio"] {display: none;}
ul.inputs-list.multi-container {margin: 0;list-style: none;padding: 0;}
ul.inputs-list.multi-container li {padding: 0;margin: 7px 0 !important;}
form input[type=checkbox]+span, form input[type=radio]+span {line-height: 24px;}
form input[type=radio]+span:before {border-radius: 150px;}

@media(max-width:767px){
  form fieldset.form-columns-2 .field {width: 100% !important;}
  input[type=submit]{padding: 18px 30px;}
}
/* Table */

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

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

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

/* Header CSS */

.logo-two-col {display: flex;flex-wrap: nowrap;align-items: center;}
.r-two-col {display: flex;flex-wrap: nowrap;justify-content: flex-end;align-items: center;}
.search-two-cl {display: flex;flex-wrap: nowrap;align-items: center;}
.logo-l {width: 221px;}
.logo-r {width: calc(100% - 221px);}
.hd-sm-menu>.hs_cos_wrapper>.hs-menu-wrapper>ul {margin: 0;line-height: 0;list-style: none;}
.hd-sm-menu>.hs_cos_wrapper>.hs-menu-wrapper>ul>li>a {padding: 48px 0;font-size: 16px;display: block;color: #403E4A;text-decoration: none;font-weight: 500;position: relative;}
.hd-sm-menu>.hs_cos_wrapper>.hs-menu-wrapper>ul>li {position: relative;}
.hd-sm-menu>.hs_cos_wrapper>.hs-menu-wrapper>ul>li>a:before {content: '';background-color: #403E4A;width: 1px;height: 16px;position: absolute;top: 50%;left: -12px;transform: translateY(-50%);}
.hd-sm-menu>.hs_cos_wrapper>.hs-menu-wrapper>ul>li {margin: 0 12px;}
.hd-sm-menu>.hs_cos_wrapper>.hs-menu-wrapper>ul>li:first-child a:before {display: none;}
.hd-sm-menu>.hs_cos_wrapper>.hs-menu-wrapper>ul>li>a:hover {color: #db1f48;}
.hd-right {padding-left: 12px;}
.search-ic {line-height: 0;cursor: pointer;}
.icon-right {margin-left: 36px;display: flex;flex-wrap: nowrap;align-items: center;transition: all ease 0.3s;}
.icon-right span {line-height: 0;}
.icon-right a {padding-left: 10px;font-size: 22px;line-height: 1.31;font-weight: 700;text-decoration: none;}
.icon-right svg path {transition: all ease .3s;}
.icon-right:hover svg path {fill: var(--dark);stroke: var(--dark);}
.icon-right:hover a {color: var(--dark);}
.header-sec {background-color: var(--secondary);}
.header-section .content-wrapper {max-width: 1330px;padding: 0 15px;}
.headernavigation>.hs_cos_wrapper>.hs-menu-wrapper>ul {display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.headernavigation>.hs_cos_wrapper>.hs-menu-wrapper>ul>li>a {color: #fff;font-size: 22px;line-height: 1.09;text-decoration: none;font-weight: 500;padding: 24px 0;display: block;}
.headernavigation>.hs_cos_wrapper>.hs-menu-wrapper>ul>li+li {margin: 0 20px;}
.headernavigation>.hs_cos_wrapper>.hs-menu-wrapper>ul>li:last-child a {padding: 12px 18px;background-color: #fff;display: inline-block;vertical-align: middle;text-align: center;border-radius: 8px;font-weight:700;
  color: #DB224B;font-size: 22px;line-height: 1;letter-spacing: 0.064px;border: 1px solid #fff;}
.headernavigation>.hs_cos_wrapper>.hs-menu-wrapper>ul>li:last-child {margin-right: 0;}

@media(min-width:991px){
  .headernavigation>.hs_cos_wrapper>.hs-menu-wrapper>ul>li:hover>a>span>svg {transform: rotate(180deg);}
}
  .headernavigation>.hs_cos_wrapper>.hs-menu-wrapper>ul>li.active-menu>a>span>svg {transform: rotate(180deg);}

.headernavigation>.hs_cos_wrapper>.hs-menu-wrapper>ul>li>a>span>svg path, .headernavigation>.hs_cos_wrapper>.hs-menu-wrapper>ul>li>a>span>svg {transition: all ease .3s;}



.header-section {position: fixed;top: 0;left: 00;width: 100%;z-index: 99;background-color: #fff;}
.mobile-nb { display: none; }
.expandMenu { display: none; }


@media(min-width:992px){
  .headernavigation>.hs_cos_wrapper>.hs-menu-wrapper>ul>li:last-child a:hover { color: var(--dark);}
  .headernavigation>.hs_cos_wrapper>.hs-menu-wrapper>ul>li:hover>a>span>svg path,.headernavigation>.hs_cos_wrapper>.hs-menu-wrapper>ul>li.active>a>span>svg path   {stroke: #F0D2D9;}
  .headernavigation>.hs_cos_wrapper>.hs-menu-wrapper>ul>li:hover>a, .headernavigation>.hs_cos_wrapper>.hs-menu-wrapper>ul>li.active>a {color: #F0D2D9;}
}

@media (max-width: 1360px) {

  .headernavigation>.hs_cos_wrapper>.hs-menu-wrapper>ul>li+li {margin: 0 10px;}
  .headernavigation>.hs_cos_wrapper>.hs-menu-wrapper>ul>li>a {font-size: 20px;}

}

@media (max-width: 1230px) {

  .logo-l {width: 180px;}
  .logo-r {width: calc(100% - 180px);}
  .hd-sm-menu .hs-menu-wrapper ul li {margin: 0 8px;}
  .icon-right a {font-size: 18px;}
  .icon-right span svg {width: 20px;}
  .headernavigation>.hs_cos_wrapper>.hs-menu-wrapper>ul>li>a {font-size: 18px;}
  .headernavigation>.hs_cos_wrapper>.hs-menu-wrapper>ul>li:last-child>a {font-size: 18px;}

}

@media (max-width: 1080px) {

  .headernavigation>.hs_cos_wrapper>.hs-menu-wrapper>ul>li>a, .headernavigation>.hs_cos_wrapper>.hs-menu-wrapper>ul>li:last-child a {font-size: 16px;}
  .logo-l {width: 160px;}
  .logo-r {width: calc(100% - 160px);}
  .icon-right {margin-left: 10px;}
  .icon-right a {padding-left: 5px;}

}

@media (max-width: 991px) {

  .hd-lft {display: none;}
  .hd-right {padding-left: 0;}
  .search-ic {order: 2;padding-left: 16px;}
  .mobile-nb {display: block;}
  .icon-right {display: none;}
  .mobile-nb a {background-color: #DB224B;vertical-align: middle;border-radius: 5px;padding: 7px 12px;font-size: 14px;color: #fff;display: flex;flex-wrap: nowrap;align-items: center;
    line-height: 1.5;}
  .mobile-nb a svg path {fill: #fff;}
  .mobile-nb a svg {width: 13px;height: auto;}
  .mobile-nb a span {line-height: 0;margin-right: 7px;}
  .expandMenu {width: 24px;height: auto;display: block;cursor: pointer;padding: 3px;position: absolute;top: 50%;right: 15px;transform: translateY(-50%);}
  .expandMenu i {position: relative;width: 24px;right: 0;height: 2px;opacity: 1;display: block;background: #db1f48;margin-top: 8px;transition: all ease .3s;
    -webkit-transition: all ease .3s;-moz-transition: all ease .3s;margin-bottom: 8px;margin-left: auto;margin-right: auto;}
  .expandMenu i:first-child {margin-top: 0;}
  .logo-r {padding-right: 50px;}
  .header-fst {position: relative;}
  .expandMenu i:last-child {margin-bottom: 0;}
  .header-section {padding: 25px 0;}
  .header-sec {position: absolute;top: 100%;left: 0;width: 100%;height: 100vh;background-color: #fff;display: none;}
  .headernavigation>.hs_cos_wrapper>.hs-menu-wrapper>ul>li>a {color: #DB1F48;padding: 20px 30px;border-bottom: 1px solid #403E4A99;}
  .headernavigation>.hs_cos_wrapper>.hs-menu-wrapper>ul {display: block;}
  .headernavigation>.hs_cos_wrapper>.hs-menu-wrapper>ul>li+li {margin: 0;}
  .header-sec .content-wrapper {padding: 0;}
  .headernavigation>.hs_cos_wrapper>.hs-menu-wrapper>ul>li:last-child>a {padding: 20px 30px;display: block;text-align: left;}
  .headernavigation>.hs_cos_wrapper>.hs-menu-wrapper>ul>li:last-child>a:hover {color: #DB1F48;}
  .expandMenu.active i:first-child {transform: rotate(135deg);-webkit-transform: rotate(135deg);top: 10px;position: relative;}
  .expandMenu.active i:nth-child(2) {position: relative;left: -46px;opacity: 0;}
  .expandMenu.active i:last-child {transform: rotate(-135deg);-webkit-transform: rotate(-135deg);top: -10px;position: relative;}
  .headernavigation>.hs_cos_wrapper>.hs-menu-wrapper>ul>li>a>span>svg path {stroke: #403E4A;}
  .header-section {border-bottom: 1px solid rgb(64 62 74 / 30%); transition:all ease .3s;}

  body.Fixed .header-section {box-shadow: 0px 2px 4px 0px #00000021;}

}

@media (max-width: 767px) {
  .header-section {padding: 19px 0;}
  .expandMenu {width: 24px;padding: 0;}
  .logo-l {width: 125px;}
  .logo-r {width: calc(100% - 125px);padding-right: 46px;}
  .search-ic {padding-left: 19px;}


}

@media (max-width: 375px) {




  .mobile-nb a span {margin-right: 3px;}


}

/* Footer CSS */

.footer-section {padding-top: 56px;padding-bottom: 44px;border-top: 1px solid rgb(64 62 74 / 30%); }
.footer-two-col {display: flex;flex-wrap: wrap;}
.footer-left {width: 32%;}
.footer-right {width: 68%;padding-left: 68px;}
.icon-two-col {display: flex;flex-wrap: nowrap;}
.icon-two-col + .icon-two-col {padding-top: 10px;}
.icon-list-s {padding-top: 22px;}
.i-left {width: 21px;}
.i-right {width: calc(100% - 21px);padding-left: 17px;}
.i-content , .i-content a {font-size: 15px;line-height: 1.27;color: #403E4A;font-weight:400;}
.social-icons ul {margin: 0 -8px;padding: 0;list-style: none;display: flex;flex-wrap: wrap;}
.social-icons ul li a {width: 24px;height: 24px;background-color: #00B6BC;border: 1px solid #00B6BC;display: flex;flex-wrap: nowrap;justify-content: center;align-items: center;
  border-radius: 4px;}
.social-icons ul li {margin: 8px;}
.social-icons {padding-top: 15px;}
.f-right {display: flex;flex-wrap: nowrap;justify-content: space-between; gap: 20px;}
.f-title {font-size: 18px;line-height: 1.22;color: #DB1F48;font-weight: 700;}
.f-simple-menu {padding-top: 32px;}
.f-simple-menu .hs-menu-wrapper ul {display: block;}
.f-simple-menu .hs-menu-wrapper ul li a {color: #403E4A;font-size: 16px;line-height: 1.37;font-weight: 500;}
.f-simple-menu .hs-menu-wrapper ul li + li {margin-top: 24px;}
.f-simple-menu .hs-menu-wrapper ul li a:hover {color: #db1f48;}
.social-icons ul li a:hover {background-color: #db1f48;border-color: #db1f48;}
.bottom-s {padding-top: 28px;}
.bottom-s , .bottom-s a {text-align: center;font-size: 15px;line-height: 1.47;  color: #403E4A;text-decoration: none;font-weight:400;}
.bottom-s a:hover { color: #db224b;}

.footer-section .content-wrapper {max-width: 1260px;margin: 0 auto;padding: 0 15px;}
.bottom-s p + p {margin-top: 18px;}
.social-icons ul li a svg {width: 13px;height: 13px;}
.i-content a:hover {color: #00B6BC;}
span.hideMob +br {display: none;}




@media (max-width: 991px) {

  /*  Footer CSS  */

  .footer-right {padding-left: 30px;}

}

@media (max-width: 767px) {

  /*  Footer CSS  */

  .footer-section {padding-top: 35px;padding-bottom: 18px;}
  .footer-right,.footer-left {width: 100%;}
  .footer-right {padding-left: 0;padding-top: 22px;}
  .footer-logo {text-align: center;}
  .footer-descri {max-width: 260px;margin: 0 auto;}
  .social-icons ul {justify-content: center;}
  .f-right {gap: inherit;flex-wrap: wrap;}
  .f-column {width: 50%;padding: 15px;}
  .f-title {font-size: 16px;}
  .f-simple-menu {padding-top: 24px;}
  .f-simple-menu .hs-menu-wrapper ul li+li {margin-top: 20px;}
  .bottom-s {padding-top: 16px;}
  .bottom-s, .bottom-s a {font-size: 12px;}
  .bottom-s p+p {margin-top: 13px;}   
  .icon-list-s {padding-top: 25px;}
  .f-simple-menu .hs-menu-wrapper ul li a {font-size: 14px;line-height: 1.57;}
  span.hideMob {display: none;}
  span.hideMob +br {display: block;}

}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

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

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

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

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

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

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