*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding-left:12px;
  padding-right:12px;
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { font-family: "Lora"; 
  src: url("/fonts.gstatic.com/s/lora/v17/0QI6MX1D_JOuGQbT0gvTJPa787weuxJBkq0.woff2") format("woff2"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: swap; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face { font-family: "Lora"; 
  src: url("/fonts.gstatic.com/s/lora/v17/0QI6MX1D_JOuGQbT0gvTJPa787weuxJPkq1umA.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap; 
  unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; 
}


@font-face { font-family: "Font Awesome 5 Brands"; src: url("https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.8.2.eot?#iefix") format("embedded-opentype"), url("https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.8.2.woff2") format("woff2"), url("https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.8.2.woff") format("woff"), url("https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.8.2.ttf") format("truetype"), url("https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.8.2.svg#fontawesome") format("svg"); font-style: normal; font-weight: 400; font-display: block; unicode-range: U+F082, U+F09A, U+F1D2-F1D3, U+F39E, U+F59E, U+F7BC, U+F841-F842; }
@font-face { font-family: "Font Awesome 5 Brands"; src: url("https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.0.0.eot?#iefix") format("embedded-opentype"), url("https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.0.0.woff2") format("woff2"), url("https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.0.0.woff") format("woff"), url("https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.0.0.ttf") format("truetype"), url("https://ka-p.fontawesome.com/releases/v5.15.4/webfonts/pro-fa-brands-400-5.0.0.svg#fontawesome") format("svg"); font-style: normal; font-weight: 400; font-display: block; unicode-range: U+F081, U+F08C, U+F092, U+F099, U+F09B, U+F0D2-F0D5, U+F113, U+F136, U+F13B-F13C, U+F15A, U+F167-F169, U+F16C-F16E, U+F170, U+F173-F174, U+F17A, U+F17C-F17E, U+F180, U+F184, U+F189-F18C, U+F194, U+F19A-F19B, U+F1A0-F1A4, U+F1A6-F1A7, U+F1A9-F1AA, U+F1B4, U+F1B6-F1B7, U+F1BC-F1BE, U+F1CA-F1CC, U+F1D0-F1D1, U+F1D4-F1D6, U+F1E7, U+F1ED-F1EE, U+F1F0-F1F2, U+F1F4-F1F5, U+F202, U+F208-F209, U+F20D-F20E, U+F211-F213, U+F215, U+F231-F232, U+F237, U+F23A-F23B, U+F23D-F23E, U+F24B-F24C, U+F260-F261, U+F263-F266, U+F268, U+F26A-F26B, U+F26D-F26E, U+F270, U+F27D-F27E, U+F280-F281, U+F284-F285, U+F287-F28A, U+F293-F294, U+F297-F299, U+F2A5-F2A6, U+F2A9, U+F2AB-F2AD, U+F2B0, U+F2B2, U+F2B8, U+F2C4, U+F2C6, U+F2D6-F2D8, U+F2DA, U+F2DD-F2DE, U+F2E0, U+F368-F374, U+F378-F37D, U+F37F-F380, U+F383-F385, U+F388, U+F38B-F38F, U+F394-F397, U+F399-F39A, U+F3A1-F3A4, U+F3A6-F3B2, U+F3B4-F3B8, U+F3BA-F3BC, U+F3C0, U+F3C3-F3C4, U+F3C6-F3C8, U+F3CA, U+F3CC, U+F3D0, U+F3D2, U+F3D4, U+F3D6-F3D7, U+F3DA-F3DB, U+F3DF, U+F3E1-F3E3, U+F3E6-F3E7, U+F3E9-F3EC, U+F3EE-F3EF, U+F3F5-F3F6, U+F3F8-F3F9, U+F3FE, U+F402-F405, U+F407-F408, U+F40A-F40D, U+F411-F417, U+F419, U+F41B-F41D, U+F41F, U+F421, U+F426; }
body {
  word-break: break-word;
  line-height: 1.5;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
  margin-bottom:1rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

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

/* Lists */

ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

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;
}
.hs-search-field.hs-search-field--open .hs-search-field__suggestions {
  padding: 5px;
  border: 1px solid #000;
  background: #fff;
  position: absolute;
  background-color: #fff;
  z-index: 2;
  top: 100%;
  width: 100%;
}
@media (max-width: 479px) {
  .hs_recaptcha {
    overflow-y: auto;
  }
}
img {
  max-width: 100%;
}

img, svg {
  vertical-align: middle;
}

li, p {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  font-size: 1rem;
  line-height: 1.6rem;
}
.copyright p{
  font-size: .875rem;
  text-transform: none;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 400;
}

@media(min-width:768px){
  .copyright p {
    font-size: .875rem;
    margin-top: 15px;
  }
}

@media (min-width: 1200px){
  li, p {
    font-size: 1.25rem;
    line-height:1.75rem;
  }
}

img, svg {
  vertical-align: middle;
}
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 4rem;
}

@media (prefers-reduced-motion: no-preference){
  :root {
    scroll-behavior: smooth;
  }
}

.navbar-dropdown ::-webkit-scrollbar-track {
  border-radius: 5px;
  background: hsla(0,0%,100%,.1);
}
.navbar-dropdown ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: hsla(0,0%,100%,.2);
}
.navbar-dropdown ::-webkit-scrollbar {
  width: 9px;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25;
}
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;
}
form {
  max-width: ;
  font-family: ;
}
.systems-page form{
  width:500px;
}

