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

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

/* 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;
}
:root {
  --white: #fff;
  --black: #000;
  --blue-dark: #284863;
  --gray-dark: #51563E;
  --gray-200: #E3E1DD;
  --gray-300: #D4D4D4;
  --gray-600: #979EA0;
  --gray-700: #979EA0;
  --primary-green: #91A8B4;
  --primary-darker: #163937;
  --green-600-main: #6888A8;
  --brown-500-main: #A6826F;
  --green-00: #FBFCF8;
  --secondary-default: #4B96BC;
   --title-color-1: #464E51;
}
/* CSS variables */

:root {
  --column-gap: 2.13%;
}

/* Mobile layout */

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

.row-fluid [class*='span'] {
  min-height: 1px;
  width: 100%;
}

.btn {
	max-width: 9.37rem;
	text-overflow: ellipsis;
	overflow: hidden;
/* 	white-space: nowrap; */
}

/* Desktop layout */

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

  .row-fluid .span11 {
    width: calc(91.66% - var(--column-gap) * 0.0833);
  }

  .row-fluid .span10 {
    width: calc(83.33% - var(--column-gap) * 0.166);
  }

  .row-fluid .span9 {
    width: calc(75% - (var(--column-gap) * 0.25));
  }

  .row-fluid .span8 {
    width: calc(66.66% - var(--column-gap) * 0.333);
  }

  .row-fluid .span7 {
    width: calc(58.33% - var(--column-gap) * 0.4166);
  }

  .row-fluid .span6 {
    width: calc(50% - var(--column-gap) * 0.5);
  }

  .row-fluid .span5 {
    width: calc(41.66% - var(--column-gap) * 0.5833);
  }

  .row-fluid .span4 {
    width: calc(33.33% - var(--column-gap) * 0.6668);
  }

  .row-fluid .span3 {
    width: calc(25% - var(--column-gap) * 0.75);
  }

  .row-fluid .span2 {
    width: calc(16.66% - var(--column-gap) * 0.8333);
  }

  .row-fluid .span1 {
    width: calc(8.33% - var(--column-gap) * 0.9166);
  }
}

/*
* grid bs
*/
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x)*-.5);
  margin-right: calc(var(--bs-gutter-x)*-.5);
  margin-top: calc(var(--bs-gutter-y)*-1);
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-top:2em;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex:1 0 0%
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%
  }
}

#emphasis {
  background-color:#91a8b4;
}

#white-title {
  color: #e2e1dd;
}

#black-text {
  color: #103246;
}
.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x)*.5);
  padding-right: calc(var(--bs-gutter-x)*.5);
  width: 100%
}

/* .container-fluid {
  padding-left: 0;
  padding-right: 0;
} */

@media (min-width: 576px) {
  .container,.container-sm {
    max-width:540px
  }
}

@media (min-width: 768px) {
  .container,.container-md,.container-sm {
    max-width:720px
  }
}

@media (min-width: 992px) {
  .container,.container-lg,.container-md,.container-sm {
    max-width:960px
  }
}

@media (min-width: 1200px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl {
    max-width: 1170px;
  }
}

@media (min-width: 1281px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    max-width: 95%;
  }
}

@media (min-width: 1600px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    max-width: 1530px;
  }
}

/* @media (min-width: 1921px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    max-width: 90%;
  }
} */
body {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: var(--white);
  color: var(--dark-blue);
  margin: 0;
}

/* font-family: 'Montserrat', sans-serif;
font-family: 'Nunito', sans-serif; */

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

/* Paragraphs */

p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 1.4rem;
  font-weight: 400;
}

strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #5a35b7;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1rem;
  line-height: 1.3;
  font-weight: 700;
}


h1 {
  font-size: 45px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

strong {
  font-weight: 700;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

:focus {
  outline: none;
  outline-color: none;
}

.disable-focus-styles :focus {
  outline: none;
}

/* mobile */
@media (max-width: 767.98px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
  }
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 30px;
  }
}

