*, *: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-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -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: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.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;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -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: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .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: 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;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -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: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .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%;
    }
}

/* 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,
.page-center,
.header_container,
.footer_container,
.dnd-section > .row-fluid {
  margin: 0 auto;
  padding-left:72px;
  padding-right:72px;
  width:100%;
}




@media (max-width:767px){

  .content-wrapper,
  .page-center,
  .header_container,
  .footer_container,
  .dnd-section > .row-fluid {
    padding-left:24px;
    padding-right:24px;
  }
}
@font-face { 
  font-family: "urw-din"; 
  src: url("https://use.typekit.net/af/f1d51b/00000000000000007735a83d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), 
    url("https://use.typekit.net/af/f1d51b/00000000000000007735a83d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), 
    url("https://use.typekit.net/af/f1d51b/00000000000000007735a83d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype"); 
  font-style: normal;
  font-weight: 400; 
  font-stretch: normal;
  font-display: auto;
}
@font-face { 
  font-family: "urw-din";
  src: url("https://use.typekit.net/af/b8eeae/00000000000000007735a849/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),
    url("https://use.typekit.net/af/b8eeae/00000000000000007735a849/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), 
    url("https://use.typekit.net/af/b8eeae/00000000000000007735a849/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype"); 
  font-style: normal; 
  font-weight: 600; 
  font-stretch: normal; 
  font-display: auto; 
}  
@font-face { font-family: "urw-din";
  src: url("https://use.typekit.net/af/cd97e9/00000000000000007735a84f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), 
    url("https://use.typekit.net/af/cd97e9/00000000000000007735a84f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), 
    url("https://use.typekit.net/af/cd97e9/00000000000000007735a84f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype"); 
  font-style: normal;
  font-weight: 700;
  font-stretch: normal; 
  font-display: auto;
}



html{
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  font-size:10px;
}



body {
  line-height: 1.5;
  word-break: break-word;
  background: #1A1A1A;
  background-image: url(https://22412272.fs1.hubspotusercontent-na2.net/hubfs/22412272/raw_assets/public/Xcaliber_Container_February2023/images/background.png);
}


@media (min-width:768px){
  body {
    background-size: 720px;
  }
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

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


h1,h3,h4,h5,h6{
  line-height:1.3;
}

h2{
  line-height: 48px;
}


/* Lists */

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

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

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

/* 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;
}

img{
  max-width:100%;}

@media (max-width:749px){
  body {
    font-size: 15px;
  }
}
button,
.button {
  cursor: pointer;
  line-height: 2;
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600 !Important;
  color: #000;
  transition: .3s all ease-in-out;
  border-radius: 32px;
  padding: 10px 40px;
  font-size: 16px;
  margin: 25px 0 0;
  font: inherit; 
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
  --buttons-border-width: 1px;
  white-space: break-spaces;
}

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;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: auto;
  padding: 10px 7px;
}

form.hs-form.stacked {
  margin-bottom: 20px;
}

/* Form fields */

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

/* Labels */

