*, *: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 {
  margin: 0 auto;
  padding: 0 20px;

}


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

.dnd-section .dnd-column {
  padding: 0 20px;
}
@font-face { font-family: "Roboto"; src: url("//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4.woff2") format("woff2"); font-style: normal; font-weight: 500; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }


@font-face { font-family: "Roboto"; src: url("//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2") format("woff2"); font-style: normal; font-weight: 400; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face { font-family: Gotham; src: 
  url(https://5146564.fs1.hubspotusercontent-na1.net/hubfs/5146564/raw_assets/public/BCD_Meetings_Events_September2022/fonts/Gotham-LightItalic_Web.woff2) format("woff2");
  font-style: italic; font-weight: 300;
}



@font-face { font-family: Gotham; src: 
  url(https://5146564.fs1.hubspotusercontent-na1.net/hubfs/5146564/raw_assets/public/BCD_Meetings_Events_September2022/fonts/Gotham-Bold_Web.woff2) format("woff2"); 
  font-style: normal; font-weight: 700;
}


@font-face { font-family: Gotham; src:
  url(https://5146564.fs1.hubspotusercontent-na1.net/hubfs/5146564/raw_assets/public/BCD_Meetings_Events_September2022/fonts/Gotham-Book_Web.woff2) format("woff2");
  font-style: normal; font-weight: 400;
}


@font-face { font-family: Gotham; src: 
  url(https://5146564.fs1.hubspotusercontent-na1.net/hubfs/5146564/raw_assets/public/BCD_Meetings_Events_September2022/fonts/Gotham-Light_Web.woff2) format("woff2"); 
  font-style: normal; font-weight: 300; 
}






:root {
  --mw: 73.125rem;
  --hs: 1.25rem;
  --vs: 4.6875rem;
  --50: 1.5625rem;
  --100: 3.125rem;
  --150: 4.6875rem;
  --black: 0 0 0;
  --dkgray: 210 210 210;
  --gray: 233 233 233;
  --ltblue: 0 175 215;
  --ltbluedark: 0 140 172;
  --dkblue: 33 21 81;
  --orange2: 255 158 27;
  --medblue: 38 60 135;
  --plum: 134 31 81;
  --purple: 122 36 109;
  --red: 241 86 66;
  --yellow: 211 223 77;
  --white: 255 255 255;
}



@media (min-width: 48em){
  :root {
    --vs: 9.375rem;
    --50: 3.125rem;
    --100: 6.25rem;
    --150: 9.375rem;
  }
}

img, svg, video {
  box-sizing: content-box;
  height: auto;
  max-width: 100%;
}



body {
  line-height: 1.2;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin:18px 0;
}

/* 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;
  font-weight: 700;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;

}
/* Headings */

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

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




@media (min-width: 48em){
  h1{
    font-size: 3.25rem !important;
  }
  h2{
    font-size: 2rem !important;
  }


}
button,
.button {
  display: inline-flex;
  margin-bottom: 0;
  padding: 0.625rem 1.25rem;
  border: 1px solid rgb(var(--bg));
  border-radius: 1.25rem;
  font-weight: 300;
  line-height: inherit !important;
  text-align: center;
  text-decoration: none;
  color: rgb(var(--fg));
  background-color: rgb(var(--bg));
  cursor: pointer;
  margin:10px 0;
}

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

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

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

.hs-form-field {
  margin-bottom: 1.4rem;
}
.hs-error-msg, .hs-error-msgs label {
  background: #FFF9F9;
  border: 1px solid #C02B0A;
  font-size: 15px;
  padding: 0.5rem;
  display: block;
}

label.hs-main-font-element {
  color:#c02b0a;
}
/* Labels */

form label {
  display: inline-block;
  font-size: 16px;
  font-weight: inherit;
}

.input {
  margin-top: 0.375rem;
}

form{
  padding: 30px 15px;
  margin-bottom:10px;
  background-color: rgb(233,233,233);
}

/* 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 {
  font-size: 15px;
  font-weight:300;
  padding: 0.3125rem 1rem;
  border: 1px solid;
  border-radius: 0;
  line-height:18px;
  font-style: italic;
  color: inherit;
  background-color: inherit;
  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 */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  display: inline-flex;
  margin-bottom: 0;
  padding: 0.625rem 1.25rem;
  border: 1px solid rgb(var(--bg));
  border-radius: 1.25rem;
  font-weight: 300;
  line-height: inherit !important;
  text-align: center;
  text-decoration: none;
  color: rgb(var(--fg));
  background-color: rgb(var(--bg));
  cursor: pointer;
  margin:10px 0;
}

/* 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;
}
header.header {
  display: grid;
  grid-template: 4rem auto / var(--hs) 1fr 1fr var(--hs);
  border-bottom: 1px solid;
  color: #fff;
  background-color: #000;
}
.ph-logo {
  grid-column: 2;
  align-self: center;
}
.ph-logo a {
  display: block;
  width: max-content;
}

.ph-menuwrapper {
  grid-column: 1 / -1;
  width: 100%;
  padding: var(--50) var(--hs) 0;
  border-top: 1px solid #fff;
  display: none;
}
.site_menu ul.submenu.level-1 {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.site_menu #hs_cos_wrapper_site_menu ul.submenu.level-1>li {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  align-items: center;
  position: relative;


}

.site_menu .submenu.level-1>li>a {
  font-weight: 700;
  font-size: 1.125rem;
  text-decoration: none;
}



.site_menu .submenu.level-2 {
  list-style: none;
  padding: 20px;
  margin: 0;
  position: absolute;
  width: 250px;
  left:0;
  top: 100%;
  display: none;
  z-index: 999;
}

.ph-nav .desktopsvg {
  display: none;
}

.site_menu ul.submenu.level-1 div {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #fff;
}
.ph-nav .mobilesvg {
  display: block;
}
.site_menu .submenu.level-1>li:hover  div {
  transform: rotate(180deg);

}

.ph-nav2 {
  border-top: 1px solid;
}

.site_menu .submenu.level-2>li>a {
  font-weight: 300;
  font-size: 1.125rem;
  text-decoration: none;
  color:#000;
}

.site_menu .submenu.level-2>li {
  margin-top: 15px;
}

.ph-menutoggle {
  grid-column: 3;
  justify-self: end;
  align-self: center;
  width: 1rem;
  height: 1rem;
  color: #fff;
}

.ph-menutoggle svg {
  width: 100%;
  display: block;
}

.ph-menutoggle svg.close {
  display: none;
}


.mobile-item {
  grid-column: 1 / -1;
  width: 100%;
  overflow-y: auto;
  padding: var(--50) var(--hs) 0;
  border-top: 1px solid #fff;
  background-color: rgb(var(--ltblue));
  display: none;
}
.menu_open .mobile-item {
  display:block
}
.ph-searchform form { 
  background-color: transparent;
}

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

.mobile-item .hs-menu-wrapper>ul>li {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  align-items: center;
  padding-block: 1.5rem;
}

.mobile-item .hs-menu-wrapper>ul ul {
  display: none;
  position: fixed;
  inset: 0;
  top: calc(4rem + 1px);
  z-index: 999;
  padding-inline: 1.25rem;
  background-color: rgb(var(--ltblue));
  list-style: none;
}

.mobile-item .hs-menu-wrapper>ul>li>a {
  font-weight: 700;
  font-size: 1.125rem;
  text-decoration: none;
}

.mobile-item .hs-menu-wrapper>ul>li+li {
  border-top: 1px solid #000;
}

body.menu_open {
  position: fixed;
  inset: 0;
}

.menu_open header.header {
  position: relative;
  z-index: 999;
  grid-template-rows: 4rem calc(100vh - 4rem);
  color: #000;
  background-color: rgb(var(--ltblue));
}

.menu_open svg.open {
  display: none;
}


.menu_open svg.close {
  display: block;
}
.mobile-item .mobilesvg {
  color: #FFF;
  cursor: pointer;
}

.mobile-item .hs-menu-wrapper>ul ul>li:not(:first-child) {
  margin-top:10px;
}

.mobile-item .hs-menu-wrapper>ul ul>li>a {
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}


.mobile-item .hs-menu-wrapper>ul ul>li:first-child>a {
  display: block;
  width: calc(100% + 2.5rem);
  height: 3.125rem;
  margin-inline: calc(-1 * var(--hs));
  padding-inline: var(--hs);
  text-align: left;
  background-color: rgb(var(--ltbluedark));
  font: inherit;
  padding-top: 17px;
}

.child_open .mobile-item .hs-menu-wrapper>ul ul {
  display: block;
}

.mobile-item .hs-menu-wrapper>ul>li.nav-active ul {
  display: block;
}

.ph-searchbtn svg.search,.ph-searchbtn .close {
  cursor: pointer;
}

.ph-searchform .btn:hover {
  border-color: #000;
  color: #fff;
  background-color: #000;
}

.ph-searchform input {
  line-height: 1.2;
}
















@media (min-width: 75em){
  header.header {
    grid-template: 8.75rem / 1fr 18.75rem 43.75rem 10.625rem 1fr;
  }
  .ph-logo {
    z-index: 1;
    grid-area: 1 / 2 / 2 / 3;
  }
  .ph-logo img {
    width: 9.375rem !important;
  }
  .ph-menuwrapper {
    display: grid !important;
    grid-area: 1 / 1 / 2 / -1;
    padding: 0;
    border-top: 0;
    grid-template: 8.75rem / 1fr 18.75rem 43.75rem 10.625rem 1fr;
  }

  .ph-nav1 {
    grid-area: 1 / 3;
  }

  .site_menu #hs_cos_wrapper_site_menu ul.submenu.level-1 {
    display: flex;
    gap: 3rem;
    height: 100%;
  }
  .site_menu #hs_cos_wrapper_site_menu ul.submenu.level-1>li {
    padding: 0;
  }
  .site_menu .submenu.level-2>li>a {
    font-weight: 700;
  }
  .site_menu #hs_cos_wrapper_site_menu {
    height: 100%;
    display: flex;
  }
  .site_menu .submenu.level-1>li>a {
    font-weight: 300;
    font-size: 1rem;
  }
  .site_menu .submenu.level-1>li>a:hover {
    color: rgb(var(--yellow));
  }

  .ph-nav .mobilesvg {
    display: none;
  }
  .ph-nav .desktopsvg {
    display: inline-block;
    width: 8px;
    height: 9px;
  }
  .ph-nav2 {
    display: flex;
    grid-area: 1 / 4;
    gap: 2rem;
    justify-content: end;
    align-items: center;
    border-top: 0;
  }
  .site_menu #hs_cos_wrapper_site_menu ul.submenu.level-1>li:hover .level-2 {
    display: block;
  }

  .ph-menutoggle {
    display: none;
  }


















}
@media (max-width:1199px){
  .ph-searchform {
    display: block !important;
  }

  .ph-searchform form label {
    display: none;
  }

  .ph-searchform svg.search {
    color: #FFF;
  }
  .ph-searchform form {
    padding: 21px 0;
  }

  .ph-searchform form {
    grid-template: auto / 2.25rem 10px 1fr;
  }
}
.pf {
   display: grid;
   gap: var(--100);
   margin-inline: auto;
   padding: var(--100) var(--hs);
   text-align: center;
}

.bottom_footer #hs_cos_wrapper_footer_copyright_text>span {
   margin-top: var(--100);
   display:block;
}
.Copyright_links .hs-menu-wrapper>ul {
   margin-bottom: 0;
   margin-top: 0;
   padding-left: 0;
   list-style: none;
}
.Copyright_links .hs-menu-wrapper>ul>li>a {
   text-decoration: none;
   font-weight: 300;
}
.Copyright_links .hs-menu-wrapper>ul>li>a:hover {
   text-decoration: underline;
}
.middle_title h2 {
   margin: 0;
   font-size: 1rem !important;
}
.bcd_links ul {
   margin-top: 0;
   padding-left: 0;
   list-style: none;
   margin-bottom: 0;
}
.bcd_links ul li:not(:first-child) {
   margin-top: 1rem;
}
.bcd_links ul li a {
   text-decoration: none;
   font-weight: 300;
}
.pf-content p {
   margin-bottom: 0;
   margin-top: 16px;
}

.pf-content p:first-child {
   margin-top: 0;
}
.pf-content a {
   text-decoration: none;
   font-weight: 300;
}

.pf-content strong {
   font-weight: 700;
}
.pf-nav1 {
   font-weight: 700;
}
.carrer_link .hs-menu-wrapper>ul {
   margin-top: 0;
   padding-left: 0;
   list-style: none;
   margin-bottom: 0;
}

.carrer_link .hs-menu-wrapper>ul>li:not(:first-child) {
   margin-top: 1rem;
}

.carrer_link .hs-menu-wrapper>ul>li>a {
   text-decoration: none;
   color: rgb(var(--plum));
}

.carrer_link .hs-menu-wrapper>ul>li>a:hover {
   color: rgb(var(--ltblue));
}

.social_icon ul {
   margin-top: 0;
   padding-left: 0;
   list-style: none;
   margin-bottom: 0;
   justify-content: center;
   display: flex;
   gap: 0.625rem;
}
.social_icon ul li a {
   border-radius: 50%;
   color: rgb(var(--ltblue));
   text-decoration: none;
   display: block;
   width: 35px;
}
.social_icon ul li a:hover {
   color: rgb(var(--plum));
}
.Copyright_links .hs-menu-wrapper>ul>li:not(:first-child) {
   margin-top: 1rem;
}
.bcd_links ul li:first-child {
   margin-top: 1rem;
}

.bcd_links ul li a:hover {
   text-decoration: underline;
}
.child_trigger {
   display: flex;
   align-items: center;
   font-size: 1.125rem;
   color: #fff;
}



@media (min-width: 75em){
   .pf {
      grid-template: auto auto auto / 1fr 16.875rem 1.875rem 16.875rem 1.875rem 16.875rem 1.875rem 16.875rem 1fr;
      gap: 0;
      padding: var(--100) 0 var(--50);
      text-align: initial;
   }

   .pf-nav2 {
      display: flex;
      grid-area: 2 / 1 / 3 / -1;
      justify-content: center;
      margin-top: var(--50);
      padding-top: var(--50);
      border-top: 1px solid;
   }
   .pf-legal {
      display: flex;
      grid-area: 3 / 2 / 4 / 9;
      gap: 2.5rem;
      justify-content: center;
   }
   .bottom_footer #hs_cos_wrapper_footer_copyright_text>span {
      margin-top: 1rem;
   }
   .Copyright_links .hs-menu-wrapper>ul {
      display: flex;
      gap: 2.5rem;
      margin-top: 1rem;
   }
   .bcd_links ul {
      display: flex;
      margin-left: 1ch;
   }
   .bcd_links ul li:not(:first-child) {
      margin-top: 0;
   }
   .bcd_links ul li + li:before {
      margin-right: 1ch;
      margin-left: 1ch;
      content: '|';
   }
   .pf-logo {
      grid-column: 2;
   }
   .pf-content {
      grid-column: 4;
   }
   .pf-nav1 {
      grid-column: 6;
   }
   .social_icon ul {
      justify-content: end;
   }

   .social_icon {
      grid-column: 8;
   }
   .Copyright_links .hs-menu-wrapper>ul>li:not(:first-child) {
      margin-top: 0;
   }
   .bcd_links ul li:is(:first-child, :not(:first-child)) {
      margin-top: 0;
   }



}

@media(max-width:1199px){
   footer.footer.pf .lp {
      display: none;
   }
}