/* tablet */
@media (min-width: 768px) and (max-width: 991.98px) { }
.btn{
max-width:30em !important;}
.btn, .hs-button {
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  height: auto;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  white-space: normal;
  width: auto;
  word-break: break-word;
  min-width: 80px;
  display: inline-flex;
  padding: 0.65rem 1.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  transition: all .2s ease-in-out;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  text-transform: uppercase
}

.btn:hover, .hs-button:hover {
  filter: saturate(1.3);
}

.btn i {
  color: var(--purple);
  margin-right: 8px;
  font-size: 14px;
}

.btn.btn-link {
  color: inherit;
  border-color: transparent;
}

.btn.btn-link:hover span, .btn.btn-link:focus span, .btn.btn-link:active span {
  text-decoration: underline
}

.btn.btn-outline {
  color: #8f7e5d;
  border-color: #8f7e5d;
  /*color: var(--brown-500-main);
  border-color: var(--brown-500-main);*/
}

.btn.btn-outline-blue {
  color: #1B4965;
  border-color: #1B4965;
}



/* .btn.btn-outline:hover, .btn.btn-outline:focus, .btn.btn-outline:active {
background: var(--dark-blue);
color: var(--white);
border-color: var(--dark-blue);
}

.btn.btn-outline:hover i, .btn.btn-outline:focus i, .btn.btn-outline:active i {
color: var(--cyan);
} */

.btn-primary, .hs-button.primary {
  background: #91A8B4;
  color: var(--white);
  border-color: #91A8B4;
}

.btn.btn-primary i, .hs-button.primary {
  color: var(--white);
}

/* .btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.hs-button.primary:hover, .hs-button.primary:focus, .hs-button.primary:active{
background: var(--dark-blue);
color: var(--white);
border-color: var(--dark-blue);
} */


/* .btn.btn-secondary {
background: var(--white);
border-color: var(--brown-500-main);
color: var(--brown-500-main);
}

.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active, {
background: var(--cyan);
border-color: var(--cyan);
color: var(--purple);
} */

/* mobile */
@media (max-width: 767.98px) {
  .btn, .hs-button {
    font-size: 12px;
    padding: 0.65rem 1rem;

  }
}

.btn-buynow {
	background-color: #afe0ff !important;
	border-color: #afe0ff !important;
	color:#5097c5 !important;
}
/* Fields */

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

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

/* 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;
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: var(--bs-modal-zindex)
}

.modal-dialog {
  margin: var(--bs-modal-margin);
  pointer-events: none;
  position: relative;
  width: auto
}

.modal.fade .modal-dialog {
  transform: translateY(-50px);
  transition: transform .3s ease-out
}

@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}

.modal.show .modal-dialog {
  transform: none
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02)
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}

.modal-dialog-centered {
  align-items: center;
  display: flex;
  min-height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-content {
  background-clip: padding-box;
  background-color: var(--bs-modal-bg);
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  color: var(--bs-modal-color);
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  background-color: var(--bs-backdrop-bg);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: var(--bs-backdrop-zindex)
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity)
}

.modal-header {
  align-items: center;
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding)
}

.modal-header .btn-close {
  margin: calc(var(--bs-modal-header-padding-y)*-.5) calc(var(--bs-modal-header-padding-x)*-.5) calc(var(--bs-modal-header-padding-y)*-.5) auto;
  padding: calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5)
}

.modal-title {
  line-height: var(--bs-modal-title-line-height);
  margin-bottom: 0
}

.modal-body {
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
  position: relative
}

.modal-footer {
  align-items: center;
  background-color: var(--bs-modal-footer-bg);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5)
}

.modal-footer>* {
  margin: calc(var(--bs-modal-footer-gap)*.5)
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin:1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15)
  }

  .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--bs-modal-width)
  }

  .modal-sm {
    --bs-modal-width: 300px
  }
}

@media (min-width: 992px) {
  .modal-lg,.modal-xl {
    --bs-modal-width:800px
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width:1140px
  }
}

.modal-fullscreen {
  height: 100%;
  margin: 0;
  max-width: none;
  width: 100vw
}

.modal-fullscreen .modal-content {
  border: 0;
  border-radius: 0;
  height: 100%
}

.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header {
  border-radius: 0
}

.modal-fullscreen .modal-body {
  overflow-y: auto
}

/* MODAL */
.modal .modal-content {
  border: 0;
  border-radius: 0;
  outline: 0;
}

