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

*, *: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)
*/







/* 1a. Containers */



/* 1b. Colors */




 




 


/* 1c. Typography */






























.row-fluid {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
  display: flex;
}

.dnd-section {
    margin-bottom: 128px;
}

@media only screen and (max-width: 899px) {
    .dnd-section {
        margin-bottom: 80px;
    }
}





html {
  font-size: 16px;
}

body {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #425b76;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
  color: #425b76;
}

@media only screen and (min-width: 1024px) {
  a:hover,
  a:focus {
    font-weight: normal; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
    color: #1a334e;
  }


  a:active {
    font-weight: normal; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
    color: #6a839e;
  }

}

/* Headings */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: 'Noto Serif', serif; font-style: normal;
  color: #425b76;
  font-size: 60px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: 'Noto Serif', serif; font-style: normal;
  color: #425b76;
  font-size: 48px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: 'Noto Serif', serif; font-style: normal;
  color: #425b76;
  font-size: 32px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: 700; text-decoration: none; font-family: 'Noto Serif', serif; font-style: normal;
  color: #425b76;
  font-size: 32px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: 600; text-decoration: none; font-family: 'Noto Serif', serif; font-style: normal;
  color: #425b76;
  font-size: 24px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: 600; text-decoration: none; font-family: 'Noto Serif', serif; font-style: normal;
  color: #425b76;
  font-size: 20px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #425b76;
}





form,
.submitted-message {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  color: ;
}

/* Labels */

form label {
  color: ;
}

/* Help text */

form legend {
  color: ;
}

/* 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 {
  background-color: #fff;
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #425b76;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #425b76;
}

::-moz-placeholder {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #425b76;
}

:-ms-input-placeholder {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #425b76;
}

::placeholder {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #425b76;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #425b76;
}

.fn-date-picker td.is-selected .pika-button {
  background: #425b76;
}
@media only screen and (min-width: 1024px) {

.fn-date-picker td .pika-button:hover {
  background-color: #425b76 !important;
}
}

.fn-date-picker td.is-today .pika-button {
  color: #425b76;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  
  
  ;
  background-color: ;
  border-radius: ;
  color: ;
  font-size: ;
  text-transform: ;
}

@media only screen and (min-width: 1024px) {

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(#null, 0.0);
  border-color: ;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(#null, 0.0);
  border-color: ;
}
}





/* Table */

table {
  
  background-color: ;
}

/* Table cells */

td,
th {
  
  
  color: ;
}

/* Table header */

thead th {
  background-color: ;
  color: ;
}

/* Table footer */

tfoot td {
  background-color: ;
  color: ;
}

.is-clipped {
  overflow: hidden !important;
}

.content-wrapper {
  margin: 0 auto;
}

.dnd-section > .row-fluid > .span12,
.main-section > .row-fluid-wrapper > .row-fluid > .span12,
.dnd-row > .row-fluid > .span12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


/* Responsive grid */

@media (max-width: 899px) {
  .row-fluid {
    display: block;
  }

  .row-fluid [class*='span'] {
    display: block;
    position: relative;
    padding: 0 16px;
  }
}

@media (min-width: 900px) {
  .row-fluid {
    display: flex;
    flex-wrap: wrap;
  }
  
  .row-fluid [class*='span'] {
    display: block;
    position: relative;
    padding: 0 16px;
  }
  
  .row-fluid .span12 {
    width: 100%;
    flex: none;
  }
  
  .row-fluid .span11 {
    width: 91.66666674%;
    flex: none;
  }
  
  .row-fluid .span10 {
    width: 83.33333337%;
    flex: none;
  }
  
  .row-fluid .span9 {
    width: 75%;
    flex: none;
  }
  
  .row-fluid .span8 {
    width: 66.66666674%;
    flex: none;
  }
  
  .row-fluid .span7 {
    width: 58.33333337%;
    flex: none;
  }
  
  .row-fluid .span6 {
    width: 50%;
    flex: none;
  }
  
  .row-fluid .span5 {
    width: 41.66666674%;
    flex: none;
  }
  
  .row-fluid .span4 {
    width: 33.33333337%;
    flex: none;
  }
  
  .row-fluid .span3 {
    width: 25%;
    flex: none;
  }
  
  .row-fluid .span2 {
    width: 16.66666674%;
    flex: none;
  }
  
  .row-fluid .span1 {
    width: 8.33333337%;
    flex: none;
  }
}

