/* 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
*/

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

@font-face {
  font-family: 'Theinhardt Pan';
  src: url('../fonts/TheinhardtPanLight/TheinhardtPanLight-Regular.woff2') format('woff2'),
  url('../fonts/TheinhardtPanLight/TheinhardtPanLight-Regular.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Theinhardt Pan';
  src: url('../fonts/TheinhardtPanLight/TheinhardtPanMedium-Regular.woff2') format('woff2'),
  url('../fonts/TheinhardtPanLight/TheinhardtPanMedium-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Baskerville';
  src: url('../fonts/Baskerville/Baskerville.woff2') format('woff2'),
  url('../fonts/Baskerville/Baskerville.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Baskerville';
  src: url('../fonts/Baskerville/Baskerville-Bold.woff2') format('woff2'),
  url('../fonts/Baskerville/Baskerville-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Baskerville';
  src: url('../fonts/Baskerville/Baskerville-SemiBold.woff2') format('woff2'),
  url('../fonts/Baskerville/Baskerville-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/*@font-face {
  font-family: 'Baskerville';
  src: url('../fonts/Baskerville/Baskerville-Italic.woff2') format('woff2'),
  url('../fonts/Baskerville/Baskerville-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Baskerville';
  src: url('../fonts/Baskerville/Baskerville-BoldItalic.woff2') format('woff2'),
  url('../fonts/Baskerville/Baskerville-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Baskerville';
  src: url('../fonts/Baskerville/Baskerville-SemiBoldItalic.woff2') format('woff2'),
  url('../fonts/Baskerville/Baskerville-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}*/

html ::-webkit-scrollbar,
html * ::-webkit-scrollbar {
  width: 7px;
}
html ::-webkit-scrollbar-thumb,
html * ::-webkit-scrollbar-thumb {
  background: #000;
}
html ::-webkit-scrollbar-track,
html * ::-webkit-scrollbar-track {
  background: #ddd;
}

html, * {
  scroll-behavior: smooth;
}

body {
  font-family: 'Baskerville', serif;
}

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

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


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

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

/* 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 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

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



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

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


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

/* Desktop layout */

@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));
    }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0;
}

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

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

.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;
  overflow-wrap: break-word;
}

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

/* Paragraphs */

p {
  /*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 {
  word-break: normal;
}

.head-XL, .head-XL * { font-size: 138px; line-height: 107.76px;}
.head-L, .head-L * { font-size: 96px; line-height: 96px;}
.head-M, .head-M * { font-size: 60px; line-height: 60px;}
.body-L, .body-L * { font-size: 43px; line-height: 49.19px;}
.body-ML, .body-ML * { font-size: 26px; line-height: 32px;}
.body-M, .body-M * { font-size: 18px; line-height: 25.5px;}
.menu, .menu * { font-size: 16px; line-height: 16px; letter-spacing: -0.3px}
.caption, .caption * { font-size: 22px; line-height: 22px; letter-spacing: -0.3px}

@media (max-width: 767px) {
  .head-XL, .head-XL * { font-size: 64px; line-height: 64px;}
  .head-L, .head-L * { font-size: 54px; line-height: 54px;}
  .head-M, .head-M * { font-size: 38px; line-height: 43px;}
  .body-L, .body-L * { font-size: 32px; line-height: 36.61px;}
  .body-ML, .body-ML * { font-size: 22px; line-height: 28px;}
  .body-M, .body-M * { font-size: 18px; line-height: 25.5px;}
  .menu, .menu * { font-size: 16px; line-height: 16px; letter-spacing: -0.3px}
  .caption, .caption * { font-size: 22px; line-height: 20px; letter-spacing: -0.3px}
}
.btn_primary {
    padding: 8px 24px 8px 24px;
    border-radius: 17px;
    color: #000000;
    border: 1px solid transparent;
    transition: all 0.175s linear;
    height: 32px;
    background: #FFFFFF;
    display: inline-block;
    line-height: 29px;
    backdrop-filter: blur(3px);
}
a.btn_primary {
    padding: 2px 24px 2px 24px;
}
.btn_primary:hover {
    background: #E0E0E0;
}
.btn_primary:focus {
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #FFFFFF;
}

.btn_primary.black {
    color: #FFFFFF;
    background: #000000;
}
.btn_primary.black:hover {
    color: #FFFFFF;
    background: #363535;
}
.btn_primary.black:focus {
    background: none;
    color: #000000;
    border: 1px solid #000000;
}

.btn_primary.gold {
    background: #E9D69F;
}
.btn_primary.gold:hover {
    background: #F1D992;
}
.btn_primary.gold:focus {
    color: #E9D69F;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #E9D69F;
}

.btn_secondary {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #FFFFFF;
    border-radius: 17px;
    color: #FFFFFF;
    padding: 8px 24px;
    transition: all .175s linear;
    height: 32px;
    display: inline-block;
    line-height: 29px;
    backdrop-filter: blur(3px);
}
a.btn_secondary {
    padding: 2px 24px 2px 24px;
}
.btn_secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}
.btn_secondary:focus {
    color: #000000;
    background: #FFFFFF;
}

.btn_secondary.black {
    color: #000000;
    border: 1px solid #000000;
}
.btn_secondary.black:hover {
    background: rgba(0, 0, 0, 0.1);
}
.btn_secondary.black:focus {
    background: #000000;
    color: #FFFFFF;
    border: 1px solid #000000;
}
/* Fields */

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

/* Labels */

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

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
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 textarea {
  resize: vertical;
}

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


  /* Search button input field and suggestions */
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
  }

  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }

  .body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }

  .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }

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


.form-container form input[type=text],
.form-container form input[type=search],
.form-container form input[type=email],
.form-container form input[type=password],
.form-container form input[type=tel],
.form-container form input[type=number],
.form-container form input[type=file],
.form-container form select,
.form-container form textarea {
  font-family: 'Theinhardt Pan', arial, sans-serif;
  background:none;
  color: #000000;
  outline:none;
  border-bottom:1px solid black;
  padding:0 0 6px 0;
  font-size: 16px;
  line-height: 16px;
}
.form-container .field {
  margin-bottom: 48px;
}
.form-container ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
}
.form-container ::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
}
.form-container :-ms-input-placeholder { /* IE 10+ */
  color: #000000;
}
.form-container :-moz-placeholder { /* Firefox 18- */
  color: #000000;
}
.form-container form {
  max-width: 550px;
  margin: 0 auto;
}
.form-container label {
  font-family: 'Theinhardt Pan', arial, sans-serif;
}
.form-container input[type=submit] {
  font-size: 16px;
  line-height: 16px;
  font-family: 'Theinhardt Pan', arial, sans-serif;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 17px;
  padding: 8px 24px;
  transition: all .175s linear;
  height: 32px;
  display: inline-block;
  min-width: 170px;
  backdrop-filter: blur(3px);
  color: #000000;
  border: 1px solid #000000;
}
.form-container input[type=submit]:hover {
  background: rgba(0, 0, 0, 0.1);
}
.form-container input[type=submit]:focus {
  background: #000000;
  color: #FFFFFF;
  border: 1px solid #000000;
}
.form-container .actions {
  text-align: center;
}
.form-container .submitted-message {
  text-align: center;
  font-size: 16px;
  line-height: 16px;
}
/* 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 {
  position: absolute;
  width: 100%;
  z-index:100;
  transition: all 0.5s ease-in-out;
  min-height: 200px;
  background: linear-gradient(0deg, rgba(0,0,0,0) 6%, rgba(0,0,0,0.50) 100%);
}
.header.counterScroll .content-wrapper {
  padding-right:7px;
}

.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;
  opacity:1;
  overflow: hidden;
  transition: all 0.5s linear;
}

@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 {
  margin: 32px 0 30px 0;
}

/* Navigation */