.modal .modal-header {
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal .modal-title {
  color: #ff4800;
  font-size: 17px;
  line-height: 30px;
  font-weight: 300;
}

.modal .modal-header .close {
  opacity: 1;
  font-size: 30px;
  outline: 0;
}

.modal .modal-dialog {
  max-width: 680px;
}

@media (min-width: 1200px){
  .modal .modal-dialog {
    max-width: 980px;
  }
}

.modal .modal-header {
  border: 0;
}
.modal .modal-header .close {
  font-size: 30px;
  display: block;
  position: absolute;
  right: 8px;
  z-index: 5;
  top: 0;
  outline: none;
  border: 0;
  background: none;
  font-size: 30px;
  font-weight: 700;
  cursor: pointer
}
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.text-center {
  text-align: center !important;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.fixed-top {
  top: 10px;
}

.fixed-bottom,
.fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
}

.fixed-bottom {
  bottom: 0;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio:before {
  content: "";
  display: block;
  padding-top: var(--bs-aspect-ratio);
}

.ratio > * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

iframe {
  border: 0;
}

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

img,
svg {
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
  /*   transition: all .3s ease-out; */
}

.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
  position: relative;
}

/* .dropdown-menu {
background-clip: padding-box;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.175);
border-radius: 0.375rem;
color: #212529;
display: none;
font-size: 1rem;
list-style: none;
margin: 0;
min-width: 10rem;
padding: 0.5rem 0;
position: absolute;
text-align: left;
z-index: 1000;
} */

.collapse:not(.show) {
  display: none;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (max-width: 1199.98px) {
  .column-reverse {
    flex-direction: column-reverse;
  }
}

.wrapper-dnd .container-fluid {
  padding: 0;
}
.navbar {
  background: var(--white);
  width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
/*   align-items: center; */
	align-items: end;
  justify-content: space-between;
  transition: all .2s ease-in-out;
	top: 0 !important;
}

iframe.skiptranslate {
/* 	top: 120px !important; */
	top: 0;
}

.navbar > .container, .navbar > .container-fluid {
  display: flex;
  align-items: center;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  min-width: 107px;
}

@media (min-width: 1200px) {
  .navbar-brand {
    margin-right: 2rem;
  }
  .submenu .submenu-list{
  font-size: 21px;
  font-weight: 500;
  line-height: 60px;
  padding-right:50px;
  list-style: none;
  display: inline-block;}
.experiences-submenu {
    display: none;
    -webkit-backface-visibility:hidden;
    backface-visibility: hidden;
    position: absolute;
    padding-top: 0px !important;
    padding-bottom: 30px !important;
    left: 3%; /* Aligns the submenu to the right of the parent */
    top: 20%;
    overflow: visible; /* Ensures content doesn't get cut off */
    max-height: none; /* Ensures the submenu has no height restriction */
    z-index: 1000; /* Makes sure the submenu is on top of other content */
    background-color:transparent;
    width:100%;
  }
.submenu-list:hover .experiences-submenu {
    display: block;
  }
.submenu-list:first-child:hover{
    height: 600px;
}

}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .navbar-nav .nav-item {
    margin: 0 10px 0 0;
  } 

  .navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    transition: all .2s ease-in-out;
    color: var(--blue-dark);
    display: flex;
    align-items: center
  }
  .navbar-nav .dropdown-item{
    color:#fff;
  }

  .navbar-nav>.nav-item>.nav-link {
    text-transform: uppercase;
  }

  #main-header .navbar-nav>.nav-item>.nav-link {
    padding: 30px 10px;
  }

  #main-header .navbar-nav>.nav-item:hover>.nav-link {
    background: #103246;
    color: var(--white);
  }
}

.navbar-nav .nav-link:hover {
  text-decoration: none;
}

.navbar-collapse {
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1;
}