/* 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: 899px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 900px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

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

body {
  line-height: 1.4;
}

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;
}


.img-container {
  display: block;
  position: relative;
}

.img-container img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.widget-type-custom_widget .hs_cos_wrapper .hs_cos_wrapper_type_header h3 {
  font-size: 32px;
}


@media only screen and (max-width: 899px) {
  .widget-type-custom_widget .hs_cos_wrapper .hs_cos_wrapper_type_header h3 {
    font-size: 24px !important;
  }
}


button,
.button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  font-weight: 600;
  line-height: 1;
  transition: color, box-shadow 0.3s ease-in-out;
}

@media only screen and (min-width: 1024px) {
  button:hover,
  .button:hover {
    color: #fff;
    font-weight: 600;
    box-shadow: 0 8px 16px rgba(0, 16, 130, 0.1);
  }
  
  button:focus,
  .button:focus {
    box-shadow: 0 8px 16px rgba(0, 16, 130, 0.1);
    background: #425b76;
    color: #fff;
  }
}


button:disabled,
.button:disabled {
  opacity: 0.5;
}

.button svg,
button svg {
  margin-left: 8px;
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;

}

@media only screen and (min-width: 1024px) {

.button:hover svg,
.button:hover svg {
  transform: translateX(10px);
}

}

.primary-button {
  padding-top: 16px;
padding-right: 24px;
padding-bottom: 16px;
padding-left: 24px;

  background: #425b76;
  color: #FFFFFF;font-size: 16px;font-family: Manrope, sans-serif;
  border: 1px solid transparent;
}

@media only screen and (min-width: 1024px) {
.primary-button:hover {
  /* background: #fff; */
  box-shadow: inset 270px 0 0 0 #fff;
  color: #425b76;
  border-color: 0;
}
}

.secondary-button {
  padding-top: 16px;
padding-right: 24px;
padding-bottom: 16px;
padding-left: 24px;

  border: 1px solid #ffffff;

  background: transparent;
  color: #fff;font-size: 16px;font-family: Manrope, sans-serif;
}

@media only screen and (min-width: 1024px) {
.secondary-button:hover {
  border-color: #425b76;
  box-shadow: inset 270px 0 0 0 #425b76;
  /* background: #425b76; */
  color: #fff;
}
}

.no-class {
  padding: 0;
  color: #425b76;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 1024px) {
.no-class:hover {
  box-shadow: none;
  color: #425b76;
}
}
button.no-class:focus,
.button.no-class:focus {
  box-shadow: none;
  background: transparent;
  color: #425b76;
}
/* Fields */

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

/* Labels */