form label {
  top: 17px;
  font-weight: 600;
  margin-bottom: 0;
  transition: top var(--duration-short) ease;
  font-size: var(--duration-short) ease;
  letter-spacing: .1rem;
  line-height: 1.5;
  color: #b3b3b3;
  --inputs-border-width: 1px;
  --duration-short: .1s;
  --duration-short: .1s;
  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 {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
  --inputs-border-width: 1px;
  --duration-short: .1s;
  appearance: none;
  background-color: #303030;
  color: #b3b3b3;
  font-size: 1.6rem;
  box-sizing: border-box;
  border-radius: var(--inputs-radius);
  height: 56px;
  min-height: calc(var(--inputs-border-width) * 2);
  position: relative;
  border: 2px solid #4C4C4C;
  --inputs-border-width: 1px;
  --inputs-radius: 0px;
  --inputs-border-width: 1px;
  line-height: calc(1 + .5 / var(--font-body-scale));
  letter-spacing: .04rem;
  --font-body-scale: 1.0;
  font-family: inherit; 
  font-weight: inherit;
  outline: none;
  width:100%;
}

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

/* Inputs - checkbox/radio */

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

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

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

ul.no-list.hs-error-msgs li label{
  color: #d42b2a;
}

.hs-form-required {
  color: #d42b2a;
  font-size:14px;
}

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

.hs-error-msg {
  color: #d42b2a;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  line-height: 2;
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600 !important;
  color: #000;
  transition: .3s all ease-in-out;
  border-radius: 32px;
  padding: 10px 40px;
  font-size: 16px;
  margin: 25px 0 0;
  font: inherit; 
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
  --buttons-border-width: 1px;
  white-space: break-spaces;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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;
}
.no-banner .main_wrapper {
  min-height: 144px;
}


.header_wrapper {
  background-color: transparent !important;
  background: var(--gradient-background);
  background-attachment: fixed;
  --gradient-background:
    var(--gradient-base-background-1);
  --gradient-base-background-1: #FFFFFF;
  position: fixed;
  z-index: 9;
  width: 100%;
  transition: all .2s;
  transform: unset;
}
body.search-open {
  overflow: hidden;
}
body.menu-open {
  overflow: hidden;
}
.shippping_text a:hover {
  color: #ddc9a3;
}
.header-hide .header_wrapper {
  transform: translateY(-150px);
}

.search-open .modal-overlay {
  display: block;
}

.modal-overlay:after {
  position: absolute;
  content: "";
  background-color: #000;
  opacity: .5;
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

.top_header {
  height: 40px;
  padding: 8px;
  text-align: center;
  border-bottom: 1px solid black;
  background-color: #1a1a1a;
  color: #ff6b00;
  letter-spacing:0.6px;
}

.top_header p {
  margin: 0;
}

.top_header p a {
  color: inherit;
  text-decoration: inherit;
}

header.custom_header {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: transparent;
  color: rgba(var(--color-foreground),.75);
  --color-base-solid-button-labels: 255, 255, 255;
  --color-foreground:
    var(--color-base-solid-button-labels);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: unset;
  z-index: 10;
  margin: 0 auto;
  width: calc(100% - 8vw);
}

.bg_color {
  clip-path: polygon(0% 16px,0% 0,16px 0%,100% 0%,100% 16px,100% calc(100% - 16px),calc(100% - 16px) 100%,16px 100%,0 calc(100% - 16px));
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 8vw);
  height: 100%;
  background-color: #000;
  z-index:-1;
}

.header_logo {
  line-height: 0;
  display: inline-block;
  padding: 0.75rem;
  text-decoration: none;
  word-break: break-word;
  grid-area: heading;
  --color-foreground:
    var(--color-base-solid-button-labels);
  color: rgb(var(--color-foreground));
  --color-base-solid-button-labels: 255, 255, 255;
  cursor: pointer;
  border: none;
  box-shadow: none;
  text-underline-offset: 0.3rem;
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
  z-index:9;
}

.header_logo img {
  max-width: 100%;
  height: auto;
  width: 170px !important;
  display: block;
  vertical-align: middle;
}

.header_menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}

.header_icons {
  justify-content: end;
  display: flex;
  grid-area: icons;
  justify-self: end;
}


.primary_menu .hs-menu-wrapper>ul ul {
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  left: 0;
  border:0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1;
  min-width: 220px;
  width: 100%;
  display: none;
  border-bottom: 2px solid #000000;
  --color-background: var(--color-base-accent-1);
  --color-base-accent-1: 18, 18, 18;
  /*   background: var(--gradient-background); */
  background-attachment: fixed;
  --gradient-background: var(--gradient-base-accent-1);
  --gradient-base-accent-1: #121212;
  border-color: rgba(var(--color-foreground),var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity));
  --color-foreground: var(--color-base-solid-button-labels);
  --color-base-solid-button-labels: 255, 255, 255;
  --popup-border-opacity: 0.1;
  --popup-border-width: 1px;
  --popup-shadow-horizontal-offset: 0px;
  --popup-shadow-vertical-offset: 0px;
  --popup-shadow-blur-radius: 0px;
  --color-shadow: 18, 18, 18;
  --popup-shadow-opacity: 0.0;
  background-size: 720px;
  background-image:url(https://22412272.fs1.hubspotusercontent-na2.net/hubfs/22412272/raw_assets/public/Xcaliber_Container_February2023/images/background.png);
}

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



