*, *: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: 100%;
        *width: 100%;
    }

    .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;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: 'Bianco Sans';

  src: url(https://3944108.fs1.hubspotusercontent-na1.net/hubfs/3944108/raw_assets/public/Mixlab_August2021/fonts/60a04b3ce6b0cc3a41f504995391ac54.woff) format('woff');
  font-style: normal;

  font-weight: bold;
}


@font-face {
  font-family: 'Bianco Sans';

  src: url(https://3944108.fs1.hubspotusercontent-na1.net/hubfs/3944108/raw_assets/public/Mixlab_August2021/fonts/32ef93b1201dca2ba15493b5208c8030.woff) format('woff');

  font-style: normal;

  font-weight: normal;
}


@font-face {
  font-family: 'Bianco Serif';

  src: url(https://3944108.fs1.hubspotusercontent-na1.net/hubfs/3944108/Mixlab_August2021/fonts/594c1b9c5457f5b29fd84bf3b4c81d04.otf) format('opentype'); /* Legacy iOS */

  font-style: normal;

  font-weight: normal;

  text-rendering: optimizeLegibility;
}
html {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.5;
}

body {
  line-height: 1.42;
  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: 0 0 1.4rem;
}

img {
    max-width: 100%;
    height: auto;
}

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

.body-container a {
      position: relative;
    line-height: 1.6;
    display: inline-block;
}

.body-container a::after {
      content: '';
    position: absolute;
    width: 0;
    bottom: 0;
    left: 0;
    height: .0626rem;
    transition: .3s;
}

.body-container a:hover::after {
    width: 100%;
}

.body-container.body-container--blog-index a,
.body-container.systems-page a{
   position: inherit;
    line-height: inherit;
    display: inherit;
}

.body-container.body-container--blog-index a::after,
.body-container.systems-page a::after {
  display: none;
}



/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  line-height:1.32;
}

h1 {
      line-height: 67px;
}

h2 {
      line-height: 53px;
}

/* Lists */

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

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

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

/* 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, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
}
/* Menu and simple menu */

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

/* Horizontal menu */



/* 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;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
      font-size: 16px;
  line-height: 19px;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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 {
  margin: 0 0 20px;
   max-width: 500px;
}


@media (max-width: 500px){
form {
    max-width: 100%;
}
}




/* Form fields */

.field, .hs-form-field,
.hs-search-module input,
.widget-type-password_prompt input[type="password"] {
  margin-bottom: 0.875rem;
}

/* Labels */

form label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 16px;
  line-height: 19px;
}

/* 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 {
  background-color: #FFF;
  border: 1px solid;
  border-radius: 9999px;
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  padding: 0.8125rem 1.5rem;
  width: 100%;
      height: 3rem;
  color: #000;
  outline:0;
}

form textarea {
      height: 86px;
  border-radius: 1.5rem;
}



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

::placeholder, form select {
  color: rgb(111, 30, 170);
}

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0;
  line-height: 12px;
}

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;
  height: unset;
}

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

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

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

.hs-error-msgs {
  color: #fff;
  margin:0 !important;
  padding: 0 !important;
} 

.hs-error-msgs label {
  color: #fff;
  margin:0 !important;
  margin-left: 1.25rem !important;
      background-color: #FF6543;
  padding: 0.125rem 0.25rem !important;
  display: inline-block;
      font-size: 10px;
      line-height: 12px;
      position: relative;
    top: -6px;
}

.hs_error_rollup {
  margin: 0 0 10px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  outline:0;
}

/* Captcha */