#nav-toggle {
  display: none;
}

@media (max-width:768px) {
  .header__logo--main {
    margin: 37px 0 30px 0;
  }
}

.header.header-shift {
  transform: translate3d(-50%, -70px, 0);
}
.header.header-shift .header__logo {
  opacity:0;
}

@media (max-width:768px) {
  .header.header-shift {
    transform: translate3d(-50%, -55px, 0);
  }
}
/* footer DND sections */

.footer {
  position: relative;
  z-index:100;
  opacity:1;
  animation-delay: 0.3s;
  padding: 32px 0;
}
.footer.invisible {
  opacity:0;
}
.footer.isVisible {
  opacity: 1;
  pointer-events: initial;
  transform: translateY(0px);
}
.footer.seen {
  transition: all 1.5s linear;
}

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

/* footer container */

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

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

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

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

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

  .footer__column {
    position: relative;
  }

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

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

/* Logo */

.footer__logo {
  align-items: center;
  display: flex;
  height: auto;
  overflow: hidden;
}

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

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

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

.footer__logo--main {
  margin: 30px 0 45px 0;
}

.footerInner {
  padding:48px 0;
}
/* 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;
  }
}









/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








.content-wrapper {
  max-width: 1300px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1300px;
}





html {
  font-size: 16px;
}

body {
  font-family: Baskerville, arial, sans-serif;
  color: #000000;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: Baskerville, arial, sans-serif;
}

/* Anchors */

a {
  font-weight: 300; font-family: 'Theinhardt Pan', arial, sans-serif;
  color: #666666;
}

a:hover,
a:focus {
  font-weight: 300; font-family: 'Theinhardt Pan', arial, sans-serif;
  color: #3e3e3e;
}

a:active {
  font-weight: 300; font-family: 'Theinhardt Pan', arial, sans-serif;
  color: #8e8e8e;
}