.primary_menu .hs-menu-wrapper>ul>li>a {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  position: relative;
  color: white;
  padding: 1.2rem;
  text-decoration: none;
  cursor: pointer;
  border: none;
  box-shadow: none;
  text-underline-offset: 0.3rem;
  background-color: transparent;
  font-family: inherit;
}


.primary_menu .hs-menu-wrapper>ul>li.active>a {
  color: #857550;
}

.primary_menu .hs-menu-wrapper>ul>li>a:hover {
  color: #ff6b00;
}


.header__search{
  display: inline-flex;
  line-height: 0;
}

.header__icon--search,.cart,.login {
  height: 4.4rem;
  width: 4.4rem;
  padding: 0;
  position: relative;
  cursor:pointer;
}



.header_icons svg,
.header_icons img {
  display: block;
  max-width: 100%;
}

.header__search .header__icon--search span {
  display: block;
  height: 100%;
  margin-top:-2px;
}

.cart {
  margin-right: -1.2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
}
.login {
  position: relative;
  right: 3px;
}



.primary_menu .hs-menu-wrapper>ul>li:hover ul {
  display: block;
}

.primary_menu .hs-menu-wrapper>ul ul li a {
  --font-body-family: Assistant,sans-serif;
  --font-body-style: normal;
  display: block;
  font-family: var(--font-heading-family);
  font-size: 24px;
  font-style: var(--font-heading-style);
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 28px;
  text-transform: uppercase;
  width: 100%;
  --font-body-style: normal;
  --font-body-weight: 400;
  --font-body-weight-bold: 700;
  --font-heading-family: Assistant, sans-serif;
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  word-wrap: break-word;
}

.primary_menu .hs-menu-wrapper>ul li {
  position: relative;
}

.primary_menu .hs-menu-wrapper>ul ul li a:hover {
  color: #ffffff;
}

.primary_menu .hs-menu-wrapper>ul ul li {
  margin-bottom: 0.8rem;
}

.primary_menu .hs-menu-wrapper>ul ul li:last-child {
  margin-bottom: 0;
}


.header__search .header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}


.header__search .modal__toggle-close {
  display: none;
}

.modal__close-button:hover svg {
  transform: scale(1.07);
}



/*  search  */

.search-modal.modal__content {
  background: #000000!important;
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground),.08);
  height: 94px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  --color-foreground:
    var(--color-base-solid-button-labels);
  --color-base-solid-button-labels: 255, 255, 255;
  visibility:hidden;
  transition:500ms;

}



body.search-open .search-modal__content form input:focus~.field__label {
  --inputs-radius: 0px;
  --inputs-border-width: 1px;
  --inputs-border-opacity: 0.55;
  color: #b3b3b3;
  font-size: 12px;
  font-weight: 500;
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: .01em;
  top: calc(var(--inputs-border-width) + 0.5rem);
  position:absolute;
}
.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: calc(1 + .8 / var(--font-body-scale));
  position: relative;
  --font-body-scale: 1.0;
}

.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2));
  --inputs-margin-offset: 0px;
}

.search-modal__form {
  width: 100%;
}

.search-modal__content form .field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}

.search-modal__content form .search-input__wrapper {
  width: 70%;
  margin-left: 15px;
  margin-right: auto;
}

.search-modal__content form input {
  padding-right: 5rem;
  border-radius: 25px;
  caret-color: #ff6b00;
  color: #fff!important;
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem 5.5rem 1.5rem 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
  --inputs-border-width: 1px;
  --duration-short: .1s;
  background-color: #303030!important;
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  height: 56px;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 2px solid #4C4C4C;
  letter-spacing: .04rem;
  font-family: inherit;
  font-weight: inherit;
}

.search-modal__content form input::placeholder {
  color: #9ca3af;
  opacity:0;
}

.search__button.field__button {
  top: 6px;
  right: 16px;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 4.4rem;
  align-items: center;
}

