@import url(https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap);

.btn a,
body {
    font-weight: 400
}

a,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--secondary)
}

hr,
img {
    border: none
}

a,
svg {
    display: inline-block
}

html {
    -webkit-text-size-adjust: 100%
}

a:focus,
a:hover,
abbr[title],
form .hs-richtext a {
    text-decoration: underline
}

body,
legend {
    padding: 0
}

progress,
sub,
sup {
    vertical-align: baseline
}

.btn a,
.btn--black a {
    background: #1c1c1c;
    color: #fff
}

code,
thead td,
thead th {
    vertical-align: bottom
}

form select,
html.mobile-open {
    overflow: hidden
}

footer.footer .site-footer-top .footer-title span,
header.header .header-inner .logo-wrap .column-inner .blinking-cursor {
    animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1, 0, 0, 1);
    animation-duration: 1s
}

@font-face {
    font-family: 'gt_pressura_mono';
    src: url('/fonts/gtPressuraMono/GT-Pressura-Mono-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'gt_pressura_mono';
    src: url('/fonts/gtPressuraMono/GT-Pressura-Mono-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'gt_pressura_mono';
    src: url('/fonts/gtPressuraMono/GT-Pressura-Mono-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Almarai;
    src: url('/assets/fonts/almarai/Almarai-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Almarai;
    src: url('/fonts/almarai/Almarai-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Almarai;
    src: url('/fonts/almarai/Almarai-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: Almarai;
    src: url('/fonts/almarai/Almarai-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal
}

:root {
    --body: #000000;
    --primary: #0e3b71;
    --secondary: #000000;
    --tertiary: #526EE5;
    --white: #fff;
    --black: #000;
    --bold: 700;
    --medium: 500;
    --regular: 400;
    --light: 300;
    --header-bg-color: #ffffff;
    --header-link-color: #000000;
    --footer-bg-color: #000000;
    --footer-text-color: #ffffff;
    --error-text-color: #FF0201;
    --body-text-color: var(--body);
    --h1-color: var(--secondary);
    --h2-color: var(--secondary);
    --h3-color: var(--secondary);
    --h4-color: var(--secondary);
    --h5-color: var(--secondary);
    --h6-color: var(--secondary);
    --h1-weight: 400;
    --h2-weight: 400;
    --h3-weight: 400;
    --h4-weight: 400;
    --h5-weight: 400;
    --h6-weight: 400;
    --body-size: 1.375rem;
    --h1-size: 3.625rem;
    --h1-mobile-size: 3.0rem;
    --h2-size: 2.375rem;
    --h2-mobile-size: 1.75rem;
    --h3-size: 2.25rem;
    --h3-mobile-size: 1.625rem;
    --h4-size: 2.0rem;
    --h4-mobile-size: 1.375rem;
    --h5-size: 1.5625rem;
    --h5-mobile-size: 1.25rem;
    --h6-size: 1.375rem;
    --h6-mobile-size: 0.875rem;
    --label-color: var(--body);
    --help-color: #000000;
    --form-background-color: ;
    --form-border-color: var(--secondary);
    --container: 1806px;
    --container-small: 1250px;
    --column-gap: 2.13%;
    --column-width-multiplier: 8.333
}

html {
    font-size: 16px;
    color: var(--body-text-color);
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

body,
p {
    font-size: var(--body-size);
    color: var(--body-text-color)
}

body {
    font-family: gt_pressura_mono, monospace;
    background: #fff;
    line-height: 1.3;
    word-break: break-word;
    font-style: normal;
    letter-spacing: -.5px
}

.h1,
.h2,
h1,
h2 {
    font-weight: var(--bold)
}

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

p {
    margin: 0
}

a {
    cursor: pointer;
    text-decoration: none;
    transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    -webkit-transition: .3s ease-out
}

.btn a,
.hs-form-field>label {
    -webkit-transition: .3s ease-in-out
}

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

.h1,
h1 {
    font-size: var(--h1-size);
    line-height: 1.19230769231;
    color: var(--h1-color)
}

.h2,
h2 {
    font-size: var(--h2-size);
    line-height: 1.2;
    color: var(--h2-color)
}

.h3,
h3 {
    font-size: var(--h3-size);
    font-weight: var(--h3-weight);
    line-height: 1.19230769231;
    color: var(--h3-color)
}

.h4,
.h5,
h4,
h5 {
    line-height: 1.2
}

.h4,
h4 {
    font-size: var(--h4-size);
    font-weight: var(--h4-weight);
    color: var(--h4-color)
}

.h5,
h5 {
    font-size: var(--h5-size);
    font-weight: var(--h5-weight);
    color: var(--h5-color)
}

.h6,
h6 {
    font-size: var(--h6-size);
    font-weight: var(--h6-weight);
    line-height: 1.3;
    color: var(--h6-color)
}

form label,
ol,
ul {
    color: var(--body)
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

*+h3,
*+h4,
*+h5,
*+h6 {
    margin-top: 15px
}

ol,
ul {
    margin: 0 0 1.5rem
}

body,
footer.footer .footer-form-wrap form .hs_submit.hs-submit,
footer.footer .site-footer-middle .column-inner .footer-menu-wrap .footer-menu ul li,
form .inputs-list.hs-error-msgs>li,
header.header .header-inner .menu-wrap .hs-menu-wrapper>ul>li.hs-item-has-children .hs-menu-children-wrapper li,
ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0
}

ul.no-list {
    list-style: none
}

pre {
    overflow: auto
}

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

blockquote {
    border-left: 2px solid;
    margin: 0 0 1.4rem;
    padding-left: 15px
}

hr {
    background-color: #ccc;
    color: #ccc;
    box-sizing: content-box;
    height: 0
}

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

*,
:after,
:before {
    box-sizing: border-box
}

html {
    line-height: 1.15
}

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

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

button,
select {
    text-transform: none
}

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

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

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

fieldset {
    padding: .35em .75em .625em
}

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.btn a,
header.header .lang-group .lang_switcher_class>li>a {
    line-height: 1.385;
    padding: 7px 28px;
    font-size: 20px;
    letter-spacing: -.05em;
    text-decoration: none
}

details,
footer.footer .site-footer-middle .column-inner .footer-menu-wrap .footer-menu ul {
    display: block
}

summary {
    display: list-item
}

.row-fluid {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.btn a,
.cta-wrap,
form label {
    display: inline-block
}

.row-fluid .span1,
.row-fluid .span10,
.row-fluid .span11,
.row-fluid .span12,
.row-fluid .span2,
.row-fluid .span3,
.row-fluid .span4,
.row-fluid .span5,
.row-fluid .span6,
.row-fluid .span7,
.row-fluid .span8,
.row-fluid .span9 {
    min-height: 1px;
    width: 100%
}

@media (min-width:768px) {
    .row-fluid {
        flex-wrap: nowrap;
        justify-content: space-between
    }

    .row-fluid .span1 {
        width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier)/ 100))
    }

    .row-fluid .span2 {
        width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier)/ 100))
    }

    .row-fluid .span3 {
        width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier)/ 100))
    }

    .row-fluid .span4 {
        width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier)/ 100))
    }

    .row-fluid .span5 {
        width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier)/ 100))
    }

    .row-fluid .span6 {
        width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier)/ 100))
    }

    .row-fluid .span7 {
        width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier)/ 100))
    }

    .row-fluid .span8 {
        width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier)/ 100))
    }

    .row-fluid .span9 {
        width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier)/ 100))
    }

    .row-fluid .span10 {
        width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier)/ 100))
    }

    .row-fluid .span11 {
        width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier)/ 100))
    }
}