form label {
  display: flex;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

.hs-form-field {
  margin-bottom: 48px;
}

/* 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;
  width: 100%;
  padding: 15px 0;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #191919;
  font-size: 1rem;
  font-weight: 300;
}

form textarea {
  resize: vertical;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
    outline: 0;
    border-color: #0f37d3;
}

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

@media only screen and (min-width: 1024px) {
.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 p {
  margin-left: 1rem !important;
}

.legal-consent-container .hs-form-booleancheckbox-display > span {
    cursor: pointer;
    margin-left: 0 !important;
    font-weight: 300;
    font-size: 14px;
}

/* 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;
  padding: 16px 24px;
  border: none;
  width: 100%;
  background: #B20838;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

@media only screen and (min-width: 1024px) {
form .hs-button:hover, form input[type=submit]:hover {
    box-shadow: 0 8px 16px rgba(0, 16, 130, 0.2);
}
}

/* Captcha */

.hs_recaptcha {
    display: none;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
.iframe-wrapper {
  position: relative;
}

.iframe-wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iframe-wrapper .hs-responsive-embed {
  max-width: initial !important;
  max-height: initial !important;
  height: 500px !important;
}

@media only screen and (max-width: 899px) {
  .iframe-wrapper .hs-responsive-embed {
    height: 400px !important;
  }
}

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







.header {
  padding: 14px 0;
  background: #ffffff;
}

.header-container {
  position: relative;
  top: 0;
  z-index: 99;
}

.fixed {
  position: sticky;
  animation: slide-down 0.3s;
}

.fixed .header {
  background: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  box-shadow: 0px 4px 10px rgba(25, 25, 25, 0.1);
}

@media (max-width: 899px) {
  .header,
  .fixed .header {
    padding: 0;
    background: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    box-shadow: 0px 4px 10px rgba(25, 25, 25, 0.1);
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

*:hover {
  transition: all 0.3s ease-in-out;
}


/* Navigation skipper */

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

@media only screen and (min-width: 1024px) {
.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  top: 0;
  width: auto;
}
}




.search-icon svg > path {
  stroke: 

  
  
    
  


  rgba(11, 11, 11, 1.0)

;
}

.search-icon svg > path + path {
  stroke: transparent;
  fill: 

  
  
    
  


  rgba(11, 11, 11, 1.0)

;
}


.navbar .row-fluid {
  max-width: 1240px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
}

@media (max-width: 1023px){
  .navbar .row-fluid {
    padding: 0;
    display: block;
  }
}

.navbar-end {
  display: flex;
  /* flex-direction: column-reverse; */
  align-items: flex-start;
}

@media (max-width: 1024px) {
  .navbar-end {
    display: block;
    margin-top: 26px;
  }

}

@media (min-width: 1024px) {
  .navbar-end {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
  }

  .navbar-end .button-container {
    display: inline-block;
    margin-left: 30px;
  }
}

@media (max-width: 1023px) {
  .navbar-end > div {
    margin: 12px 0;
  }
}

.navbar-end > div#hs_cos_wrapper_button2 {
  padding: 0;
}

@media (max-width: 1023px) {
  .navbar-end > div#hs_cos_wrapper_button2 .button {
    display: block;
    text-align: center;
    width: 100%;
  }
}

.navbar-brand {
  padding: 20px 16px;
  margin: 0;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0px 4px 10px rgba(0, 16, 130, 0.1);
}

.navbar-brand svg {
  display: inline-block;
  vertical-align: middle;
}

.navbar-burger {
  min-width: 26px;
}

@media (min-width: 1024px) {
  .navbar-brand {
    padding: 0;
    box-shadow: none;
  }
  .navbar-burger, .search-icon {
    display: none;
  }
}

.logo-wrapper {
  position: relative;
  display: block;
  max-width: 220px;
}

.logo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;  
}

.navbar-menu {
  display: none;
  border-top: 1px solid transparent;
  flex-grow: 1;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
}

.navbar-menu.is-opened {
  display: block;
  margin-top: 16px;
  padding: 12px 16px;
}

@media (min-width: 1024px) {
  .navbar-menu {
    display: flex;
  }
}

.navbar-start {
  margin-left: auto;
}

header .menu__item.menu__item--depth-1:last-child a{
  display:none;
}

.footer-top .footer-menu .menu__item:last-child a{
  padding-right:22px; 
  background-size: 14px;
  background-position: 100% 2px;
  background-repeat:no-repeat;
  width: 100%;
  background-image: url("data:image/svg+xml,<svg%20xmlns=%27http://www.w3.org/2000/svg%27%20width=%2722%27%20height=%2723%27%20viewBox=%270%200%2022%2023%27%20fill=%27none%27><path%20d=%27M7.13171%2015.7189L20.1317%202.71886%27%20stroke=%27%23162156%27%20stroke-linecap=%27round%27%20stroke-linejoin=%27round%27/><path%20d=%27M15.0641%202.8367L20.1317%202.71885L20.0138%207.78645%27%20stroke=%27%23162156%27%20stroke-linecap=%27round%27%20stroke-linejoin=%27round%27/><path%20d=%27M9.5%203H3C1.89543%203%201%203.89543%201%205L1%2020C1%2021.1046%201.89543%2022%203%2022H18C19.1046%2022%2020%2021.1046%2020%2020L20%2013.5%27%20stroke=%27%23162156%27%20stroke-linecap=%27round%27/></svg>");
}
.header__language-switcher {
    margin-left: 16px;
}

