*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

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

.banner-section .dnd-section {
    padding: 0;
}
@font-face {
  font-family: "icomoon";
  src: url("https://26165901.fs1.hubspotusercontent-eu1.net/hubfs/26165901/raw_assets/public/Kambi_October_2022/fonts/icomoon/icomoon.ttf") format("truetype"), 
    url("https://26165901.fs1.hubspotusercontent-eu1.net/hubfs/26165901/raw_assets/public/Kambi_October_2022/fonts/icomoon/icomoon.woff") format("woff"), 
      url("https://26165901.fs1.hubspotusercontent-eu1.net/hubfs/26165901/raw_assets/public/Kambi_October_2022/fonts/icomoon/icomoon.svg") format("svg");
        font-style: normal;
        font-weight: normal;
        }

@font-face {
    font-family: ETmodules;
    font-display: block;
    src: url(https://26165901.fs1.hubspotusercontent-eu1.net/hubfs/26165901/raw_assets/public/Kambi_October_2022/fonts/ETmodules/modules.eot);
    src: url(https://26165901.fs1.hubspotusercontent-eu1.net/hubfs/26165901/raw_assets/public/Kambi_October_2022/fonts/ETmodules/modules.eot) format("embedded-opentype"),
      url(https://26165901.fs1.hubspotusercontent-eu1.net/hubfs/26165901/raw_assets/public/Kambi_October_2022/fonts/ETmodules/modules.ttf) format("truetype"),
      url(https://26165901.fs1.hubspotusercontent-eu1.net/hubfs/26165901/raw_assets/public/Kambi_October_2022/fonts/ETmodules/modules.woff) format("woff"),
      url(https://26165901.fs1.hubspotusercontent-eu1.net/hubfs/26165901/raw_assets/public/Kambi_October_2022/fonts/ETmodules/modules.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

html {
    overflow-x: hidden;
}

body {
  line-height: 1.5em;
  word-break: break-word;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

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

/* Paragraphs */

p {
     padding-bottom: 1em;
      line-height: 22px;
}

/* 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 {
  line-height: 52px;
  letter-spacing: -4px;
  padding-bottom: 10px;
}

h3,h4{
  line-height: 32px;
  padding-bottom: 10px;
}

h5,h6{
  padding-bottom: 10px;
  line-height: 1em;
}

/* 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 {
    margin: 20px 0 30px;
    border-left: 5px solid;
    padding-left: 20px;
      border-color: #2ea3f2;
}
/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

blockquote, q {
    quotes: none;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  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;
}
/* Gilroy Bold */
@font-face { 
  font-family: 'Gilroy'; 
  src: url('https://26165901.fs1.hubspotusercontent-eu1.net/hubfs/26165901/AbiosGaming_June2023/Radomir%20Tinkov%20-%20Gilroy-Bold%20%281%29.otf') format('otf'), url('https://26165901.fs1.hubspotusercontent-eu1.net/hubfs/26165901/AbiosGaming_June2023/Radomir%20Tinkov%20-%20Gilroy-Bold%20%281%29.otf') format('woff'), url('https://26165901.fs1.hubspotusercontent-eu1.net/hubfs/26165901/AbiosGaming_June2023/Radomir%20Tinkov%20-%20Gilroy-Bold%20%281%29.otf') format('truetype');}

/* Gilroy Regular */
@font-face { 
  font-family: 'Gilroy'; 
  src: url('https://26165901.fs1.hubspotusercontent-eu1.net/hubfs/26165901/AbiosGaming_June2023/Radomir%20Tinkov%20-%20Gilroy-Regular%20%281%29.otf') format('otf'), url('https://26165901.fs1.hubspotusercontent-eu1.net/hubfs/26165901/AbiosGaming_June2023/Radomir%20Tinkov%20-%20Gilroy-Regular%20%281%29.otf') format('woff'), url('https://26165901.fs1.hubspotusercontent-eu1.net/hubfs/26165901/AbiosGaming_June2023/Radomir%20Tinkov%20-%20Gilroy-Regular%20%281%29.otf') format('truetype');}

p {
font-family: 'Gilroy';
}


/* Form fields */

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* 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 {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  display: inline-block;
  width: 100%;
  min-height: 34px;
  padding: 0 10px;
  margin-bottom: 15px;
  background-color: #fff;
  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;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button,button,.button {
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  color: #00c4de;
  font-weight: 600;
  font-size: 20px;
  margin-top: 7px;
  cursor: pointer;
  font-family: 'Overpass',Helvetica,Arial,Lucida,sans-serif;
  line-height: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

form{
 margin-top:20px; 
}

label.hs-main-font-element {
    color: #ef6b51;
}
/* 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 .top-header {
  padding-bottom: 5px;
  padding-top: 1px;
}

header.header {
    transition: .4s ease;
}

header.header .top-header-con {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #808080;
  margin: 0 7px 0 7px;
  display: flex;
  align-items: center;
}

header.header ul.submenu.level-1>li.has-submenu:hover {
  background-color: #004572 !important;
}

header.header ul.submenu.level-1>li.has-submenu:hover>a {
  color: #fff !important;
}

header.header .top-header-con span:nth-child(2) img {
  margin-bottom: 0px;
  max-width: 58.27px;
  width: 100%;
  margin-left: 3px;
  margin-right: 4px;
}
header.header ul.submenu.level-1>li>a.active-item {
  color: #00c4de !important;
}
header.header .top-header-con p {
  margin: 0;
  padding: 0;
  position: relative;
  top: 3px;
}

header.header #searchbar .search-label:hover {
  background-color: #00c4de;
}

header.header .menu-2 ul li:nth-child(4) a:hover {
  color: #00c4de!important;
  opacity: .7;
}

header.header .top-header-con>span {
  line-height: 0;
}

header.header .top-header-con span:nth-child(3) img {
  max-width: 84.22px;
}

header.header .bottom-header {
  box-shadow: 0 0 0.4375rem 0.1875rem rgb(0 0 0 / 35%);
  padding-top: 0px;
  position: relative;
  background-color: #fff;
}

header.header .custom-header-logo {
  width: 20.875%;
  margin-right: 5.5%;
  padding: 2.855% 0;
  position: relative;
  z-index: 2;
  min-height: 1px;
  padding-bottom: 0;
}

header.header .header_navigation {
  width: 73.625%;
}

header.header .custom-header-logo>div {
  margin-bottom: 15px;
  margin-left: 50px;
  text-align: left;
  line-height: 0;
}

header.header .custom-header-logo img {
  max-width: 140px;
}

header.header .bottom-header-con {
  display: flex;
}

header.header .site-map {
  display: flex;
}

header.header .header-search-box {
  position: absolute;
  right: 0;
  z-index: 999;
  width: 5%;
}

header.header #searchbar {
  position: relative;
}

header.header #searchbar #sliding-panel-outer {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 30px;
  width: 300px;
  transition: width 0.4s ease;
  width: 0px;
}

header.header #searchbar .search-label {
  background-color: #004572;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background-image: url(https://26165901.fs1.hubspotusercontent-eu1.net/hubfs/26165901/raw_assets/public/Kambi_October_2022/images/search-icon.png);
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  transition: all .3s;
}

header.header .header-menu {
  width: 94%;
  margin-right: 0px;
}

header.header ul.submenu.level-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-pack: end;
  justify-content: flex-end;
  flex-wrap: wrap;
  display: flex;
  align-items: stretch;
  margin-right: -11px;
}

header.header ul.submenu.level-2 {
  display: none;
  text-align: left;
  opacity: 1;
  visibility: visible;
  border-top: none;
  top: 100%;
  left: inherit;
  right: -71%;
  width: 347px;
  -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  -webkit-transform: translateZ(0);
  position: absolute;
  border-color: #2ea3f2;
  line-height: 26px;
  list-style: none;
  margin: 0;
  padding: 20px 0;
  z-index:9;
}

header.header ul.submenu.level-1>li {
  position: relative;
  display: flex;
  align-items: stretch;
  margin: 0;
  line-height: 1em;
}

header.header ul.submenu.level-1>li>a {
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 8px;
  transition: none;
  text-transform: lowercase;
  padding-bottom: 8px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.5px;
  line-height: 1.5em;
  text-decoration: none;
  display: block;
  position: relative;
}

header.header .menu-2 ul {
  -webkit-box-pack: end;
  justify-content: flex-end;
  flex-wrap: wrap;
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch;
  line-height: 1.7em;
  margin-right: 2px;
}

header.header .menu-2 ul li {
  position: relative;
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch;
  line-height: 1em;
  margin: 0;
  font-size: 14px;
}

header.header .menu-2 ul li a {
  padding-bottom: 8px;
  text-transform: lowercase;
  font-weight: 600;
  font-size: 24px;
  color: #004572;
  letter-spacing: -1.2px;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 8px;
  transition: none;
  text-decoration: none;
  display: block;
  position: relative;
}

header.header .menu-2 {
  padding: 3.735% 0;
  padding-top: 12px;
  padding-right: 50px;
  margin-bottom: 12px;
  position: relative;
  padding-bottom: 0;
}

header.header ul.submenu.level-2>li>a:hover:after {
  opacity: .7;
}

header.header .menu-2 ul li:last-child a,.menu-2 ul li:nth-last-child(2) a {
  text-transform: uppercase !important;
}

header.header .menu-2 ul li:nth-child(4) a {
  color: #00c4de!important;
}

header.header ul.submenu.level-1>li:hover ul.submenu.level-2 {
  display: block;
}

header.header ul.submenu.level-2>li {
  padding: 0 0 0 14px;
  position: relative;
  line-height: 2em;
  font-size: 14px;
}

header.header ul.submenu.level-2>li>a {
  color: #00c4de;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.5px;
  line-height: 1.5em;
  position: relative;
  padding: 5px 20px;
  width: 332px;
  text-transform: inherit;
  text-decoration: none;
  display: block;
}

header.header .header-search-box form {
  margin-top: 0;
}

header.header ul.submenu.level-2>li>a:after {
  font-family: ETmodules;
  content: "5";
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 2px;
  font-weight: 800;
  color: #fff;
}

.mobile-search-toggle input.et-search-field {
  outline: none;
}

.mobile-search-toggle {
  display: none;
}

.mobile-search-toggle input.et-search-field::placeholder {
  color: #000000;
  font-size: 18px;
}
header.header #searchbar #sliding-panel-outer.form-open {
  width: 300px;
}

header.header div#sliding-panel-inner {
  width: 300px;
  display: flex;
}

header.header input#search-input {
  background: #efefef;
  border: none;
  height: 42px;
  padding-left: 20px;
  padding-right: 64px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 15px;
  color: #666366;
  transition: all .3s;
  margin: 0;
  font-family: 'Overpass',Helvetica,Arial,Lucida,sans-serif;
}

header.header .header-search-box form {
  margin-top: 0;
}

header.header input#searchsubmit {
  background-color: #efefef;
  background-image: url(https://26165901.fs1.hubspotusercontent-eu1.net/hubfs/26165901/raw_assets/public/Kambi_October_2022/images/submit-button-chevron.png);
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-position: 9%;
  height: 42px;
  width: 30px;
  vertical-align: middle;
  border: none;
  margin: 0;
  border-radius: 0;
}

header.header ul.submenu.level-2:before {
  width: 100%;
  height: 30px;
  position: absolute;
  content: '';
  top: -13px;
}

.mobile-view {
  display: none;
}

body>.body-wrapper {
  transition: .4s ease;
}

@media (max-width:980px){
  header.header .top-header {
    display: none;
  }

  .mobile-search-toggle {
    display: block;
  }

  header.header .header-menu {
    display: none;
  }

  header.header .menu-2 {
    display: none;
  }

  header.header .bottom-header {
    width: 100%;
    align-items: center;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 78%);
    display: flex;
    min-height: 75px;
    padding: 20px;
    position: fixed;
    z-index: 999;
  }

  header.header .custom-header-logo {
    padding: 0;
    margin: 0;
  }

  header.header .custom-header-logo>div {
    margin: 0;
  }

  header.header .custom-header-logo img {
    max-width: 100px;
  } 

  header.header .bottom-header-con {
    justify-content: space-between;
    width: 100%;
  }

  header.header .header-search-box {
    display: none;
  }

  .mobile-search-toggle .hamburger {
    display: block;
    cursor: pointer;
    transition-property: opacity,filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    border: 0;
    margin: 0;
    overflow: visible;
    z-index: 10000;
    position: fixed;
    background-color: #ffffff;
    width: 60px;
    height: 0px;
    border-radius: 0px;
    right: 0px;
    box-shadow: 0px -200px 0px 0px rgb(0 0 0 / 38%);
    top: 0px;
    padding: 0;
    opacity: 1!important;
    height:50px;
  }

  .mobile-search-toggle .hamburger-box {
    left: 14px;
    top: 38px;
    display: block;
    position: relative;
    cursor: pointer;
  }

  .mobile-search-toggle span.hamburger-inner {
    top: -10px;
    transition-duration: 275ms;
    transition-timing-function: cubic-bezier(0.68,-0.55,0.265,1.55);
    width: 28px;
    height: 5px;
    border-radius: 0px;
    background-color: #004572;
    position: absolute;
    transition-property: transform;
    display: block;
    left: 0;
  }

  .mobile-search-toggle span.hamburger-inner:before,span.hamburger-inner:after {
    background-color: #004572;
    position: absolute;
    transition-property: transform;
    width: 28px;
    height: 5px;
    border-radius: 0px;
    content: "";
    display: block;
  }

  .mobile-search-toggle span.hamburger-inner:before {
    top: -11px;
    transition: opacity 125ms 275ms;
  }

  .mobile-search-toggle span.hamburger-inner:after {
    transition: transform 275ms cubic-bezier(.68, -.55, .265, 1.55);
    bottom: -11px!important;
  }

  .mobile-search-toggle .dm-search {
    width: 38px;
    display: block;
    max-width: 200px;
    position: absolute;
    right: 60px;
    margin-top: 4px;
    z-index: 99999;
  }

  .mobile-search-toggle div#et_top_search_mob {
    float: none !important;
    display: block;
    text-align: center;
    white-space: nowrap;
    margin: 0 10px;
    opacity: 1;
    width: 100%;
    height: 75px;
    position: relative;
  }

  .mobile-search-toggle span#et_search_icon {
    position: absolute;
    top: 19%;
    transform: translateY(-50%);
    right: auto;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    margin: 0;
    left: 0;
  }

  .mobile-search-toggle span#et_search_icon:before {
    position: relative;
    top: 0;
    color: #000000;
    font-size: 18px;
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0 0;
    direction: ltr;
    left: 0;
    content: "\55";
  }

  .mobile-search-toggle .dm-search-box {
    position: fixed !important;
    display: block !important;
    width: 100%;
    left: 0;
    right: 0;
    padding: 10px 0;
    background-color: #ffffff;
    top: -200px;
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(0);
    overflow: hidden;
  }

  .mobile-search-toggle form.et-search-form {
    width: 100%;
    margin: 0;
    left: auto;
    right: auto;
    bottom: auto;
    padding-right: 30px;
    position: relative;
    top: 0;
    background: transparent;
  }

  .mobile-search-toggle span.close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99999;
    display: block;
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
  }

  .mobile-search-toggle span.close:before {
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-transform: none;
    speak: none;
    content: "\4d";
    color: #000000;
    font-size: 22px;
  }

  .mobile-search-toggle input.et-search-field {
    bottom: auto;
    width: 100%;
    height: 100%;
    background: none;
    padding: 0 0 0 10px;
    line-height: 1.5;
    position: relative;
    top: 0;
    text-overflow: ellipsis;
    right: auto;
    left: 0;
    color: #000000;
    font-size: 18px;
    margin: auto;
    padding-left: 30px;
    border:0;
  }
  .mobile-search-toggle .dm-search-box.form-open {
    top: 75px;
    opacity: 1 !important;
  }

  .header-wrapper {
    min-height: 75px;
  }

  .mobile-view {
    left: -102%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 1.15em;
    height: 100vh;
    max-width: 90%;
    padding: 2.2em 0 0;
    position: fixed;
    text-align: right;
    top: 0;
    width: 100%;
    z-index: 99999999;
    transition: .4s ease;
  }

  body.mobile-menu-open {
    overflow: hidden;
    overflow-y: auto;
  }

  body.mobile-menu-open .body-wrapper {
      -webkit-transform: translate(80%,0);
    -ms-transform: translate(80%,0);
    transform: translate(80%,0);
    -webkit-transform: translate3d(80%,0,0);
    transform: translate3d(80%,0,0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
  }

  body.mobile-menu-open .mobile-view {
left: -80%;
    transition: .4s ease;
  }


  body.mobile-menu-open .mobile-search-toggle {
    display: none;
  }
  .mobile-view .mobile-menu .hs-menu-wrapper> ul li {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    text-align: left;
    width: 100%;
    position: relative;
    line-height: 1em;
  }

  .mobile-view .mobile-menu .hs-menu-wrapper> ul>li a {
    line-height: 1.3em;
    text-transform: lowercase;
    padding-left: 19px;
    padding-right: 19px;
    display: block;
    color: #000000 !important;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .mobile-view .mobile-menu .hs-menu-wrapper>ul ul li:first-child {
    border-top: 1px solid rgba(0,0,0,.1);
  }

  .mobile-view .mobile-menu .hs-menu-wrapper>ul ul li:last-child {
    border: 0;
  }

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

  .mobile-view .mobile-hamburger.is-active {
    width: 100%;
    text-align: right;
    position: absolute;
    background-color: #ffffff;
    width: 60px;
    height: 0px;
    border-radius: 0px;
    right: -23px;
    top: 0px;
    box-shadow: 0px -200px 0px 0px rgb(0 0 0 / 38%);
    display: block;
    cursor: pointer;
    transition-property: opacity,filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    border: 0;
    margin: 0;
    overflow: visible;
  }

  .mobile-view span.menu-text {
    position: absolute;
    top: 13px;
    left: 32px;
    font-size: 12px;
    color: #004572;
    line-height: 1.3em;
    text-transform: lowercase;
  }

  .mobile-view span.hamburger-box {
    top: 38px;
    display: block;
    position: relative;
    cursor: pointer;
  }

  .mobile-view .mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    font-family: "ETmodules";
    text-align: center;
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    content: "\35";
    color: #00c4de;
    font-size: 24px !important;
    right: 0px;
    transform: rotate(0deg);
    transition: all 300ms ease 0ms;
    border-left: 1px solid rgba(0,0,0,0.1);
    height: 51px;
    padding-top: 15px;
    padding-left: 7px;
    margin-top: -15px;
  }
  span.child-toggle {
    width: 30px;
    height: 51px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10000;
    cursor: pointer;
  }

  .mobile-view .mobile-menu {
    margin-top: 6px;
  }

  .mobile-view .hamburger.is-active .hamburger-inner {
    background-color: #004572;
    transform: translate3d(0,10px,0) rotate(135deg);
    transition-delay: 75ms;
  }

  .mobile-view span.hamburger-inner {
    top: -10px;
    background-color: #004572;
    transform: translate3d(0,10px,0) rotate(135deg);
    transition-delay: 75ms;
    transition-duration: 275ms;
    transition-timing-function: cubic-bezier(0.68,-0.55,0.265,1.55);
    width: 28px;
    height: 5px;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    display: block;
    left: 0;
  }

  .mobile-view .hamburger-inner, .mobile-menu .hamburger-inner::before, .mobile-view .hamburger-inner::after {
    width: 28px;
    height: 5px;
    border-radius: 0px;
  }

  .mobile-view .mobile-hamburger.is-active .hamburger-inner::after {
    background-color: #004572;
    bottom: -19px!important;
    transform: translate3d(0,-20px,0) rotate(-270deg);
    transition-delay: 75ms;
  }

  .mobile-view .mobile-hamburger.is-active span.hamburger-inner:before {
    background-color: #004572;
    transition-delay: 0s;
    opacity: 1;
    transition: opacity 125ms 275ms;
    top: -11px;
    width: 28px;
    height: 5px;
    border-radius: 0px;
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
  }

  .mobile-view .mobile-hamburger.is-active .hamburger-inner::after {
    transform: translate3d(0,-20px,0) rotate(-270deg);
    transition-delay: 75ms;
    width: 28px;
    height: 5px;
    border-radius: 0px;
    content: "";
    display: block;
    position: absolute;
    bottom: -19px!important;
    transition: transform 275ms cubic-bezier(.68, -.55, .265, 1.55);
    background-color: #004572;
  }


}
footer.footer {
  border-top: 10px solid #00c4de;
}
footer.footer {
  position: relative;
  z-index: 11;
}
footer.footer .footer_container {
  z-index: 1;
  padding: 54px 0;
  position: relative;
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0px;
}

footer.footer .footer_container>div {
  max-width: 95%;
  padding: 27px 0;
  margin: auto;
  position: relative;
}

footer.footer .footer_contant p {
  font-family: 'Overpass',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  padding-bottom: 1em;
  color: #808080;
  line-height: 22px;
  text-align: left;
  font-weight: 400;
  margin: 0;
}

footer.footer .footer_contant p:last-child {
  padding: 0;
}

footer.footer .footer_contant p a {
  color: #00c4de;
}

footer.footer .footer_contant p a:hover {
  color: #004572;
}

footer.footer .footer-logos-sec {
  width: 12.5%;
  text-align: left;
  margin-left: 0;
  margin-bottom: 2.75%;
  margin-right: auto;
  line-height: 0;
}

footer.footer span.et_pb_image_wrap {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

footer.footer span.et_pb_image_wrap img {
  max-height: 51px;
  width: initial;
  height: initial;
}

footer.footer .footer_container>div {
}

footer.footer .footer_compnay>div {
  display: flex;
  flex-wrap: wrap;
}

footer.footer .footer_top-social {
  border-bottom: 1px solid #ccdae3;
  align-items: center;
  display: flex;
  padding-top: 0px!important;
  z-index: 3;
}

footer.footer .back-to-top {
  width: 7%;
  position: relative;
  z-index: 2;
  min-height: 1px;
}

footer.footer a.footer-back-link {
  color: #fff;
  background-color: #00c4de;
  display: block;
  border-radius: 50%;
  transition: all .3s;
  width: 63px;
  height: 63px;
  text-indent: -9999px;
  position: relative;
}

footer.footer .footer-back-link:before {
  content: '';
  position: absolute;
  background: url(https://26165901.fs1.hubspotusercontent-eu1.net/hubfs/26165901/raw_assets/public/Kambi_October_2022/images/ctrl.svg) no-repeat;
  top: 69%;
  left: 67%;
  -webkit-transform: translate(-50%,-50%);
  width: 60px;
  height: 60px;
}

footer.footer .footer-menu {
  width: 64%;
}

footer.footer .footer-menu ul {
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  line-height: 1.7em;
  margin-left: -11px;
  margin-right: -11px;
}

footer.footer .footer-menu ul li {
  position: relative;
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch;
  margin: 0;
  padding-left: 9px;
  padding-right: 9px;
  line-height: 1em;
  font-size: 14px;
}

footer.footer .footer-menu ul li a {
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 8px;
  transition: none;
  padding-bottom: 8px;
  color: #004572;
  font-size: 18px;
}

footer.footer .social-follow {
  width: 28%;
  display: flex;
  margin-left: 17px;
  padding-top: 7px;
}

footer.footer .social-follow p {
  display: flex;
  padding-bottom: 0;
  margin-right: 18px;
  font-family: 'Overpass',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #014572;
  margin-top: 0;
  padding: 0;
}

footer.footer .social-follow ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

footer.footer .social-follow ul li a {
  background-color: #004572;
  margin-right: 5px;
  border-radius: 8px;
  display: inline-block;
  width: 40px;
  min-width: 40px;
  height: 40px;
  transition: color .3s;
  position: relative;
}

footer.footer .social-follow a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

footer.footer a.social-twitter:before {
  background: url(https://26165901.fs1.hubspotusercontent-eu1.net/hubfs/26165901/raw_assets/public/Kambi_October_2022/images/twitter.svg) no-repeat;
  background-size: 87%;
  width: 28px;
  height: 28px;
  top: 9px;
  left: 7px;
}

footer.footer a.social-facebook:before {
  background: url(https://26165901.fs1.hubspotusercontent-eu1.net/hubfs/26165901/raw_assets/public/Kambi_October_2022/images/facebook.svg) no-repeat;
  width: 28px;
  height: 28px;
  top: 12px;
  left: 7px;
}

footer.footer a.social-linkedin:before {
  background: url(https://26165901.fs1.hubspotusercontent-eu1.net/hubfs/26165901/raw_assets/public/Kambi_October_2022/images/linkedin2.svg) no-repeat;
  width: 32PX;
  height: 32PX;
  top: 3px;
  left: 7px;
}

footer.footer a.social-vimeo:before {
  background: url(https://26165901.fs1.hubspotusercontent-eu1.net/hubfs/26165901/raw_assets/public/Kambi_October_2022/images/vimeo.svg) no-repeat;
  background-size: 90%;
  width: 32PX;
  height: 32PX;
  top: 6px;
  left: 4px;
}

footer.footer a.social-glassdoor:before {
  background: url(https://26165901.fs1.hubspotusercontent-eu1.net/hubfs/26165901/raw_assets/public/Kambi_October_2022/images/glassdoor.svg) no-repeat;
  width: 32PX;
  height: 32PX;
  top: 7px;
  left: 8px;
  background-size: 81%;
}

footer.footer a.social-instagram:before {
  background: url(https://26165901.fs1.hubspotusercontent-eu1.net/hubfs/26165901/raw_assets/public/Kambi_October_2022/images/instagram.svg) no-repeat;
  width: 32px;
  height: 32px;
  top: 7px;
  left: 7px;
  background-size: 87%;
}

footer.footer .footer_compnay {
  margin-bottom: 1px !important;
}

footer.footer .footer-back-link:hover {
  background-color: #004572;
}


@media (max-width:1600px){
  footer.footer .footer_compnay {
    margin-bottom: 0px!important;
  }

  footer.footer .footer-menu ul {
    position: relative;
    top: 1px;
    left: 1px;
  }

  footer.footer .social-follow {
    margin-left: 23px;
    top: 1px;
    position: relative;
  } 
}

@media (max-width:1400px){
  footer.footer .social-follow p {
    margin-right: 10px;
  }

  footer.footer .social-follow {
    top: -2px;
  }

  footer.footer .footer-menu ul {
    top: 0;
  } 
}

@media (max-width:1350px){
  footer.footer .footer_container>div {
    padding: 2% 0;
    width: 92%;
    max-width: 95%;
  }

  footer.footer .social-follow p {
    margin-right: 0px;
  }

  footer.footer .social-follow {
    margin-left: 29px;
  }

  footer.footer .social-follow p:nth-child(2) {
    margin: 0;
  } 
}

@media (max-width:1300px){
  footer.footer .social-follow {
    flex-direction: column;
  } 
}

@media (max-width:1200px){
  footer.footer .footer-logos-sec {
    width: 25%;
    text-align: center;
  }

  footer.footer .social-follow {
    flex-direction: column;
  } 
}


@media (max-width:980px){
  footer.footer .footer_container>div {
    padding: 30px 0;
  }

  footer.footer .footer-logos-sec {
    margin-bottom: 30px;
  }

  footer.footer .back-to-top {
    width: 100%;
  }

  footer.footer .footer_top-social {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  footer.footer .footer-menu {
    width: 50%;
  }

  footer.footer .footer-menu ul {
    flex-direction: column;
    margin-top: 20px;
    margin-left: -5px;
    margin-right: -11px;
  }

  footer.footer .social-follow {
    width: 50%;
    margin: 0;
  }

  footer.footer .social-follow {
    display: block;
    margin-top: 15px;
    padding-left: 4px;
  }

  footer.footer .social-follow p {
    margin-bottom: 38px;
  }

  footer.footer .footer_compnay {
    padding-top: 29px !important;
  } 
}

@media (max-width: 850px){
  footer.footer .footer_compnay {
    padding-top: 30px!important;
  }
}


@media (max-width:767px){
  footer.footer .footer-logos-sec {
    width: 50%;
  }

  footer.footer .footer-menu {
    width: 100%;
  }

  footer.footer .footer_top-social {
    padding-bottom: 20px !important;
  }

  footer.footer .footer_container {
    padding-top: 50px;
  }

}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* 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;
  }
}