.container,
.container-small,
.content-wrapper {
    max-width: var(--container-small);
    margin: 0 auto;
    padding: 0 100px 0 20px
}

.left-container {
    padding-left: calc(50% - (var(--container-small) - 20px)/ 2)
}

.right-container {
    padding-right: calc(50% - (var(--container-small) - 20px)/ 2)
}

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

.full-container {
    width: 100%;
    max-width: 100%;
    padding: 0 20px
}

@media screen and (min-width:1830px) {
    .container {
        max-width: var(--container)
    }

    .left-container {
        padding-left: calc(50% - (var(--container) - 20px)/ 2)
    }

    .right-container {
        padding-right: calc(50% - (var(--container) - 20px)/ 2)
    }
}

@media screen and (min-width:992px) and (max-width:1275px) {
    .left-container {
        padding-left: 20px
    }

    .right-container {
        padding-right: 20px
    }
}

.btn a {
    text-align: center;
    transition: .3s ease-in-out;
    white-space: normal;
    cursor: pointer;
    position: relative;
    border-radius: 1rem;
    border: 2px solid #000
}

.hs-form-field>label,
form label {
    font-size: 26px;
    letter-spacing: -.04em;
    font-weight: 400
}

.btn--black a {
    border: 2px solid #1c1c1c
}

.btn--black a:focus,
.btn--black a:hover {
    background: var(--primary);
    color: #1c1c1c;
    border: 2px solid var(--primary);
    text-decoration: none
}

.btn--blackborder a {
    background: #fff;
    color: #000;
    border: 2px solid #1c1c1c
}

.btn--blackborder a:focus,
.btn--blackborder a:hover {
    background: #1c1c1c;
    color: #fff;
    border: 2px solid #1c1c1c
}

.btn--yellow a {
    background: var(--primary);
    color: var(--secondary);
    border: 2px solid var(--primary)
}

.btn--yellow a:focus,
.btn--yellow a:hover {
    background: var(--secondary);
    color: var(--primary);
    border: 2px solid var(--secondary)
}

.btn--yellowborder a {
    background: #fff;
    color: var(--secondary);
    border: 2px solid var(--primary)
}

.btn--yellowborder a:focus,
.btn--yellowborder a:hover {
    background: var(--primary);
    color: var(--secondary);
    border: 2px solid var(--primary)
}

.btn--blue a {
    background: var(--tertiary);
    color: #fff;
    border: 2px solid var(--tertiary)
}

.btn--blue a:focus,
.btn--blue a:hover,
.btn--blueborder a {
    background: #fff;
    color: var(--tertiary);
    border: 2px solid var(--tertiary)
}

.hs-form-field>label,
.hs-form-field>label>span:first-child {
    color: var(--label-color)
}

.btn--blueborder a:focus,
.btn--blueborder a:hover {
    background: var(--tertiary);
    color: #fff;
    border: 2px solid var(--tertiary)
}

form label {
    margin-bottom: 0;
    line-height: 1.730769
}

form legend {
    font-size: .875rem;
    color: var(--help-color);
    margin-bottom: 5px
}

form .hs-form-field {
    position: relative;
    display: flex;
    width: 100%;
    margin: 0 0 13px
}

.hs-form-field>label {
    display: block;
    line-height: 1.730769;
    transition: .3s ease-in-out;
    margin-bottom: 0;
    text-transform: uppercase
}

.hs-form-field>label span:first-child {
    color: var(--body)
}

form input[type=email],
form input[type=file],
form input[type=number],
form input[type=password],
form input[type=search],
form input[type=tel],
form input[type=text],
form select,
form textarea {
    -webkit-appearance: none;
    appearance: none;
    background-color: #f6f6f6;
    background-color: var(--form-background-color);
    border: 0;
    border-bottom: 1px solid var(--form-border-color);
    width: 100% !important;
    height: 34px;
    outline: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding: 8px 0;
    border-radius: 0
}