.navbar-buttons {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar-buttons .btn-link {
  color: #163937 ;
}

.dropdown .dropdown-menu li {
  margin: 0;
}

.list-items > ul > li {
	height: 24px !important;
	width: 350px;
	max-width: 400px;
}


.dropdown .dropdown-menu li+li {
  margin: 10px 0 0
}

.navbar-nav .dropdown .dropdown-menu span.nav-link {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  color: var(--violet);
  cursor: default;
}

.navbar-nav .dropdown .dropdown-menu a.nav-link {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}

.navbar-nav .dropdown .dropdown-menu a.nav-link:hover {
  text-decoration: underline
}

.navbar-nav .dropdown .dropdown-menu a.nav-link:before {
  content: "\f0a9";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
  font-size: 12px;
  line-height: 1;
}

.navbar {
	padding-top: 20px !important;
}

/* .dropdown .dropdown-toggle {
pointer-events: none
} */

.dropdown .dropdown-toggle:after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 10px;
  font-size: 12px;
}

#main-header .navbar-nav > .nav-item > .nav-link {
	padding: 16px 10px !important;
}

@media(min-width: 1200px) {
  .dropdown .dropdown-menu {
    -webkit-backface-visibility:hidden;
    backface-visibility: hidden;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    pointer-events: none;
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    transition: all .3s ease;
    z-index: 1000;
    width: 100%;
    background: linear-gradient(180deg, #103246 0%, #103246 100%);
    display: block;
    list-style: none;
    margin: 0;
    padding: 50px;
    color: #FBFCF8;
  }

  .dropdown:focus-within>.dropdown-menu,.dropdown:hover .dropdown-menu,.dropdown>.dropdown-menu:focus,.dropdown>.dropdown-menu:hover{
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  .dropdown {
    cursor: pointer;
    position: inherit
  }

  .dropdown .dropdown-menu h3 {
    font-size: 21px;
    font-weight: 500;
    line-height: 60px;
    margin: 0;
  }
  .dropdown .dropdown-menu h3 a{
    text-decoration:underline;}

  .dropdown .dropdown-menu .list-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  .dropdown .dropdown-menu .list-items ul a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2 !important;
    text-decoration-line: none;
  }
	.dropdown .dropdown-menu h3 a:hover, 
	.dropdown .dropdown-menu .list-items ul a:hover {
		color:#bddeff;
	}
	
	

}

@media(min-width: 1600px) {
  .dropdown .dropdown-menu {
    padding: 16px 100px;
  }
}


/*
* mobile
*/
@media (max-width: 1199.98px){
  .navbar-toggler {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    margin: 0;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 30px;
    width: 30px;
  }

  .navbar-toggler b {
    background-color: #163937 ;
    border-radius: 0;
    cursor: pointer;
    display: block;
    height: 2px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 6px;
    transition: all .3s ease-in-out;
    width: 20px
  }
  .navbar-toggler:hover b {
    background-color: #163937 ;
  }
  .navbar-toggler b:first-child {
    top: 0;
  }
  .navbar-toggler b:last-child {
    top: 12px;
  }
  .navbar-toggler.close b {
    left: 0;
    opacity: 0;
    -webkit-transition: background 0.2s, top 0.2s, left 0.2s, opacity 0.2s, transform 0.2s 0.25s;
    -moz-transition: background 0.2s, top 0.2s, left 0.2s, opacity 0.2s, transform 0.2s 0.25s;
    transition: background 0.2s, top 0.2s, left 0.2s, opacity 0.2s, transform 0.2s 0.25s;
  }
  .navbar-toggler.close b:first-child {
    background-color: #163937 ;
    left: 0;
    opacity: 1;
    top: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navbar-toggler.close b:last-child {
    background-color: #163937 ;
    left: 0;
    opacity: 1;
    top: 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .navbar>.container, .navbar>.container-fluid {
    flex-direction: column;
    margin: 0;
    max-width: 100%;
    padding: 0;
    align-items: flex-start;
  }

  #main-header .navbar-collapse {
    min-height: calc(100vh - 65px);
    width: 100%;
    padding: 15px;
    background: linear-gradient(180deg,#103246,#134945);
    color: #fbfcf8;
  }

  .navbar-nav {
    height: 70vh;
    overflow-x: scroll;
  }

  .navbar .navbar-brand {
    padding: 15px;
  }

  .navbar-brand img {
    max-width: 107px;
  }

  .navbar-nav .nav-item {
    margin: 0 0 10px;
  }

  .navbar-nav .nav-link {
    font-size: 18px;
    line-height: 30px;
  }

  .submenu-list:focus-within .experiences-submenu {
    display:block;
  }
  .dropdown .dropdown-menu, .dropdown .experiences-submenu {
    list-style: none;
    margin: 0;
    padding: 0 20px 0 0;
    display: none;
  }

  .dropdown .dropdown-menu h3, .submenu .submenu-list {
    font-size: 14px;
    margin: 20px 0;
    font-weight:bold;
  }
  .experiences-submenu {
    top:10%;
  }

  .dropdown .dropdown-menu .list-items ul, .experiences-submenu .list-items ul{
    column-count: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    padding: 0 0 0 20px;
    list-style: none;
    margin: 0 0 20px;
  }

  #main-header .navbar-buttons {
    justify-content: center;
    margin-top: 30px;
  }

  #main-header .navbar-buttons .btn-primary {
    background: var(--white);
    border-color: var(--white);
    color: var(--primary-green);
  }

}

@media (max-width: 87.5rem) {
	#main-header .navbar-nav>.nav-item>.nav-link {
		font-size: 11px !important;
	}
	
	.header-search-field {
		max-width: 90px !important;
	}
} 

