*, *: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-left: 10px;
  padding-right: 10px;
}
[class*="full-width-section"].dnd-section {
  padding: 0;
}
.page-center {
  margin: 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

[class*=full-width-section].dnd-section > .row-fluid {
  padding: 0;
}
.dnd-section > .row-fluid {
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
  .content-wrapper,
  .dnd-section > .row-fluid,
  .page-center {
  padding-left: 20px;
  padding-right: 20px;
  }
  
}
@font-face { 
   font-family: eicons; 
   src: url(https://26499861.fs1.hubspotusercontent-eu1.net/hubfs/26499861/raw_assets/public/Unseen_UK_May_2023/fonts/eicons.eot) format("embedded-opentype"), 
   url(https://26499861.fs1.hubspotusercontent-eu1.net/hubfs/26499861/raw_assets/public/Unseen_UK_May_2023/fonts/eicons.woff2) format("woff2"), url("../fonts/eicons.woff?5.20.0") format("woff"), 
   url(https://26499861.fs1.hubspotusercontent-eu1.net/hubfs/26499861/raw_assets/public/Unseen_UK_May_2023/fonts/eicons.ttf) format("truetype"), url("../fonts/eicons.svg?5.20.0#eicon") format("svg"); 
   font-style: normal; font-weight: 400; 
}


body {
  margin: 0;
  font-family: -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;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFFFFF;
}

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

/* Paragraphs */

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

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



h1{
  color:#141C32;
  font-family: "Helvetica", Sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
}

h2{
  color:#141C32;
  font-family: "Helvetica", Sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
}

h3{
  color:#141C32;
  font-family: "Helvetica", Sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}

h4{
  color:#141C32;
  font-family: "Helvetica", Sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}


h5{
  color:#141C32;
  font-family: "Helvetica", Sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
}


h6{
  color:#141C32;
  font-family: "Helvetica", Sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
}
/* 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;
}
button,
.button ,
form .hs-button, form input[type=submit] {
    cursor: pointer;
  color: #141c32;
  font-weight: 600;
  font-family: Helvetica,Sans-serif;
  margin:10px 0px;
  line-height: 1.5;
  font-size:16px;
}

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

/* Labels */

form label {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  padding: 0;
  line-height: 1;
  vertical-align: middle;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=email], form input[type=file], form input[type=number], form input[type=password], form input[type=tel], form input[type=text], form select, form textarea {
  border-width: 1px;
  border-radius: 0px;
  border-color: #141c32;
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 8px;
  background-color: #fff;
  transition: all .3s;
  line-height: 1.5;
  width: 100%;
  outline:none;
}

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,
.hs-error-msgs label{
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}


form .hs-button, form input[type=submit] {
    cursor: pointer;
  color: #141c32;
  font-weight: 600;
  font-family: Helvetica,Sans-serif;
  margin:10px 0px;
  line-height: 1.5;
  font-size:16px;
}

/* 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;
}
.hdr-wrp {
  position: fixed;
  margin-top: 0px;
  margin-bottom: 0px;
  top: 0px;
  width: 100%;
  left: 0px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 1% 5% 1% 5%;
  z-index: 999;                 

}

.lp-hdr .main-wrp .flx-wrp {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  position: relative;
  height: 100%;
  padding-top: 9px;
}

.no-banner .outer-wrp{
  min-height: 120px;
}

.scroll-hdr,
.no-banner .hdr-wrp{
  background-color: rgb(20, 28, 50);
}

.hdr-wrp .main-wrp .flx-wrp {
  max-width: 1600px;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.hdr-wrp .main-wrp .flx-wrp .left-wrp .innert-flx {
  align-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
}

.hdr-wrp .main-wrp .flx-wrp .left-wrp .hdr-logo .desktop-img {
  -webkit-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
  transition: all 0.4s ease-in-out !important;
  max-width: 100%;
  text-align: left;
  width: auto;
}

.hdr-wrp .main-wrp .flx-wrp .left-wrp .hdr-logo .desktop-img img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
  transition: all 0.4s ease-in-out !important;
}

.hdr-wrp .main-wrp .flx-wrp .right-wrp .pd {
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  padding: 10px;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  height: 100%;
}

.hdr-wrp .main-wrp .flx-wrp .right-wrp .login-btn {
  max-width: 100%;
  width: auto;
  background-image: url(https://26499861.fs1.hubspotusercontent-eu1.net/hubfs/26499861/raw_assets/public/Unseen_UK_May_2023/images/button-style-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hdr-wrp .main-wrp .flx-wrp .right-wrp .login-btn a {
  fill: #fff;
  color: #fff;
  background-color: #02010100;
  border-radius: 0px 0px 0px 0px;
  font-weight: 600;
  text-transform: lowercase;
  font-size: 20px;
  line-height: 1.1em;
  text-align: center;
  transition: all .3s;
  display: inline-block;
  padding: 20px 30px 20px 30px;
  font-family: "Helvetica";
}

.hdr-wrp .main-wrp .flx-wrp .right-wrp .pd .donate-btn {
  width: auto;
  max-width: 100%;
  padding: 0px 25px 0px 25px;
  background-image: url(https://26499861.fs1.hubspotusercontent-eu1.net/hubfs/26499861/raw_assets/public/Unseen_UK_May_2023/images/Unseen-BTN-BG-updated.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hdr-wrp .main-wrp .flx-wrp .right-wrp .pd .donate-btn a {
  fill: #fff;
  color: #fff;
  background-color: #02010100;
  border-radius: 0px 0px 0px 0px;
  font-weight: 600;
  text-transform: lowercase;
  font-size: 20px;
  line-height: 1.1em;
  text-align: center;
  transition: all .3s;
  display: inline-block;
  padding: 20px 30px 20px 30px;
  font-family: "Helvetica";
}

.hdr-wrp  .search-wrp {
  margin: 0px 20px -10px 20px;
}

.hdr-wrp  .search-wrp a {
  font-size: 30px;
  color: #fff;
  border-color: #fff;
  line-height: 1.1em;
}

.hdr-wrp  .search-wrp a:hover {
  color: #FF5A24;
  border-color: #FF5A24;
}

.hdr-wrp .main-wrp .flx-wrp .right-wrp .pd .mob-trigger {
  margin: 0px 0px -10px 0px;
  text-align: center;
}

.hdr-wrp .main-wrp .flx-wrp .right-wrp .pd .mob-trigger a {
  color: #fff;
  border-color: #fff;
  font-size: 30px;
  line-height: 1.1em;
  text-align: center;
  display: inline-block;
}

.hdr-wrp .main-wrp .flx-wrp .left-wrp .hdr-logo .mob-logo a {
  line-height: 1.1em;
  display: inline-block;
}

.hdr-wrp .main-wrp .flx-wrp .left-wrp .hdr-logo .mob-logo a img {
  vertical-align: middle;
  display: inline-block;
}

.hdr-wrp .main-wrp .flx-wrp .right-wrp .pd .mob-trigger a:hover {
  color: #D0D0D0;
  border-color: #D0D0D0;
}


.mobile-menu .tigger-wrp .inner-trigger-wrp a:hover svg {
  fill: #fff;
}
@media (min-width: 768px){
  .hdr-wrp .main-wrp .flx-wrp .left-wrp ,
  .hdr-wrp .main-wrp .flx-wrp .right-wrp {
    width: 50%;
  }
}

@media (min-width: 881px){
  .hdr-wrp .main-wrp .flx-wrp .left-wrp .hdr-logo .mob-logo {
    display: none;
  }

}


@media (max-width: 1366px){
  .hdr-wrp .main-wrp .flx-wrp .right-wrp .pd .mob-trigger a,
  .hdr-wrp .search-wrp a{
    font-size: 38px;
  }
  .hdr-wrp{
    padding: 1% 5% 1% 5%;
  }
}

@media (max-width: 1200px){
  .hdr-wrp .main-wrp .flx-wrp .right-wrp .pd .donate-btn{
    margin: 0px 0px 0px 20px;
  }
  .hdr-wrp .main-wrp .flx-wrp .right-wrp .pd .donate-btn a {
    padding: 10px 30px 10px 30px;
  }
}

@media (max-width: 1200px) and (min-width: 768px){
  .hdr-wrp .main-wrp .flx-wrp .left-wrp,{
    width: 30%;
  }
  .hdr-wrp .main-wrp .flx-wrp .right-wrp{
    width: 70%;
  }
}


@media (max-width: 880px){
  .hdr-wrp .main-wrp .flx-wrp .right-wrp .login-btn,
  .hdr-wrp .main-wrp .flx-wrp .left-wrp .hdr-logo .desktop-img{
    display: none;
  }
  .hdr-wrp .main-wrp .flx-wrp .left-wrp .hdr-logo .mob-logo a img {
    width: 58px !important;
  }
  .hdr-wrp .main-wrp .flx-wrp .right-wrp .pd .donate-btn a{
    font-size:16px;
  }
  .hdr-wrp .main-wrp .flx-wrp .right-wrp .pd .mob-trigger a{
    color:#FF5A24;
    border-color:#FF5A24;
  }
  .hdr-wrp .main-wrp .flx-wrp .right-wrp .pd .mob-trigger a:hover {
    color: #fff;
  }
  .lp-hdr .main-wrp .flx-wrp{
    padding:0px;
  }
}

@media (max-width: 880px) and (min-width: 768px){
  .hdr-wrp .main-wrp .flx-wrp .left-wrp,{
    width: 20%;
  }
  .hdr-wrp .main-wrp .flx-wrp .right-wrp{
    width: 80%;
  }
}


@media (max-width: 767px){
  .hdr-wrp .main-wrp .flx-wrp .left-wrp .hdr-logo .mob-logo a img {
    width: 74% !important;
  }
  .hdr-wrp .main-wrp .flx-wrp .left-wrp,{
    width: 20%;
  }
  .hdr-wrp .main-wrp .flx-wrp .right-wrp{
    width: 80%;
  }
  .hdr-wrp .main-wrp .flx-wrp .right-wrp .pd .mob-trigger a, .hdr-wrp .search-wrp a {
    font-size: 30px;
  }
  .hdr-wrp .main-wrp .flx-wrp .right-wrp .pd{
    padding: 10px 0px 10px 0px;
  }
  .hdr-wrp .search-wrp{
    margin: 0px 0px -10px 0px;
    padding: 0px 10px 0px 10px;
  }
}


@media (max-width: 390px){
  .hdr-wrp .main-wrp .flx-wrp .right-wrp .pd .donate-btn a {
    padding: 15px 15px;
  }

  .hdr-wrp .main-wrp .flx-wrp .right-wrp .pd .donate-btn {
    margin: 0 0 0 10px;
  }
  .hdr-wrp .main-wrp .flx-wrp .right-wrp .pd .donate-btn a {
    padding: 10px 10px;
  }
  .hdr-wrp .main-wrp .flx-wrp .right-wrp .pd .mob-trigger a, .hdr-wrp .search-wrp a {
    font-size: 24px;
}


}

.mobile-menu .menu-wrp .hs-menu-wrapper ul ul li:last-child a {
    border: none !important;
}


/* Mobile Css */

.mobile-menu {
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,.8);
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  pointer-events: none;
  background-color: transparent;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
  justify-content: flex-end;
  align-items: center;
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.7);
  display:none;
}


.mobile-menu .bg {
  background-color: #FF5A24;
  width: auto;
  overflow: visible;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
  box-shadow: none;
  pointer-events: all;
  position: absolute;
  right: -25vw;
  transition: all 0.5s ease-in;
}

.active .mobile-menu .bg {
  right:0;
}

body.active {
  overflow: hidden;
}

.mobile-menu .bg .flx-wrp {
  width: 25vw;
  height: 100vh;
  align-items: flex-start;
  max-width: 100vw;
  max-height: 100vh;
  padding: 0;
  overflow: auto;
  display: flex;
  line-height: 1.5;
  box-sizing: border-box;
}

.mobile-menu .bg .flx-wrp .main-sidebar {
  width: 100%;
  height: 100%;
}

.mobile-menu .bg .flx-wrp .main-sidebar.mrg {
  height: 100%;
  padding: 0% 0% 0% 010%;
}

.mobile-menu .bg .flx-wrp .main-sidebar.mrg .inner-flx-wrp {
  min-height: 60vh;
  max-width: 1600px;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  height: 100%;
}

.mobile-menu .main-box {
  position: relative;
  min-height: 1px;
  display: flex;
  width: 100%;
}

.mobile-menu .main-box .inner-box-wrp {
  align-content: flex-start;
  align-items: flex-start;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}

.mobile-menu .tigger-wrp {
  margin-bottom: 20px;
  width: 100%;
}

.mobile-menu .tigger-wrp .inner-trigger-wrp {
  text-align: right;
  margin: 0px 0px -6px 0px;
  font-size: 0;
}

.mobile-menu .tigger-wrp .inner-trigger-wrp a {
  font-size: 22px;
  padding: 37px;
  line-height: 1.1em;
  text-align: center;
  display: inline-block;
  background-color: #FF5A24;
  color: #141C32;
}

.mobile-menu .tigger-wrp .inner-trigger-wrp a svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  color: #141C32;
}

.mobile-menu .spacer-first {
  margin-bottom: 20px;
  width: 100%;
  height: 50px;
  line-height: 1.5;
}


.mobile-menu .spacer-second {
  margin-bottom: 20px;
  width:100%;
}

.mobile-menu .btn-wrp {
  width: auto;
}

.mobile-menu .btn-wrp .inner-btn-wrp {
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 0px 0px;
  background-image: url(https://26499861.fs1.hubspotusercontent-eu1.net/hubfs/26499861/raw_assets/public/Unseen_UK_May_2023/images/search-icon-blue.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.mobile-menu .btn-wrp .inner-btn-wrp a {
  font-family: "Helvetica", Sans-serif;
  font-weight: 600;
  fill: #fff;
  color: #fff;
  background-color: #02010100;
  border-radius: 0px 0px 0px 0px;
  padding: 30px 30px 30px 30px;
  font-size: 20px;
  line-height: 1.1em;
  text-align: center;
  transition: all .3s;
  display: inline-block;
  text-transform: lowercase;
}

.mobile-menu .btn-wrp .inner-btn-wrp a:hover {
  color: #141C32;
  border-color: #363636;
}

.mobile-menu .menu-wrp {
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
}

.mobile-menu .menu-wrp .hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  direction: ltr;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.mobile-menu .menu-wrp .hs-menu-wrapper ul li {
  position: relative;
  line-height: 1.1em;
  font-size: 20px;
}

.mobile-menu .menu-wrp .hs-menu-wrapper ul li a {
  justify-content: flex-start;
  text-align: left;
  color: #fff;
  padding: 10px 20px 10px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-family: "Helvetica", Sans-serif;
  font-weight: 600;
  text-transform: lowercase;
}

.mobile-menu .menu-wrp .hs-menu-wrapper > ul > li > a:hover {
  background-color:#141C32;
}

.mobile-menu .menu-wrp .hs-menu-wrapper>ul ul li a:hover {
  color: #141C32;
}

.mobile-menu .menu-wrp .hs-menu-wrapper>ul ul li a {
  border-style: solid;
  border-width: 0;
  border-bottom-width: 2px;
  border-color: #333333;
  justify-content: space-between;
}

.mobile-menu .jet-nav-arrow {
  color: #fff;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
  line-height: 1.1em;
}

.mobile-menu .menu-wrp .hs-menu-wrapper > ul ul {
  display: none;
}

.mobile-menu .menu-wrp .hs-menu-wrapper>ul>li>a:hover > .jet-nav-arrow {
  color: #FF5A24;
}

.mobile-menu .menu-wrp .hs-menu-wrapper>ul ul li a:hover > .jet-nav-arrow {
  color: #141c32;
}

.mobile-menu .menu-wrp .hs-menu-wrapper ul li.childOpen > a {
  border: solid #333;
  border-width: 0 0 2px;
}

@media (max-width: 1366px){
  .mobile-menu .bg .flx-wrp {
    width: 36vw;
  }
  .mobile-menu .bg .flx-wrp .main-sidebar.mrg{
    padding: 0% 0% 0% 15%;
  }
  .mobile-menu .bg{
    right: -36vw;
  }
}

@media (max-width: 1200px){
  .mobile-menu .menu-wrp .hs-menu-wrapper ul li {
    font-size: 20px;
  }
}

@media (max-width: 1024px){
  .mobile-menu .bg .flx-wrp {
    width: 48vw;
  }
  .mobile-menu .bg{
    right: -48vw;
  }
}

@media (max-width: 880px){
  .mobile-menu .menu-wrp .hs-menu-wrapper ul li a{
    font-size: 18px;
  }
  .mobile-menu .menu-wrp .hs-menu-wrapper ul li {
    font-size: 16px;
  }
}

@media (max-width: 767px){
  .mobile-menu .bg .flx-wrp {
    width: 100vw;
  }
  .mobile-menu .bg{
    right: -100vw;
  }
}



/* Search Css */
.srch-wrp {
  justify-content: center;
  align-items: center;
  pointer-events: all;
  background-color: rgba(0,0,0,.8);
  display: flex;
  pointer-events: none;
  background-color: transparent;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.8);
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display:none;
}

.srch-wrp .bg-wrp {
  background-color: #141C32;
  box-shadow: 2px 8px 23px 3px rgba(0,0,0,0.2);
  width: auto;
  overflow: visible;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  pointer-events: all;
  width: 100%;
  height: 100%;
}

.srch-wrp .bg-wrp .wd {
  width: 100vw;
  height: 100vh;
  align-items: flex-start;
  padding: 5% 5% 5% 5%;
  max-width: 100vw;
  max-height: 100vh;
  overflow: auto;
  display: flex;
}

.srch-wrp .bg-wrp .wd .main-inner-wrp {
  width: 100%;
}

.srch-wrp .bg-wrp .wd .main-inner-wrp .mrg-wrp {
  max-width: 1600px;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.srch-wrp .bg-wrp .wd .main-inner-wrp .mrg-wrp .flx-wrp {
  width: 100%;
  position: relative;
  min-height: 1px;
  display: flex;
}

.srch-wrp .bg-wrp .wd .main-inner-wrp .mrg-wrp .flx-wrp .pd {
  width: 100%;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 10px;
  display: flex;
}

.srch-wrp  form.jet-ajax-search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-color: #D0D0D03B;
  border-radius: 100px 100px 100px 100px;
  width: 100%;
}

.srch-wrp form.jet-ajax-search__form .jet-ajax-search__fields-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  line-height: 1.5;
}