/* Headings */

h1,
.h1 {
  font-weight: normal; font-family: Baskerville, arial, sans-serif;
  color: #000000;
  font-size: 50px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: normal; font-family: Baskerville, arial, sans-serif;
  color: #000000;
  font-size: 38px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: normal; font-family: Baskerville, arial, sans-serif;
  color: #000000;
  font-size: 30px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: normal; font-family: Baskerville, arial, sans-serif;
  color: #000000;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: normal; font-family: Baskerville, arial, sans-serif;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; font-family: Baskerville, arial, sans-serif;
  color: #000000;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #FFFFFF;
}





/*button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 1px solid #000000;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

  font-family: 'Theinhardt Pan', arial, sans-serif;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  border: 1px solid #1a334e;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  border-radius: 6px;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: 'Theinhardt Pan', arial, sans-serif;
  background-color: rgba(40, 40, 40, 1.0);
  border-color: #282828;
}*/





form,
.submitted-message {

}

/* Form title */

.form-title {
  border: 1px none #FFFFFF;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-weight: normal; font-family: Baskerville, arial, sans-serif;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 30px;
  color: #425b76;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


/* Labels */

form label {
  color: #425b76;
}

/* Help text */

form legend {
  color: #425b76;
}

/* Inputs */

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #425b76;
}

::-moz-placeholder {
  color: #425b76;
}

:-ms-input-placeholder {
  color: #425b76;
}

::placeholder {
  color: #425b76;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #425b76;
}

.fn-date-picker td.is-selected .pika-button {
  background: #000000;
}

.fn-date-picker td .pika-button:hover {
  background-color: #000000 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #000000;
}






/* Table */

table {
  border: 1px solid #425b76;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #425b76;

  padding: 18px;

  color: #425b76;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #425b76;
}





.header {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #425b76;
  font-family: Baskerville;
}

.menu__child-toggle-icon {
  border-top-color: #425b76;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #1a334e;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #1a334e;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #6a839e;
}

.menu__child-toggle-icon:active {
  border-top-color: #6a839e;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #425b76;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #000000;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #000000;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #425b76;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #000000;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Baskerville;
}

.header__language-switcher-label-current:after {
  border-top-color: #425b76;
}

@media(max-width: 767px) {
  .header__navigation {
    /*background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;*/
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #425b76;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #FFFFFF;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #000000;
}

.blog-post__tag-link {
  color: #000000;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #000000;
}

.blog-post__tag-link:active {
  color: #282828;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: normal; font-family: Baskerville, arial, sans-serif;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #000000;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #000000;
}

.blog-related-posts__title-link:active {
  color: #282828;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #666666;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #3e3e3e;
}

#comments-listing .comment-reply-to:active {
  color: #8e8e8e;
}





.hs-search-results__title {
  font-weight: normal; font-family: Baskerville, arial, sans-serif;
  color: #000000;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-weight: normal; font-family: Baskerville, arial, sans-serif;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #000000;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #000000;
}

.hs-blog-post-listing__post-title-link:active {
  color: #282828;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #000000;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #000000;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #000000;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #282828;
}

.hs-pagination__link-icon svg {
  fill: #000000;
}

/* Pricing card */

.card__price {
  font-weight: normal; font-family: Baskerville, arial, sans-serif;
  color: #000000;
  font-size: 30px;
}

.card__body svg {
  fill: #000000;
}

/* Social follow */

.social-links__icon {
  background-color: #000000;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #000000;
}

.social-links__icon:active {
  background-color: #282828;
  font-weight: normal; font-family: Baskerville, arial, sans-serif;
  color: #000000;
  font-size: 30px;
}

.footer {
  min-height: 100px;
}

.footer__logo svg {
  fill: #FFFFFF;
}

/* Fading in of elements BEGIN */
.fade-in-section *:not(.fade-in-item):not(.video-hero-sub):not(.video-hero-sub *):not(.splide__slide):not(.splide__slide *):not(.masonry-with-columns):not(.masonry-with-columns *), .fade-in-item {
  opacity: 0;
  transform: translateY(100px);
  visibility: hidden;
  /*transition: opacity 1000ms ease-out, transform 500ms ease-out, visibility 1000ms ease-out;*/
  transition: opacity 1200ms, transform 1200ms, visibility 1200ms;
  /*will-change: opacity, transform, visibility;*/
}
.fade-down {
  transform: translateY(-20vh);
}
.fade-in-section.is-visible *:not(.fade-in-item):not(.video-hero-sub):not(.video-hero-sub *):not(.splide__slide):not(.splide__slide *):not(.masonry-with-columns):not(.masonry-with-columns *), .fade-in-item.is-visible {
  opacity: 1;
  transform: none;
  visibility: visible;
}
.header__logo svg {
  fill:#FFFFFF;
}
/* Fading in of elements END */