@media (min-width: 1200px){
  .header-container {
    justify-content:space-between
  }

  .navbar {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-collapse {
    display: flex !important;
    justify-content: space-between
  }

  .navbar-nav {
    flex-direction: row
  }

  .navbar-toggler {
    display: none;
  }

}
#main-footer {
  color: var(--white);
  border-top: 1px solid #DED6CE;
  background: #1B4965;
  padding: 110px 0
}

#main-footer .brand {
  margin: 0 0 30px;
  display: block;
}

#main-footer p {
  color: #9A9284;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.318px;
  margin: 0;
}

#main-footer p a {
  text-decoration-line: underline;
}

#main-footer .social-follow {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
  gap: 16px
}

#main-footer .social-follow li a {
  background: #77b4c8;
  border-radius: 50%;
  color: var(--white);
  font-size: 15px;
  height: 25px;
  transition: all .2s ease-in-out;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1200px){
  #main-footer .navbar-nav {
    justify-content: space-between;
  }

  #main-footer .contact {
    display: flex;
    justify-content: end;
  }
}

#main-footer .navbar-nav .nav-link {
  color: #FFEBD4;
	font-size:12px;
	
}

/*
* mobile
*/ 
@media (max-width: 767.98px){ 
  #main-footer {
    padding: 30px 0;
  }

  #main-footer .brand {
    display: block;
    text-align: center;
  }

  #main-footer .social-follow {
    justify-content: center;
  }

  #main-footer p {
    margin: 20px 0 0;
    text-align: center;
  }
}
/*
* breadcrumb
*/
.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem
}

.breadcrumb-item, .breadcrumb-item.active {
  color: var(--umode-dark-blue);
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: var(--umode-dark-blue);
  content: '\f054';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
}