.grecaptcha-badge {

width: 100% !important;
display: inline-block;
max-width: 300px;
overflow: auto;
overflow-y: hidden !important;
margin: 10px 0;
}
/* 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 {
      position: relative;
      z-index: 20;
}

.hmain-wrap {
   padding-top: 1.5rem;
}

.header-main {
   height: 4.3125rem;
   border-bottom: 2px solid transparent;
}



.sticky .header-main {
   position:fixed;
  width:100%;
  top:0;
  left:0;
  right:0;
  border-color:#FAF9F6;
}

.header-spacer {
  display: none;
}

.sticky .header-spacer {
  display: block;
}

.header__container {
  display: flex;
  height: 100%;
  justify-content: space-around;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.header-logo a {
  display: flex;
}

.custom-menu-primary {
  display: flex;
      width: 50%;
            flex-grow: 1 0 0;
  align-items: center;
}

.custom-menu-primary ul {
  list-style: none;
  margin:0;
  padding:0;
  display: flex;
  flex-grow: 1;
  align-items: center;
}

.custom-menu-primary ul li {
      position: relative;
      margin-right: 2.0625rem;
}

.custom-menu-primary ul.level-1>li::after {
  content:'';
      position: absolute;
      width:0;
  bottom:0;
  height:0.0626rem;
  background-color: #6F1EAA;
  transition: 0.3s;
}

.custom-menu-primary ul.level-1>li:hover::after {
  content:'';
      width:100%;
}

.custom-menu-primary ul li:last-child {
      margin-right: 0;
}

.custom-menu-primary ul li a {
  display: block;
      padding-bottom: 0.1875rem;
      font-size: 14px;
      line-height: 1.3;
}



.custom-menu-primary ul ul {
  display: none;
    min-width:200px;
  padding:10px 0;
  margin:0;
  position:absolute;
  top: 100%;
  left:0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.custom-menu-primary ul ul li {
  margin: 0;
}

.custom-menu-primary ul ul li a {
  padding:10px 15px;
}




.custom-menu-primary ul>li.has-submenu:hover>ul {
  display: block;
}


.hbtn-group {
      width: 50%;
      display: flex;
      align-items: center;
  justify-content: flex-end;
      flex-grow: 1;
}

.header-btn.btn1 {
  margin-right:1rem;
}



.header-btn>* {
  display: flex;
}


.header-btn a {
      width: 150px;
      border-radius: 100px;
      display: inline-block;
  overflow: hidden;
      padding: 0.5625rem 0 0.6875rem;
      position: relative;
  text-align: center;
  font-size: 14px;
      line-height: 1.3;
}

.navbar-toggle {
display:none;
}


@media (max-width:1219px) {
  
  .custom-menu-primary ul li {
    margin-right: 1.25rem;
}
  
  
}

@media (min-width:1025px) {
  
  .header-side {
    display: none;
  }
  
}


@media (max-width:1024px) {
  
  .hmain-wrap {
    padding-top: 0;
}
  .header-main {
   height: auto;
}
  
  .lp .header-main {
    padding: 8px 0;
}
  
  
 .custom-menu-primary {
    display: none;
}
  
  .header__container {
    padding: 1.5rem !important;
    justify-content: unset;
    
    align-items: center;
}
  
  .open-menu .header__container {
        background-color: #FAF9F6;
}
  
  
  
  
  .header-logo svg {
    width: 84px !important;
    height: 22px !important;
  }
  
  
  
  .navbar-toggle {
        position: relative;
        width: 24px;
    display: flex;
    cursor: pointer;
  }
  
  .navbar-toggle svg {
         width: 100%;
        stroke: #000;
    height: 100%;
  }
  
  .open-menu .ntoggle1,
  .ntoggle2 {
    display: none;
  }
  
  .open-menu .ntoggle2 {
    display: block;
  }
  
  .hbtn-group {
    padding-right: 1.5rem;
  }
  
  .open-menu .hbtn-group {
    opacity:0;
  }
  
  .header-btn.btn2 a {
    width: 114px;
  }
  
  body.open-menu {
    overflow: hidden;
  }
  
  .header-side {
        position: relative;
        width: 100%;
    z-index: 10;
  }
  
  .hside-inner {
    overflow-x: hidden;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 20;
        transition-property: width;
        transition-duration: 500ms;
    width: 0px;
    padding-bottom: 150px;
    height: calc(100vh - 86px);
    background-color: #FAF9F6;
  }
  
  .open-menu .hside-inner {
    width: 100%;
  }
  
  .mobile-menu-wrap {
    width: 100vw;
    padding: 0 1.5rem 1rem;
  }
  
  .mobile-menu ul {
    list-style:none;
    margin:0;
    padding: 1rem 0 0;
    display: block;
  }
  
  .mobile-menu ul li {
        display: block;
    border-bottom: 1px solid #F7A500;
        margin-bottom: 1rem;
    padding-bottom: 1.375rem;
        font-size: 24px;
        line-height: 1.8;
    text-align: center;
    position:relative;
  }
  
  .mobile-menu ul li a,
  .mobile-menu ul li a:hover {
      color: #000;
  }
  
  .mobile-menu ul li.accordian_open {
    padding-bottom: 0;
  }
  
  
  .mobile-menu ul ul {
    display: none;
  }
  
  .mobile-menu ul ul li {
    border-bottom: 0px solid #F7A500;
    font-size: 20px;
    line-height: 1.5;
    padding:0;
  }
  
  
    .child-trigger{
display: block !important; /* Hide button on Desktop */
cursor: pointer; /* Mouse pointer type on hover */
position: absolute;
top: 0px;
right: 0px;
width: 55px !important; /* Button width */
min-width: 55px !important;
height: 40px !important;
padding: 0 !important;
}
.child-trigger:hover{
text-decoration: none;
}
.child-trigger i{
position: relative;
top: 50%; /* Centers icon inside button */
margin: 0 auto !important;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.child-trigger i:after{
position: absolute;
content: '';
}
.child-trigger i, .child-trigger i:after{
width: 10px; /* Icon line width */
height: 1px; /* Icon line height */
background-color: #000; /* Icon color */
display: block;
}
.child-trigger i:after{
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.child-trigger.child-open i{}
.child-trigger.child-open i:after{
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
}
  
  
  
  
  
  
  
  
  .mbtn-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .mobile-btn.btn1 {
    margin: 1rem 0;
  }
  
  .mobile-btn>* {
    display: flex;
  }
  
  
  
  .mobile-btn a {
       border-radius: 100px;
        display: inline-block;
        overflow: hidden;
    padding: 0.90625rem 0;
    position: relative;
        transition: all 0.5s;
        width: 170px;
            font-size: 16px;
    line-height: 1.2;
    text-align: center;
  }
  
  
  
  
  
  .mobile-contact {
    display: flex;
        justify-content: center;
        margin-top: 1.875rem;
        padding-bottom: 2px;
  }
  
  .mobile-contact a {
        padding-bottom: 0.1875rem;
    font-size:16px;
    line-height:1.5;
        color: #6F1EAA;
    position: relative;
    text-decoration: none;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  
  .mobile-contact a:hover {
        color: #f7a500;
  }
  
  .mobile-contact a::after {
    content: '';
    position: absolute;
    width: 0;
    bottom: 0;
    left: 0;
    height: .0626rem;
    background-color: #6F1EAA;
    transition: .3s;
  }
  
  .mobile-contact a:hover::after {
    width: 100%;
    background-color: #f7a500;
  }
  


  
  
  
  
  
  
}



@media (max-width:768px) {
  
  .mobile-contact a {
    text-decoration: underline;
}
  
  .mobile-contact a::after {
    display: none;
  }
  
  .mobile-contact a:hover {
        color: #6F1EAA;
  }
  
}


@media (max-width:500px) {
  

  .lp .header-main {
    padding: 6px 0 7px;
}
  
  .header-btn.btn1 {
    display: none;
}
  
  .header-btn.btn2 a {
    padding: 0.48rem 0 0.575rem;
        background-color: #6F1EAA;
}
  
  .hside-inner {
    padding-bottom: 147px;
    height: calc(100vh - 83px);
}
  
  
  
}
.footer {
  
  
}


.footer-top .page-center {
  display: flex;
  align-items: center;
      justify-content: space-between;
      padding-top: 2.5rem;
      padding-bottom: 1.5rem;
}

.footer-top .logo-items {
  margin-left: 2rem;
    margin-right: 2rem;
      width: 100%;
}

.footer-top .logo-items img {
  width:100%;
  height: auto;
}

.footer-top .logo-items:first-child {
  margin-left: 0;
}

.footer-top .logo-items:last-child {
  margin-right: 0;
}

.footer-top .logo-items.image .hover-image,
.footer-top .logo-items.image:hover .normal-image{
  display: none;
}

.footer-top .logo-items.image:hover .hover-image {
  display: block;
}

.footer-top .logo-items.svg svg {
  color: #fff;
}

.footer-top .logo-items.svg:hover svg {
  color: #F7A500;
}




.footer-main {
      width: 100%;
}

.footer__container {
  padding-bottom: 2rem;
}

.fmain-top {
      display: flex;
  padding: 3.5rem 0;
  justify-content: space-between;
}

.footer-col {
  width: calc(16.66666666666667% - 0.85rem);
}

.footer-col:last-child {
  margin-right: 0;
}

.footer-logo svg {
   color: #F7A500;
}

.footer h4 {
      font-family: Bianco Sans, Helvetica, ui-sans-serif, sans-serif;
      font-size: 12px;
      line-height: 14px;
      text-transform: uppercase;
      letter-spacing: 0.05em;
  margin: 0 0 1rem;
}

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

.footer-menu ul li {
  margin-bottom: 0.25rem;
      font-size: 14px;
    line-height: 1.3;
}

.footer-menu ul li span {
      font-size: 14px;
      line-height: 1.30;
  position: relative;
   padding-bottom: 0.1875rem;
      display: inline-block;
}

.footer-menu ul li span::after {
      content: '';
    position: absolute;
    width: 0;
    bottom: 0;
    left:0;
    height: .0626rem;
    transition: .3s;
}

.footer-menu ul li span:hover::after {
  width:100%;
}

.footer-menu ul li span a {
      font-family: Bianco Sans, Helvetica, ui-sans-serif, sans-serif;
      font-size: 14px;
      line-height: 1.30;
      text-align: left;
 
  position: relative;
}



.footer p {
      font-family: Bianco Sans, Helvetica, ui-sans-serif, sans-serif;
      font-size: 14px;
      line-height: 1.3;
  margin: 0 0 1rem;
}

.footer p:last-child {
  margin: 0;
}

.social-col {
  display: flex;
      height: 1.5rem;
}

.social-col a {
  width: 1.5rem;
  margin-right: 1.5rem;
      display: flex;
      justify-content: center;
}

.social-col a svg {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 255ms;
}

.social-col a span {
  font-family: Bianco Sans, Helvetica, ui-sans-serif, sans-serif;
      font-size: 16px;
      line-height: 1.42;
      text-align: left;
}

.social-col.col2 {
  margin: 1rem 0 0;
}

.fmain-bottom {
      display: flex;
      align-items: center;
  padding:6px 0 0;
}

.bottom-col.col1 {
      width: 16.666667%;
}

.bottom-col.col2 {
      font-size: 14px;
      line-height: 1.3;
      margin-right: 1.125rem;
      padding-bottom: 0.25rem;
      text-align: left;
  position: relative;
    top: -3px;
}

.copy-link ul {
  list-style: none;
  margin:0;
  padding:0;
  display: flex;
}

.copy-link ul li {
  margin:0 1.125rem 0.25rem 0;
  padding:0;
  font-family: Bianco Sans, Helvetica, ui-sans-serif, sans-serif;
      font-size: 14px;
      line-height: 1.3;
  display: inline-block;
  position: relative;
}

.copy-link ul li::after {
      content: '';
    position: absolute;
    width: 0;
    bottom: 0;
    left: 0;
    height: .0626rem;
    transition: .3s;
}

.copy-link ul li:hover::after {
  content: '';
    width: 100%;
}

.copy-link ul li a {
  margin:0;
  padding:0 0 0.1875rem;
  font-family: Bianco Sans, Helvetica, ui-sans-serif, sans-serif;
      font-size: 14px;
      line-height: 1.3;
  display: inline-block;
}


body.open-form {
  overflow: hidden;
}


.form-modal-wrap {
      background-color: #00000038;
      align-items: center;
  justify-content: center;
  height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      z-index: 400;
  display: none;
}

.open-form .form-modal-wrap {
  display: flex;
}

.form-modal {
      background-color: #F6F3FA;
      border-radius: 30px;
      position: relative;
      -webkit-animation: popup 300ms linear 1;
    animation: popup 300ms linear 1;
}

@keyframes popup {
  0% {
    opacity: 0;
    transform: translateY(100%);
}
  
  10% {
    opacity: 1;
    transform: translateY(90%);
}
  
  99% {
    opacity: 1;
    transform: translateY(0%);
}
  
  
 100% {
    opacity: 1;
    transform: translateY(0%);
}
}

.open-form .form-modal {
  transform: translateY(0%);
}

.form-modal-inner {
      overflow-x: hidden;
  position: relative;
  padding: 2.5rem 11.4375rem;
}

.modal-close {
      position: absolute;
      top: 0;
  right: 0;
      margin-top: 1.25rem;
      margin-right: 2rem;
      width: 24px;
  cursor: pointer;
}

.modal-close svg {
       height: 100%;
      width: 100%;
  color:#000;
      stroke: #000;
    fill: #000;
}

.modal-content h4 {
      margin-bottom: 1rem;
      font-family: Bianco Sans, Helvetica, ui-sans-serif, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.40;
      text-align: center;
      color: #F7A500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.modal-content h2 {
  font-size: 44px;
      line-height: 53px;
  text-align: center;
   margin-bottom: 0.5rem;
}

.modal-content p {
  text-align: center;
  margin-bottom: 1.5rem;
}

.modal-content p a {
  font-weight: 700;
  padding-bottom: 0.1875rem;
}

.modal-btn-grp {
  display: flex;
  justify-content: center;
      margin-bottom: 1.5rem;
}

.modal-btn-inner {
      background-color: #FFFFFF;
      border-radius: 100px;
      max-width: 22rem;
      width: 100%;
}

.modal-btn-wrap {
       border-radius: 100px;
  border: 1px solid #E8DCF8;
      cursor: pointer;
      display: flex;
      position: relative;
}

.modal-btn {
  padding: 0.6875rem 2.8125rem;
      text-align: center;
      width: 50%;
      z-index: 10;
  transition-duration: 200ms;
  white-space: nowrap;
}

.change-right .modal-btn.right {
      color: #000;
}

.change-right .modal-btn.left,
.modal-btn.right{
      color: #6F1EAA;
}



.modal-btn-bg {
      background-color: #F7A500;
      border-radius: 100px;
      height: 100%;
  position: absolute;
  top: 0;
      left: 0;
      width: 50%;
  z-index: 0;
   transition-duration: 200ms;
  transform: translateX(0);
}

.change-right .modal-btn-bg {
  transform: translateX(100%);
}

.modal-form  form {
      max-width: 37.5rem;
  display: flex;
      flex-wrap: wrap;
      align-items: stretch;
  margin: 0 auto;
}

.modal-form fieldset,
.modal-form select,
.modal-form .hs-input {
    width: 100% !important;
}

.modal-form label:not(.hs-error-msg),
.modal-form fieldset .input {
   margin:0 !important;
}

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

.modal-form fieldset.form-columns-2 .hs-form-field:first-child {
   padding-right: 0.5rem;
}

.modal-form fieldset.form-columns-2 .hs-form-field:last-child {
   padding-left: 0.5rem;
}

.modal-form  .hs-submit {
   width: 100%;
  text-align: center;
}

.modal-form  .modal-form2,
.modal-form.change-right  .modal-form1 {
   display: none;
}

.modal-form.change-right  .modal-form2 {
   display: block;
}

.modal-img-left {
  margin-top: 4.0625rem;
      margin-bottom: 6.375rem;
      left: 0;
  top: 50%;
  width: 72px;
  transform: translateY(-50%);
    position: absolute;
}

.modal-img-right {
  margin-top: 4.0625rem;
      margin-bottom: 6.375rem;
      right: 0;
  top: 50%;
  width: 103px;
  transform: translateY(-50%);
    position: absolute;
}











@media (min-width: 981px) {
  .footer-col.col7,
  .footer-col.col8,
  .modal-img-bottom {
    display: none;
  }
  
  
  
}


@media (max-width: 980px) {
  
  
  .footer__container {
    padding: 1.25rem 1.5rem !important;
  }
  
  .fmain-top {
    display: block;
    padding: 0;
}
  
  .footer-col {
    width: 100%;
    margin-right: 0;
}
  
  .footer-col.col1 {
    order:1;
    margin-bottom: 1.125rem;
  }
  
  .footer-col.col6 {
    order:2;
        margin-top: 1.75rem;
        padding-bottom: 3.5rem;
  }
  
  .social-col.col2 a:last-child {
    margin-right: 0;
}
  
  .footer-col.col2,
  .footer-col.col3,
  .footer-col.col4,
  .footer-col.col5,
	.footer-col.col6 {
    display: none;
  }
  
  .footer-logo svg {
        width: 46px !important;
    height: 55px;
    margin: 0 auto;
}
  
  .footer-col.col6 h4 {
    display: none;
}
  
  .footer-social {
        display: flex;
    justify-content: center;
  }
  
  .social-row {
    display: flex;
        flex-direction: row;
        margin-top: 1rem;
  }
  
  .social-col.col2 {
    margin: 0;
}
  
 .footer-col.col7 {
    margin: 0 -1.5rem 1.125rem;
   padding: 1.125rem 0 0;
       border-top: 1px solid #6F1EAA;
       width: auto;
} 
  
  .fmobile-inner {
        padding-bottom: 1.125rem;
    border-bottom: 1px solid #6F1EAA;
  }
  
  .fmobile-inner.accordian_open {
        padding-bottom: 0;
  }
  
  .fmobile-head-inner {
        display: flex;
        cursor: pointer;
        align-items: center;
        justify-content: center;
  }
  
  .fmobile-head-inner>.hs_cos_wrapper {
        font-size: 12px;
        line-height: 14px;
        margin-right: 0.5rem;
    text-transform: uppercase;
        letter-spacing: 0.05em;
        color: #FFFFFF;
  }
  
  .ftoggle-icon-wrap {
        margin-top: -0.25rem;
  }
  
  .ftoggle-icon-wrap svg {
         width: 100%;
        height: 100%;
    stroke:#fff;
  }
  
  
  
  .fmobile-menu {
    display: none;
  }
  
  .fmenu-row {
    display: flex;
        text-align: center;
        margin-top: 1.25rem;
  }
  
  .fmenu-col {
    width:50%;
  }
  
  .fmenu-col ul {
    list-style: none;
    margin:0;
    padding:0;
    display: block;
  }
  
  .fmenu-col ul li {
    margin:0 0 1rem;
  }
  
  .fmenu-col ul li a {
    display: inline-block;
        font-size: 16px;
    line-height: 1.6;
  }
  
  
  
  
  
  
  .footer-col.col8 {
    margin: 0 -1.5rem 1.125rem;
   padding: 0;
       border-top: 0px solid #6F1EAA;
       width: auto;
} 
  
  
  
  
  
  .fmobile-contact {
    display: none;
  }
  
  .footer h4 {
    margin:0;
    padding: 0 0 0.5rem;
        font-weight: 700;
  }
  
  
  
  .mcontact-col p {
    margin:0 !important;
    line-height: 1.3;
  }
  
  .mcontact-col.col1 p {
    line-height: 1.72;
  }
  
  .mcontact-col.col1 p span {
        margin-right: 0.5rem;
    font-weight: 700;
    line-height: 1.5;
  }
  
  .mcontact-inner {
    margin-top: 1.25rem;
    text-align: center;
  }
  
  .mcontact-col.col1 {
    margin-bottom: 1.5rem;
  }
  
  
  .mcontact-col.col2 {
    padding-bottom: 1.5rem;
  }
  
  
  .mcontact-col.col3 {
    padding-bottom: 1.5rem;
  }
  
  .mcontact-col.col2 p:first-of-type,
  .mcontact-col.col3 p:first-of-type {
        padding-bottom: 0.5rem;
  }
  
  
  
  
  
  .fmain-bottom {
    display: flex;
    padding: 0;
    flex-direction: column-reverse;
        align-items: unset;
}
  
  
  .bottom-col.col2 {
    font-size: 14px;
    line-height: 1.3;
    margin-right: 0;
    padding-bottom: 0;
    text-align: center;
    top:0;
}
  
  
  .footer-col.col8 h4 {
        font-family: Bianco Sans, Helvetica, ui-sans-serif, sans-serif;
        font-weight: 700;
    font-size: 13px;
    line-height: 1.3;
        text-transform: uppercase;
        letter-spacing: 0.05em;
  }
  
  
  
  
  
  .copy-link ul {
    margin: 0 0 1.125rem;
    justify-content: center;
  }
  
  .copy-link ul li {
    margin: 0;
    padding: 0;
  }
  
  .copy-link ul li:first-child {
        margin-right: 0.5rem;
  }
  
  .copy-link ul li:last-child {
        margin-left: 0.5rem;
  }
  
  .copy-link ul li a {
    margin: 0;
    padding: 0;
    text-decoration: underline;
  }
  
  .copy-link ul li::after {
    display: none;
  }
  
  .accordian_open .ftoggle-icon {
    transform: rotate(180deg);
  }
  
  .accordian_open .fmobile-head-inner>.hs_cos_wrapper {
        color: #F7A500;
  }
  
  .accordian_open .ftoggle-icon-wrap svg {
        stroke: #F7A500;
  }
  
  
  
  .form-modal {
      border-radius: 0;
        overflow-y: auto;
        height: 100vh;
    width: 100%;
}
  
  .form-modal-inner {
    padding: 2.5rem 1.5rem;
    width: 100%;
    min-height: 100vh;
}
  
  .modal-img-left,
  .modal-img-right {
    display: none;
  }
  
  .modal-img-bottom {
        width: 100%;
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 92%;
        z-index: -1;
  }
  
  .modal-form {
  margin: 0 0 5rem;
}
  
  
  
}

@media (min-width:769px) {
  
  .modal-content p a {
    position: relative;
}

.modal-content p a::after {
      content: '';
    position: absolute;
    width: 0;
    bottom: -3px;
    left: 0;
    height: .0626rem;
    transition: .3s;
  background-color: #f7a500;
}
  
  .modal-content p a:hover::after {
    width: 100%;
    background-color: #6f1eaa;
}
  
}
@media (max-width:768px) {
  
  .footer p {
    font-size: 13px;
}
  
  .footer-top .page-center {
    padding: 1.25rem 1.5rem;
}
  
  .footer-top .logo-items {
    width: 27%;
    display: flex;
    flex-direction: column;
    margin-right: 3.5rem;
    margin-left: 0;
}
.footer-top .page-center {
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
.footer-top .logo-items:nth-child(3n) {
    margin-right: 0;
}
  
  .footer-top .logo-items:first-child,
  .footer-top .logo-items:nth-child(2),
  .footer-top .logo-items:nth-child(3) {
    margin-bottom: 1rem;
}
  
  
  .fmobile-head-inner>.hs_cos_wrapper {
    font-size: 18px;
    line-height: 22px;
    text-transform: unset;
    letter-spacing: 0;
}
  
  .copy-link ul li,
  .copy-link ul li a,
  .bottom-col.col2 {
    font-size: 13px;
    line-height: 1.3;
}
  
  .mcontact-col.col1 p {
    line-height: 1.9;
}
  
  
  
  
  
  
  .form-modal {
    width: 100%;
}
  
  .form-modal-inner {
    padding: 2.5rem 1.5rem;
}
  
  .modal-content h2 {
    font-size: 32px;
    line-height: 38px;
}
  
  .modal-content p a {
    text-decoration: underline;
}
  
  .modal-content p a:hover {
        color: #f7a500;
}
  
  .modal-form fieldset.form-columns-2 .hs-form-field {
        padding: 0 !important;
    width: 100% !important;
}
  
  .modal-btn {
    padding: 0.625rem 1rem 0.6875rem;
}
  
  
  
}


@media (max-width: 654px) {
  
   .footer-top .logo-items {
    width: 26%;
    margin-right: 0;
}
.footer-top .page-center {
    justify-content: space-around;
}
  
  
}