.modal__close-button {
  font-size: 16px;
  margin: 0;
  line-height: 2;
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
  color: #000;
  transition: .3s all ease-in-out;
  background: #FF6B00;
  border-radius: 32px;
  right: 25px;
  padding: 20px!important;
  height: 56px!important;
  position:absolute;
  cursor:pointer;
}

.modal__close-button svg {
  width: 1.7rem;
  height: 1.7rem;
  display: block;
  vertical-align: middle;
}


.search__button.field__button>svg {
  height: 4rem;
  width: 4rem;
}

.search-modal__content form label {
  left: calc(var(--inputs-border-width) + 2rem);
  top: 17px;
  font-weight: 600;
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease;
  font-size: var(--duration-short) ease;
  letter-spacing: .1rem;
  line-height: 1.5;
  color: #b3b3b3;
  --inputs-border-width: 1px;
  --duration-short: .1s;
}

.modal__close-button:hover {
  background: #DDC9A3;
}


.search-open .search-modal.modal__content {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
  --duration-default: .2s;
  visibility:visible;
}

.search-modal__content form input:focus {
  padding:2.2rem 5.5rem .8rem 2rem;
  margin: var(--inputs-border-width);
  --inputs-border-width: 1px;
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  --inputs-radius: 0px;
  --inputs-border-width: 1px;
  --inputs-border-opacity: 0.55;
  --inputs-shadow-opacity: 0.0;
  --color-foreground:
    var(--color-base-solid-button-labels);
  --color-base-solid-button-labels: 255, 255, 255;
}

.search-modal__content form input:focus~.field__label {
  font-size: 12px;
  font-weight: 500;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  color: #b3b3b3;
  letter-spacing: .01em;
  --inputs-radius: 0px;
  --inputs-border-width: 1px;
  --inputs-border-opacity: 0.55;
}



@media (min-width:750px){
  .search-modal__form{
    position:relative;
  }
  .predictive-search {
    border-top: none;
    width: calc(100% + 0.2rem);
  }

}

@media (min-width:900px){

  .search-modal__content form .search-input__wrapper{
    padding-right: 0;
    max-width: 672px;
    width: 100%;
    margin: auto;

  }
}

@media (min-width:990px){

  header.custom_header {
    grid-template-areas:
      "heading navigation icons";
    grid-template-columns: auto auto 1fr;
    column-gap: 2rem;
  }

  .header_logo{
    justify-self: start;
    margin-left: -0.75rem;
  }

  .header__search{
    display: inline-flex;
  }
  .search-modal__content{
    padding: 0;
  }
  .search-modal__form{
    width:100%;
  }

  .modal__close-button{
    position: absolute;
  }

}




@media screen and (min-width: 1380px){
  .header_wrapper{
    height: 88px;
  }

  header.custom_header{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 36px;
    padding-right: 36px;
    width: 91.67%;
    margin: auto;

  }

  .header_menu {
    margin-left: 0;
    flex: 1;
    display: flex;
    justify-content: center;
  }

  .mobile_section{
    display:none;
  }

  .no-banner .main_wrapper {
    min-height: 128px;
  }
  .header_wrapper.header-no-nav .header_logo {
    padding-top: 16px;
  }
}




