*, *: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 ;
    }
}
@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}



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

.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  width: 100%;
  padding-left:  12px;
  padding-right:  12px;
  margin-right: auto;
  margin-left: auto;
}


.dnd-section[class*="-force-full-width-section"]{
  padding:0;
}

.dnd-section[class*="-force-full-width-section"]>.row-fluid {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right:0 !important;
  width:100% !important;
}


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


.blog-wrap .dnd-section {
    padding: 0;
}

.blog-wrap .dnd-section >.row-fluid {
    padding: 0;
    margin: 0;
    max-width: 100%;
}

.blog-wrap .dnd-section >.row-fluid .span12.widget-span.widget-type-custom_widget.dnd_area_header-module-1-flexbox-positioning.dnd-module {
    display: block !important;
}

.hs-landing-page .dnd-section {
    padding-bottom: 113px;
}
@font-face { font-family: BrskFont;
  src: url(https://25742927.fs1.hubspotusercontent-eu1.net/hubfs/25742927/raw_assets/public/Brsk_December2022/Font/font.woff2) format("woff2"), 
    url(https://25742927.fs1.hubspotusercontent-eu1.net/hubfs/25742927/raw_assets/public/Brsk_December2022/Font/font.woff) format("woff"); 
  font-weight: 500; 
}

@font-face { font-family: BrskFont;
  src: url(https://25742927.fs1.hubspotusercontent-eu1.net/hubfs/25742927/raw_assets/public/Brsk_December2022/Font/font%20600.woff2) format("woff2"),
    url(https://25742927.fs1.hubspotusercontent-eu1.net/hubfs/25742927/raw_assets/public/Brsk_December2022/Font/font%201.woff) format("woff"); 
  font-weight: 600;
}

@font-face { font-family: BrskFont; 
  src: url(https://25742927.fs1.hubspotusercontent-eu1.net/hubfs/25742927/raw_assets/public/Brsk_December2022/Font/font%20700.woff2) format("woff2"),
    url(https://25742927.fs1.hubspotusercontent-eu1.net/hubfs/25742927/raw_assets/public/Brsk_December2022/Font/font%202.woff) format("woff");
  font-weight: 700;
}



@font-face { font-family: BrskFont; 
  src: url(https://25742927.fs1.hubspotusercontent-eu1.net/hubfs/25742927/raw_assets/public/Brsk_December2022/Font/font%20800.woff2) format("woff2"),
    url("https://cdn.brsk.co.uk/fonts/XXIINeueNormRndCndBold/font.woff") format("woff");
  font-weight: 800;
}


@font-face { font-family: BrskFont; 
  src: url(https://25742927.fs1.hubspotusercontent-eu1.net/hubfs/25742927/raw_assets/public/Brsk_December2022/Font/font%20900.woff2) format("woff2"), 
    url(https://25742927.fs1.hubspotusercontent-eu1.net/hubfs/25742927/raw_assets/public/Brsk_December2022/Font/font%204.woff) format("woff"); 
  font-weight: 900;
}


@font-face { font-family: "Font Awesome 6 Brands"; 
  src: url("/_nuxt/fonts/fa-brands-400.f77bcc9.woff2") format("woff2"),
    url(https://25742927.fs1.hubspotusercontent-eu1.net/hubfs/25742927/raw_assets/public/Brsk_December2022/Font/fa-brands-400.0a1b701.ttf) format("truetype");
  font-style: normal; 
  font-weight: 400; 
  font-display: block; 
}

@font-face { font-family: "Font Awesome 6 Free"; 
  src: url("/_nuxt/fonts/fa-solid-900.4896d4b.woff2") format("woff2"), 
    url(https://25742927.fs1.hubspotusercontent-eu1.net/hubfs/25742927/raw_assets/public/Brsk_December2022/Font/fa-solid-900.79da213.ttf) format("truetype"); 
  ont-style: normal; font-weight: 900;
  font-display: block; 
}

body {
  line-height: 1.3;
  font-size: 16px;
  overflow-x:hidden;
}

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

html{
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}


/* Paragraphs */

p {
  margin: 0;
  margin-bottom: 20px;
}

/* 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;
  text-decoration: none;
  transition: color .2s ease-out;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
}

h1{
  font-size: 5rem;
}

h2{
  font-size: 4rem;
}

h3{
  font-size: 3rem;
}

h4{
  font-size: 2rem;
}

h5{
  font-size: 1.5rem;
}

h6{
  font-size: 1.25rem;
}

/* 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 {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  justify-content: center;
  outline: 0;
  position: relative;
  text-decoration: none;
  height: 54px;
  text-indent: 0.0892857143em;
  display: inline-flex;
  align-items: center;
  border-radius: 28px;
  flex: 0 0 auto;
  font-size: 1.375rem;
  box-shadow: 0px 3px 3px -2px rgb(0 0 0 / 20%), 0px 3px 4px 0px rgb(0 0 0 / 14%), 0px 1px 8px 0px rgb(0 0 0 / 12%) !important;
  padding: 0 24px;
  height: 54px;
  transition: all .2s ease-out;
  text-transform: capitalize;
  font-weight: 800;
  letter-spacing: inherit;
  background:#ff3cb3;
  margin-top:20px;
  margin-bottom:20px;
}

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: block;
  font-size: 22px;
  margin-bottom: 0.35rem;
  color:#002d72;

}

/* 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 {
  position: relative;
  transition: .3s cubic-bezier(0.25, 0.8, 0.5, 1);
  width: 100%;
  color: inherit;
  display: flex;
  cursor: text; 
  align-items: stretch;
  padding: 0 24px;
  font-weight: 600;
  min-height: 40px;
  height: 53px;
  background:#f9f9f9;
  margin-bottom: 0;
  align-items: flex-start;
  display: flex;
  flex: 1 1 auto;
  font-size: 18;
  letter-spacing: normal;
  max-width: 100%;
  text-align: left;
  border-radius: 28px;
  transition: border .3s cubic-bezier(0.25, 0.8, 0.5, 1);
  outline:none !important;
}

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: #d32f2f;
}

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

.hs-error-msg {
  color: #d32f2f;
  margin-top: 0.35rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-left: 21px;
}


/* 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;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  justify-content: center;
  outline: 0;
  position: relative;
  text-decoration: none;
  height: 54px;
  text-indent: 0.0892857143em;
  display: inline-flex;
  align-items: center;
  border-radius: 28px;
  flex: 0 0 auto;
  font-size: 1.375rem;
  box-shadow: 0px 3px 3px -2px rgb(0 0 0 / 20%), 0px 3px 4px 0px rgb(0 0 0 / 14%), 0px 1px 8px 0px rgb(0 0 0 / 12%) !important;
  padding: 0 24px;
  height: 54px;
  transition: all .2s ease-out;
  text-transform: capitalize;
  font-weight: 800;
  letter-spacing: inherit;
  background:#ff3cb3;
  margin-top:20px;
  margin-bottom:20px;
}

ul.no-list.hs-error-msgs.inputs-list>li>label {
  color: #d32f2f;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1rem;
  margin-left: 21px;
  margin-top: 0.35rem;
}

/* 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;
}
.main-group-wrap {
  min-height: 100px;
}

.slide_menus .overlay.show {
  display: block;
  transition: all .3s ease 0s;
}

.slide_menus .hs-menu-wrapper>ul.show {
  right:0%;
}

.slide_menus.show {
  opacity: 1;
  transition: all .3s ease 0s;
  z-index: 99;
  visibility: visible;
}

header.cst-header {
  transition: .2s cubic-bezier(0.4, 0, 0.2, 1) transform,
    .2s cubic-bezier(0.4, 0, 0.2, 1) background-color,
    .2s cubic-bezier(0.4, 0, 0.2, 1) left,.2s cubic-bezier(0.4, 0, 0.2, 1) right,
    280ms cubic-bezier(0.4, 0, 0.2, 1) box-shadow,
    .25s cubic-bezier(0.4, 0, 0.2, 1) max-width,
    .25s cubic-bezier(0.4, 0, 0.2, 1) width;
  display: block;
  flex: 1 1 auto;
  max-width: 100%;
  background: #002d72;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  left: 0;
  right: 0;
  box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
}


.cst-header-inner {
  align-items: center;
  display: flex;
  position: relative;
  z-index: 0;
  padding: 0;
}

.cst-header-inner  .content {
  display: grid;
  grid-template-columns: 90px auto 50px;
  /*   max-width: 100%; */
  width: 100%;
  padding:0 12px;
}

.header-logo {
  display: inline-block;
  max-width: 100%;
  align-self: center;
}

.header-logo img.hs-image-widget {
  display: block;
  max-width: 75px;
  /* max-width: inherit; */
  vertical-align: middle;
  max-width:90px !important;

}

.content  .main-menu-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.menu-list-wrap .hs-menu-wrapper>ul {
  height: 100%;
  justify-content: flex-end;
  align-items: center;
}

.menu-list-wrap .hs-menu-wrapper>ul>li {
  list-style: none;
  text-align: center;
  margin: 0 1rem;
  margin-bottom:3px;
}

.menu-list-wrap .hs-menu-wrapper>ul>li>a {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  padding: 10px;
  text-transform: capitalize;
  width: 100%;
  color: #fff;
}

.menu-list-wrap .hs-menu-wrapper>ul>li>a:hover{
  color:#ff5ece;
}

.main-menu-wrap .cst-header-button {
  border-right: none;
  padding-right: 0;
}

.main-menu-wrap .cst-header-button .hs_cos_wrapper>a {
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  justify-content: center;
  outline: 0;
  position: relative;
  text-decoration: none;
  text-indent: 0.0892857143em;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  background: #e10098;
  border-radius: 28px;
  font-size: 1.375rem;
  color: #fff;
  padding: 0 24px;
  height: 54px;
  font-weight: 800;
  letter-spacing: inherit;
  transition: all .2s ease-out;
  min-width: 110px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-transform: none;
}

.main-menu-wrap .system-wrap {
  padding: 0 20px;
  position: relative;
}

.system-wrap:before {
  width: 1px;
  height: 54px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  content: '';
  background: #fff;
}

.system-wrap .hs_cos_wrapper>a p {
  color: #fff;
  margin: 0;
  line-height: 1;
  font-size: 0.875rem;
  font-weight: 600;
}

.system-wrap .hs_cos_wrapper>a h4 {
  font-weight: 800;
  margin: 0;
  line-height: 1;
  color: #e10098;
}

.system-wrap .hs_cos_wrapper>a h4>span {
  color: #fff;
}

.cst-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cst-button .cst-button-inner {
  cursor: pointer;
  color: inherit;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.75rem;
  width: 3rem;
  height: 3rem;
}

.cst-button-inner:focus, .cst-button-inner:active{
  background-color: rgba(255, 255, 255, 0.2);
}

.cst-button-inner .bar {
  display: block;
  height: 0.18rem;
  width: 1.5rem;
  background: #fff;
}

.bar2 {
  height: 0.25rem !important;
  width: 1.5rem;
  margin: 0.37rem 0;
}


.bar3 {
  width: 0.75rem !important;
  /*   width: 1.5rem; */
}

.contact_us {
  display:none;
  padding: 6px 12px;
  position: fixed;
  top:56px;
  margin-top: 4px;
  text-align: center;
  width: 100%;
  z-index:10;
  background: #e10098;
}

.contact_us .hs_cos_wrapper>a>div>p {
  margin: 0;
  line-height: 1;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
}



.slide_menus {
  margin: 0;
  opacity: 0;
  padding: 0;
  transition: all .3s ease 0s;
  z-index: 9;
  position: relative;
  visibility: hidden;
}

.slide_menus .overlay {
  background-color: rgba(33,33,33,.5);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 5;
  display: none;
}

.slide_menus .hs-menu-wrapper>ul {
  background-position: top right;
  position: fixed;
  top: 0;
  right: -535px;
  bottom: 0;
  width: 50%;
  padding-top: 3.8rem !important;
  min-width: 320px;
  max-width: 585px;
  z-index: 6;
  background: #fff;
  background-image:url(https://25742927.fs1.hubspotusercontent-eu1.net/hubfs/25742927/raw_assets/public/Brsk_December2022/images/brsk-asteriks-grey.svg);
  background-repeat: no-repeat;
  display:block;
  transition: all .3s ease 0s;
  overflow-y: auto;
  overflow-x: hidden;
  background-position:top right;

}

.slide_menus .hs-menu-wrapper>ul>li{
  padding: 0.1rem 0.1rem 0.1rem 20%;
  font-size: 2.4rem;
  line-height: 1.1;
  font-weight: 600;
  list-style: none;
}


.close-trigger {
  font-size: 2.4rem;
  line-height: 1.1;
  font-weight: 600;
  padding: 0;
  text-align: center;
  cursor: pointer;
  height: 30px;
  width: 30px;
  right: 30px;
  top: 30px;
  border-radius: 100%;
  position: fixed;
  display: flex;
  align-items: center;
  background-color: #e10098;
  z-index: 9;
  display:block;
}

.close-trigger:before {
  position: absolute;
  left: 50%;
  display: block;
  content: "";
  width: 1px;
  content: '';
  background: #fff;
  height: 15px;
  transform: rotate(45deg);
  top: 7px;
}

.close-trigger:after{
  position: absolute;
  left: 50%;
  display: block;
  content: "";
  width: 1px;
  content: '';
  background: #fff;
  height: 15px;
  transform: rotate(-45deg);
  top: 7px;
}

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

.slide_menus .hs-menu-wrapper>ul>li:active(1)>a:hover {
  color: #e10098;
}
.slide_menus .hs-menu-wrapper>ul>li>a {
  color: #002d72;
}

.slide_menus .hs-menu-wrapper>ul>li>a:hover {
  color: #495aa7 ;
}

.slide_menus .hs-menu-wrapper>ul>li:nth-child(8) {
  color: #e10098;
  padding: 0.1rem 0.1rem 0.1rem 20%;
  font-size: 2.4rem;
  line-height: 1.1;
  font-weight: 600;
  margin-top: 2rem;
}

.slide_menus .hs-menu-wrapper>ul>li:nth-child(9),
.slide_menus .hs-menu-wrapper>ul>li:nth-child(10),
.slide_menus .hs-menu-wrapper>ul>li:nth-child(11),
.slide_menus .hs-menu-wrapper>ul>li:nth-child(12){
  font-size: 1.56rem;
  padding: 0.2rem 0.2rem 0.2rem 20%;
}

.overlay_button {
  font-size: 1.56rem;
  padding: 0.2rem 0.2rem 0.2rem 20%;
  bottom: 0;
  width: 585px;
  z-index:99;
}

.overlay_button .hs-button {
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  justify-content: center;
  outline: 0;
  position: relative;
  text-decoration: none;
  text-indent: 0.0892857143em;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  cursor: pointer;
  border-radius: 28px;
  background-color: #e10098;
  font-size: 1.875rem;
  color: #fff;
  padding: 0 26.6666666667px;
  height: 60px;
  font-weight: 800;
  letter-spacing: inherit;
  min-width: 72px;
  transition: all .2s ease-out;
  margin-top: 2.5rem;
  text-transform: none;
  box-shadow: 0px 3px 3px -2px rgb(0 0 0 / 20%), 0px 3px 4px 0px rgb(0 0 0 / 14%), 0px 1px 8px 0px rgb(0 0 0 / 12%);
}

.overlay_button .hs-button:hover {
  background: #ff3cb3;
}

.logo_header img {
  margin-top: 2.5rem;
  max-width: 110px;
}

/* >>>>>>>>>>>>>>>>>>>>>>>MEDIA>>>>>>>>>>>>> */


@media (min-width:960px) and (max-width:971px){
  .menu-list-wrap .hs-menu-wrapper>ul>li{
    margin-left: 8px;
  }
}

@media (max-width:959px){
  .menu-list-wrap .hs-menu-wrapper>ul{
    display:none;
  }
  .header-logo  img.hs-image-widget {
    max-width:75px !important;
  }
}



@media (max-width:768px){
  .main-menu-wrap .cst-header-button .hs_cos_wrapper>a{
    height: 35px;
    font-size: 1.3rem;
  }
}


@media (max-width:599px){
  .main-menu-wrap .system-wrap {
    display: none;
  }
  .contact_us {
    display:block;
  }
  header.cst-header{
    min-height:85px
  }
  .main-group-wrap {
    min-height: 85px;
  }
}

@media (max-width:600px){
  .overlay_button .hs-button {
    margin-top: 2.5rem;
    text-transform: none;
    min-width: 85px;
    height: 38px;
    padding: 0 16.8888888889px;
    font-size: 1.125rem;
  }
  .slide_menus .hs-menu-wrapper>ul{
    background-size: 70%;
    width: 100%;
  }
  .logo_header img{
    margin-top: 1rem;
    max-width: 69px;

  }

  .slide_menus .hs-menu-wrapper>ul>li {
    font-size: 2rem;
  }
  .overlay_button, .slide_menus .hs-menu-wrapper>ul>li:nth-child(10),
  .slide_menus .hs-menu-wrapper>ul>li:nth-child(11),
  .slide_menus .hs-menu-wrapper>ul>li:nth-child(12),
  .slide_menus .hs-menu-wrapper>ul>li:nth-child(9){
    font-size: 1.43rem;
  }
  .slide_menus .hs-menu-wrapper>ul>li:nth-child(8){
    margin-top: 1rem;
  }
}


@media (min-width:600px){
  .cst-header-inner{
    height: 100px;
    justify-content: center
  }
  .header-logo .hs_cos_wrapper>img{
    max-width: 75px;
  }
  .main-menu-wrap .system-wrap{
    padding: 0 20px 0 40px;
  }
  .system-wrap .hs_cos_wrapper>a h4{
    font-size: 2rem;
  }
}

@media (min-width:960px){
  .header-logo .hs_cos_wrapper>img {
    max-height: 70px;
  }
  .menu-list-wrap .hs-menu-wrapper>ul{
    display:flex;
  }

}

@media (min-width: 1360px){
  .cst-header-inner  .content{
    padding: 0 140px;
  }
}
footer.cst-footer {
  transition-duration: .2s;
  transition-property: background-color,left,right;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  align-items: center;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  background: #002d72;
  --skew-line-size: 100px;
  --skew-line-position: -99px;
  z-index:9;
  position:relative;

}

footer.cst-footer {
  padding: 6px 0;
/*   z-index: 2;
  position: absolute; */
  width: 100%;
  padding-bottom:0 !important;
}


footer.cst-footer:before{
  background: #002d72;
  z-index: 2;
  clip-path: polygon(100% 100%, -5% 100%, 100% 0);
  content: "";
  position: absolute;
  left: 0;
  top: var(--skew-line-position);
  height: var(--skew-line-size);
  right: 0;
}

.cst-footer-container {
  overflow: hidden;
  position: relative;
  z-index: 3;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding: 0 12px;
  max-width:100%;
}

.cst-footer-container .upper-section {
  position: relative;
  z-index: 4;
}


.footer-row {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
  margin: -12px;
}


.grouper-row-display {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
  margin: -12px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-row .column1_left {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 100%;
  padding: 12px;
  flex: 0 0 100%;
  max-width: 100%;
}

.footer-logo {
  display: flex;
  align-items: flex-start;
}

.footer-logo img{
  max-width: 100%;
  display: block;
  max-height: 110px;
  width: 147.93px !important;
}

.column1_left .award_logo {
  max-width: 160px;
}

.award_logo span.hs_cos_wrapper {
  display: inline-block;
}

.inner1 .hs_cos_wrapper>a {
  display: inline-block;
  margin-bottom: 20px;
}

.award_logo .hs_cos_wrapper>a{
  display: inline-block;
}

.award_logo .hs_cos_wrapper>a>img {
  max-width: 100%;
  display: block;
}

.pt-4.stars-wrap .stars-inner {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.pt-4.stars-wrap .stars-inner .hs_cos_wrapper>img {
  max-width: 100%;
  display: block;
  width: 160px !important;
}

.pt-4.stars-wrap .hs_cos_wrapper>img {
  display: inline-block;
  margin-right: 8px;
  max-width: 100%;
  width: 100px !important;
}

.column1_mid {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 12px;
}

.footer_menu .hs-menu-wrapper>ul>li>a {
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.5rem;
  display:block;
}

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

.footer_menu .hs-menu-wrapper>ul>li>ul>li {
  padding-top: 4px;
  padding-bottom: 8px;
  list-style: none;
  line-height:27px;
}

.footer_menu .hs-menu-wrapper>ul>li>ul>li>a {
  font-size: 1.125rem;
  font-weight: 700;
  display: block;
  color: #fff;
}

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

.image_wrapper{
  display:none;
}

.imager_wrap1 {
  margin-right: 24px;
  margin-bottom: 20px;
  max-width: 120px;
  width: auto;
}

.imager_wrap1 .hs_cos_wrapper>img {
  max-width: 100%;
  display: inline-block;
  width: 100%;
}

.imager_wrap2 {
  max-width: 120px;
  width: auto;
}

.imager_wrap2 .hs_cos_wrapper>img {
  display: inline-block;
  max-width: 100%;
  width: 100% !important;
}

.column3_right {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding: 12px;
}

.column3_right_inner .hs_cos_wrapper>h4 {
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.column3_right_inner .hs_cos_wrapper>ul {
  padding: 0;
  margin: 0;
  color: #fff;
}

.column3_right_inner .hs_cos_wrapper>ul>li {
  padding-top: 4px;
  padding-bottom: 8px;
  list-style:none;
  line-height:26px;
}

.column3_right_inner .hs_cos_wrapper>ul>li>a {
  color: #fff;
}

.column3_right_inner .hs_cos_wrapper>ul>li>a:hover{
  color: #ff5ece;
}

.column3_right_inner .hs_cos_wrapper>ul>li>a {
  font-size: 1.125rem;
  font-weight: 700;
  display: block;
}


.column3_right_inner .hs_cos_wrapper>ul>li>span {
  font-size: 1.125rem;
  font-weight: 700;
  /* display: block; */
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.column3_right_inner .hs_cos_wrapper>ul>li>span:nth-of-type(3) , 
.column3_right_inner .hs_cos_wrapper>ul>li>span:nth-of-type(4) {
  padding-left: 20px;
}

.column3_right_inner .hs_cos_wrapper>ul>li>span>a {
  color: #fff;
}
.column3_right_inner .hs_cos_wrapper>ul>li>span>a:hover {
  color: #ff5ece;
}

.footer_social_icons .hs_cos_wrapper>ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-evenly;
  margin-top: 20px
}

.footer_social_icons .hs_cos_wrapper>ul>li {
  list-style: none;
  margin-right: 20px;
}

.footer_social_icons .hs_cos_wrapper>ul>li>a {
  padding-right: 8px;
  padding-left: 8px;
  display: block;
  width: 38px;
  height: 38px;
  color: #fff;
}

.footer_social_icons .hs_cos_wrapper>ul>li:last-child {
  margin-right: 0;
  pointer-events: none;
}


.footer_social_icons .hs_cos_wrapper>ul>li:nth-child(4) {
  pointer-events: none;
}


.footer_social_icons .hs_cos_wrapper>ul>li>a>i {
  font-size: 28px;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

i.fab.fa-facebook:before {
  content: "\f09a";
}

i.fab.fa-instagram:before {
  content: "\f16d";
}

i.fab.fa-linkedin:before {
  content: "\f08c";
}

.column4_last{
  flex: 0 0 100%;
  max-width: 100%;   
  width: 100%;
  padding: 12px;
}

.column4_last_inner .hs_cos_wrapper>h4 {
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.5rem;
}


.support-numbers-wrapper ul {
  padding: 0;
  margin: 0;
}

.support-numbers-wrapper ul>li{
  list-style: none;
}

.support-numbers-wrapper ul>li>a {
  display: flex;
  align-items: center;
}

.support-numbers-wrapper ul li a[href*="tel"]:before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  margin-right: 15px;
  margin-top: 25px;
  font-size: 20px;
  color: #fff;
  content: "\f095";
}

.support-numbers-wrapper ul>li>a>div>label {
  text-transform: capitalize;
  font-weight: 800;
  font-size: 1.125rem;
  padding: 4px 0 8px;
  display: block;
  color: #fff;
}

.support-numbers-wrapper ul>li>a>div>h4 {
  margin: 0;
  line-height: 1;
  color: #e10098;
  font-size: 1.5rem;
}

.support-numbers-wrapper ul>li>a>div>p {
  margin: 0;
  line-height: 1;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
}

.down-section {
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  position: relative;
  margin: 0 -28px;
  border-top: 1px solid #e10098;
}

.down-section .hs_cos_wrapper p {
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 500;
  margin-bottom: 0;
  color: #fff;
}



.inner1 {
  height: 210px;
}

.inner2 {
  height: 99.19px;
}

.cst-footer-container:after {
  background-size: contain;
  content: "";
  position: absolute;
  right: 0;
  top: 150px;
  width: 400px;
  height: 400px;
  transform: translateX(50%);
  z-index: 2;
  background: url(https://25742927.fs1.hubspotusercontent-eu1.net/hubfs/25742927/raw_assets/public/Brsk_December2022/images/asterisks.svg);
  background-repeat:no-repeat;
  display:block;
}

.column4_last.media {
  display: none;
}

.grouper-row-display-inner {
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  padding: 12px;
}



/* >>>>>>>>>>>>>>>>>>MEDIA>>>>>>>>>>>>> */


@media (max-width:960px){
  .cst-footer-container:after {
    width: 100%;
    height: 100%;
    top: 60px;
    display:block;
  }
}

@media (max-width:959px){
  .pt-4.stars-wrap {
    padding-top: 16px;
  }
  .column4_last.media {
    display: block;
  }
  .column4_last {
    display: none;
  }
  .footer_social_icons .hs_cos_wrapper>ul{
    margin-left:0 !important;
    justify-content:space-evenly;
  }
  .footer_social_icons .hs_cos_wrapper>ul>li:first-child {
    /*     padding-left: 111px;
    padding-right: 111px; */
  }
  .footer_social_icons .hs_cos_wrapper>ul>li:nth-child(2) {
    /*     padding-right: 111px; */
  }
  .third_party_logo {
    max-width: 120px;
    width: auto;
  }
  .third_party_logo .hs_cos_wrapper>img {
    display: inline-block;
    width: 100% !important;
  }

}


@media (max-width:600px){
  .footer-logo img{
    width:94.13px !important;
  }
  .cst-footer-container:after{
    width: 450px;
    height: 450px;
    transform: translate(40%, 20%);
    bottom: 85px;
    top: 50px;
  }
  .footer-logo{
    margin-bottom: 20px;
  }
  footer.cst-footer{
    --skew-line-size: 40px;
    --skew-line-position: -39px;
  }
}

@media (max-width:768px){

  footer.cst-footer{
    --skew-line-size: 60px;
    --skew-line-position: -59px;
  }
}


@media (min-width:600px){

  .grouper-row-display-inner {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  footer.cst-footer{
    min-height: 980px;
  }
  .cst-footer-container .upper-section{
    padding: 30px 0 10px;
  }

  .footer_menu .hs-menu-wrapper>ul>li>a{
    font-size: 2rem;
  }
  .column3_right_inner .hs_cos_wrapper>h4  , .column4_last_inner .hs_cos_wrapper>h4{
    font-size: 2rem;
  }
  .support-numbers-wrapper ul>li>a>div>h4 {
    font-size: 2rem;
  }

}

@media (min-width:960px){
  footer.cst-footer{
    min-height: 635px;
  }
  .cst-footer-container .upper-section{
    padding: 90px 0 60px;
  }
  .grouper-row-display{
    display:none;
  }
  .footer-row .column1_left{
    flex: 0 0 25%;
    max-width: 25%;
    grid-template-rows: auto 60px;
    grid-row-gap: 60px;
  }
  .pt-4.stars-wrap {
    padding-top: 0px !important;
  }
  .column1_mid {
    flex: 0 0 25%;
    max-width: 25%;
    display: grid;
    grid-template-rows: auto 60px;
    grid-row-gap: 60px;
  }

  .footer-row .column1_left{
    flex: 0 0 25%;
    max-width: 25%;
  }

  .image_wrapper {
    display: flex;
  }
  .column3_right {
    flex: 0 0 25%;
    max-width: 25%;
    display: grid;
    grid-template-rows: auto 60px;
    grid-row-gap: 60px;
  }
  .footer_social_icons .hs_cos_wrapper>ul{
    justify-content: end;
    margin-top: 0px;
  }
  .column4_last {
    flex: 0 0 25%;
    max-width: 25%;
    display: grid;
    grid-template-rows: auto 60px;
    grid-row-gap: 60px;
  }
  .column4_last_inner .hs_cos_wrapper>h4{
    font-size: 2rem;
  }

}






@media (min-width:1360px){
  .cst-footer-container {
    padding: 0 140px;
  }
}



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>LP>>>>>>>>>>>>>>>>>>>>>>
 */


footer.cst-footer.lp {
    min-height: auto;
}
/* Menu and simple menu */

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