@media (max-width: 900px) {
    .header__language-switcher {
        margin-left: 0;
        margin-top: 12px;
    }
}

.header__language-switcher--label {
    display: flex;
}

.header__language-switcher--label-current {
    margin-left: 8px;
}

@media (max-width: 900px) {
    .header__language-switcher--label-current {
        font-size: 16px;
    }
}

.lang_list_class {
    top: 20px !important;
}

@media (max-width: 900px) {
    .lang_list_class {
        transform: translateX(0%) !important;
        left: 0 !important;
    }
}

.lang_list_class li {
    border: none !important;
    padding: 0 16px 20px 16px !important;
}

.lang_list_class li:first-child {
    padding-top: 20px !important;
}

.globe_class:hover .lang_list_class {
    padding-top: 20px !important
}

@media (max-width: 900px) {
    .globe_class:hover .lang_list_class {
        padding-top: 10px !important
    }
}

.lang_list_class li a {
    font-size: 16px;
    font-weight: 600;
    color: #001082 !important;
}

.lang_list_class:after, .lang_list_class:before {
    border: none !important;
}
.navbar-end > div.search-icon {
  padding: 9px 0;
  cursor: pointer;
  width: 25px;
}

@media (max-width: 899px) {
  .navbar-end > div.search-icon {
    display: none;
  }
}

.search-close,
.search-section label {
  display: none;
}

.search-section.is-active,
.search-close.is-clicked {
    display: block;
}

.search-section {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -70px;
  height: 0;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}

.search-section.is-active {
  height: auto;
  opacity: 1;
  top: 100%;
  bottom: auto;
  padding: 20px 0;
  background: #fff;
  z-index: 2;
  border-top: 1px solid #EBEBEB;
}

.search-section form {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-section input[type=text] {
  border: 1px solid #ebebeb;
  height: 40px;
  outline: 0;
}

.search-section button {
  margin-left: 10px;
  padding: 0;
  background: transparent;
  border: none;
}

.search-section button span { display: none; }

.search-section button:before {
  content: '';
  background: url('https://434084.fs1.hubspotusercontent-na1.net/hubfs/434084/search-icon.png');
  display: inline-block;
  width: 25px;
  height: 25px;
}







footer .row-fluid {
    max-width: 1240px;
}

footer .dnd-section {
    margin: 0 !important;
}

.footer-top {
    background-color: white;
}

.footer_top-module-1-vertical-alignment.dnd-module {
    padding: 24px 0;
    text-align: center;
}

.footer-top .footer-menu {
    border-top: 1px solid #f9f9f9;
}

.footer-bottom {
    padding: 16px 0;
    background-color: 

  
  
    
  


  rgba(66, 91, 118, 1.0)

;
}

.footer-bottom .span6 {
    padding: 0;
}

.footer .row-fluid > .span12 {
    padding-left: 0;
    padding-right: 0;
}

.copyright, .madeby {
    margin: 0;
    font-weight: normal; text-decoration: none; font-family: 'Noto Serif', serif; font-style: normal;
    text-align: center;
    color: #425b76;
    font-size: 12px;
    text-transform: none;
}

.copyright svg {
    margin-top: 1px;
}

.footer-bottom a {
    font-weight: normal; text-decoration: none; font-family: 'Noto Serif', serif; font-style: normal;
}

@media (max-width: 899px) {
    .footer-top img {
        margin: 0 auto !important;
    }

    .row-fluid-wrapper.row-depth-1.dnd-row > .row-fluid,
    .footer_top-row-0-vertical-alignment.row-number-1 > .row-fluid {
        display: block !important;
    }

    .copyright .seperator {
        display: none;
    }
}

@media (min-width: 1288px) {
    .footer-bottom .row-fluid .span6 {
        width: 56%;
        padding-right: 0;
    }
    
    .footer-bottom .row-fluid .span2 {
        width: 10.3%;
    }
}

@media (min-width: 900px) {



    .footer_top-module-1-vertical-alignment.dnd-module {
        padding: 0;
        text-align: left;
    }

    .footer-top {
        padding: 48px 0;
    }

    .footer-top .footer-menu {
        border-top: none;
    }

    .footer-bottom .row-fluid {
        align-items: center;
    }

    .copyright {
        text-align: left;
    }
}
.swiper-pagination {
    position: static !important;
    margin-top: 20px;
}

 .swiper-pagination .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #fff;
    opacity: 1;
}

 .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 50px;
    border-color: #fff;
    background: #fff;
}

 .swiper-button-next:after,
 .swiper-button-prev:after {
    content: '' !important;
    display: inline-block;
    width: 38px;
    height: 14px;
    background: url('https://26574940.fs1.hubspotusercontent-eu1.net/hubfs/26574940/white-arrow.svg') no-repeat;
}