form select {
    padding: 0 20px 0 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('https://143935592.fs1.hubspotusercontent-eu1.net/hubfs/143935592/Ieteam-2024/line-angle-down-icon.svg') var(--form-background-color);
    background-position: 94% 54%;
    background-repeat: no-repeat;
    background-size: 20px;
    color: #000;
    line-height: 21px;
    text-overflow: ellipsis
}

form input[type=email]::placeholder,
form input[type=file]::placeholder,
form input[type=number]::placeholder,
form input[type=password]::placeholder,
form input[type=search]::placeholder,
form input[type=tel]::placeholder,
form input[type=text]::placeholder,
form textarea::placeholder {
    color: var(--senary)
}

.hs-fieldtype-textarea.hs-input,
form textarea {
    min-height: 94px;
    resize: none !important
}

.submitted-message,
.submitted-message * {
    color: var(--body);
    font-size: 22px;
    font-weight: 700;
    text-align: center
}

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

form input[type=email]:focus,
form input[type=file]:focus,
form input[type=number]:focus,
form input[type=password]:focus,
form input[type=radio]:focus,
form input[type=tel]:focus,
form input[type=text]:focus,
form select:focus,
form textarea:focus {
    border-color: var(--primary)
}

form .hs-fieldtype-phonenumber .hs-fieldtype-intl-phone,
form fieldset.form-columns-2>div,
form fieldset.form-columns-3>div,
form fieldset.form-columns-4>div {
    width: 100% !important
}

form fieldset .input {
    margin-right: 0 !important;
    display: flex;
    flex-wrap: wrap
}

form .hs-fieldtype-booleancheckbox .inputs-list,
header.header .header-inner {
    width: 100%
}

@media (min-width:481px) {
    form fieldset.form-columns-2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 20px
    }

    form fieldset.form-columns-3 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 20px
    }

    form fieldset.form-columns-4 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        column-gap: 20px
    }
}

form .hs-fieldtype-checkbox .hs-form-checkbox-display,
form .hs-fieldtype-radio .hs-form-radio-display {
    display: grid;
    grid-template-columns: 20px 1fr;
    column-gap: 5px
}

form .hs-fieldtype-checkbox .hs-form-checkbox-display input[type=checkbox],
form .hs-fieldtype-radio .hs-form-radio-display input[type=radio] {
    position: relative;
    display: block;
    -webkit-appearance: none;
    appearance: none;
    margin: 4px 0 0;
    width: 16px !important;
    height: 16px !important;
    border-radius: 3px;
    border: 2px solid var(--form-border-color);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

form .hs-fieldtype-radio .hs-form-radio-display input[type=radio] {
    border-radius: 50%
}

form .hs-fieldtype-checkbox .hs-form-checkbox-display input[type=checkbox]:hover,
form .hs-fieldtype-file .input input:hover:after,
form .hs-fieldtype-radio .hs-form-radio-display input[type=radio]:hover {
    background-color: var(--secondary)
}

form .hs-fieldtype-checkbox .hs-form-checkbox-display input[type=checkbox]:checked,
form .hs-fieldtype-radio .hs-form-radio-display input[type=radio]:checked {
    background-color: var(--body)
}

form .hs-fieldtype-checkbox .hs-form-checkbox-display input[type=checkbox]:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 9px;
    color: var(--white);
    position: absolute;
    top: 1px;
    left: 2.6px;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out
}

form .hs-fieldtype-checkbox .hs-form-checkbox-display input[type=checkbox]:checked:before,
header.header .header-inner .menu-wrap .column-inner .lang-group:hover .globe_class {
    opacity: 1;
    visibility: visible
}

form .hs-fieldtype-checkbox .hs-form-checkbox-display span,
form .hs-fieldtype-radio .hs-form-radio-display span {
    font-size: 16px
}

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

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

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

.hs-dateinput,
.hs-menu-wrapper.flyouts .hs-item-has-children {
    position: relative
}

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

.hs-form-booleancheckbox-display .hs-input,
.hs_error_rollup,
form .inputs-list.hs-error-msgs>li:after {
    display: none
}

.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:focus,
.fn-date-picker td .pika-button:hover {
    border-radius: 0 !important;
    color: #fff
}

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

form .hs-richtext {
    font-size: 15px;
    margin: 0 0 10px
}

form .hs-richtext * {
    font-size: 12px;
    line-height: 1.3
}

form fieldset .hs-richtext {
    max-width: 717px;
    margin-top: 13px;
    margin-bottom: 5px
}

.legal-consent-container .hs-form-booleancheckbox-display>span,
.legal-consent-container .hs-form-booleancheckbox-display>span p {
    margin-left: 0 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.16px
}

.legal-consent-container * {
    font-size: 15px;
    color: var(--body)
}

.hs-form-required {
    color: var(--secondary)
}

.hs-input.invalid.error {
    border-color: var(--error-text-color)
}

.hs-error-msg {
    margin-top: .35rem
}

form .hs-submit {
    margin-top: 10px;
    text-align: right
}

.systems-page form .hs-submit {
    text-align: left;
    margin-bottom: 10px
}

form .hs-submit .actions {
    display: inline-block;
    position: relative
}

form .hs-button,
form input[type=submit] {
    display: inline-block;
    font-size: 24px;
    line-height: normal;
    font-weight: 400;
    padding: 12px 30px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    white-space: normal;
    cursor: pointer;
    background: var(--primary);
    color: var(--secondary);
    border: 1px solid #000;
    border-radius: 2.25rem
}

form .hs-button:hover,
form input[type=submit]:hover {
    color: var(--white);
    text-decoration: none;
    background: var(--secondary)
}

