/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Custom Fonts */
@font-face {
    font-family: 'BodoniMT-Bold';
    src: 
        url(//20262540.fs1.hubspotusercontent-na1.net/hubfs/20262540/raw_assets/public/DzMalta/css/fonts/BOD.woff) format('woff'),
        url(//20262540.fs1.hubspotusercontent-na1.net/hubfs/20262540/raw_assets/public/DzMalta/css/fonts/BOD.ttf) format('truetype');
    font-weight: bold;
    font-display: swap;
}
@font-face {
    font-family: 'BodoniMT-BoldItalic';
    src: 
        url(//20262540.fs1.hubspotusercontent-na1.net/hubfs/20262540/raw_assets/public/DzMalta/css/fonts/BOD_BI.woff) format('woff'),
        url(//20262540.fs1.hubspotusercontent-na1.net/hubfs/20262540/raw_assets/public/DzMalta/css/fonts/BOD_BI.ttf) format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'BodoniMT';
    src: 
        url(//20262540.fs1.hubspotusercontent-na1.net/hubfs/20262540/raw_assets/public/DzMalta/css/fonts/BOD_R.woff) format('woff'),
        url(//20262540.fs1.hubspotusercontent-na1.net/hubfs/20262540/raw_assets/public/DzMalta/css/fonts/BOD_R.ttf) format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLTProBook';
    src: url(//20262540.fs1.hubspotusercontent-na1.net/hubfs/20262540/raw_assets/public/DzMalta/css/fonts/AvenirLTProBook.woff) format('woff');
  
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AvenirLTProBookOblique';
    src: url(//20262540.fs1.hubspotusercontent-na1.net/hubfs/20262540/raw_assets/public/DzMalta/css/fonts/AvenirLTProBookOblique.woff) format('woff');
    font-weight: normal;
    font-display: swap;
}

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *: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;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

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

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive visibilty classes */

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

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

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

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

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

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

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

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

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

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

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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

.dnd-section .dnd-column {
  padding: 0 1rem;
}

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

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  word-break: break-word;
}

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

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

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

/* Labels */

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

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

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

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

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

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

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

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

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}



/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open{
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
 {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open
  {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }



  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
  
  .header a.btn {
   display: none; 
  }
   .header__language-switcher {
   padding-right: 0px; 
  }
  .header__language-switcher--label-current {
   font-size: 13px !important; 
  }
}

@media only screen and (max-width: 1268px) {
 .header__search .hs-search-field__input {
   width: 200px !important; 
  }
 
}

@media only screen and (max-width: 1060px) {
 .header__search .hs-search-field__input {
   display: none !important;
  }
}
.header {
position: relative;
  z-index: 20;
}
/* Menu and simple menu */

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

/* Horizontal menu */

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

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

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

/* Flyouts */

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

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

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

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

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

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.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) {
  .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;
  }
}

/* Custom Style */
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/* Global Style */
.light-theme {background: #F0F0F3;color: #002852;font-size: 24px;}
.dark-theme {background: #001021;color: #ffffff;font-size: 24px;}
body, .primary-font{font-family: 'BodoniMT-Bold'!important;}
.secondary-font{font-family: 'AvenirLTProBook'!important;}
img{max-width: 100px;}
*{outline:0;}

h1, h2, h3, h4, h5, h6{color: unset!important;font-family: 'BodoniMT-Bold'!important;}
footer.footer{
  position:relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
footer.footer:before{
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 1170px;
  height: 1px;
  background: rgba(0, 40, 82, 0.5);
}

.footer__search ul li::before {
    Display:none!important;
}

.dark-theme footer.footer:before{
  background: rgba(255, 255, 255, 0.5);
}
.cust-container {
    padding: 0px;
    max-width: 1100px;
    margin: 0 auto;
}
.footer__search{margin-top: 46px;}

/* Style for Button */
button, .button{border: 0 !important;}
a.btn, a.button, .button {
/*     display: flex; */
    display: inline-block;
    justify-content: center;
    align-items: center;
    padding: 9px 24px;
    font-family: 'BodoniMT-Bold' !important;
  font-size: 0.75rem;
    background: #F0F0F3;
    box-shadow: -5px -5px 20px #FFFFFF, 5px 5px 20px rgba(174, 174, 192, 0.5);
    -webkit-box-shadow: -5px -5px 20px #FFFFFF, 5px 5px 20px rgba(174, 174, 192, 0.5);
    border-radius: 10px;
  border: 0 !important;
}
a.btn:hover, a.button:hover, .button:hover {
  background: #F0F0F3;
    box-shadow: inset 7px 7px 15px rgb(55 84 170 / 15%), inset -7px -7px 20px white, 0px 0px 4px rgb(255 255 255 / 20%);
    -webkit-box-shadow: inset 7px 7px 15px rgba(55, 84, 170, 0.15), inset -7px -7px 20px white, 0px 0px 4px rgba(255, 255, 255, 0.20);
}
a.btn:after, a.button:after, .button:after{display:none;} /*  , .innerpage.news .ttl:after*/
.body-container--home section > a.btn, .body-container--home .dnd-section > a.btn{
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3rem auto 1rem;
}
.dark-theme a.btn, .dark-theme a.button, .dark-theme .button{
  background: #001021;
  box-shadow: -10px -10px 20px #001A35, 10px 10px 20px #00070E;
  -webkit-box-shadow: -10px -10px 20px #001A35, 10px 10px 20px #00070E;
  -webkit-appearance: none;
}
.dark-theme a.btn:hover, .dark-theme a.button:hover, .dark-theme .button:hover {
  background: #001021;
    box-shadow: inset -10px -10px 15px rgb(31 60 90 / 35%), inset 10px 10px 15px rgb(31 60 90 / 35%);
    -webkit-box-shadow: inset -10px -10px 15px rgba(31, 60, 90, 0.35), inset 10px 10px 15px rgba(31, 60, 90, 0.35);
}
.header__row-2{width: 90%!important;}

/* .light-theme .drop-shadow{background: #F0F0F3;box-shadow: -5px -5px 20px #FFFFFF, 5px 5px 20px rgba(174, 174, 192, 0.5);}
.dark-theme .drop-shadow{background: #001021;box-shadow: -10px -10px 20px #001A35, 10px 10px 20px #00070E;} */
/* Drop Shadow for Boxes */
.light-theme .drop-shadow{
  background: #f1f3f6;
  border: 1px solid #F0F0F3;
  box-shadow: inset 0 0 15px rgb(55 84 170 / 0%), inset 0 0 20px rgb(255 255 255 / 0%), 7px 7px 15px rgb(55 84 170 / 15%), -7px -7px 20px white, inset 0px 0px 4px rgb(255 255 255 / 20%);
  -webkit-box-shadow: inset 0 0 15px rgba(55, 84, 170, 0), inset 0 0 20px rgba(255, 255, 255, 0), 7px 7px 15px rgba(55, 84, 170, .15), -7px -7px 20px white, inset 0px 0px 4px rgba(255, 255, 255, .20);
  -webkit-appearance: none;
}
/* .light-theme .drop-shadow.active, .light-theme .drop-shadow:hover{
  box-shadow: inset 7px 7px 15px rgb(55 84 170 / 15%), inset -7px -7px 20px white, 0px 0px 4px rgb(255 255 255 / 20%);
  -webkit-box-shadow: inset 7px 7px 15px rgba(55, 84, 170, .15), inset -7px -7px 20px white, 0px 0px 4px rgba(255, 255, 255, .20);
} */
.dark-theme .drop-shadow{
  background: #001021;
  border: 1px solid #001021;
  box-shadow: -10px -10px 20px #001a35, 10px 10px 20px #00070e;
  -webkit-box-shadow: -10px -10px 20px #001a35, 10px 10px 20px #00070e;
  -webkit-appearance: none;
}
/* .dark-theme .drop-shadow.active, .dark-theme .drop-shadow:hover{
  box-shadow: inset -10px -10px 15px rgb(0 26 53 / 35%), inset 10px 10px 15px rgb(0 7 14 / 35%);
  -webkit-box-shadow: inset -10px -10px 15px rgba(0, 26, 53, 0.35), inset 10px 10px 15px rgba(0, 7, 14, 0.35);
} */


.light-theme .btn-shadow{
  background: #F0F0F3;
  border: 1px solid #F0F0F3;
  box-shadow: -5px -5px 4px rgba(255, 255, 255, 0.3), 5px 5px 4px rgba(174, 174, 192, 0.2);
  -webkit-box-shadow: -5px -5px 4px rgba(255, 255, 255, 0.3), 5px 5px 4px rgba(174, 174, 192, 0.2);
  -webkit-appearance: none;
}
.dark-theme .btn-shadow{
  background: #001021;
  border:0;
  box-shadow: -5px -5px 20px rgba(0, 26, 53, 0.5), 5px 5px 20px rgba(0, 7, 14, 0.5);
  -webkit-box-shadow: -5px -5px 20px rgba(0, 26, 53, 0.5), 5px 5px 20px rgba(0, 7, 14, 0.5);
  -webkit-appearance: none;
}

.light-theme p, .light-theme .footer p, .light-theme .footer h1, .light-theme .footer h2, .light-theme .footer h3, .light-theme .footer h4, .light-theme .footer h5, .light-theme .footer h6, .light-theme .footer label, .light-theme .footer span, .light-theme .footer li, .light-theme .footer img {font-family: 'BodoniMT-Bold'!important;color: #002852;}
.light-theme a, .light-theme a:hover, .light-theme a:focus{color: #002852;}
.dark-theme p, .dark-theme .footer p, .dark-theme .footer h1, .dark-theme .footer h2, .dark-theme .footer h3, .dark-theme .footer h4, .dark-theme .footer h5, .dark-theme .footer h6, .dark-theme .footer label, .dark-theme .footer span, .dark-theme .footer li, .dark-theme .footer img {font-family: 'BodoniMT-Bold';color: #ffffff;}
.dark-theme a, .dark-theme a:hover, .dark-theme a:focus{color: #ffffff;}
.header .content-wrapper,  .content-wrapper{width: 100%;max-width: 1170px;padding: 0;}
.light-theme .footer, .light-theme .dnd-section, .light-theme .content-wrapper--vertical-spacing,
.dark-theme .footer, .dark-theme .dnd-section, .dark-theme .content-wrapper--vertical-spacing{background:transparent!important;}
a{position: relative;}
a:after, a:after{
  content: '';
  width: 0;
  height: 0px;
  background: #002852;
  position: absolute;
  left: 0;
  bottom: 0px;
  opacity: 0;
  transition: all .3s ease-In-Out;
}
.dark-theme a:after, .dark-theme a:after{background: #fff;}
a:hover:after, a:hover:after{width:100%;opacity: 1;}
input:focus-visible, :focus-visible {
  outline-offset: 0px!important;
  border: 0!important;
  outline: -webkit-focus-ring-color auto 0px!important;
}

/* Specing related classes start */
/* Block Label */
.mt-p5{margin-top: .5rem!important;}
.mb-p5{margin-bottom: .5rem!important;}
.my-p5{margin-top: .5rem!important;margin-bottom: .5rem!important;}
.mt-1{margin-top: 1rem!important;}
.mt-3p5{margin-top: 3.5rem!important;}
.mb-1{margin-bottom: 1rem!important;}
.my-1{margin-top: 1rem!important;margin-bottom: 1rem!important;}
.my-1p5{margin-top: 1.5rem!important;margin-bottom: 1.5rem!important;}
.mt-1p5{margin-top: 1.5rem!important;}
.mb-1p5{margin-bottom: 1.5rem!important;}
.mb-0{margin-bottom: 0!important;}
.mt-0{margin-top: 0!important;}
.mt-4{margin-top: 4rem!important;}

/* Inline Label */
.ml-p5{margin-left: .5rem!important;}
.mr-p5{margin-right: .5rem!important;}
.mx-p5{margin-left: .5rem!important;margin-right: .5rem!important;}
.ml-1{margin-left: 1rem!important;}
.mr-1{margin-right: 1rem!important;}
.mx-1{margin-left: 1rem!important;margin-right: 1rem!important;}

/* Specing related classes End */

/* Header Section Start */
.header{padding-top: 18px;padding-bottom: 13px;background: #f0f0f3 !important;}
.dark-theme .header{background: #001021 !important;}
.header.fixed{position: fixed;width: 100%;z-index: 9;}
.header__container {justify-content: flex-start;}
.header__logo{margin-right: 0px;max-width: 100%;line-height: 1;justify-content: center;}
.widget-type-logo{display: flex;justify-content: center;align-items: center;}
.brand-name{flex: 0 0 70%;max-width: 70%;padding-left: .70rem;margin-top:-3px;}
.brand-name > *{font-family: 'BodoniMT'!important;font-size: 1rem}
.header__column{width: 74.5%;display: flex;align-items: center;justify-content: flex-end;}
/* .header__row-1, .header__row-2{display: inline-block;} */
.header__logo.header__logo--main a{display:block;}
.header__logo.header__logo--main a:after{display:none;}
.header__logo--main, .header__row-1{padding-top: 0;flex: 1;}
.header__nav{margin-left: 1em;margin-right: 12px;}


@media screen and (min-width: 992px){
  .footer__search{display: none;}
}
  
  .header__search .hs-search-field__input, .footer__search .hs-search-field__input{
    width: 325px;
    height: 33px;
    background-color: #F0F0F3;
    border-radius: 20px;
    border: 0;
    font-family: 'AvenirLTProBook';
    color: #001021;
    font-size: 11px;
    line-height: 13px;
    background-image: url(https://20262540.fs1.hubspotusercontent-na1.net/hubfs/20262540/Search.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    
    box-shadow: -5px -5px 20px #FFFFFF, 5px 5px 20px rgba(174, 174, 192, 0.5);
    -webkit-box-shadow: -5px -5px 20px #FFFFFF, 5px 5px 20px rgba(174, 174, 192, 0.5);
    -webkit-appearance: none;
  }
.footer__search .hs-search-field__input{background-position: 95% 50%;}
  
  .header__search .hs-search-field__input:focus-visible, .footer__search .hs-search-field__input:focus-visible {
    box-shadow: inset -5px -5px 4px rgb(255 255 255 / 30%), inset 5px 5px 4px rgb(174 174 192 / 20%);
    -webkit-box-shadow: inset -5px -5px 4px rgba(255, 255, 255, 0.30), inset 5px 5px 4px rgba(174, 174, 192, 0.20);
  }
  
  .dark-theme .header__search .hs-search-field__input, .dark-theme .footer__search .hs-search-field__input{
    background-color: #001021;
    box-shadow: -5px -5px 4px rgba(0, 24, 50, 0.5), 5px 5px 4px rgba(0, 24, 50, 0.5);
    -webkit-box-shadow: -5px -5px 4px rgba(0, 24, 50, 0.5), 5px 5px 4px rgba(0, 24, 50, 0.5);
/*     border-radius: 20px; */
    color: #fff;
    background-image: url(https://20262540.fs1.hubspotusercontent-na1.net/hubfs/20262540/Search-white.png);
  }
  .dark-theme .header__search .hs-search-field__input:focus-visible, .dark-theme .footer__search .hs-search-field__input:focus-visible {
    box-shadow: inset -10px -10px 15px rgb(31 60 90 / 35%), inset 10px 10px 15px rgb(31 60 90 / 35%);
    -webkit-box-shadow: inset -10px -10px 15px rgba(31, 60, 90, 0.35), inset 10px 10px 15px rgba(31, 60, 90, 0.35);
  }
  .dark-theme ::placeholder {color: #fff;opacity: 1;}
  .dark-theme :-ms-input-placeholder {color: #fff;}
  .dark-theme ::-ms-input-placeholder {color: #fff;}
/* } */
/* Switch theme between Light-Dark */
.theme-toggler-wrapper{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(25%);
  display: flex;
  align-items: center;
}
.theme-light-switcher, .theme-toggler{
  border-radius: 50px;
  width: 75px;
  height: 36.4px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.theme-toggler-wrapper .toggle-text{font-family: 'BodoniMT' !important;font-style: italic;font-size: .55em;padding-right: .7rem;}
.light-theme .theme-light-switcher, .light-theme .theme-toggler{
  background: #F0F0F3;
  box-shadow: -5px -5px 20px #FFFFFF, 5px 5px 20px rgba(174, 174, 192, 0.5);
  -webkit-box-shadow: -5px -5px 20px #FFFFFF, 5px 5px 20px rgba(174, 174, 192, 0.5);
  -webkit-appearance: none;
}
.dark-theme .theme-light-switcher, .dark-theme .theme-toggler {
  background: #001021;
  box-shadow: -10px -10px 20px #001A35, 10px 10px 20px #00070E;
  -webkit-box-shadow: -10px -10px 20px #001A35, 10px 10px 20px #00070E;
  -webkit-appearance: none;
}
.light-theme .theme-light-switcher .sun, .dark-theme .theme-light-switcher .sun,
.light-theme .theme-light-switcher .moon, .dark-theme .theme-light-switcher .moon{
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.light-theme .theme-light-switcher .sun, .dark-theme .theme-light-switcher .sun{
  background-image: url('https://20262540.fs1.hubspotusercontent-na1.net/hubfs/20262540/Sun.png');
  background-repeat: no-repeat;
  background-position: top center;
}
.dark-theme .theme-light-switcher .sun{background-position: bottom center;}

.light-theme .theme-light-switcher .moon, .dark-theme .theme-light-switcher .moon{
  border-radius: 50px;
  width: 25px;
  height: 25px;}
.light-theme .theme-light-switcher .moon{
  background: #002852;
  box-shadow: 5px 5px 20px rgba(1, 32, 65, 0.3), -5px -5px 20px #FFFFFF;
  -webkit-box-shadow: 5px 5px 20px rgba(1, 32, 65, 0.3), -5px -5px 20px #FFFFFF;
  -webkit-appearance: none;
}
.dark-theme .theme-light-switcher .moon{background: #fff;}

.dnd-section{
  width: 100%;
  max-width: 1170px;
  margin: 1.67rem auto 1.666666666666667rem;
/*   margin: 0 auto; */
  position: relative;
  text-align: center;
}

.home-page .dnd-section:nth-child(1){margin-top:0;margin-bottom:0;}
.innerpage .dnd-section:nth-child(1){margin-top:3.0rem; margin-bottom: 1rem;}
.home-page .dnd-section:nth-child(2),.innerpage .dnd-section:nth-child(2){margin-top:0;}

.iGaming .dnd-section:nth-last-child(1) .noUndeline.mt-4{
  margin-top: 2rem !important;
}

.dnd-section h1.ttl, .dnd-section h1, .dnd-section h2{
  position: relative;
  display: inline-flex;
  font-size: 1.666667rem;
}
.dnd-section .ttl, .dnd-section h1, .dnd-section h2{
  /*text-decoration: underline;*/
    border-bottom: 1px solid;
/*     display: initial; */
    text-decoration: none;
/*     line-height: 1.5 !important; */
}
.dnd-section .ttl:after, .dnd-section h1:after, .dnd-section h2:after{
  display: none;
  content: '';
  width: 100%;
  height: 2px;
  background: #002852;
  position: absolute;
  left: 0%;
  bottom: 0;
/*   transform: translateX(-50%); */
}
.dark-theme .dnd-section .ttl:after, .dark-theme .dnd-section h1:after, .dark-theme .dnd-section h2:after{background: #FFF;}
.ttl.noUndeline:after{
  content: '';
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}
.card-row{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2.292rem;
}
.card{
  max-width: 31%;
  flex: 0 0 31%;
  background: #f1f3f6;
  border: 1px solid #F0F0F3;
  box-shadow: inset 0 0 15px rgb(55 84 170 / 0%), inset 0 0 20px rgb(255 255 255 / 0%), 7px 7px 15px rgb(55 84 170 / 15%), -7px -7px 20px white, inset 0px 0px 4px rgb(255 255 255 / 20%);
  -webkit-box-shadow: inset 0 0 15px rgba(55, 84, 170, 0), inset 0 0 20px rgba(255, 255, 255, 0), 7px 7px 15px rgba(55, 84, 170, 0.15), -7px -7px 20px white, inset 0px 0px 4px rgba(255, 255, 255, 0.20);
  border-radius: 15px;
  margin-bottom: 1.667rem;
  -webkit-appearance: none;
}
.dark-theme .card{
  background: #001021;
/*   color: #fff; */
  border: 1px solid #001021;
  box-shadow: -5px -5px 4px rgb(0 28 58 / 30%), 5px 5px 4px rgb(0 0 0 / 20%);
  -webkit-box-shadow: -5px -5px 4px rgba(0, 28, 58, 0.30), 5px 5px 4px rgba(0, 0, 0, 0.20);
}
.card h4{margin-top: 1.667em; margin-bottom: 0!important;padding-left: 1.7rem;padding-right: 1.7rem;}
.card:hover, .card:focus, .card:active, .card.active{
/*   border: 1px solid #F0F0F3; */
  box-shadow: inset 7px 7px 15px rgb(55 84 170 / 15%), inset -7px -7px 20px white, 0px 0px 4px rgb(255 255 255 / 20%);
  -webkit-box-shadow: inset 7px 7px 15px rgba(55, 84, 170, 0.15), inset -7px -7px 20px white, 0px 0px 4px rgba(255, 255, 255, 0.20);
}
.dark-theme .card:hover, .dark-theme .card:focus, .dark-theme .card:active, .dark-theme .card.active{
  background: #001021;
  box-shadow: inset -10px -10px 15px rgba(0, 26, 53, 0.35), inset 10px 10px 15px rgba(0, 7, 14, 0.35);
  -webkit-box-shadow: inset -10px -10px 15px rgba(0, 26, 53, 0.35), inset 10px 10px 15px rgba(0, 7, 14, 0.35);
}
.card a{text-decoration: none;padding-top: 1.9167rem;padding-bottom: 1.9167rem;display:block;}
.card a:after{display: none;}
.card a, .line-below-button h2{text-decoration: none;border-bottom: 0;}
.light-theme .moon-icon, .dark-theme .sun-icon{display:none}
.btn-outer{display: flex;justify-content: center;}
/* .btn-outer a.btn{padding: 15px 53px;} */

.dnd-section{padding: 0!important;}
/* section .dnd-section:nth-child(2){padding-top: 0!important;} */

/* Inner Page */
.innerpage .innerPage-content p{
  font-family: 'AvenirLTProBook';
  text-align: justify;
  font-size: 0.75rem;
  margin-bottom: 1rem;
  font-weight: 400;
}
.innerpage.careers .innerPage-content p, .innerpage.contactus .innerPage-content p{font-size: 1.25rem;width: 75%;margin-left: auto;margin-right: auto;}
.innerpage.contactus .innerPage-content p{font-size: 1rem;width: 100%;}
.innerpage.contactus .section-ttl h2{font-size: 1.25rem;font-family: 'BodoniMT' !important;font-weight: 400;}
.innerpage.contactus .section-ttl h2:after, h2.blog-index__post-title:after, h2.blog-index__post-title a:after, .blog-related-posts__title a:after{display: none;}
.innerpage.contactus .section-ttl h2, h2.blog-index__post-title, h2.blog-index__post-title a, .blog-related-posts__title a{text-decoration: none;border-bottom: 0;}
.blog-index__post-title a:hover, .blog-related-posts__title a:hover{text-decoration: underline;}
.blog-related-posts__content p {font-family: 'AvenirLTProBook' !important;font-size: .6666666666666667rem;}

.innerpage ul li {
    position: relative;
    font-family: 'AvenirLTProBook';
    font-size: .6666666666666667rem;
    font-weight: 700;
    margin-bottom: 26px;
    list-style: none;
}


.innerpage .innerPage-content p b, .innerpage .innerPage-content p strong{font-size: 1rem;}
.innerpage .dnd-section.section-1, .innerpage .dnd-section:nth-child(1){text-align: left;}
/* .innerpage.careers-jd .dnd-section.section-1, .innerpage.careers-jd .dnd-section:nth-child(1){text-align: center;} */

.innerpage.careers .dnd-section:nth-child(1), .innerpage.contactus .dnd-section:nth-child(1){text-align: center}
.innerpage .dnd-section.section-1 .ttl:after{left: 0;transform:translateX(0)}
/* .innerpage.careers .dnd-section:nth-child(1) .ttl:after, .innerpage.contactus .dnd-section:nth-child(1) .ttl:after{display: none;} */
/* .innerpage.careers-jd .dnd-section:nth-child(1) .ttl:after{left: 50%;transform:translateX(-50%)} */
/* Career Blog page Start */
/* .careers-jd #hs_cos_wrapper_Career_aply_button{text-align: center;margin-top: 4rem;}
.innerpage.careers .dnd_area-row-0-max-width-section-centering > .row-fluid{max-width: 75% !important;}
.innerpage.careers .dnd-section:nth-child(1){margin-top:0;} */
/* Career Blog page End */

.innerpage .dnd-section:nth-child(1) .ttl:after{
  left: 0;
  transform: translateX(0%);
}
/* .no-border .ttl:after{opacity: 0;} */

/* .innerPage-slider{
  width: 92.2vw;
  display: flex;
} */

/*.innerpage.aboutMalta .row-number-3 {
  margin-inline: auto 0;
  width: 100vw !important;
   max-width: 100vw !important; 
}*/
.innerpage.aboutMalta .row-fluid{
  margin: 0 0 0 auto;
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  width: 100%;
}

.DzMalta-hero-banner img{width: 100%}

/* Citizenship and Residency Form */
.innerpage .DZresidency form input[type=text],
 .innerpage .DZresidency form input[type=email],
 .innerpage .DZresidency form input[type=password],
 .innerpage .DZresidency form input[type=tel],
 .innerpage .DZresidency form input[type=number],
 .innerpage .DZresidency form input[type=file],
 .innerpage .DZresidency form select,
 .innerpage .DZresidency form textarea {
    background-color: transparent !important;
    border-bottom: 1px solid #002852 !important;
    border-radius: 0px !important;
    width: 100%;
   padding-bottom: .2rem;
   margin-top: .5rem;
}
.innerpage form input[type=text],
 .innerpage form input[type=email],
 .innerpage form input[type=password],
 .innerpage form input[type=tel],
 .innerpage form input[type=number],
 .innerpage form input[type=file],
 .innerpage form select,
 .innerpage form textarea {
    background-color: transparent;
    border-bottom: 1px solid #002852 !important;
    border-radius: 0px !important;
    width: 100%;
   padding-left: 0 !important;
   color: #002852;
}
.dark-theme .innerpage form input[type=text],
 .dark-theme .innerpage form input[type=email],
 .dark-theme .innerpage form input[type=password],
 .dark-theme .innerpage form input[type=tel],
 .dark-theme .innerpage form input[type=number],
 .dark-theme .innerpage form input[type=file],
 .dark-theme .innerpage form select,
.dark-theme .innerpage form textarea{color: #fff;}

form .inputs-list>li:before{display:none;}
form ul.hs-error-msgs{padding: 0;}

.innerpage form .hs-error-msg, .dark-theme .innerpage form .hs-error-msg {
    color: #ff2a00;
  font-size: 0.625rem !important;
}
.innerpage form, .innerpage .submitted-message {
    font-family: 'AvenirLTProBook' !important;
    font-size: .625rem;
}

/* Blog page */
.social-links__icon{
  background-color: transparent !important;
  border: 1px solid;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.social-links__icon:after, #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-button-group a:after{
  display: none;
}
a.social-links__icon, #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-button-group a{text-decoration: none;}
.dnd-section .dnd-column{padding-left: 0;padding-right: 0;}

/* Privacy Policy */
.innerpage.privacy-policy .dnd_area-module-1-margin > #hs_cos_wrapper_dnd_area-module-1{margin-top: 0px;}


@media screen and (min-width: 975px) and (max-width: 1006px){
  body-container--home{padding-left: 1.25rem;padding-right: 1.25rem;}
}

@media screen and (max-width: 1023px){
  header.header, .body-container > .row-fluid-wrapper > .row-fluid:nth-child(1) {
    padding-left: 1rem;padding-right: 1rem;
  }
  
}
@media screen and (max-width: 991px){
  .aboutMalta .row-number-6{margin-top: -1rem;}
/*   .body-container .row-fluid:nth-child(1){padding-inline: 1rem;} */
  header.header{padding-left: .6em; padding-right: 0;}
  .header__search .hs-search-field__input{display: none;}
  .footer__search .hs-search-field__input{display: block;}
.theme-toggler-wrapper{
  top: 100%;
  transform: translateY(-111%);
  right: 0.5rem;
  flex-direction: column;
  align-items: flex-end;
}
/*    .theme-toggler-wrapper{
    top: -1.3rem;
    transform: none;
    right: 0rem;
    flex-direction: column;
    position: relative;
  } */
  .theme-toggler-wrapper .toggle-text{
    padding-right: 0rem;
    padding-bottom: 0.5rem;
    font-size: .4rem;
  }
  .header__logo img{width: 130px!important;}
  .dnd-section .ttl, .dnd-section h1, .dnd-section h2{
    display: initial;
    bottom: 1rem;
    line-height: 1.7 !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul{flex-direction: row;}
  .hs-menu-wrapper ul li a{font-size: 0.667em;}
  .brand-name{padding-left: .35rem;padding-right: 0.7rem;}
  .brand-name > *{font-size: 0.8rem;}
  .brand-name span{font-size: 0.7rem;}
  .footer .content-wrapper{padding: 0;}
  .dnd-section{padding-left: 1em;padding-right: 1em;margin-bottom: 2rem;}
  .dnd-section h1.ttl, .dnd-section h2{font-size: 1.085rem;line-height: 1.5rem;display: inline-block;}
  footer.footer{padding-bottom: 0.5rem;margin-bottom: 0.3rem;}
  .footer .hs-menu-wrapper ul li{padding: .5em;}
  a.btn{font-size: .75rem;}
  .card{max-width: 100%;flex: 0 0 100%;}
  .header{padding-top: 15px;padding-bottom: 15px;padding-left:.6em;padding-right: 0;}
  .header .content-wrapper{
    display: flex;
    flex-direction: row;
  }
  .header__column{width: 60%;padding-right: .5rem;}
/*   .header__logo{
    position: absolute;
    width: 22%;
    left: 50%;
    top: 32%;
    transform: translate(-50%, -50%);
    z-index: 9;
  } */
  .header__container{padding: 0;}
  .header__row-2{justify-content: flex-end;padding: 0;}
  .home-page .slick-initialized .slick-slide{height: auto;}
  .slide img{
    width: auto !important;
    height: 100% !important;
    max-width:unset !important;
    max-height: 69vh !important;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
  }
/*  .home-page .slick-initialized .slide img{width: 100% !important;height: auto !important;} */
/*   .header.fixed > .header__container > .header__logo{display: none;} */
  .contact-section a.btn{width: 180px;}
  footer.footer:before{display:none;}
  .innerpage .dnd-section:nth-child(1){margin-top: 2rem; margin-bottom: 0rem;}
  .header a.btn{font-size: 0.6rem;padding-left: 0.6rem;padding-right: .6rem;}/*font-size: 0.6666666666666667rem;*/
  .innerpage.careers .innerPage-content p, .innerpage.contactus .innerPage-content p{width: 100%;}
  .innerpage.privacy-policy .dnd_area-module-1-margin > #hs_cos_wrapper_dnd_area-module-1{margin-top: 250px !important;}
  
  
}

@media screen and (max-width: 991px) and (orientation: landscape){
  .header__logo{top: 45%;}
  .header__logo img {width: 100px !important;}
}

@media screen and (min-width: 768px) and (max-width: 1024px){
  .card-row{justify-content: space-around;}
  .card {max-width: 45%;flex: 0 0 45%;}
/*  .theme-toggler-wrapper{transform: translate(8.6rem,0);} */
}

@media screen and (min-width: 1024px) and (max-width: 1366px){
  .header .content-wrapper {width: 90% !important;}
  .dnd-section{width: 90% !important;}
}




.light-theme input:-webkit-autofill,
.light-theme input:-webkit-autofill:hover, 
.light-theme input:-webkit-autofill:focus,
.light-theme textarea:-webkit-autofill,
.light-theme textarea:-webkit-autofill:hover,
.light-theme textarea:-webkit-autofill:focus,
.light-theme select:-webkit-autofill,
.light-theme select:-webkit-autofill:hover,
.light-theme select:-webkit-autofill:focus {
  border: 0px solid green;
  -webkit-text-fill-color: #002852;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}

.dark-theme input:-webkit-autofill,
.dark-theme input:-webkit-autofill:hover, 
.dark-theme input:-webkit-autofill:focus,
.dark-theme textarea:-webkit-autofill,
.dark-theme textarea:-webkit-autofill:hover,
.dark-theme textarea:-webkit-autofill:focus,
.dark-theme select:-webkit-autofill,
.dark-theme select:-webkit-autofill:hover,
.dark-theme select:-webkit-autofill:focus {
  border: 0px solid green;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}

.not-mobile{
  display: flex !important;
  position: relative !important;
  transform: none !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100%;
}
.mobile-only{display: none !important;}
@media screen and (max-width: 767px){
  .mobile-only{
    display: flex !important;
    position: relative !important;
    transform: none !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-width: 100%;
  }
  .not-mobile{display: none !important;}
}

/* Cookies */
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom{max-height: 81vh;overflow: auto;}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner{max-width: 1170px !important;font-family: 'AvenirLTProBook'!important;font-size: 18px;}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p{font-family: 'AvenirLTProBook'!important;}


/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* --------------residency-banner------------- */

.DZresidency .DzMalta-hero-banner {
    background: #001021;
} 
.dark-theme .DZresidency .ft-cnt-rt input.hs-button.primary.large:hover {
    box-shadow: inset -10px -10px 15px rgb(31 60 90 / 35%), inset 10px 10px 15px rgb(31 60 90 / 35%) !important;
} 
.light-theme .DZresidency .ft-cnt-rt input.hs-button.primary.large:hover {
box-shadow: inset 7px 7px 15px rgb(55 84 170 / 15%), inset -7px -7px 20px white, 0px 0px 4px rgb(255 255 255 / 20%) !important;
}
/* ---------------fintech css---------- */

.DZresidency .dnd-section .dnd-column {
    padding: 0px;
}
.single-col-list.secondary-font.res-nom {
    margin-top: 50px;
} 
.single-col-list.secondary-font.res-nom h3 {
    padding-bottom: 7px;
}
/* ------------------end---------------- */
/* ---------------residency-nomad-------------- */


.DZresidency .innerPage-content.res-con p {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
  
} 
.DZresidency .innerPage-content.res-con h3 {
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.03em;
    
    text-align: left;
} 

.DZresidency .single-col-list.secondary-font.res-nom ul li {
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;   
} 

.DZresidency .res-btwn-in {
    text-align: left; 
      padding-top: 25px !important;
} 
.DZresidency .res-btwn-in a {
    background: #001021;
    border: 1px solid #001021;
    box-shadow: -10px -10px 20px #001a35, 10px 10px 20px #00070e;
    border-radius: 10px;
    padding: 16px 54px;
    
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.03em;
    text-transform: capitalize;
}
.DZresidency h1.ttl.noUndeline {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    margin-top: 102px;
    letter-spacing: 0.03em;

} 

.res-btwn-in span {
    background: #001021;
    box-shadow: -10px -10px 20px #001a35, 10px 10px 20px #00070e;
    border-radius: 10px;
   
    padding: 16px 49px;
    font-weight: bold;
    font-size: 24px;
} 
.DZresidency #box form {
    background: transparent;
    border: 1px solid #f0f0f3;
    box-shadow: inset 0 0 15px rgb(55 84 170 / 0%), inset 0 0 20px rgb(255 255 255 / 0%), 7px 7px 15px rgb(55 84 170 / 15%), -7px -7px 20px white, inset 0px 0px 4px rgb(255 255 255 / 20%);
    border-radius: 23px;
    padding: 37px 46px;
 
}
.dark-theme #box form {
    background: #001021;
    border: 1px solid #001021;
    box-shadow: -10px -10px 20px #001a35, 10px 10px 20px #00070e;
} 
.dark-theme .DZresidency form label {
    color: #F0F0F3;
}
.DZresidency .btn-outer.mt-1p5.btw-r a {
    background: #001021;
    box-shadow: -10px -10px 20px #001a35, 10px 10px 20px #00070e;
    border-radius: 10px;
    
  padding: 16px 49px;
} 

.res-bot h4 {
    text-transform: capitalize;
  
} 
/* .btn-outer.mt-1p5.ress a {
    font-size: 24px;
}  */
.res-bot {
    margin-top: 100px;
} 

.btn-outer.mt-1p5.ress {
    justify-content: unset;
  padding-bottom: 0px !important;
    padding-top: 40px;
} 
.DZresidency form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea{
/*   background-color: transparent !important;
    border-style: solid; */
    border-width: 0 0 3px 0 !important; 
      background-color: transparent !important;
    border-bottom: 2px solid #002852 !important;
    border-radius: 0px !important;
    width: 100%;
    
}  
/*  .DZresidency form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea {
   
    border-bottom: 2px solid #002852 !important;
}  
.dark-theme .DZresidency form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea {
   
    border-bottom: 2px solid #fff !important;
} */
.dark-theme .ft-cnt-rt  form input[type=text], .dark-theme .ft-cnt-rt form input[type=email], .dark-theme .ft-cnt-rt form input[type=password], .dark-theme .ft-cnt-rt form input[type=tel], .dark-theme .ft-cnt-rt form input[type=number], .dark-theme .ft-cnt-rt form input[type=file], .dark-theme .ft-cnt-rt form select, .dark-theme .ft-cnt-rt form textarea {
    border-bottom: 1px solid #f0f0f3 !important;
} 
 .DZresidency form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea {
   
    border-bottom: 2px solid #002852 !important;
} 
/* .dark-theme .DZresidency form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea {
    border-bottom: 2px solid #fff !important;
    border-bottom: 2px solid #002852 !important;
} */
.innerpage.contactus .contact-form input[type="email"], .innerpage.contactus .contact-form input[type="text"] {
    background: transparent;
}

.res-btwn-in {
    text-align: left;
    padding-top: 25px !important;
}
.DZresidency .form-columns-1 .hs-input 
 {
    width: 100% !important;
}

  .DZresidency .form-columns-1 .hs-input 
 {
    width: 100% !important;
}

 .DZresidency .hs-form-8971319e-399e-4a7b-8846-7989d7c96c28_dae25e1c-728e-457a-bc92-fb6bc046bcf1 fieldset.form-columns-2 .input {
    margin-right: 32px;
}

.btn-outer.mt-1p5.btw-r a {
    font-size: 24px !important;
    font-weight: bold;
}
.DZresidency .dnd-section .dnd-column .DZresidency .single-col-list.secondary-font.res-nom {
    padding: 0;
} 
.DZresidency form label {
    font-weight: normal;
/*       font-family: Avenir LT Pro; */
  font-family: 'AvenirLTProBook' !important;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
/*     color: #FFFFFF; */
      margin-left: 22px;
  margin-bottom: -0.65rem !important;
}
.DZresidency .input {
    margin-left: 22px !important;
    margin-right: 27px !important;
} 
.DZresidency .hs_submit.hs-submit {
    text-align: right;
}  

.DZresidency form input[type=submit], form .hs-button {

    color: #002852;
    border-radius: 10px;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.03em;
    text-transform: capitalize;
  background: transparent;
  padding: 9px 24px

} 
.dark-theme .DZresidency form input[type=submit], form .hs-button:hover {
    box-shadow: inset -10px -10px 15px rgb(31 60 90 / 35%), inset 10px 10px 15px rgb(31 60 90 / 35%) !important;
} 
h2.ttl.noUndeline {
    font-size: 24px !important;
} 
/* .btn-outer.mt-1p5.ress a {
    padding: 16px 50px;
} */
.dark-theme .DZresidency form input[type=submit]:active, form .hs-button:hover {
    background-color: transparent !important;
}

 .light-theme .DZresidency form input[type=submit], form .hs-button:hover {
    background-color: transparent;
    box-shadow: -5px -5px 20px #fff, 5px 5px 20px rgb(174 174 192 / 50%) !important;
    border-color: transparent !important;
}
.dark-theme .DZresidency form input[type=submit], form .hs-button {
    box-shadow: -10px -10px 20px #001a35, 10px 10px 20px #00070e !important;
   color: #fff;
  border-color: transparent;
} 
.DZresidency .btn-outer.mt-1p5 {
    padding-bottom: 111px;
} 
.DZresidency h2.ttl.noUndeline {
    margin: 82px 0 5px;
} 
/* -------------------Media query---------- */
@media only screen and (max-width: 481px)
{
.res-btwn-in a {
    padding: 16px 13px;
font-size: 20px;
}
.DZresidency .hs_submit.hs-submit {
    text-align: center;
}
.DZresidency .btn-outer.mt-1p5.btw-r a {
    font-size: 20px;
       
}
.DZresidency #box form {
  
    padding: 26px 7px;
}

@media only screen and (max-width: 360px)
{
.res-btwn-in a {
    padding: 16px 13px;
font-size: 18px !important;
}

.DZresidency .btn-outer.mt-1p5.btw-r a {
    font-size: 18px !important;
        padding: 16px 15px;
}
.res-btwn-in span {
    font-size: 18px !important;
    padding: 16px 11px;
} 
}