@media (max-width:1380px){
  .mobile_inner_section {
    display: flex;
  }

  .humburger_icon {
    z-index: 5;
    position: initial;
    cursor: pointer;
    height: 4.4rem;
    width: 4.4rem;
    padding: 0;
  }

  .humburger_icon span {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
  }

  .humburger_icon svg {
    display: block;
    position: absolute;
    opacity: 1;
    transform: scale(1);
    transition: transform .15s ease,opacity .15s ease;
    height: 2rem;
    width: 2rem;
    fill: none;
    vertical-align: middle;
  }

  .humburger_icon svg.icon-close {
    visibility: hidden;
    opacity: 0;
    transform: scale(.8);
  }
  .humburger_icon:hover svg {
    transform: scale(1.07);
  }
  .menu_drawer {
    position: absolute!important;
    transform: translate(-100%);
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    border-width: 0 var(--drawer-border-width) 0 0;
    background-color: rgb(var(--color-background));
    border-style: solid;
    border-color: rgba(var(--color-foreground),var(--drawer-border-opacity));
    filter: drop-shadow(var(--drawer-shadow-horizontal-offset) var(--drawer-shadow-vertical-offset) var(--drawer-shadow-blur-radius) rgba(var(--color-shadow),var(--drawer-shadow-opacity)));
    background: var(--gradient-background);
    background-attachment: fixed;
    --drawer-border-width: 1px;
    --color-background:
      var(--color-base-accent-1);
    --color-foreground:
      var(--color-base-solid-button-labels);
    --color-base-solid-button-labels: 255, 255, 255;
    --drawer-border-opacity: 0.1;
    --drawer-shadow-horizontal-offset: 0px;
    --drawer-shadow-vertical-offset: 0px;
    --drawer-shadow-blur-radius: 0px;
    --color-shadow: 18, 18, 18;
    --drawer-shadow-opacity: 0.0;
    --gradient-background:
      var(--gradient-base-accent-1);
    --gradient-base-accent-1: #121212;
    transition: transform var(--duration-default) ease,visibility var(--duration-default) ease;
    --duration-short: .1s;
    --duration-default: .2s;
    --duration-long: .5s;
  }

  .menu-drawer_inner-container {
    z-index: 2;
    position: relative;
    height: 100%;
    padding: 10rem 0 6rem;
  }
  .mobile_menu_wrapper {
    max-height: calc(100vh - 124px);
    overflow: auto;
  }
  .menu-drawer_utility-links {
    padding: 32px;
    z-index: 10;
  }

  .menu-drawer_utility-links hr.line {
    margin: 28px 0;
    width: calc(100% - 16px);
    z-index: -1;
    background-color: #4c4c4c;
    height: 2px;
    position: relative;
    overflow: visible;
    border: none;
  }

  .menu-drawer_utility-links hr.line:after {
    top: 8px;
    transform: rotate(225deg);
    content: "";
    width: 22px;
    height: 2px;
    display: inline-block;
    position: absolute;
    right: -18px;
    background: #4C4C4C;
    z-index: 9999;
  }

  .login_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .login_text a {
    font-size: 16px;
    font-weight: 600;
    align-items: center;
    text-decoration: none;
    border: none;
    box-shadow: none;
    text-underline-offset: 0.3rem;
    color: rgb(var(--color-link));
    background-color: transparent;
    font-family: inherit;
    --color-link:
      var(--color-foreground);
    --color-foreground:
      var(--color-base-solid-button-labels);
    --color-base-solid-button-labels: 255, 255, 255;
    letter-spacing: 0.63px;
  }

  .login_image img {
    position: relative;
    right: 3px;
    max-width: 100%;
    height: auto;
    display: block;
  }

  .shippping_text a {
    display: inline-block;
    text-transform: none;
    font-weight: 600;
    border: none;
    text-decoration: underline;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 20px;
    color: #ff6b00;
    letter-spacing: .03em;
    padding-bottom: 4px;
    transition: .4s all ease-in-out;
    /*     margin-right:0.2px; */
  }

  .shippping_text a span {
    line-height: 2.7;
    display: inline-block;
    margin-right: 50px;
    font-weight: 600;
    font-size: 16px;
    color: #ff6b00;
    text-transform: none;
  }

  .menu-open .menu_drawer {
    transform: translate(0);
    visibility: visible;
    transition: transform var(--duration-default) ease,visibility var(--duration-default) ease;
    --duration-default: .2s;
  }

  .menu-open .humburger_icon svg.icon-hamburger {
    visibility: hidden;
    opacity: 0;
    transform: scale(.8);
  }

  .menu-open .humburger_icon svg.icon-close {
    display: block;
    position: absolute;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: transform .15s ease,opacity .15s ease;
  }

  .menu-open .menu_drawer:after {
    content: "";
    background: #121212;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .mobile_menu .hs-menu-wrapper>ul>li {
    margin-bottom: 0.2rem;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>a {
    display: flex;
    align-items: center;
    line-height: calc(1 + 0.3 / var(--font-body-scale));
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    position: relative;
    color: white;
    padding: 1.1rem 3.2rem;
    text-decoration: none;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>a:hover {
    color: rgba(var(--color-foreground),.75);
    --color-foreground:
      var(--color-base-solid-button-labels);
    --color-base-solid-button-labels: 255, 255, 255;
  }



  .login_text a:hover {
    color: #ffffff;
  }

  .shippping_text {
    line-height: 2.7;
    font-weight: 600;
    font-size: 16px;
    color: #ff6b00;
  }
  .mobile_menu .hs-menu-wrapper>ul>li>a svg {
    position: absolute;
    right: 32px;
    top: 30%;
    transform: rotate(180deg);
    width: 1.5rem;
    display: block;
    vertical-align: middle;
  }
  .shippping_text span {
    letter-spacing: 0.6px;
  }



  /*    dl back css*/
  .mobile_menu .hs-menu-wrapper>ul ul {
    position: absolute;
    top: 10rem;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgb(var(--color-background));
    z-index: 1;
    transform: translate(100%);
    visibility: hidden;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    --color-background:
      var(--color-base-accent-1);
    --color-foreground:
      var(--color-base-solid-button-labels);
    --color-base-solid-button-labels: 255, 255, 255;
    --color-background: var(--color-base-accent-1);
    --color-base-accent-1: 18, 18, 18;
    transition: transform var(--duration-default) ease,visibility var(--duration-default) ease;
    --duration-short: .1s;
    --duration-default: .2s;
    --duration-long: .5s;

  }

  .mobile_menu .hs-menu-wrapper>ul ul li.custom-parent-link {
    padding: 24px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #857550;
    position: relative;
  }

  .mobile_menu .hs-menu-wrapper>ul ul li.custom-parent-link>a {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding:0 3.2rem;
  }
  .mobile_menu .hs-menu-wrapper>ul ul li {
    margin-bottom: 0.2rem;
    padding: 13px 32px 0;
  }

  .mobile_menu .hs-menu-wrapper>ul ul li a {
    display: flex;
    align-items: center;
    line-height: calc(1 + 0.3 / var(--font-body-scale));
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    position: relative;
    color: white;
    padding: 1.1rem 3.2rem;
    text-decoration: none;
    padding-left: 0;
  }

  .mobile_menu .hs-menu-wrapper>ul ul li a:hover {
    color: rgba(var(--color-foreground),.75);
  }

  .mobile_menu .hs-menu-wrapper>ul ul li.custom-parent-link a:hover {
    color: #ffffff;
  }


  .mobile_menu .hs-menu-wrapper>ul>li.child-open>ul {
    transform: translate(0);
    visibility: visible;
    transition: transform var(--duration-default) ease,visibility var(--duration-default) ease;
    --duration-short: .1s;
    --duration-default: .2s;
    --duration-long: .5s;
  }

  .mobile_menu .hs-menu-wrapper>ul ul li.custom-parent-link svg {
    position: absolute;
    left: 32px;
    top: calc(50% - 10px);
    width: 1.5rem;
    cursor:pointer
  }


  .mobile_menu .hs-menu-wrapper>ul ul li:nth-child(2) {
    padding: 30px 32px 32px;
    padding-bottom: 0;
  }

  .mobile_menu .hs-menu-wrapper>ul ul li.custom-parent-link {
    padding: 24px 32px;
  }
  .header_wrapper.header-no-nav .bg_color {
    min-height: 104px;
  }

  .header_wrapper.header-no-nav .header_logo {
    padding-top: 15px;
  }

  .header_wrapper.header-no-nav header.custom_header {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}


@media (max-width:989px){
  .bg_color {
    width: calc(100% - 25px);
    height: 72px;
  }

  .header_wrapper.header-no-nav .bg_color {
    min-height: 72px;
  }

}


@media (max-width:767px){
  .bg_color {
    clip-path: polygon(0% 8px,0% 0,8px 0%,100% 0%,100% 8px,100% calc(100% - 8px),calc(100% - 8px) 100%,8px 100%,0 calc(100% - 8px));
  }
}





@media (max-width:749px){
  .login{
    display:none;}

}


@media (max-width:750px){

  .top_header p{
    font-size:15px;
  }
}

@media (max-width:320px){
  .modal__close-button{
    right: 18px;
  }
  .header_logo img{
    width:112.3px !important;
  }

}
.footer_outer_wrapper {
  height: 932px;
  position:relative;
  z-index:9;
}

footer.custom_footer {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  padding-top: 5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  background-image:url(https://22412272.fs1.hubspotusercontent-na2.net/hubfs/22412272/raw_assets/public/Xcaliber_Container_February2023/images/footer-image.png);
}

.footer_inner_wrapper {
  overflow: hidden;
  width: 92%;
  height: auto;
  clip-path: polygon(0% 36px,36px 0%,calc(100% - 36px) 0%,100% 36px,100% 100%,100% 100%,0% 100%,0 100%);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}


.left_content {
  padding-left: 0;
  width: 100%;

}
.right_content {
  width: 66.666667%;
  justify-content: flex-end;
}

.right_content .explore_links,
.right_content .about_links {
  width: 25%;
  display: flex;
  flex-direction: column;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.right_content .contact {
  width: 20%;
  display: flex;
  flex-direction: column;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer_title h3 {
  padding-bottom: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 107 0 / var(--tw-text-opacity));
  text-transform: uppercase;
  font-weight: 600;
  font-size: inherit;
  line-height: calc(1 + .3/max(1,var(--font-heading-scale)));
  word-break: break-word;
  --font-heading-scale: 1.0;
  margin: 0;
  letter-spacing: 0.6px;
}

.footer_menu ul>li>a,
.footer_menu a  {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: inherit;
  text-decoration: inherit;
  letter-spacing: 0.6px;
  display:block;
}

.footer_menu a:hover{
  color:#ffffff;}

.footer_menu ul>li>a:empty {
  display: none;
}



.copyright {--tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity));
  font-size: 80%;
  display: none;
  letter-spacing:0.6px;
  clear:both;
}



.footer_subscriber_form form {
  box-sizing: border-box;
  width: 100%;
  overflow: visible;
  border-radius: 2px;
  border-style: none;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  background-color: rgba(255, 255, 255, 0);
  background-repeat: no-repeat;
  background-position-y: 50%;
  padding: 10px 0;
  position:relative;
  margin-bottom:0px !Important;
}

.footer_subscriber_form form input {
  font-weight: 600!important;
  font-size: 16px!important;
  line-height: 20px!important;
  letter-spacing: .02em!important;
  color: #fff!important;
  font-family: inherit;
  margin: 0;
  background-color: #4C4C4C !important;
  border: 2px solid #4C4C4C !important;
  border-radius: 40px;
  padding: 0px 16px 0px 16px;
  height: 50px;
  text-align: left;
  box-sizing: border-box;
}

.footer_subscriber_form form .hs-form-field label {
  margin: 0;
}


.footer_subscriber_form .form-title {
  margin: 0;
}

.footer_subscriber_form form .hs-form-field {
  margin: 0;
}

.footer_subscriber_form form .hs-form-field {
  padding: 10px 6px;
  position: relative;
  width: 87%;
  float:left;
}
.footer_subscriber_form form .hs_error_rollup {
  padding: 0 6px;
  float:left;
}

.footer_subscriber_form form .actions {
  border-style: none;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 1;
  white-space: normal;
  padding: 0px 14px;
  text-align: center;
  word-break: break-word;
  align-self: flex-end;
  cursor: pointer;
  height: 50px;
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 107 0 / var(--tw-bg-opacity));
  border-radius: 9999px;
  background-image: none;
  width:49px;
}

.footer_subscriber_form form .actions .hs-button {
  background: transparent !Important;
  border: unset !IMPORTANT;
  font-size: 0px !IMPORTANT;
  position: relative;
  z-index: 2;
  padding: 18px;
}

.footer_subscriber_form form input::placeholder {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .02em;
  color: #fff;
}
.footer_subscriber_form form .hs-submit{
  display: flex;
  justify-content: flex-start;
  padding: 10px 6px;
  position: relative;
  flex: 0 1 auto;
  cursor:pointer;
}

.footer_subscriber_form .hs_submit .actions:after {
  background-image:url(https://22412272.fs1.hubspotusercontent-na2.net/hubfs/22412272/raw_assets/public/Xcaliber_Container_February2023/images/arw.png);
  background-position: 50%;
  background-repeat: no-repeat;
  color: #fff;
  content: "";
  height: 30px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 30px;
  z-index: 1;
}


.footer_links p{
  margin:0;
}

.footer_subscriber_form form ul.no-list.hs-error-msgs.inputs-list{
  color: #d42b2a;
}



@media (min-width: 640px){
  .footer_inner_wrapper {
    max-width: 640px;
  }
}

@media (min-width:768px){
  .footer_inner_wrapper {
    display: flex;
  }

  .footer_inner_wrapper {
    max-width: 768px;
  }
  .left_content {
    padding-left: 2.5rem;
    width: 33.333333%;
  }
  .right_content {
    display:flex;
  }
  .copyright {
    display: block;
  }

}


@media (min-width: 1024px){
  .footer_inner_wrapper {
    max-width: 1024px;
  }
}


@media (min-width: 1280px){
  .footer_inner_wrapper {
    max-width: 1280px;
  }
}

@media (min-width:1536px){
  .footer_inner_wrapper{
    max-width: 1536px;
  }
}


@media (max-width:767px){
  .footer_title h3{
    text-align:center;
  }

  .right_content {
    width: 100%;
    flex-direction:column;
  }

  .right_content .about_links, .right_content .explore_links {
    width: 100%;
  }

  .footer_menu h3 {
    text-align: left;
    cursor:pointer;
    line-height: 24px;
  }

  .footer_title {
    padding-top: 1.5rem;
    position: relative;
  }

  .footer_menu .footer_title:before {
    width: calc(100% - 14px);
    background-color: #4c4c4c;
    height: 2px;
    position: relative;
    overflow: visible;
    border: none;
    z-index: 1;
    content: "";
    display: block;
  }

  .footer_menu .footer_title:after {
    top: 22px;
    transform: rotate(225deg);
    content: "";
    width: 22px;
    height: 2px;
    display: inline-block;
    position: absolute;
    right: -5px;
    background: #4C4C4C;
    z-index: 9999;
  }


  .footer_menu h3 {
    margin-top:28px;
    position:relative;
  }

  .footer_menu>ul {
    display: flex;
  }

  .footer_links .hs-menu-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
  }

  .footer_links .hs-menu-wrapper ul>li>ul>li {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .footer_links .hs-menu-wrapper ul>li>ul>li>a {
    display: block;
    padding: 0;
  }
  .footer_links .hs-menu-wrapper ul>li {
    width: 100%;
  }

  .right_content .contact{
    width:100%;
  }

  .left_content .footer_title {
    padding: 0;
  }


  .footer_menu .footer_title h3:after {
    content: "+";
    font-size: 24px;
    position: absolute;
    right: 20px;
    color: #FF6B00;
    top: -5px;
  }

  .footer_menu a{
    padding:0;
  }

  .footer_links p {
    display: flex;
  }

  .footer_links p a {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .footer_links {
    display: none;
  }

  .footer_menu .footer_title.acc-open h3:after {
    content: "-";
    font-size: 24px;
    display: inline-block;
    position: absolute;
    right: 40px;
    top: -10px;
    color: #FF6B00;
  }

  .footer_subscriber_form form .hs-form-field{
    width: 89.7%;
  }

  .footer_subscriber_form {
    padding-right: 7px;
  }
}

@media (max-width:750px){
  .footer_menu h3 {
    font-size: 15px;
  }

  .footer_title h3 {
    font-size: 15px;
  }

  .footer_links .hs-menu-wrapper ul>li>ul>li>a,
  .footer_links p a{
    font-size: 15px;
  }


  .footer_links .hs-menu-wrapper ul>li>ul>li>a, .footer_links p a, .footer_menu h3, .footer_title h3{
    line-height: calc(1 + 0.8 / var(--font-body-scale));
  }
}


@media (max-width:500px){
  .footer_subscriber_form form .hs-form-field {
    width: 84%;
  }
}


@media (max-width:380px){

  .footer_subscriber_form form .hs-form-field{
    width: 78%;

  }

}
@media (max-width:749px){
    .footer_menu .footer_title h3:after {
      top: -10px;
    }
}
/* Menu and simple menu */

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