.hs-error-msgs li label {
    color: var(--error-text-color);
    margin-bottom: 0;
    font-size: 14px;
    line-height: normal
}

.grecaptcha-badge {
    margin: 10px 0 0
}

.hs-fieldtype-booleancheckbox:not(:last-child) {
    margin-bottom: 29px
}

.hs-fieldtype-booleancheckbox label.hs-form-booleancheckbox-display {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0
}

.hs-fieldtype-booleancheckbox label.hs-form-booleancheckbox-display input+span {
    cursor: pointer;
    display: block;
    padding-left: 31px;
    position: relative;
    width: auto
}

.hs-fieldtype-booleancheckbox label.hs-form-booleancheckbox-display input+span:before {
    background-color: var(--primary);
    content: "";
    display: inline-block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 3px;
    transition: .5s;
    width: 18px
}

.hs-fieldtype-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:after {
    content: "x";
    left: 2px;
    position: absolute;
    top: -4px;
    transition: .5s;
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.04em
}

li.hs-form-booleancheckbox {
    margin: 0 !important
}

form .hs-fieldtype-booleancheckbox {
    margin-bottom: 10px
}

form .hs-message {
    margin-bottom: 30px
}

ul.hs-search-field__suggestions li:after {
    content: none !important
}

.hs-search-field.hs-search-field--open .hs-search-field__suggestions {
    padding: 15px;
    border-radius: 20px;
    margin: 10px 0 0;
    list-style: none;
    background-color: var(--quinary);
    font-size: 16px
}

.hs-search-field__suggestions a,
header.header .header-inner .logo-wrap .column-inner a {
    text-decoration: none
}

form .hs-fieldtype-file .input input:after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: var(--white);
    box-shadow: 0 3px 10px 0 #00000040;
    position: absolute;
    top: 0;
    left: 6px;
    transition: .3s ease-in-out
}

table,
td,
th {
    border: 1px solid
}

form .hs-fieldtype-file .input input:before {
    content: "";
    background-image: url("https://143935592.fs1.hubspotusercontent-eu1.net/hubfs/143935592/Ieteam-2024/Plus-icob.svg");
    background-repeat: no-repeat;
    position: absolute;
    background-size: 100% 100%;
    display: block;
    width: 13px;
    height: 13px;
    z-index: 1;
    left: 13px;
    top: 6px
}

form .hs-fieldtype-file .input input {
    padding-left: 42px;
    padding-top: 2px;
    border: 0;
    appearance: none;
    color: unset !important;
    position: relative;
    cursor: pointer;
    width: auto !important
}

form .hs-fieldtype-file .input input::-webkit-file-upload-button {
    display: none
}

form .hs-fieldtype-file .input input:hover:before {
    background-image: url('https://143935592.fs1.hubspotusercontent-eu1.net/hubfs/143935592/Ieteam-2024/white-plus-icon.svg')
}

form .hs-fieldtype-phonenumber .hs-fieldtype-intl-phone select {
    width: 12% !important;
    padding-right: 36px
}

form .hs-fieldtype-phonenumber .hs-fieldtype-intl-phone.hs-input input {
    width: 86% !important
}

.legal-consent-container a {
    text-decoration: underline;
    font-size: 16px
}

@media screen and (max-width:1830px) and (min-width:1050px) {
    .hs-form-field>label {
        font-size: 18px
    }
}

@media(max-width:991px) {

    form input[type=email],
    form input[type=file],
    form input[type=number],
    form input[type=password],
    form input[type=tel],
    form input[type=text],
    form select,
    form textarea {
        height: 40px
    }

    .hs-fieldtype-textarea.hs-input,
    form textarea {
        height: 80px
    }

    form .hs-fieldtype-phonenumber .hs-fieldtype-intl-phone select {
        width: 20% !important
    }

    form .hs-fieldtype-phonenumber .hs-fieldtype-intl-phone.hs-input input {
        width: 78% !important
    }
}

table {
    margin-bottom: 1.4rem;
    overflow-wrap: break-word
}

td,
th {
    padding: .75rem;
    vertical-align: top
}

thead td,
thead th {
    border-bottom: 2px solid
}

header.header .header-wrap {
    background-color: var(--header-bg-color);
    border-bottom: 1px solid #000;
    transition: .5s ease-in-out;
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    width: 100%
}

header.header.hide .header-wrap {
    transform: translateY(-100%)
}

header.header .header-inner .logo-wrap {
    width: 18%
}

header.header .header-inner .menu-wrap {
    width: 82%
}

header.header .header-inner .logo-wrap img {
    width: 120px
}

header.header .header-inner .logo-wrap .column-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%
}

header.header .header-inner .menu-wrap .column-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

header.header .header-inner .menu-wrap .hs-menu-wrapper>ul>li>a {
    color: var(--header-link-color);
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 27.7px;
    letter-spacing: -.05em
}

footer.footer .site-footer-bottom .site-footer-privacy-menu ul li a:hover,
footer.footer .site-footer-middle .column-inner .footer-menu-wrap .footer-menu ul li a:hover,
header.header .header-inner .menu-wrap .hs-menu-wrapper>ul>li.active>a,
header.header .header-inner .menu-wrap .hs-menu-wrapper>ul>li.hs-item-has-children .hs-menu-children-wrapper li a:hover,
header.header .header-inner .menu-wrap .hs-menu-wrapper>ul>li>a:hover {
    color: var(--primary)
}

header.header .header-inner .menu-wrap .hs-menu-wrapper>ul>li {
    padding: 39px 20px;
    margin: 0 20px
}

header.header .header-inner .menu-wrap .column-inner .menu-group {
    margin-right: 94px;
    border-left: 1px solid #000;
    padding-left: 94px
}