.srch-wrp form.jet-ajax-search__form button.jet-ajax-search__submit {
  margin:0px;
  border-radius: 50px 50px 50px 50px;
  font-family: Helvetica,Sans-serif;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin-left: 10px;
  background: transparent;
  color: #D0D0D0;
}

.srch-wrp span.jet-ajax-search__submit-icon.jet-ajax-search-icon {
  display: inline-block;
  line-height: 1;
  text-align: center;
}

.srch-wrp .jet-ajax-search__field-wrapper{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.srch-wrp .jet-ajax-search__field-wrapper input.jet-ajax-search__field {
  width: 100%;
  padding: 9px 15px;
  font-size: 14px;
  line-height: 1.3;
  border: 1px solid #E1E5EB;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-family: Helvetica,Sans-serif;
  font-weight: 600;
  color: #fff;
  background-color: #02010100;
  border-width: 0px 0px 0px 0px;
  outline: 0;
  font-weight: 400;
}

.srch-wrp .jet-ajax-search__field-wrapper input.jet-ajax-search__field::placeholder {
  color: #fff;
}

.search-wrp .srch-wrp{
  display:flex;
}


.search-wrp .dialog-close-button.dialog-lightbox-close-button {
  right: 1.4%;
  display: flex;
  top: 2.2%;
  font-size: 32px;
  opacity: 1;
  z-index: 9999;
  cursor: pointer;
  position: absolute;
  line-height: 1;
}

.search-wrp .dialog-close-button.dialog-lightbox-close-button i {
  color: #fff;
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search-wrp .dialog-close-button.dialog-lightbox-close-button i:before {
  content: "\e87f";
}

.mobile-menu .spacer-second {
  margin-bottom: 70px;
}
@media (max-width: 1366px){
  .srch-wrp .bg-wrp .wd .main-inner-wrp {
    margin-top: 5%;
    margin-bottom: 0%;
  }
}
@media (max-width: 1200px){
  .hdr-wrp .main-wrp .flx-wrp .right-wrp .login-btn a {
    padding: 10px 10px;
    font-size: 15px;
  }

  .hdr-wrp .main-wrp .flx-wrp .right-wrp .login-btn {
    background-size: cover;
  }

  .hdr-wrp .main-wrp .flx-wrp .right-wrp .pd .donate-btn a {
    font-size: 15px;
  }

}
@media (max-width: 1024px){
  .search-wrp .dialog-close-button.dialog-lightbox-close-button{
    right: 6.2%;
  }
}


@media (max-width: 880px){
  .search-wrp .dialog-close-button.dialog-lightbox-close-button{
    right: 4%;
    top: 3.5%;
  }
}
@media (max-width: 767px){
  .srch-wrp .bg-wrp .wd .main-inner-wrp {
    margin-top: 20%;
    margin-bottom: 0%;
  }
  .mobile-menu .spacer-second {
    margin-bottom: 20px;
  }
  .hdr-wrp .main-wrp .flx-wrp .right-wrp .pd .mob-trigger {
    margin-right: 7px;
    margin-left: 2px;
  }

  .hdr-wrp .main-wrp .flx-wrp .right-wrp .pd .donate-btn a {
    font-size: 16px;
    font-family: "Helvetica";
  }
  .mobile-menu .spacer-first {
    margin: 0;
  }
}


.mobile-menu .menu-wrp .hs-menu-wrapper ul ul li a{
  font-size:18px;
}

@media (max-width: 385px)  {

  .hdr-wrp .search-wrp {
    padding-left: 20px;
  }
}
.ftr-wrp {
  position: relative;
  z-index: 10;
  background-color: #141C32;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 2% 5% 2% 5%;
  z-index: 50;
}

.ftr-wrp .cm-container {
  max-width: 1600px;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}


.ftr-wrp .cm-column {
  position: relative;
  min-height: 1px;
  display: flex;
}

.ftr-wrp .cm-column .pd {
  align-content: flex-end;
  align-items: flex-end;
  padding: 10px;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}

.ftr-wrp .col-1 .cm-logo {
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
}

.ftr-wrp .col-1 .cm-logo img{
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.ftr-wrp .col-1 .text {
  color: #ffffff;
  font-family: "Helvetica", Sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.ftr-wrp .col-1 .text p:last-child {
  margin-bottom: 5PX;
}


.ftr-wrp .col-2 .mrg {
  width: 100%;
  margin-bottom: 20px;
}

.ftr-wrp .col-2 .mrg ul {
  margin-right: calc(-50px/2);
  margin-left: calc(-50px/2);
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  padding:0px;
}

.ftr-wrp .col-2 .mrg ul li {
  margin-right: calc(50px/2);
  margin-left: calc(50px/2);
  display: flex;
  align-items: center;
}

.ftr-wrp .col-2 .mrg ul li a {
  font-family: "Helvetica", Sans-serif;
  font-size: 12px;
  font-weight: 400;
  justify-content: center;
  width: 100%;
  display: flex;
  align-items: center;
  line-height: 1.1em;
  color: #fff;
}

.ftr-wrp .col-2 .mrg ul li:not(:last-child):after {
  border-left-style: solid;
  border-left-width: 1px;
  content: "";
  border-color: #ffffff;
  width: auto;
  left: auto;
  position: relative;
  height: 100%;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-style: solid;
  right: calc(-50px/2);
}

.ftr-wrp .col-3 .content-wrp {
  width: 100%;
}

.ftr-wrp .col-3 .content-wrp h5 {
  margin-bottom: 20px;
  width: 100%;
  text-align: right;
  font-family: Helvetica,Sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 1;
}

.ftr-wrp .col-3 .content-wrp h5 a {
  color: #fff;
}

.ftr-wrp .cm-element {
  margin-bottom: 20px;
  width: 100%;
  height: 20px;
}

.ftr-wrp .social-share {
  line-height: 1;
  text-align: right;
  width: 100%;
}

.ftr-wrp .inner-social-share-wrp {
  display: inline-block;
  width: 100%;
  word-spacing: 14.5px;
  margin-bottom: calc(-1 * 0px);
}

.ftr-wrp .inner-social-share-wrp .cm-item {
  display: inline-block;
  margin-bottom: 0px;
  word-break: break-word;
  min-width: 0;
}

.ftr-wrp .inner-social-share-wrp .cm-item .cm-social-icon {
  border-radius: 50%;
  font-size: 25px;
  line-height:25px;
  width: 25px;
  height: 25px;
}

.ftr-wrp .inner-social-share-wrp .cm-item .cm-social-icon i{
  color: #fff;
  width: 1em;
  height: 1em;
  position: relative;
  display: block; 
  line-height: 1;
}


.ftr-wrp .inner-social-share-wrp .cm-item .cm-social-icon i:before{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ftr-wrp .inner-social-share-wrp .cm-item .cm-social-icon i:hover {
  color: #FF5A24;
      opacity: .9;
}

.ftr-wrp .col-2 .mrg ul li a:hover {
  color: #FF5A24;
}

.ftr-wrp .social-share{
  height: 25px;
}

@media (min-width: 768px){
  .ftr-wrp .col-1,.ftr-wrp .col-3 {
    width: 25%;
  }
  .ftr-wrp .col-2 {
    width: 50%;
  }
}

@media (max-width: 1366px){
  .ftr-wrp .col-2 .mrg ul li{
    margin-right: calc(28px/2);
    margin-left: calc(28px/2);
  }
  .ftr-wrp .col-2 .mrg ul li:not(:last-child):after{
    right: calc(-28px/2);
  }
  .ftr-wrp .col-2 .mrg ul{
    margin-right: calc(-28px/2);
    margin-left: calc(-28px/2);
  }
}

@media (max-width: 1200px){
  .ftr-wrp .col-1 .text p{
    font-size: 10px;
  }
  .ftr-wrp .col-3 .content-wrp h5{
    font-size: 26px;
  }
}

@media (max-width: 1200px) and (min-width: 768px){
  .ftr-wrp .col-1, .ftr-wrp .col-3 {
    width: 50%;
  }
  .ftr-wrp .col-2{
    width: 68%;
  }
}


@media (max-width: 1050px){
  .ftr-wrp .col-1{
    order: 1;
  }
  .ftr-wrp .col-2{
    order: 3;
  }
  .ftr-wrp .col-3{
    order: 2;
  }
  .ftr-wrp .cm-container{
    flex-wrap: wrap;
  }
  .ftr-wrp .cm-element{
    height:0px;
  }
  .ftr-wrp .col-2 {
    width: 100%;
  }

  .ftr-wrp .col-2 .pd {
    margin-top: 10px;
  }
}

@media (max-width: 880px){
  .ftr-wrp .col-2 .mrg ul {
    display: block;
  }

  .ftr-wrp .col-2 .mrg ul li {
    padding-bottom: calc(28px/2);
  }

  .ftr-wrp .col-2 .mrg ul li:not(:first-child) {
    margin-top: calc(28px/2);
    padding-bottom: calc(28px/2);
  }

  .ftr-wrp .col-2 .mrg ul li:not(:last-child):after {
    right: 0;
    left: 0;
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #FFF;
    width: 100%;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-left: 0;
    height: auto;
  }

  .ftr-wrp .col-2 .mrg ul li {
    justify-content: center;
    padding-bottom: calc(28px/2);
    flex-wrap: wrap;
    position: relative;
  }

  .ftr-wrp .col-2 .mrg {
    margin: 0px;
  }

  .ftr-wrp .col-3 .content-wrp h5 {
    font-size: 22px;
  }

  .ftr-wrp .col-2 .mrg ul li:last-child {
    padding: 0px;
  }
}

@media (max-width: 767px){
  .ftr-wrp .col-2,
  .ftr-wrp .col-1
  .ftr-wrp .col-3{
    width: 100%;
  }
  .ftr-wrp .col-1 .text,
  .ftr-wrp .col-1 .text p{
    text-align: center;
    font-size: 12px;
    width: 100%
  }
  .ftr-wrp .col-1 .cm-logo{
    text-align: center;
  }
  .ftr-wrp .col-3 {
    width: 100%;
    text-align: center;
  }
  .ftr-wrp .col-3 .content-wrp h5{
    text-align: center
  }

  .ftr-wrp .social-share {
    text-align: center;
  }
}
/* Menu and simple menu */

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