.breadcrumb-item .fa-house {
  background: linear-gradient(180deg,#5221ff,#a645ff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*
* sections
*/
.section {
  padding: 100px 0
}

.section-color-gray {
  background: #FBFAF9;
}

/*
* collections
*/
@media (min-width: 1200px){
  .collections-heading {
    display: flex;
    align-items: center
  }

  .collections-heading h2,
  .collections-heading p {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.collections-heading h2 {
  color: #103246;
  font-size: 64px;
  font-weight: 200;
  line-height: 1.3;
}

.collections-heading p {
  /*color: var(--gray-700);*/
  color: #1b4965;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5; 
}

.collections-heading.center {
  display: block;
  text-align: center;
}

.collections-heading.center h2 {
  max-width: 100%
}

.collections .segment .segmemnt-title {
  color: var(--primary-green);
  font-size: 36px;
  font-weight: 700;
  line-height: 40px; 
  letter-spacing: -1px;
}

.collections .segment p {
  color: var(--gray-700);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; 
}

.tabs-collection .nav {
  list-style: none;
  padding: 0;
  margin: 40px 0;
  display: flex;
  gap: 40px
}

.tabs-collection .nav a {
  color: var(--gray-300);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -1px;
}
.tabs-collection .nav a:hover {
	color:#bddeff;
}

.tabs-collection .nav a.active {
  color: var(--green-600-main);
  font-weight: 700;
}

.collections .collection a:not(.btn),
.collections .product-item {
  position: relative;
  border-radius: 2px;
  margin: 0 0 32px;
  overflow: hidden;
  display: block;
}

.collections .collection a:not(.btn):before,
.collections .product-item:before {
  position: absolute;
  content: '';
  background: linear-gradient(180deg,rgba(16, 50, 70, 0),  rgba(16, 50, 70, 1));
  width: 100%;
  height: 100%;
}

.collections .collection img,
.collections .product-item img {
  border-radius: 2px;
}

@media (min-width: 1200px){
  .collections .collection img,
  .collections .product-item img {
    height: 330px;
    width: 100%;
    object-fit: cover;
  }
}

.collections .caption {
  left: 0;
  padding: 32px;
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 0;
}

.collections .caption h3 {
  /*color: var(--secondary-default);*/
  color: #6888a8;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3; 
  letter-spacing: -0.5px;
  margin: 0 0 5px 0;
}

.collections .caption p {
  color: var(--gray-200);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.318px;
  margin: 0
}

.collections .product-item .caption .sku,
.collections .product-item .caption .price {
  /*color: var(--gray-200);*/
  color: #e2e1dd;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  text-transform: uppercase;
}

.collections .product-item .caption .sku {
  font-size: 14px;
  letter-spacing: -0.318px;
}

.collections .product-item .caption .price {
  font-size: 18px;
}

.collections .product-item .caption h3 {
  color: #91a8b4;
  font-size: 21px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.5px;
  margin: 0 0 10px
}

.collections .product-item .caption .btn {
  background: #5097c5;
  border-color: #5097c5;
  color: var(--white);
  font-size: 11px;
  line-height: 16px;
  padding: 0.4rem 1rem;
  margin: 10px 0 0
}

.collections .products-group.scroll {
  flex-wrap: nowrap;
  overflow-y: auto;
  margin-bottom: 32px
}

@media (min-width: 1600px){
  .collections .products-group.scroll .col-lg-3 {
    max-width: 353px;
  }
}

.collections .products-group::-webkit-scrollbar{
  height: 8px;
  background: #D9D9D9;
}

.collections .products-group::-webkit-scrollbar-track {
  background: #D9D9D9; 
}

.collections .products-group::-webkit-scrollbar-thumb {
  background: #4B96BC; 
}

.collections .products-group::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.collections .btn-see-all {
  background: #1B4965;
  border-color: #1B4965;
  color: var(--white);
}

.collections-group .collection-pane { display: none }

/*
* testimonials
*/
.testimonials {
  padding: 50px 0;
  background: #FBFAF9;
}

.testimonials h2 {
  color: #133247;
  font-size: 64px;
  font-weight: 400;
  line-height: 80px;
  margin: 0 0 50px;
  text-align: center
}

.testimonials .item {
  display: flex;
  align-items: center
}

.testimonials .item .text {
  max-width: 100%;
  color: var(--gray-600);
  text-align: center;
  padding: 0 15px;
}

.testimonials .text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.5px;
  font-style: italic
}

.testimonials .text .author h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px; 
  letter-spacing: -0.318px;
  margin: 0
}

.testimonials .text .author p {
  color: #BAB5AB;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px; 
  letter-spacing: -0.273px;
  margin: 0;
  font-style: normal
}

#main-content .owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}

#main-content .owl-carousel .owl-nav button.owl-next,
#main-content .owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  /*background: #77B4C8;*/
  background: #116b8e;
  color: var(--white);
  box-shadow: 2px 2px 5px #ddd
}

#main-content .owl-carousel .owl-nav button.disabled {
  background: var(--white);
  color: #E3E1DD;
}