h3.form-title {
  font-size: 38px;
  line-height: 1.1;
  grid-column: 1/-1;
  margin-bottom: .5em;
  font-weight: 400;
}

.hs-button, 
.button--primary,.button {
  display: inline-block;
  text-decoration: none !important;
  margin-top: 15px;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 25%);
  box-shadow: 0 2px 5px rgb(0 0 0 / 25%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 3;
  font-weight: 500;
  font-size: 1rem;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Roboto", sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  white-space:normal!important;
}
.hs-button:hover, .button--primary:hover,.button:hover {
  background-color: ;
  border-color: ;
  color: ;
}
.hs-button:focus, .button--primary:focus  {
  background-color: ;
  border-color: ;
  color: ;
  outline: none;
}
.hs-button:active, .button--primary:active,.button:active  {
  background-color: ;
  border-color: ;
}
.hs-button:hover, .hs-button:focus,.button:focus {
  background-color: ;
  border-color: ;
}
.hs-button:active,.button:active {
  background-color: ;
  border-color: ;
}
body form .hs-input, 
body form .hs-search-field__input,
body form select,
body form #hs-pwd-widget-password,
body form textarea {
  color: ;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background-clip: padding-box;
  line-height: 1.5;
  display:block;
  padding: 6px 16px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  height: 48px;
  font-size: 1rem;
  width: 100%;
}
.form_area form .hs-input[type=checkbox] {
  float: left;
  margin-top: 7px;
}

body form .hs-input:hover, 
body form .hs-search-field__input:hover,
body form select:hover,
body form #hs-pwd-widget-password:hover,
body form textarea:hover {
  color: ;
}
body form .hs-input:focus, 
body form .hs-search-field__input:focus,
body form select:focus,
body form #hs-pwd-widget-password:focus,
body form textarea:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.hs-form label {
  color: ;
  font-family: "Roboto", sans-serif;
  margin-bottom: .5rem;
  vertical-align: middle;
  display: inline-block;
  padding: 6px 0;
  font-weight: 400;
  font-size :16px;
}
.hs-form-field label, .hs-form-field a {
  color: ;
  font-family: "Roboto", sans-serif;
  margin-bottom: .5rem;
  vertical-align: middle;
  display: inline-block;
  padding: 6px 0;
  font-weight: 400;
  font-size: 16px;
}
a#hs_login_reset {
  color: ;
}
.hs-error-msgs li label:empty {
  display: none;
}
form .hs-error-msgs label {
  font-weight: 700;
  font-size: 14px;
  color: #e42e38;
  line-height: 1.5;
  display: block;
  margin-top: 5px;
}
.hs-error-msgs{
  line-height: 1.125em;
}
.hs_error_rollup .hs-error-msgs label {
  margin-top: 0;
}
body form .hs-input[type=checkbox],
body form .hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto !important;
  margin: 3px 5px 3px 0px;
  padding: 0 !important;
  line-height: normal;
  min-height: auto;
}
.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}
.hs-input:-moz-placeholder {
  color: ;
}
.hs-input::-webkit-input-placeholder {
  color: ;
}
.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}
textarea.hs-input {
  height: auto;
}
select[multiple].hs-input {
  height: inherit;
}
/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}
body form .hs-input.form-input-error,
body form input.hs-input.error,
body form div.field.error input,
body form div.field.error textarea,
body form div.field.error .chzn-choices,
body form textarea.hs-input.error,
body form select.hs-input.error {
  border-color:  !important;
}
body form .hs-input.form-input-error,
body form input.hs-input.error:focus,
body form div.field.error input:focus,
body form div.field.error textarea:focus,
body form div.field.error .chzn-choices:focus,
body form textarea.hs-input.error:focus,
body form select.hs-input.error:focus {
  border-color:  !important;
}
.actions {
  padding: 0;
}
.inputs-list {
  margin: 0 0 0px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}