header.header .header-inner .menu-wrap .column-inner .button-group {
    margin: 0 43px
}

header.header .header-inner .menu-wrap .column-inner .lang-group {
    width: 290px;
    padding: 0;
    border-left: 1px solid var(--secondary);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: -50px
}

header.header .lang-group .lang_switcher_class {
    position: unset;
    padding: 0 10px
}

header.header .lang-group .lang_switcher_class li {
    list-style-type: none
}

header.header .lang-group .lang_switcher_class>li>a {
    border: 2px solid #000;
    font-weight: 400;
    position: relative;
    border-radius: 16px;
    color: #000
}

header.header .lang-group .lang_switcher_class .globe_class {
    width: calc(100% + 2px);
    position: absolute;
    background: #fff;
    border: 1px solid #000;
    height: auto;
    border-radius: 0;
    padding: 22px 7px;
    left: -1px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 9
}

header.header .lang-group .lang_switcher_class .globe_class .lang_list_class {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: unset
}

.footer-two footer.footer .site-footer-top .column-inner,
header.header .lang-group .lang_switcher_class .globe_class .lang_list_class::after,
header.header .lang-group .lang_switcher_class .globe_class .lang_list_class::before {
    display: none
}

header.header .lang-group .lang_switcher_class .globe_class .lang_list_class li {
    border: 0;
    margin: 0;
    padding: 0
}

header.header .lang-group .lang_switcher_class .globe_class .lang_list_class li a {
    font-size: 20px;
    font-weight: 400;
    line-height: 27.7px;
    text-align: center
}

header.header .header-inner .menu-wrap .hs-menu-wrapper>ul>li.hs-item-has-children .child-trigger {
    width: 10px;
    height: 10px;
    background: url('https://143935592.fs1.hubspotusercontent-eu1.net/hubfs/143935592/Ieteam-2024/chevron-down.svg') center/10px no-repeat;
    margin-left: 7px;
    margin-top: 6px
}

header.header .header-inner .menu-wrap .hs-menu-wrapper>ul>li.hs-item-has-children {
    display: flex;
    align-items: center
}

header.header .header-inner .menu-wrap .hs-menu-wrapper>ul>li.hs-item-has-children .hs-menu-children-wrapper {
    z-index: 2;
    width: auto;
    top: calc(100% + 1px);
    padding: 24px 55px;
    background: #fff;
    border: 1px solid #000;
    border-top: 0;
    left: -24px
}

header.header .header-inner .menu-wrap .hs-menu-wrapper>ul>li.hs-item-has-children .hs-menu-children-wrapper li a {
    font-size: 20px;
    line-height: 27.7px;
    letter-spacing: -.05em;
    text-decoration: none;
    color: var(--header-link-color)
}