.testimonials .owl-nav .owl-prev {
  left: -80px
}

.testimonials .owl-nav .owl-next {
  right: -80px
}

/*
* simple-page
*/
.simple-page {
  padding: 150px 0 80px;
}

.simple-page .text {
  color: #7b7365;
}

.simple-page .text h1 {
  font-size: 50px;
  line-height: 80px;
  margin: 0 0 50px;
  color: #134945;
}

.simple-page .text h2 {
  color: #77b4c8;
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 30px;
}

.simple-page .text p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -.5px;
  line-height: 32px;
}

/*
* blog
*/
.blog-group {
  display: grid;
  grid-template-columns: repeat(1,1fr)
}

@media (min-width: 1200px) {
  .blog-group {
    gap: 32px;
    grid-template-columns: repeat(4,1fr)
  }
}

.our-blog .heading {
  margin: 0 0 50px;
  text-align: center
}

.our-blog .heading h1,
.our-blog .heading h2 {
  /*color: var(--title-color-1);*/
  color: #103246;
  font-size: 64px;
  font-weight: 400;
  line-height: 80px;
}

.our-blog .heading p {
  color: #BAB5AB;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.our-blog .post {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid #E3E1DD;
  background: #FBFAF9;
}

.our-blog .post .image {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 220px;
  position: relative;
}

.post-tag {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 16px
}

.post-tag a {
  background: #284863;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 10px 16px;
  text-transform: uppercase;
}

.our-blog .post .image .post-tag {
  position: absolute;
  top: 0;
  right: 0;
}

.our-blog .post .text {
  padding: 30px
}

.our-blog .post .date {
  /*color: #9A9284;*/
  color: #a58e7a;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.318px;
}

.our-blog .post .text h3 {
  /*color: #38342E;*/
  color: #103246;
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
}

.our-blog .post .text p {
  /*color: #7B7365;*/
  color: #8f7e5d;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0
}

.our-blog .post .read {
  text-align: center;
  padding: 0 30px 30px;
}

/* mobile */
@media (max-width: 767.98px) {
  #main-content .section {
    padding: 50px 0;
  }

  #main-content .section .heading h2,
  #main-content .section h2 {
    font-size: 30px;
    line-height: 40px;
  }

  #main-content .section .heading p,
  .collections-heading p {
    font-size: 16px;
    line-height: 26px;
  }

  #main-content h2 br { display: none }

  .tabs-collection .nav {
    gap: 16px;
    margin: 20px 0;
  }

  .tabs-collection .nav a {
    font-size: 20px;
    line-height: 30px;
  }

  .collections .collection img, .collections .product-item img {
    object-fit: cover;
    width: 100%;
  }

  .collections .segment .segmemnt-title {
    font-size: 24px;
    line-height: 34px;
  }

  .collections .product-item .caption h3 {
    font-size: 18px;
    line-height: 23px;
  }

  .testimonials .item {
    display: block;
    text-align: center;
  }

  .testimonials .item .image {
    margin: 0 auto 30px;
  }

  .testimonials .item .text {
    padding-left: 0;
    width: 100%;
  }

  .testimonials .text p {
    font-size: 16px;
    line-height: 26px;
  }

  .testimonials .item {
    display: block;
    text-align: center;
  }

  .testimonials .item .image {
    margin: 0 auto 30px;
  }

  .testimonials .item .text {
    padding-left: 0;
    width: 100%;
  }

  .testimonials .text p {
    font-size: 16px;
    line-height: 26px;
  }

  .testimonials .owl-nav .owl-prev {
    left: 0;
  }

  .testimonials .owl-nav .owl-next {
    right: 0;
  }

  .our-blog .post {
    min-height: auto;
    margin-bottom: 30px;
  }
}


@media (max-width: 1199.98px) {
	#main-header .navbar-collapse {
		background: #103246 !important;
	}
}