ul.no-list {
  list-style: none;
  padding-left: 0;
}
.hs_error_rollup {
  margin-top: 10px;
}
form .field:first-child {
  margin-top: 0;
}
.field {
  margin-bottom: 0;
  margin-top: 15px;
}
.hs-field-desc {
  color: ;
  margin: 0px 0px 6px;
}
.hs-form-required {
  color: red;
}
#hs-pwd-widget-password {
  margin-top: 0 !important;
}

@media(min-width:992px){
  body form .hs-input, 
  body form .hs-search-field__input,
  body form select,
  body form #hs-pwd-widget-password,
  body form textarea{
    height: 56px;
    font-size: 1.125rem;
  }
}

@media(max-width:767px){
  .email-edit,.systems-page .success {
    width: 100% !important;
  }
  .systems-page h1{
    font-size:28px;
  }
  .systems-page h2{
    font-size:24px;
  }
  .systems-page h3{
    font-size:22px;
  }
  .systems-page form{
    width:100%;
  }
  .form_width .hs-button{
    font-size: 1.2em;
    line-height: 2;
  }
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: ;
}

.form_width form {
  width: 100%;
}
form textarea {
  height: auto!important;
}
h3.form-title:empty {
  display: none;
}

.form-input-validation-message {
  font-size: 20px!important;
}
/* 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__container {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 5;
  padding: 0;
  text-transform: uppercase;
  display: grid;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  grid-auto-flow: column;
  -webkit-align-items: normal;
  align-items: normal;
  height: 3.375rem;
  font-family: Roboto,sans-serif;
  background-color: rgba(7, 67, 101, 0.8);
  box-shadow:none;
  border-bottom:none;
}
.form-control:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgb(0 109 253 / 40%);
  color: #020202;
  background-color: #fff;
}
.header_logo {
  line-height: 3.375rem;
  padding: 0 15px;
  position: absolute;
  justify-self: center;
}
.header_logo img{
  width:auto !important;
  height: 1.25rem;
}
.with-out-banner .custom-header {
  min-height: 60px;
}

.custom-menu-primary{
  list-style: none;
  display: none;
  margin: 0;
  list-style-type: none;
  height: 100vh;
  width: 300px;
  background-position: right 3.375rem;
}

.custom-menu-primary .navigation-primary > .level-1{
  display: flex;
  list-style: none;
  margin: 0px;
  padding: 0px;
  justify-content: space-between;
  width: 100%;
}
.form-control {
  margin: 0;
  outline-offset: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background-clip: padding-box;
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 4px;
  font-family: Roboto,sans-serif;
  background-color: #fff;
  border: 1px solid #a3a5a7;
  color: #020202;
  padding: 0 16px;
  font-size: 1rem;
  height: 40px;
  border: none;
  padding: 5px 10px;
}

.custom-menu-primary .navigation-primary .submenu .menu-item {
  line-height: 3.375rem;
  padding: 0 15px;
  margin: 0;
  padding: 0;
}

.custom-menu-primary .navigation-primary .submenu .menu-item a {
  line-height: 3.375rem;
  padding: 0 15px;
  color:#fff;
  font-weight:400;
}

.triangle-container {
  display: none;
}
.custom-menu-primary .navigation-primary>.level-1>li:first-child>button.country-dropdown-toggle {
  line-height: 3.375rem;
  padding: 0 15px;
  cursor: pointer;
  font-size: 1rem;
  border: 0;
  color: hsla(0,0%,100%,.8);
  background: transparent;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color .1s;
  background-color: transparent;
}
.custom-menu-primary .navigation-primary>.level-1>li:first-child:hover>button.country-dropdown-toggle{
  color:#fff;
}
.custom-menu-primary .navigation-primary .submenu .menu-item ul ul {
  left: 100%;
  top: 0;
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item > a {
  width: 100%;
  position: relative;
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item:hover > a:after {
  transform: translate3d(-5px, 0, 0);
  -webkit-transform: translate3d(-5px, 0, 0);
}
.header_row {
  display: inline-block;
  margin-right: 13px;
  font-size:14px;
  line-height:26px;
}
.nav-search-wrap {
  line-height: 3.375rem;
  padding: 0 15px;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  padding: 11px;
  max-width: 80%;
  background: rgba(7,67,101,.8);
}
.top-nav-search-btn {
  margin: 0;
  background-color: #fff;
  border: none;
  position: absolute;
  right: 12px;
  font-size: 1.25rem;
  line-height: 26px;
  color: #074365;
  top: 11px;
  border-radius: 4px;
  cursor: pointer;
  padding: 1px 6px;
}
.nav-search-wrap .top-nav-search-btn svg {
  position: relative;
  top: .125em;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 1em;
  width: 1em;
  fill: currentColor;
  transition: fill .3s;
  vertical-align: middle;
  font-size: 1.375rem;
  top: 5px;
}
.custom-menu-primary .navigation-primary>.level-1>li:last-child>a {
  display: inline-block;
  position: relative;
  font-size: 1rem;
  text-decoration: none !important;
  border: 1px solid transparent;
  cursor: pointer;
  line-height: 3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  text-align:center;
  font-weight:700;
  border-radius:4px;
  line-height: 1.65;
  margin: 0;
  text-transform: none;
  margin-top: 10px;
  height: 40px;
  padding-bottom: 2px;
  padding-left :30px;
  padding-right :30px;
  padding-top: 2px;
  border: 1px solid transparent;
  min-width: 180px;
}
.country-dropdown-toggle:after {
  content: "";
  width: 8px;
  height: 8px;
  background: url(//25233859.fs1.hubspotusercontent-eu1.net/hubfs/25233859/raw_assets/public/Bulgaria/BG_landing_page_2021/images/down-arrow-white.svg) no-repeat 50%;
  background-size: contain;
  display: inline-block;
  margin-left: 14px;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear,-webkit-transform .3s linear;
}
.custom-menu-primary>div {
  width: 100%;
  display: flex;
}
.custom-menu-primary nav.navigation-primary {
  width: 100%;
  display: flex;
}
.custom-menu-primary .navigation-primary .submenu .menu-item .country-list {
  display: none;
  text-transform: none;
  padding: 1.4em 0;
  overflow-y: hidden;
  top: 60px;
  background: #042233;
  line-height: 1.5;
}
.custom-menu-primary .navigation-primary .submenu .menu-item .country-list>ul {
  padding: 0 0 2em;
  margin-top: 1.5em;
}
.custom-menu-primary .navigation-primary .submenu .menu-item .country-list>ul li {
  position: relative;
  list-style: none;
  padding-left: 50px;
  font-size: 1rem;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.custom-menu-primary .navigation-primary .submenu .menu-item .country-list>ul>li>a{
  position: absolute;
  line-height: 1.5;
  margin-left: -25px;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family :Roboto, sans-serif;
  font-size: 16px;
  font-weight :700;
  color:#6f7376;
  min-width: auto;
  border: none;
}
.custom-menu-primary .navigation-primary .submenu .menu-item>ul.submenu.level-3 {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  padding: 0;
  margin: 0 1em 1.2em 0;
}
.custom-menu-primary .navigation-primary .submenu .menu-item>ul.submenu.level-3 li {
  position: relative;
  list-style: none;
  padding-left: 50px;
  font-size: 1rem;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  padding-left: 0;
  list-style: none;
  line-height:28px;
}

.custom-menu-primary .navigation-primary .submenu .menu-item a:hover {
  text-decoration: underline;
}
.menu_button {
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
  font-family: 'Roboto';
  border: 1px solid transparent;
  position: relative;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  background: transparent;
  padding: 0 15px;
  line-height: 2rem;
  margin: 11px;
  color: #fff;
  z-index: 1;
  -webkit-order: -1;
  order: -1;
  cursor: pointer;
}
.nav_bar_serach {
  line-height: 2rem;
  margin: 11px;
  color: #fff;
  z-index: 1;
  cursor: pointer;
  border: 0;
  background: url(//25233859.fs1.hubspotusercontent-eu1.net/hubfs/25233859/raw_assets/public/Bulgaria/BG_landing_page_2021/images/search.svg) 50% no-repeat;
  background-size: 28px;
  text-transform: none;
  padding: 0 15px;
}
.menu_button:hover{
  color: #fff;
  box-shadow: none;
  background-color: #042233;
  border: 1px solid transparent;
  text-decoration: none;
  box-shadow: none;
  outline: 0;
}
.nav_bar_serach:hover {
  background-color: transparent;
}
.mobile-opens .country-dropdown-toggle:after {
  -webkit-transform: rotate( 
    180deg
  );
  transform: rotate( 
    180deg
  );
}
.custom-menu-primary .navigation-primary .submenu .menu-item .country-list>a {
  position: relative;
  list-style: none;
  padding-left: 50px;
  font-size: 1rem;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  line-height:24px;
}
.country-list::-webkit-scrollbar-track {
  border-radius: 5px;
  background: hsla(0,0%,100%,.1);
}
.country-list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: hsla(0,0%,100%,.2);
}
.country-list::-webkit-scrollbar {
  width: 9px;
}
.custom-menu-primary .navigation-primary .submenu .menu-item a:hover {
  text-decoration: none;
  border-color: #fff;
}
.custom-menu-primary .navigation-primary .submenu .menu-item .country-list>a:hover {
  text-decoration: underline;
}
.custom-menu-primary .navigation-primary .submenu .menu-item .country-list>a {
  line-height: 1.5;
  display: block;
  text-align: left;
  border: 0;
}
.custom-menu-primary .navigation-primary .submenu .menu-item .country-list > ul.submenu.level-2>li>ul>li>a:hover {
  text-decoration: underline;
}
.custom-menu-primary .navigation-primary .submenu .menu-item .country-list > ul.submenu.level-2>li>ul>li>a {
  border: 0;
}
.custom-menu-primary .navigation-primary .submenu .menu-item .country-list > ul.submenu.level-2>li>ul>li>a {
  display: block;
  text-align: left;
}


@media(min-width:576px){
  .header_logo img{
  }
  .custom-menu-primary{
    height: 100vh;
    width: 375px;
  }
  .menu_button {
    background-color: #074365;
    border-radius: 0;
    border: 1px solid transparent;
    box-shadow: 0 2px 5px rgb(0 0 0 / 25%);
  }
  .header_logo img{
    height: 1.5rem;
  }
}

@media (min-width: 768px){
  .header__container{
    height: 3.75rem;
  }
  .header_logo{
    line-height: 3.75rem;
    font-size: 1.25rem;
  }
  .custom-menu-primary{
    width: 400px;
    background-position: right 3.75rem;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item {
    line-height: 3.75rem;
    font-size: 1.25rem;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item a{
    line-height: 3.75rem;
    font-size: 1.25rem;
  }
  .nav-search-wrap{
    line-height: 3.75rem;
    font-size: 1.25rem;
  }
  .custom-menu-primary .navigation-primary>.level-1>li:first-child>button.country-dropdown-toggle{
    line-height: 3.75rem;
  }
  .menu_button {
    font-size: 1.25rem;
  }
  .nav_bar_serach{
    font-size: 1.25rem;
  }
}

@media (min-width: 992px){
  .header__container{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .header_logo{
    position: static;
    width: auto;
    text-align: left;
    line-height: 1;
  }
  .header_logo img{
  }
  .custom-menu-primary{
    height: auto;
    width: auto;
    background-position: 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item a{
    padding: 0;
    text-align: center;
    border-bottom-color :rgba(0, 0, 0, 0);
    border-bottom-style: solid;
    border-bottom-width :2px;
    min-width :20%;
  }
  .nav-search-wrap {
    height: 60px;
    position: relative;
    max-width: 20%;
    width: 400px;
    display: inline-block;
    padding: 0 15px;
    background: none;
    top: auto;
    right: auto;
  }
  .form-control{
    margin-top: 9px;
  }
  .nav-search-wrap .top-nav-search-btn {
    right: 16px;
    top: 9px;
  }
  .custom-menu-primary .navigation-primary>.level-1>li:last-child>a{
    font-size: 1.25rem;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item .country-list {
    max-height: calc(100vh - 3.75rem);
    position: absolute;
    overflow-x: hidden;
    overflow-y: scroll !important;
    padding: 2em 4em 4em;
    height: 344px;
    width :80%;
    left: 10%;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item .country-list>ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item .country-list>ul li {
    padding-left: 2em;
  }
  .menu_button,.nav_bar_serach {
    display: none;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item .country-list>a{
    padding-left: 2em;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item>ul.submenu.level-3 li a{
    line-height:28px;
    font-size:16px;
  }
  .header_logo img{
    height: 1.875rem;
  }
}

@media(min-width:1200px){
  .custom-menu-primary{
    padding: 0 15px;
  }
}

@media (max-width: 991px) and (min-width: 768px){
  .custom-menu-primary .navigation-primary>.level-1>li:first-child>button.country-dropdown-toggle:before{
    top: 17px !important;
  }
  .close_btn{  
    height: 3.75rem !important;
  }
}

@media (max-width: 991px){
  .custom-menu-primary {
    box-sizing: border-box;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    background: #074365 url(//25233859.fs1.hubspotusercontent-eu1.net/hubfs/25233859/raw_assets/public/Bulgaria/BG_landing_page_2021/images/dropdown-gradient.svg) no-repeat;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 2;
  }
  .mobile-open .custom-menu-primary{
    display: flex;
  }
  .custom-menu-primary .navigation-primary>.level-1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 8px;
    background: rgba(2,2,2,.1);
    z-index: 0;
  }
  .header__column {
    text-align: left;
  }
  .header_row {
    display: block;
    margin: 0;
    width: 100%;
  }
  .custom-menu-primary .navigation-primary > .level-1 {
    display: block;
    width: 100%;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item ul {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item .menu-arrow {
    right: 0px;
    top: 0;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item > a:after {
    right: 8px;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item ul ul {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item a {
    padding: 0 40px 0 50px;
    display: block;
    line-height: 2.8125rem;
    font-size: 1rem;
    margin: .5em 0;
  }
  .custom-menu-primary .navigation-primary>.level-1>li:last-child>a{
    display: block;
    min-width: 200px;
    margin: 1.5em auto;
    padding: 5px 30px;
  }
  .custom-menu-primary .navigation-primary>.level-1>li:first-child>button.country-dropdown-toggle{
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding: 0 70px 0 67px;
    font-size: 1rem;
    border: 0;
    color: hsla(0,0%,100%,.8);
    background: transparent;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color .1s;
    background-color: #042233;
  }
  .custom-menu-primary .navigation-primary>.level-1>li:first-child>button.country-dropdown-toggle:before{
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    height: 1.75em;
    width: 50px;
    display: inline-block;
    background: url(//25233859.fs1.hubspotusercontent-eu1.net/hubfs/25233859/raw_assets/public/Bulgaria/BG_landing_page_2021/images/country-icon.svg) 50% no-repeat;
    border-right: 1px solid hsla(0,0%,100%,.1);
    background-size: contain;
  }
  .close_btn {
    cursor: pointer;
    position: absolute;
    right: 0;
    height: 3.375rem;
    width: 3.375rem;
    background: url(//25233859.fs1.hubspotusercontent-eu1.net/hubfs/25233859/raw_assets/public/Bulgaria/BG_landing_page_2021/images/close-icon.svg) 50% no-repeat;
    z-index: 2;
    border: 0;
    padding: 1px 6px;
  }
  button.close_btn:hover {
    border: 1px dotted hsla(0,0%,100%,.5);
    background-color: transparent;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item .country-list>ul li{
    padding-left:0px;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item a{
    margin:0px;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item>ul .menu-item a {
    line-height: 25.5px;
  }
  .form_open .nav-search-wrap {
    display: block;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item {
    padding: .1px;
  }
  .menu-overlay {
    z-index: 2;
    background: rgba(2,2,2,.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    outline: 0;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s ease-in;
  }
  .mobile-open .menu-overlay {
    opacity: 1;
    visibility: visible;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item {
    padding: .1px;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item a {
    margin: .5em 0;
  } 
}
.custom-footer {
  padding: 45px 0 25px;
  position: relative;
  z-index: 2;
  text-align: center;
  transition: margin 1s;
  clear: both;
  line-height: 0;
  font-family: Roboto, sans-serif;
}
.footer__container{
  width: 100%;
  padding-right: .75rem;
  padding-left: .75rem;
  margin-right: auto;
  margin-left: auto;
}
.footer__container>* {
  position: relative;
  z-index: 2;
}
.footer_social ul {
  list-style: none;
  font-size: 1.75rem;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto auto 32px;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer_social ul .icon {
  position: relative;
  top: .125em;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 1em;
  width: 1em;
  fill :rgb(163, 165, 167);
  transition: fill .3s;
  width: 2rem;
  height: 2rem;
}
.footer_social ul li a:hover .icon{
  fill:#fff;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute!important;
  width: 1px!important;
  height: 1px!important;
  padding: 0!important;
  margin: -1px!important;
  overflow: hidden!important;
  clip: rect(0,0,0,0)!important;
  white-space: nowrap!important;
  border: 0!important;
}
.footer_social ul li {
  line-height: 1;
  display: inline-block;
  font-size: 1.75rem;
}
.footer_social ul li:not(:last-child){
  -webkit-margin-end: 16px;
  margin-inline-end: 16px;
}
.copyright p svg.icon {
  position: relative;
  top: .125em;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 1em;
  width: 1em;
  fill: currentColor;
  transition: fill .3s;
  top: -.125em;
}
.footer_text p {
  font-size: .875rem;
  line-height: 1.3;
  margin-left: auto;
  margin-right: auto;
  word-break: keep-all;
  width: 80%;
  padding: 0;
  font-weight: 400;
}
.footer_menu_bottom ul {
  padding: 0px;
  margin: 0px;
  margin-bottom: 30px;
  list-style: none;
}
.footer_menu_bottom ul li {
  line-height: 2rem;
}
.footer_menu_bottom ul li a {
  text-transform: uppercase;
  font-weight: 400;
}
.footer_menu_top ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-weight:bold;
}
.footer_menu_top ul li {
  line-height: 2rem;
  font-size: 1.25rem;
}
.footer_menu_top ul li a {
  text-transform: uppercase;
}
.copyright p:hover{
  color:#fff !important;
}
.custom-footer a:hover {
  text-decoration: underline;
}
.footer_social ul li a {
  text-decoration: none !important;
}

@media(min-width:768px){
  .custom-footer{
    padding: 55px 0 25px;
  }
  .footer_text p {
    line-height: 1;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-8, .col-md-9 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .footer_menu_bottom ul {
    font-size: .875rem;
  }
  .footer_menu_bottom ul li {
    display:inline-block;
  }
  .footer_menu_bottom ul li a:after,.footer_menu_top ul li a:after {
    content: "\002F";
    display: inline-block;
    margin: 0 16px;
  }
  .footer_menu_bottom ul li:last-child>a:after,.footer_menu_top ul li:last-child>a:after{
    content:none;
  }
  .footer_menu_top ul {
    font-size: 1rem;
    margin-bottom: 16px;
  }
  .footer_menu_top ul li {
    display:inline-block;
  }
}

@media (min-width: 768px){
  .custom-footer {
    padding: 25px 0 20px;
  }
}

@media(min-width:992px){
  .custom-footer{
    padding: 55px 0 25px;
  }
  .footer_menu_bottom ul {
    font-size: 1rem;
  }
  .footer_menu_bottom ul li a:after,.footer_menu_top ul li a:after {
    margin: 0 24px;
  }
  .footer_menu_top ul{
    font-size: 1.25rem;
  }
}

@media(max-width:767px){
  .footer_menu_top ul{
    margin-bottom:16px;
  }
}

.progress-bar {
  margin-bottom: 16px;
}

.progress-bar-title,
.progress-bar-description {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}

.progress-bar-description {
  color: #979797;
  margin: 0;
}

.progress-bar-total,
.progress-bar-completed {
  height: 12px;
  border-radius: 4px;
}

.progress-bar-total {
  position: relative;
  width: 100%;
  background: #ececec;
  margin: 16px 0;
}

.progress-bar-completed {
  position: absolute;
  background: #66cc00;
}

@media (min-width: 768px) {
  .progress-bar-title {
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .progress-bar-title {
    font-size: 20px;
  }
}

/* Fixing checkbox design issues with Cookie consent banner https://github.com/orestbida/cookieconsent */
/* Fixing checkbox design issues with Cookie consent banner https://github.com/orestbida/cookieconsent */

.cc_div .b-tg .c-tg::after {margin-left: -35px;}
.cc_div .b-tg input[type="checkbox"] + span::before {display: none;}

.cc_div .cc-link {text-decoration: underline !important; border-bottom: 0 !important;}

#cc-cookie-settings {width:200px;margin: 0 auto 1rem;text-align:center;background:#2d4156;color:#fff; font-size:12px;cursor: pointer;border: 1px solid #fff;border-radius: 5px;}