header.header .header-inner .searchBox {
    position: absolute;
    transform: translate(-50%, -50%);
    background: 0 0;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

header.header .header-inner .searchBox:hover .searchInput {
    width: 402px !important;
    padding: 0 15px
}

header.header .header-inner .searchButton {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(https://143935592.fs1.hubspotusercontent-eu1.net/hubfs/143935592/Ieteam-2024/search-icon.svg) center/30px no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s;
    border: 0;
    z-index: 1;
    position: relative;
    cursor: pointer
}

header.header .header-inner .searchInput {
    border: none;
    background: #f5f5f5;
    outline: 0;
    padding: 0;
    color: #000;
    font-size: 16px;
    transition: .4s;
    line-height: 40px;
    width: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-radius: 0
}

header.header .header-inner .searchInput::placeholder {
    color: #686868
}

header.header .header-inner .menu-wrap .search-group {
    position: relative;
    width: 113px;
    height: 100%;
    border-left: 1px solid var(--secondary)
}

header.header .searchInput::placeholder {
    color: #fff
}

header.header .header-inner .logo-wrap .column-inner .blinking-cursor {
    line-height: 0;
    font-size: 28px;
    font-weight: 700;
    color: var(--primary);
    position: relative;
    left: 1px;
    bottom: -11px
}

@keyframes blinker {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@media screen and (max-width:1829px) and (min-width:1601px) {

    header.header .btn a,
    header.header .header-inner .menu-wrap .hs-menu-wrapper>ul>li>a,
    header.header .lang-group .lang_switcher_class>li>a {
        font-size: 17px
    }

    header.header .header-inner .menu-wrap .column-inner .menu-group {
        margin-right: 30px;
        padding-left: 30px
    }

    header.header .header-inner .menu-wrap .column-inner .button-group {
        margin: 0 45px
    }

    header.header .header-inner .logo-wrap {
        width: 15%
    }

    header.header .header-inner .menu-wrap {
        width: 85%
    }

    header.header .lang-group .lang_switcher_class {
        padding: 0 15px
    }

    header.header .header-inner .menu-wrap .search-group {
        width: 100px
    }

    header.header .header-inner .menu-wrap .hs-menu-wrapper>ul>li {
        padding: 39px 18px
    }

    header.header .header-inner .menu-wrap .column-inner .lang-group {
        width: 265px
    }

    header.header .header-inner .searchBox:hover .searchInput {
        width: 364px !important
    }
}

@media screen and (max-width:1600px) and (min-width:1168px) {

    header.header .btn a,
    header.header .header-inner .menu-wrap .hs-menu-wrapper>ul>li>a,
    header.header .lang-group .lang_switcher_class>li>a {
        font-size: 16px
    }

    header.header .header-inner .menu-wrap .column-inner .menu-group {
        margin-right: 20px;
        padding-left: 20px
    }

    header.header .header-inner .menu-wrap .column-inner .button-group {
        margin: 0 45px
    }

    header.header .header-inner .menu-wrap .hs-menu-wrapper>ul>li {
        padding: 39px 7px
    }

    header.header .header-inner .logo-wrap {
        width: 15%
    }

    header.header .header-inner .menu-wrap {
        width: 85%
    }

    header.header .lang-group .lang_switcher_class {
        padding: 0 15px
    }

    header.header .header-inner .menu-wrap .search-group {
        width: 100px
    }

    header.header .header-inner .menu-wrap .column-inner .lang-group {
        width: 260px
    }

    header.header .header-inner .searchBox:hover .searchInput {
        width: 358px !important
    }
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    flex-direction: column
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
    display: inline-flex
}

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

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
    height: auto;
    max-width: 100%
}

footer.footer {
    padding: 64px 0 68px;
    background: var(--footer-bg-color)
}

footer.footer .site-footer-top .footer-title {
    padding-bottom: 40px;
    font-size: 64px;
    font-weight: 400;
    line-height: 52px;
    color: var(--footer-text-color)
}

footer.footer .site-footer-top .footer-title span {
    font-size: 50px;
    font-weight: 700;
    font-family: Almarai, sans-serif;
    color: var(--primary);
    width: 28px;
    display: inline-block;
    height: 4px;
    background: var(--primary);
    border-radius: 1px
}

footer.footer .site-footer-top {
    border-bottom: 1px solid var(--footer-text-color);
    margin-bottom: 95px
}

footer.footer .site-footer-top .column-inner {
    align-items: center;
    justify-content: space-between
}

footer.footer .site-footer-middle {
    padding-bottom: 2px
}

footer.footer .site-footer-middle .column-inner {
    margin: 0 -15px
}

footer.footer .site-footer-bottom .site-footer-copyright,
footer.footer .site-footer-middle .column-inner .footer-menu-wrap {
    width: 60%;
    padding: 0 15px
}

footer.footer .site-footer-bottom .site-footer-privacy-menu,
footer.footer .site-footer-middle .column-inner .footer-social-media-wrap {
    width: 40%;
    padding: 0 15px
}

footer.footer .site-footer-middle .footer-title h4 {
    font-family: Almarai, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    letter-spacing: .2em;
    color: var(--footer-text-color);
    text-transform: uppercase
}

footer.footer .site-footer-middle .footer-title {
    margin-bottom: 43px
}

footer.footer .site-footer-middle .column-inner .footer-menu-wrap .footer-menu ul li a {
    font-family: Almarai, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 43.2px;
    color: var(--footer-text-color);
    text-decoration: none
}

footer.footer .site-footer-middle .column-inner .footer-social-media-wrap .footer-social-media ul {
    display: flex;
    padding: 0;
    list-style-type: none;
    flex-wrap: wrap
}

footer.footer .site-footer-middle .column-inner .footer-social-media-wrap .footer-social-media ul li {
    margin: 0 30px 0 0
}

footer.footer .site-footer-middle .column-inner .footer-social-media-wrap .footer-social-media ul li a img {
    width: 43px;
    transition: .5s ease-in-out
}

footer.footer .site-footer-bottom .site-footer-copyright p {
    color: var(--footer-text-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 20.06px
}

footer.footer .site-footer-bottom .column-inner {
    justify-content: space-between;
    margin: 0 -15px;
    align-items: flex-end
}

footer.footer .site-footer-bottom .site-footer-privacy-menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 -15px
}

footer.footer .site-footer-bottom .site-footer-privacy-menu ul li a {
    font-family: Almarai, sans-serif;
    color: var(--footer-text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-decoration: none
}

footer.footer .site-footer-bottom .site-footer-privacy-menu ul li {
    padding: 0 15px;
    margin: 0
}

footer.footer .site-footer-middle .column-inner .footer-social-media-wrap .footer-social-media ul li a:hover img {
    transform: rotate(360deg)
}

footer.footer .footer-form-wrap form {
    display: flex
}

footer.footer .footer-form-wrap form .hs-form-field {
    width: 170px;
    margin: 0
}

footer.footer .footer-form-wrap form .hs-form-field input {
    color: #1c1c1c;
    background: #fff;
    border: 1px solid var(--form-border-color);
    height: 86px;
    padding: 0 34px;
    font-size: 20px;
    font-weight: 400;
    line-height: 27.7px;
    letter-spacing: -.05em
}

footer.footer .footer-form-wrap form .hs_submit .actions {
    height: 100%
}

footer.footer .footer-form-wrap form .hs_submit .actions input {
    height: 100%;
    border: 1px solid #000;
    font-size: 0;
    width: 87px
}

footer.footer .footer-form-wrap form .hs-form-field input:focus,
footer.footer .footer-form-wrap form .hs-form-field input:hover,
footer.footer .site-footer-top .column-inner .footer-form-wrap a:hover {
    background: var(--primary)
}

footer.footer .footer-form-wrap .hs-error-msgs {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -46px
}

footer.footer .site-footer-top .column-inner .footer-form-wrap a {
    border: 1px solid #000;
    width: 257px;
    background: #fff;
    position: relative;
    display: flex;
    height: 86px;
    align-items: center;
    justify-content: flex-start;
    padding: 0 100px 0 34px;
    font-size: 20px;
    font-weight: 400;
    line-height: 27.7px;
    letter-spacing: -.05em;
    text-decoration: none
}

footer.footer .site-footer-top .column-inner .footer-form-wrap a .icon-btns {
    height: 100%;
    font-size: 0;
    width: 87px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0
}

.footer-two footer.footer .site-footer-top {
    padding-bottom: 0
}

@media screen and (max-width:1200px) and (min-width:992px) {
    footer.footer .site-footer-top .footer-title {
        font-size: 48px;
        line-height: normal
    }
}

@media screen and (max-width:991px) {

    .h1,
    h1 {
        font-size: var(--h1-mobile-size)
    }

    .h2,
    h2 {
        font-size: var(--h2-mobile-size)
    }

    .h3,
    h3 {
        font-size: var(--h3-mobile-size)
    }

    .h4,
    h4 {
        font-size: var(--h4-mobile-size)
    }

    .h5,
    h5 {
        font-size: var(--h5-mobile-size)
    }

    .h6,
    h6 {
        font-size: var(--h6-mobile-size)
    }

    .left-container,
    .right-container {
        padding: 0 20px
    }

    footer.footer {
        padding: 51px 0
    }

    footer.footer .site-footer-top .footer-title {
        font-size: 22px;
        line-height: 24px;
        letter-spacing: -.04em;
        width: 40%;
        padding: 0 15px
    }

    footer.footer .site-footer-top .column-inner {
        margin: 0 -10px
    }

    footer.footer .site-footer-top .column-inner .footer-form-wrap {
        width: 60%;
        padding: 0 10px;
        display: flex;
        align-items: center;
        justify-content: flex-end
    }

    footer.footer .footer-form-wrap form .hs-form-field input {
        height: 53px;
        padding: 0 17px;
        font-size: 16px
    }

    footer.footer .footer-form-wrap form .hs_submit .actions input {
        width: 53px;
        background-size: 26px !important
    }

    footer.footer .site-footer-top {
        border: 0;
        padding-bottom: 0;
        margin-bottom: 93px;
        padding-top: 0
    }

    footer.footer .site-footer-middle .footer-title {
        margin-bottom: 25px;
        min-height: 51px
    }

    footer.footer .site-footer-middle .column-inner .footer-menu-wrap .footer-menu ul li a {
        font-size: 16px;
        line-height: 20px
    }

    footer.footer .site-footer-middle .column-inner .footer-social-media-wrap .footer-social-media ul li {
        margin: 0 18px 0 0
    }

    footer.footer .site-footer-middle .column-inner .footer-social-media-wrap .footer-social-media ul li a img {
        width: 23px
    }

    footer.footer .site-footer-bottom .column-inner {
        flex-direction: column-reverse
    }

    footer.footer .site-footer-bottom .site-footer-privacy-menu ul {
        justify-content: flex-start;
        align-items: flex-start
    }

    footer.footer .site-footer-bottom .site-footer-privacy-menu {
        padding-bottom: 60px
    }

    footer.footer .site-footer-bottom .site-footer-privacy-menu ul li {
        margin: 0 10px 0 0
    }

    footer.footer .site-footer-bottom .site-footer-copyright p {
        font-size: 16px
    }

    footer.footer .footer-form-wrap form .hs-form-field {
        width: 115px
    }

    footer.footer .site-footer-top .column-inner .footer-form-wrap a {
        width: 168px;
        height: 53px;
        font-size: 16px;
        padding: 0 60px 0 17px
    }

    footer.footer .site-footer-top .column-inner .footer-form-wrap a .icon-btns img {
        width: 26px
    }

    footer.footer .site-footer-top .column-inner .footer-form-wrap a .icon-btns {
        width: 53px
    }

    .footer-two footer.footer .site-footer-top {
        margin: 0
    }

    footer.footer .site-footer-top .footer-title span {
        width: 17px;
        height: 3px;
        margin-left: 2px
    }

    footer.footer .site-footer-bottom .site-footer-copyright,
    footer.footer .site-footer-bottom .site-footer-privacy-menu {
        width: 100%
    }
}

@media screen and (max-width:767px) {

    form fieldset.form-columns-2,
    form fieldset.form-columns-3,
    form fieldset.form-columns-4 {
        margin: 0 -5px;
        max-width: unset !important;
        display: flex !important;
        flex-wrap: wrap;
        column-gap: unset !important
    }

    form fieldset.form-columns-2>div,
    form fieldset.form-columns-3>div {
        width: 100% !important;
        padding: 0 5px;
        display: block
    }

    form .hs-form-field,
    form label {
        margin-bottom: 10px
    }

    form .hs-message {
        margin-bottom: 25px
    }

    form fieldset .hs-richtext {
        margin-top: 5px
    }

    form .hs-fieldtype-phonenumber .hs-fieldtype-intl-phone select {
        width: 31% !important
    }

    form .hs-fieldtype-phonenumber .hs-fieldtype-intl-phone.hs-input input {
        width: 67% !important
    }

    .hs-form-field>label {
        font-size: 22px
    }

    footer.footer .site-footer-bottom .site-footer-privacy-menu ul li {
        margin: 0
    }
}

.show-for-sr {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

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

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        flex-direction: column
    }

    .hs-menu-wrapper.hs-menu-flow-vertical ul {
        display: flex
    }

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

    .show-for-sr--mobile {
        border: 0 !important;
        clip: rect(0, 0, 0, 0) !important;
        height: 1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        white-space: nowrap !important;
        width: 1px !important
    }
}

.dis-flex {
    display: flex;
    flex-wrap: wrap
}

.lang_switcher_class {
    position: relative;
    display: inline-block
}

body.lightTheme header a {
    color: #fff
}

.auth-buttons {
    display: flex;
    gap: 10px;
    align-items: center
}

.auth-buttons .btn {
    padding: 8px 16px;
    font-size: 14px
}

.mobile-auth-buttons {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 20px
}

@media screen and (max-width:1168px) {
    header.header .header-inner .logo-wrap .column-inner {
        border: 0;
        font-size: 0
    }

    header.header .header-inner .menu-wrap .column-inner .lang-group>span {
        font-size: 0
    }

    header.header .header-inner .logo-wrap {
        width: 40%;
        padding: 30px 0
    }

    header.header .header-inner .menu-wrap {
        width: 60%
    }

    .auth-buttons,
    .search-group,
    header.header .header-inner .menu-wrap .column-inner .button-group {
        display: none
    }

    header.header .header-inner .menu-wrap .column-inner .menu-group {
        margin: 0;
        border: 0
    }

    header.header .custom-menu-primary .hs_cos_wrapper_type_menu>.hs-menu-wrapper {
        background: #fff;
        border-radius: 0;
        display: none;
        height: calc(100vh - 85px);
        left: 0;
        max-width: 100%;
        overflow: auto;
        padding: 115px 50px 50px;
        position: absolute;
        top: calc(100% + 1px);
        width: 100%;
        z-index: 99
    }

    header.header .mobile-trigger {
        position: absolute;
        top: 0;
        right: 0;
        width: 92px;
        height: 100%;
        border-left: 1px solid #000;
        background: url('https://143935592.fs1.hubspotusercontent-eu1.net/hubfs/143935592/Ieteam-2024/plus-menu.svg') center/28px no-repeat;
        cursor: pointer
    }

    header.header {
        position: relative
    }

    header.header .mobile-trigger.active-re {
        background: url('https://143935592.fs1.hubspotusercontent-eu1.net/hubfs/143935592/Ieteam-2024/minus-menu.svg') var(--primary);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 28px
    }

    header.header .header-inner .menu-wrap .hs-menu-wrapper>ul>li>a {
        font-size: 25px
    }

    header.header .header-inner .menu-wrap .hs-menu-wrapper>ul>li {
        margin: 0 0 20px;
        padding: 0
    }

    header.header .header-inner .menu-wrap .hs-menu-wrapper>ul>li.hs-item-has-children .hs-menu-children-wrapper {
        display: none;
        width: 100%;
        position: relative;
        border: 0;
        padding: 24px 0 0;
        background: 0 0;
        left: 0
    }

    header.header .header-inner .menu-wrap .hs-menu-wrapper>ul>li.hs-item-has-children {
        flex-wrap: wrap;
        align-items: flex-start
    }

    header.header .header-inner .menu-wrap .hs-menu-wrapper>ul>li.hs-item-has-children .child-trigger {
        width: 25px;
        height: 25px
    }

    header.header .header-inner .menu-wrap .hs-menu-wrapper>ul>li.hs-item-has-children.open>a,
    header.header .lang-group .lang_switcher_class .globe_class .lang_list_class li a:focus,
    header.header .lang-group .lang_switcher_class .globe_class .lang_list_class li a:hover {
        text-decoration: underline
    }

    header.header .header-inner .menu-wrap .hs-menu-wrapper>ul {
        flex-direction: column
    }

    header.header .custom-menu-primary .hs_cos_wrapper_type_menu>.hs-menu-wrapper.menu-close,
    header.header .header-inner .menu-wrap .column-inner .lang-group:hover {
        background: #fff
    }

    header.header .lang-group .lang_switcher_class>li>a {
        pointer-events: none;
        padding: 0;
        font-size: 0;
        border: 0;
        width: 28px;
        height: 28px
    }

    header.header .header-inner .menu-wrap .column-inner .lang-group {
        width: 92px;
        border-right: 0;
        margin-right: 92px;
        position: unset;
        border-left: 1px solid #fff
    }

    header.header .lang-group .lang_switcher_class {
        padding: 0;
        display: block;
        width: 100%;
        position: unset
    }

    header.header .left-container {
        padding-right: 0
    }

    header.header .lang-group .lang_switcher_class>li>a:after {
        left: 0;
        width: 28px;
        height: 28px;
        background-size: 28px
    }

    header.header .lang-group .lang_switcher_class .globe_class {
        background: var(--secondary);
        border-radius: 0;
        height: calc(100vh - 72px);
        left: 0;
        max-width: 100%;
        overflow: auto;
        padding: 150px 50px;
        position: absolute;
        top: calc(100% + 1px);
        width: 100%;
        z-index: 99;
        display: none;
        opacity: 1;
        visibility: visible
    }

    header.header .lang-group .lang_switcher_class .globe_class .lang_list_class li {
        background: 0 0
    }

    header.header .lang-group .lang_switcher_class .globe_class .lang_list_class li a {
        color: #fff
    }

    header.header .lang-group .lang_switcher_class .globe_class .lang_list_class {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    header.header .header-inner .logo-wrap img {
        width: 100px
    }

    header.header .custom-menu-primary .hs_cos_wrapper_type_menu>.hs-menu-wrapper .button-group {
        display: block;
        margin: 150px 0 0
    }

    header.header .custom-menu-primary .hs_cos_wrapper_type_menu>.hs-menu-wrapper .button-group .btn a {
        font-size: 18px;
        line-height: 20px;
        padding: 10px 20px
    }

    .mobile-auth-buttons {
        display: flex
    }

    header .hs-menu-wrapper {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
        padding: 20px 0;
        text-align: center
    }

    header .hs-menu-wrapper.active,
    header .mobile-trigger.active-re+.hs-menu-wrapper {
        display: block
    }

    .custom-register-btn:hover {
        background: var(--primary);
        color: #1c1c1c;
        border: 2px solid var(--primary);
        text-decoration: none
    }
}

header.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: none
}

header.header.hide {
    animation: .6s ease-in-out forwards fadeOutUp
}

header.header.show {
    animation: .6s ease-in-out forwards fadeInDown
}

.text-accept {
    font-size: 14px;
    color: #959da5
}

.loginContent .loginCol:nth-child(2) .loginBox .box label {
    font-size: 26px !important
}

.loginContent .loginCol:nth-child(2) .loginBox .box label input {
    top: 14px
}