.swiper-button-next:after {
    transform: rotate(180deg);
}

 .swiper-button-prev,
 .swiper-button-next {
    z-index: 1;
}

/* 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: 899px) {
  .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: 899px) {
  .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: 899px) {
  .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;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 899px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

.is-hidden {
  display: none !important;
}

.is-invincible {
  visibility: hidden;
}

.page--contact .body-container-wrapper .row-fluid {
    align-items: flex-start;
}

.page--contact .hs-form,
.page--contact .row-number-5 h3 {
    max-width: 500px;
    width: 100%;
    margin: 0 0 0 auto;
}

.page--contact .row-number-5 h3 {
    margin-bottom: 40px;
}

@media only screen and (max-width: 850px) {
    .page--contact .row-number-5 h3 {
        margin-top: 80px;
        margin-bottom: 24px;
        font-size: 24px;
    }    
}

.page--contact .background-block {
    display: none;
}

.page--contact .row-number-6.dnd-section {
    margin-bottom: 0;
}

@media only screen and (max-width: 850px) {
    .page--contact .hs-form {
        max-width: initial;
        margin: 50px auto 0 auto;
    }
}


.page--error .button {
    padding: 16px 24px;
    background-color: #425b76;
    color: #fff;
}

    .is-used {
        overflow: hidden;
    }

.page--faq, .page--privacy, .page--mortages, .page--rates, .page--στεγαστικά {
    background: #F9F9F9;
}

.page--faq .row-number-1.dnd-section {
    margin-bottom: 80px;
}

.page--faq .row-number-1.dnd-section + .row-number-3 p {
    margin-bottom: 80px;
    padding: 0 16px;
}

.page--privacy .header {
    background: #fff;
}

.page--privacy h1 {
    padding: 80px 0;
    font-size: 48px;
}

@media only screen and (max-width: 1023px) {
    .page--privacy h1 {
        padding: 80px 0 40px 0;
        font-size: 32px;
    }
}

.page--home .logo-wrapper img {
    filter: brightness(0) invert(1);
}

.page--home .fixed .logo-wrapper img {
    filter: none;
}

@media (min-width: 1024px) {
    .page--home header:hover {
        background-color: #fff;
    }
    .page--home header:hover .logo-wrapper img {
        filter: none;
    }
}

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

    .menu-opened {
        height: 100vh
    }
    
    .page--home .header {
        background: transparent;
    }

    .page--home .navbar-burger svg path {
        stroke: #fff;
    }

    .page--home .fixed .header,
    .page--home .header.menu-opened {
        background: #fff;
    }

    .page--home .header.menu-opened .logo-wrapper img {
        filter: none;
    }

    .page--home .menu-opened .menu__item--depth-1>.menu__link {
        color: #001082 !important;
    }

    .page--home .menu-opened .menu__child-toggle-icon {
        border-color: #001082 !important;
    }

    .page--home .fixed .navbar-burger svg path {
        stroke: #0b0b0b;
    }
}

@media (max-width: 899px) {
    .cell_1668072909611-padding {
        padding-left: 0px !important;
    }

    .cell_1668072894075-padding {
        padding-right: 0px !important;
    }

    .dnd_area-row-6-background-color {
        padding-bottom: 0 !important
    }
}

.h3_adjacent{
    margin:0 0 1.4rem;
    text-align:center;
}


.h3_adjacent h3{
    margin-bottom:0;
    padding: 0 16px;
}

@media (max-width:768px) {
.row-fluid-wrapper {
  margin-bottom: 20px;
}
}