@charset "UTF-8";
/* Simple one value */
/* Which outputs... */
/* Margin-top simple one value */
/* Which outputs... */
/* Margin shorthand [value] [0/auto] */
/* Which outputs... */
/* * Unfortunately margin:[0/auto] [value] isn’t supported.*/
/* Margin shorthand with values for top/bottom & left/right */
/* Which outputs... */
body {
  background-color: #FFFFFF;
  color: #202020;
  font-size: clamp(14px, 0.9375vw, 18px);
  font-family: "lato", sans-serif;
}
* {
  outline: 0 none;
}
::-moz-selection {
  background-color: #00418D;
  color: #FFFFFF;
}
::selection {
  background-color: #00418D;
  color: #FFFFFF;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
:-moz-placeholder {
  color: inherit;
  opacity: 1;
}
::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
h1, .h1 {
  font-size: clamp(32px, 3.90625vw, 75px);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 0.5em;
  font-family: "lato", sans-serif;
}
h2, .h2 {
  font-size: clamp(28px, 2.96875vw, 57px);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 0.5em;
  font-family: "lato", sans-serif;
}
h3, .h3 {
  font-size: clamp(21px, 1.6666666667vw, 32px);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 0.75em;
  font-family: "lato", sans-serif;
}
h4, .h4 {
  font-size: clamp(18px, 1.25vw, 24px);
  font-family: "lato", sans-serif;
  font-weight: 900;
}
h5, .h5 {
  font-size: 1.8rem;
  font-size: clamp(16px, 0.9375vw, 18px);
  font-family: "lato", sans-serif;
  font-weight: 700;
}
h6, .h6 {
  font-size: 14px;
  font-weight: 700;
}
.container {
  max-width: 1920px;
  padding-left: clamp(25px, 5.2083333333vw, 100px);
  padding-right: clamp(25px, 5.2083333333vw, 100px);
}
@media (max-width: 991px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
a, button, .button, input, .fas, .far, label, button[type="submit"] {
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  text-decoration: none;
}
input, textarea, button, select {
  font-family: "lato", sans-serif;
  outline: none !important;
  line-height: normal;
}
input[type="submit"] {
  -webkit-appearance: none;
}
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], input[type="file"], input[type="search"], textarea, select, .selectric {
  width: 100%;
  font-family: "lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border: none;
  border-bottom: 2px solid gray;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 26px !important;
  padding: 12px 0;
  background-color: #FFFFFF;
  color: #202020;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
@media (max-width: 767px) {
  input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], input[type="file"], input[type="search"], textarea, select, .selectric {
    line-height: 20px !important;
    padding: 10px 15px;
  }
}
input[type="text"].form-control, input[type="email"].form-control, input[type="password"].form-control, input[type="tel"].form-control, input[type="number"].form-control, input[type="file"].form-control, input[type="search"].form-control, textarea.form-control, select.form-control, .selectric.form-control {
  height: 60px;
  font-weight: 300;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.wrapper {
  width: 100%;
  overflow: hidden;
}
.page-body > *:last-child {
  margin-bottom: 0;
}
div.gform_wrapper.gravity-theme input[type=color], div.gform_wrapper.gravity-theme input[type=date], div.gform_wrapper.gravity-theme input[type=datetime-local], div.gform_wrapper.gravity-theme input[type=datetime], div.gform_wrapper.gravity-theme input[type=email], div.gform_wrapper.gravity-theme input[type=month], div.gform_wrapper.gravity-theme input[type=number], div.gform_wrapper.gravity-theme input[type=password], div.gform_wrapper.gravity-theme input[type=search], div.gform_wrapper.gravity-theme input[type=tel], div.gform_wrapper.gravity-theme input[type=text], div.gform_wrapper.gravity-theme input[type=time], div.gform_wrapper.gravity-theme input[type=url], div.gform_wrapper.gravity-theme input[type=week], div.gform_wrapper.gravity-theme select, div.gform_wrapper.gravity-theme textarea {
  font-size: 16px;
  line-height: 26px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 0;
  padding-right: 0;
  border-color: #CCCCCC;
  background-color: transparent;
}
div.gform_wrapper.gravity-theme select {
  border: 2px solid #CCCCCC;
  padding-left: 15px;
  padding-right: 45px;
}
div.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}
div.gform_wrapper.gravity-theme .iti__flag-container {
  font-size: 13px;
}
div.gform_wrapper.gravity-theme .iti__flag-container .iti__selected-flag {
  padding: 0 10px;
}
div.gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
div.gform_wrapper.gravity-theme .gfield {
  position: relative;
}
div.gform_wrapper.gravity-theme .gfield:not(.gfield--type-select):not(.gfield--type-fileupload):not(.gfield--type-radio):not(.gfield--type-checkbox) .gfield_label {
  position: absolute;
  top: 14px;
  left: 0;
  transition: 0.1s all linear;
  cursor: text;
  margin-bottom: 0;
  z-index: 1;
}
div.gform_wrapper.gravity-theme .gfield_label {
  font-weight: 400;
  font-size: clamp(16px, 1.1458333333vw, 22px);
}
div.gform_wrapper.gravity-theme .gfield.active:not(.gfield--type-select):not(.gfield--type-fileupload):not(.gfield--type-radio):not(.gfield--type-checkbox) .gfield_label {
  top: -10px;
  font-size: 12px;
}
div.gform_wrapper.gravity-theme .gfield--type-fileupload {
  margin-top: 20px;
}
@media (max-width: 640px) {
  div.gform_wrapper.gravity-theme .gfield--type-fileupload {
    grid-column: span 6 !important;
  }
}
div.gform_wrapper.gravity-theme .gfield--type-fileupload label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
div.gform_wrapper.gravity-theme .gfield--type-fileupload label:before {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: clamp(32px, 2.1875vw, 42px);
  height: clamp(32px, 2.1875vw, 42px);
  flex: 0 0 42px;
  flex-basis: clamp(32px, 2.1875vw, 42px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #FFFFFF;
  background-color: #B89F73;
  margin-right: 15px;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
div.gform_wrapper.gravity-theme .gfield--type-fileupload label:hover:before {
  background-color: #AA9269;
}
div.gform_wrapper.gravity-theme .gfield--type-fileupload input[type="file"] {
  position: absolute;
  left: -9999px;
  width: 100px;
}
div.gform_wrapper.gravity-theme .gfield--type-fileupload .gform_fileupload_rules {
  display: none;
}
div.gform_wrapper.gravity-theme .gfield_radio {
  display: flex;
  flex-wrap: wrap;
}
div.gform_wrapper.gravity-theme .gfield_radio .gchoice:not(:last-child) {
  margin-right: 27px;
}
div.gform_wrapper.gravity-theme .validation_message {
  margin-top: 3px;
  background: none;
  border: none;
  padding: 0;
  font-size: 13px;
}
div.gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 12px;
  box-shadow: none;
}
div.gform_wrapper.gravity-theme .gfield_error input[type="text"][aria-invalid=true], div.gform_wrapper.gravity-theme .gfield_error input[type="email"][aria-invalid=true], div.gform_wrapper.gravity-theme .gfield_error input[type="tel"][aria-invalid=true], div.gform_wrapper.gravity-theme .gfield_error textarea[aria-invalid=true] {
  border-width: 2px;
  border-top: none;
  border-left: none;
  border-right: none;
}
div.gform_wrapper.gravity-theme .gform_footer {
  padding-bottom: 0;
  padding-top: 0;
  margin-top: clamp(24px, 2.0833333333vw, 40px);
  justify-content: flex-end;
}
div.gform_wrapper.gravity-theme #field_submit {
  align-self: flex-start;
  justify-content: flex-end;
}
div.gform_wrapper.gravity-theme .gform_button, div.gform_wrapper.gravity-theme .gform-button {
  background-color: #00418D;
}
div.gform_wrapper.gravity-theme .gform_button:hover, div.gform_wrapper.gravity-theme .gform-button:hover {
  background-color: #023672;
}
select {
  height: 60px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 33 8.2" width="33" height="8.2" style="enable-background:new 0 0 33 8.2;" xml:space="preserve"><style type="text/css">.st0{fill:%2300418D;}</style><path class="st0" d="M6.1,7.8C5.8,8.2,5.1,8.4,4.7,8.1C4.6,8,4.5,7.9,4.4,7.8L0.2,1.6C-0.1,1.1,0,0.5,0.4,0.2C0.6,0.1,0.8,0,1,0h8.5c0.6,0,1,0.4,1,1c0,0.2-0.1,0.4-0.2,0.6L6.1,7.8z"/></svg>');
  background-repeat: no-repeat;
  background-position: right center;
  border: 2px solid #CCCCCC;
  padding-left: 15px;
  padding-right: 45px;
}
textarea {
  height: 140px;
  display: block;
  resize: none;
}
@media (max-width: 767px) {
  textarea {
    height: 120px;
  }
}
a {
  color: #00418D;
  text-decoration: underline;
}
a:hover {
  color: #00418D;
  text-decoration: none;
}
b, strong {
  font-weight: 700;
}
p, ul, ol {
  margin-bottom: 25px;
}
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
@media (max-width: 991px) {
  #wpadminbar {
    display: none !important;
  }
  html[lang*="-"] {
    margin-top: 0 !important;
  }
}
/* Alignments */
.alignleft {
  float: left;
  margin-right: 1rem;
}
@media only screen and (min-width: 768px) {
  .alignleft {
    margin-right: calc(2 * 1rem);
  }
}
.alignright {
  float: right;
  margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
  .alignright {
    margin-left: calc(2 * 1rem);
  }
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  max-width: 100%;
  padding: 4px;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  text-align: center;
}
.wp-caption-text {
  margin: 10px 0;
  font-size: 15px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.videoWrapper iframe, .videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-bg {
  position: relative;
  display: block;
}
.img-bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.selectric {
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  color: #202020;
}
.selectric .label {
  color: inherit;
  font-size: clamp(17px, 1.0416666667vw, 20px);
  text-transform: uppercase;
  height: auto;
  line-height: 1.2;
  margin-left: 18px;
  margin-right: 0;
}
.selectric .button {
  background: none !important;
  color: #00418D;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  width: 24px;
  height: 24px;
  position: absolute;
  right: auto;
  left: 5px;
  top: 50%;
  margin-top: -12px;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.selectric .button:before, .selectric .button:after {
  content: "";
  border: none;
  width: 100%;
  height: 3px;
  background: #bd4a94;
  background: -moz-linear-gradient(-45deg, #bd4a94 0%, #d51c28 100%);
  background: -webkit-linear-gradient(-45deg, #bd4a94 0%, #d51c28 100%);
  background: linear-gradient(135deg, #bd4a94 0%, #d51c28 100%);
  position: absolute;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transform-origin: 50% 50%;
  top: 50%;
  left: 0;
  margin-top: -1.5px;
}
.selectric .button:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.selectric-hover .selectric .label {
  color: #00418D;
}
.selectric-hover .selectric .button {
  color: #00418D;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.selectric-hover.selectric-open .selectric .label {
  color: #00418D;
}
.selectric-open .label {
  color: #00418D;
}
.selectric-open .button:after {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.selectric-open .selectric-items {
  opacity: 1;
}
.selectric-items {
  background-color: #F1F1F1;
  border: none;
  padding: 13px 15px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 0 0 20px 0;
  -moz-border-radius: 0 0 20px 0;
  border-radius: 0 0 20px 0;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
.selectric-items .selectric-scroll {
  -webkit-overflow-scrolling: touch;
}
.selectric-items .selectric-scroll::-webkit-scrollbar {
  width: 2px;
}
.selectric-items .selectric-scroll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}
.selectric-items .selectric-scroll::-webkit-scrollbar-thumb {
  background: #00418D;
}
.selectric-items li {
  background: none !important;
  position: relative;
  color: #000000;
  white-space: nowrap;
  padding: 8px 15px 8px 22px;
  font-size: 16px;
}
.selectric-items li:before {
  content: "";
  width: 11px;
  height: 11px;
  border: 1px solid #00418D;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5.5px;
}
.selectric-items li:hover {
  color: #00418D;
}
.selectric-items li.selected {
  color: #202020;
}
.selectric-items li.selected:before {
  background-color: #00418D;
}
body {
  padding-top: 108px;
}
@media (max-width: 991px) {
  body {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  body.admin-bar .navbar {
    top: 32px;
  }
}
.navbar {
  padding: 0 16px;
  background-color: #00418D;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  backdrop-filter: blur(15px);
  height: 108px;
}
@media (max-width: 991px) {
  .navbar {
    padding-left: 25px;
    padding-right: 25px;
    height: 80px;
  }
}
.navbar-topmenu {
  margin-inline: auto;
  padding-inline: 20px;
}
@media (max-width: 1023px) {
  .navbar-topmenu {
    display: none !important;
  }
}
.navbar-topmenu .nav li + li:before {
  content: "";
  display: inline-block;
  background-color: #B89F73;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-inline: clamp(16px, 1.0416666667vw, 20px);
}
.navbar-topmenu .nav li a {
  font-weight: 700;
  text-decoration: none !important;
  font-family: "poppins", sans-serif;
  color: #FFFFFF;
}
.navbar-topmenu .nav li a:hover {
  color: #B89F73;
}
.navbar .button {
  margin-right: clamp(12px, 0.8333333333vw, 16px);
  display: inline-flex;
  align-items: center;
  font-size: clamp(14px, 0.9375vw, 18px);
}
@media (max-width: 1023px) {
  .navbar .button {
    margin-left: auto;
  }
}
.navbar .button + .button {
  margin-left: 0;
}
@media (max-width: 767px) {
  .navbar .button {
    display: none !important;
  }
}
.navbar .button.popup-login-btn, .navbar .button.popup-register-btn {
  text-transform: uppercase;
}
.navbar .button .current-suitcase-count {
  display: flex;
  width: 21px;
  height: 21px;
  background: #B89F73;
  color: #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-left: 8px;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  padding-top: 4px;
  margin-top: -2px;
}
.navbar .winspire-alert-success {
  position: absolute;
  top: 100%;
  z-index: 22;
  background: #FFFFFF;
  border: 2px solid #00418D;
  padding: 10px 20px;
  color: #00418D;
  font-weight: 700;
  right: 22%;
  margin-top: -15px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .navbar .winspire-alert-success {
    top: -63px;
  }
}
.navbar .winspire-alert-success:after {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #B89F73;
  margin-left: 10px;
}
.navbar .container-fluid {
  padding-left: 0;
  padding-right: 0;
  justify-content: space-between;
}
.navbar .logo {
  position: relative;
  width: clamp(152px, 14.5833333333vw, 280px);
  margin-left: clamp(11px, 1.1458333333vw, 22px);
  text-decoration: none;
}
@media (max-width: 991px) {
  .navbar .logo {
    margin-left: 0;
  }
}
.navbar .logo img {
  width: 100%;
}
.navbar .logo img.logo-default {
  display: none;
}
.navbar-toggler {
  background: none;
  border: 3px solid #FFFFFF;
  border-width: clamp(2px, 0.15625vw, 3px);
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: clamp(48px, 3.90625vw, 75px);
  height: clamp(48px, 3.90625vw, 75px);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.navbar-toggler:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar-toggler .icon-bar {
  display: block;
  height: 3px;
  background: #FFFFFF;
  width: 100%;
  opacity: 1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.navbar-toggler .icon-bar:nth-child(2) {
  width: 75%;
}
.navbar-toggler .icon-bar:nth-child(3) {
  width: 50%;
}
.navbar-toggler .icon-bar + .icon-bar {
  margin-top: clamp(5px, 0.4166666667vw, 8px);
}
.navbar-toggler:not(.collapsed) {
  color: #00418D;
}
.navbar-toggler:not(.collapsed) .icon-bar {
  background-color: #FFFFFF;
}
.navbar-collapse {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  display: flex !important;
  flex-direction: column;
  align-items: flex-end;
  visibility: hidden;
  z-index: -99;
}
.navbar-collapse.collapsing {
  -webkit-transition: opacity 0s ease-in-out;
  -moz-transition: opacity 0s ease-in-out;
  -ms-transition: opacity 0s ease-in-out;
  -o-transition: opacity 0s ease-in-out;
  transition: opacity 0s ease-in-out;
}
.navbar-collapse.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  z-index: 101;
}
.navbar-collapse--content {
  flex: 1;
  width: 100%;
  justify-content: flex-end;
}
.navbar-collapse--top {
  background-color: #2C2C2C;
  text-align: center;
  padding-top: clamp(25px, 2.0833333333vw, 40px);
  padding-bottom: clamp(25px, 2.0833333333vw, 40px);
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
  font-family: "poppins", sans-serif;
}
.navbar-collapse--top p {
  margin-bottom: 0;
}
.navbar-collapse--top p strong {
  font-size: 15px;
}
.navbar-collapse--main {
  background: #202020;
  color: #FFFFFF;
  flex: 0 0 325px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .navbar-collapse--main {
    flex: 0 0 100%;
  }
}
.navbar-collapse--main a {
  color: #FFFFFF;
}
.navbar-collapse--close {
  position: absolute;
  border: none;
  background: none;
  right: 20px;
  top: 20px;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.navbar-social {
  margin-top: auto;
  padding-bottom: 20px;
  padding-top: 20px;
}
.navbar-social .nav {
  justify-content: center;
}
.navbar-social .nav li a {
  text-decoration: none;
  display: block;
  line-height: 1;
  font-size: 26px;
  color: #FFFFFF;
}
.navbar-social .nav li a:hover {
  color: #B89F73;
}
.navbar-social .nav li + li {
  margin-left: 8px;
}
.navbar-nav {
  position: relative;
  z-index: 3;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 148px);
  padding-right: 30px;
  width: 100%;
  padding-left: clamp(30px, 2.96875vw, 57px);
  margin-top: clamp(20px, 1.875vw, 36px);
}
@media (max-width: 991px) {
  .navbar-nav {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.navbar-nav::-webkit-scrollbar {
  width: 2px;
}
.navbar-nav::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
}
.navbar-nav::-webkit-scrollbar-thumb {
  background: #B89F73;
}
.navbar-nav > li + li {
  margin-top: 14px;
}
@media (max-width: 991px) {
  .navbar-nav > li + li {
    border-top: 1px solid #2C2C2C;
    margin-top: 12px;
    padding-top: 12px;
  }
}
.navbar-nav > li > a {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 22px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #B89F73;
}
@media (max-width: 991px) {
  .navbar-nav > li > a {
    width: 100%;
  }
}
.navbar-nav > li > a .menu-item-toggle {
  display: none;
  width: 48px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.navbar-nav > li > a .menu-item-toggle:before, .navbar-nav > li > a .menu-item-toggle:after {
  content: "";
  width: 16px;
  height: 2px;
  background: #B89F73;
  position: absolute;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transform-origin: 50% 50%;
  top: 50%;
  left: 50%;
  margin-top: -1px;
}
.navbar-nav > li > a .menu-item-toggle:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.navbar-nav > li > a .menu-item-toggle span {
  padding-right: 0;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  font-size: 8px;
}
.navbar-nav > li > a .menu-item-toggle.active:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
@media (max-width: 991px) {
  .navbar-nav > li > a .menu-item-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.navbar-nav > li > a:hover {
  color: #AA9269;
}
.navbar-nav > li ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .navbar-nav > li ul {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .navbar-nav > li ul {
    display: none;
  }
}
.navbar-nav > li ul > li a {
  position: relative;
  padding: 4px 11px 6px 20px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #FFFFFF;
}
.navbar-nav > li ul > li a:after {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #B89F73;
  margin-left: 18px;
  font-size: 15px;
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.navbar-nav > li ul > li a:hover {
  background-color: #2C2C2C;
}
.navbar-nav > li ul > li a:hover:after {
  opacity: 1;
}
@media (max-width: 991px) {
  .navbar.opened .navbar-toggler:hover .icon-bar, .navbar.opened .navbar-toggler:not(.collapsed) .icon-bar {
    background-color: #FFFFFF !important;
  }
}
.footer {
  background-color: #FFFFFF;
  border-top: 1px solid #707070;
  padding-top: clamp(40px, 5.2083333333vw, 100px);
  padding-bottom: clamp(40px, 5.2083333333vw, 100px);
}
.footer-logo {
  max-width: clamp(123.5px, 12.8645833333vw, 247px);
  margin-bottom: clamp(20px, 1.8229166667vw, 35px);
}
.footer-top {
  margin-bottom: clamp(37.5px, 3.90625vw, 75px);
}
.footer-text {
  flex: 0 0 41%;
}
.footer-text h3 {
  color: #00418D;
  max-width: 85%;
  font-size: clamp(18px, 1.6666666667vw, 32px);
}
.footer-location {
  margin-left: auto;
}
@media (min-width: 992px) {
  .footer-location {
    margin-right: clamp(45px, 4.6875vw, 90px);
  }
}
@media (max-width: 991px) {
  .footer-location {
    margin-top: 30px;
  }
}
.footer-location h4 {
  color: #00418D;
}
.footer-menu .menu {
  -webkit-column-count: 2;
  column-count: 2;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu .menu li {
  flex: 0 0 100%;
  margin-bottom: clamp(7.5px, 0.78125vw, 15px);
}
.footer-menu .menu li a {
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 900;
  text-decoration: none;
}
.footer-menu .menu li a:hover {
  color: #B89F73;
}
.footer-social {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .footer-social {
    display: block;
  }
}
@media (max-width: 419px) {
  .footer-social {
    flex-wrap: wrap;
  }
}
.footer-social p {
  white-space: nowrap;
  margin-bottom: 0;
  margin-right: clamp(17.5px, 1.8229166667vw, 35px);
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 900;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .footer-social p {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 419px) {
  .footer-social p {
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.footer-social .nav li a {
  text-decoration: none;
  display: block;
  line-height: 1;
  font-size: clamp(24px, 2.0833333333vw, 40px);
}
.footer-social .nav li a:hover {
  color: #B89F73;
}
.footer-social .nav li + li {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .footer-copyright {
    margin-top: 30px;
  }
}
.footer-copyright a {
  text-decoration: none;
}
.footer-copyright a:hover {
  color: #B89F73;
}
@media (max-width: 767px) {
  .footer-copyright .mobile-sep {
    display: block;
    text-indent: -9999px;
    line-height: 0;
  }
}
.page-builder-section {
  padding-top: clamp(40px, 5.2083333333vw, 100px);
  padding-bottom: clamp(40px, 5.2083333333vw, 100px);
}
.button, .hs-button {
  display: inline-block;
  text-decoration: none !important;
  background-color: #B89F73;
  color: #FFFFFF;
  font-weight: 700;
  font-size: clamp(16px, 1.09375vw, 21px);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  line-height: 26px;
  padding-top: clamp(14px, 0.9895833333vw, 19px);
  padding-bottom: clamp(10px, 0.78125vw, 15px);
  padding-left: clamp(18px, 1.6666666667vw, 32px);
  padding-right: clamp(18px, 1.6666666667vw, 32px);
  border: none;
  font-family: "poppins", sans-serif;
}
.button:hover, .hs-button:hover {
  background-color: #AA9269;
  color: #FFFFFF;
}
.button.alt, .button.blue, .button.primary, .hs-button.alt, .hs-button.blue, .hs-button.primary {
  background-color: #00418D;
  color: #FFFFFF;
}
.button.alt:hover, .button.blue:hover, .button.primary:hover, .hs-button.alt:hover, .hs-button.blue:hover, .hs-button.primary:hover {
  background-color: #023672;
  color: #FFFFFF;
}
.button.gold, .hs-button.gold {
  background-color: #B89F73;
  color: #FFFFFF;
}
.button.gold:hover, .hs-button.gold:hover {
  background-color: #AA9269;
}
.button.alt2, .hs-button.alt2 {
  border: 2px solid #00418D;
  background-color: #FFFFFF;
  color: #00418D;
  line-height: 22px;
}
.button.alt2:hover, .hs-button.alt2:hover {
  background-color: #00418D;
  color: #FFFFFF;
}
.button:disabled, .hs-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.button-arrow, .hs-button-arrow {
  display: inline-flex;
  align-items: center;
  color: #B89F73;
  font-size: clamp(17px, 1.09375vw, 21px);
  font-weight: 900;
  text-decoration: none !important;
}
.button-arrow:after, .hs-button-arrow:after {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  background-color: #B89F73;
  color: #FFFFFF;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding-right: 2px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: clamp(15px, 1.0416666667vw, 20px);
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.button-arrow.white, .hs-button-arrow.white {
  color: #FFFFFF;
}
.button-arrow.white:hover span, .hs-button-arrow.white:hover span {
  text-decoration: underline;
}
.button-arrow:hover:after, .hs-button-arrow:hover:after {
  background-color: #AA9269;
}
.button-link, .hs-button-link {
  display: inline-flex;
  align-items: center;
  color: #B89F73;
  font-size: clamp(17px, 1.1979166667vw, 23px);
  font-weight: 900;
  text-decoration: none !important;
}
.button-link:after, .hs-button-link:after {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(14px, 0.78125vw, 15px);
  margin-left: clamp(10px, 0.625vw, 12px);
}
.button-link:hover, .hs-button-link:hover {
  color: #00418D;
}
input[name="_sf_submit"] {
  display: inline-block;
  text-decoration: none !important;
  background-color: #B89F73;
  color: #FFFFFF;
  font-weight: 700;
  font-size: clamp(16px, 1.09375vw, 21px);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  line-height: 26px;
  padding-top: clamp(14px, 0.9895833333vw, 19px);
  padding-bottom: clamp(10px, 0.78125vw, 15px);
  padding-left: clamp(18px, 1.6666666667vw, 32px);
  padding-right: clamp(18px, 1.6666666667vw, 32px);
  border: none;
  font-family: "poppins", sans-serif;
}
input[name="_sf_submit"]:hover {
  background-color: #AA9269;
  color: #FFFFFF;
}
.button-border {
  border: 2px solid #00418D;
  color: #202020;
  background: none;
  font-weight: 700;
  font-size: clamp(16px, 1.09375vw, 21px);
  font-family: "poppins", sans-serif;
  line-height: 26px;
  padding-top: clamp(12px, 0.8854166667vw, 17px);
  padding-bottom: clamp(8px, 0.6770833333vw, 13px);
  padding-left: clamp(18px, 1.6666666667vw, 32px);
  padding-right: clamp(18px, 1.6666666667vw, 32px);
  text-align: center;
  border-radius: 4px;
  text-decoration: none !important;
}
.button-border:hover {
  background-color: #00418D;
  color: #FFFFFF;
}
.section-page_title {
  padding-top: clamp(45px, 6.25vw, 120px);
  padding-bottom: 25px;
}
.section-page_title .page-body {
  flex: 0 0 40%;
}
.section-page_title .page-body h1 {
  text-transform: uppercase;
}
.section-page_title .image {
  margin-right: clamp(-100px, -5.2083333333vw, -25px);
  flex: 0 0 43.5%;
}
@media (max-width: 991px) {
  .section-page_title .image {
    margin-top: 10px;
    margin-right: -25px;
    width: 60%;
    margin-left: auto;
  }
}
.section-page_hero {
  position: relative;
  padding-top: clamp(100px, 10.9375vw, 210px);
  padding-bottom: clamp(50px, 8.8541666667vw, 170px);
}
.section-page_hero .bg {
  background-color: #00418D;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.section-page_hero .bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.95) 65%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.95) 65%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.95) 65%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.73;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
.section-page_hero h1 {
  text-transform: uppercase;
}
.section-page_hero_video_background {
  position: relative;
  padding-top: 210px;
  padding-bottom: clamp(50px, 8.8541666667vw, 170px);
}
.section-page_hero_video_background .bg {
  background-color: #00418D;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.section-page_hero_video_background .bg video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.section-page_hero_video_background .bg:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(45deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(45deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(45deg, white 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
}
.section-page_hero_video_background .page-body h3 {
  color: #00418D;
  font-size: clamp(18px, 1.71875vw, 33px);
  max-width: clamp(420px, 27.6041666667vw, 530px);
}
.section-page_hero_video_background .page-body h1 {
  text-transform: uppercase;
}
.section-page_hero_with_form {
  position: relative;
  padding-top: clamp(100px, 10.9375vw, 210px);
  padding-bottom: clamp(50px, 8.8541666667vw, 170px);
}
.section-page_hero_with_form .bg {
  background-color: #00418D;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.section-page_hero_with_form .bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
.section-page_hero_with_form .row {
  --bs-gutter-y: 35px;
}
.section-page_hero_with_form .page-body {
  color: #FFFFFF;
  font-size: clamp(14px, 0.8333333333vw, 16px);
}
.section-page_hero_with_form .page-body h3 {
  font-size: clamp(18px, 1.1458333333vw, 22px);
}
.section-page_hero_with_form .page-body h1 {
  text-transform: uppercase;
}
.section-page_hero_with_form .form-block {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
  padding-left: clamp(20px, 5.2083333333vw, 100px);
  padding-right: clamp(20px, 5.2083333333vw, 100px);
  padding-top: clamp(20px, 3.3854166667vw, 65px);
  padding-bottom: clamp(20px, 3.3854166667vw, 65px);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.section-page_hero_with_form .form-block input[type="text"], .section-page_hero_with_form .form-block input[type="email"], .section-page_hero_with_form .form-block textarea {
  background-color: transparent;
}
.section-page_hero_with_form .form-block .field {
  margin-bottom: 20px;
}
.section-page_hero_with_text {
  position: relative;
  padding-top: clamp(100px, 10.9375vw, 210px);
  padding-bottom: clamp(35px, 8.8541666667vw, 170px);
  min-height: 85vh;
}
@media (max-width: 1199px) {
  .section-page_hero_with_text {
    min-height: 65vh;
  }
}
@media (max-width: 767px) {
  .section-page_hero_with_text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 55vh;
  }
}
.section-page_hero_with_text .bg {
  background-color: #00418D;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.section-page_hero_with_text .bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .section-page_hero_with_text .bg:before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    opacity: 0.6;
  }
}
.section-page_hero_with_text .page-body {
  color: #FFFFFF;
}
.section-page_hero_with_text .page-body h1 {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .section-page_hero_with_text .page-body p, .section-page_hero_with_text .page-body h2, .section-page_hero_with_text .page-body h3 {
    max-width: 85%;
  }
}
@media (min-width: 992px) {
  .section-page_hero_with_text .col-xl-5 {
    width: 43%;
  }
}
.section-page_hero_with_text.v-black {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .section-page_hero_with_text.v-black {
    justify-content: flex-end;
  }
}
.section-page_hero_with_text.v-black .page-body {
  color: #202020;
}
.section-page_hero_with_text.v-black .bg:before {
  background: -moz-linear-gradient(45deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(45deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(45deg, white 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
}
@media (max-width: 767px) {
  .section-page_hero_with_text.v-black .bg:before {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    opacity: 1;
  }
}
.section-page_hero_with_video {
  position: relative;
  padding-top: clamp(100px, 10.9375vw, 210px);
  padding-bottom: clamp(35px, 8.8541666667vw, 170px);
  min-height: 85vh;
}
@media (max-width: 991px) {
  .section-page_hero_with_video {
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .section-page_hero_with_video {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 55vh;
  }
}
.section-page_hero_with_video .bg {
  background-color: #00418D;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.section-page_hero_with_video .bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .section-page_hero_with_video .bg:before {
    opacity: 0.6;
  }
}
.section-page_hero_with_video .page-body {
  color: #FFFFFF;
  font-size: clamp(16px, 1.71875vw, 33px);
  line-height: 1.3;
  font-weight: 900;
}
.section-page_hero_with_video .page-body h1 {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .section-page_hero_with_video .page-body p, .section-page_hero_with_video .page-body h2, .section-page_hero_with_video .page-body h3 {
    max-width: 75%;
  }
}
.section-page_hero_with_video .row {
  --bs-gutter-y: 30px;
}
.section-page_hero_with_video .block-video .img-bg {
  display: block;
  padding-bottom: 60%;
  color: #FFFFFF;
  text-decoration: none;
}
.section-page_hero_with_video .block-video .img-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.87;
  background: -moz-linear-gradient(45deg, #202020 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(45deg, #202020 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(45deg, #202020 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.section-page_hero_with_video .block-video .img-bg:after {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(42px, 3.0208333333vw, 58px);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-page_hero_with_video .block-video .img-bg:hover {
  color: #B89F73;
}
.section-video .page-body {
  margin-bottom: clamp(32.5px, 3.3854166667vw, 65px);
}
.section-video .page-body h2 {
  font-size: clamp(26px, 2.1354166667vw, 41px);
  font-weight: 800;
}
.section-video .block-video {
  max-width: clamp(550px, 57.2916666667vw, 1100px);
  margin-left: auto;
  margin-right: auto;
}
.section-video .block-video .img-bg {
  display: block;
  padding-bottom: 60%;
  color: #FFFFFF;
  text-decoration: none;
}
.section-video .block-video .img-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.87;
  background: -moz-linear-gradient(45deg, #202020 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(45deg, #202020 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(45deg, #202020 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.section-video .block-video .img-bg:after {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(42px, 4.6875vw, 90px);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-video .block-video .img-bg:hover {
  color: #B89F73;
}
.section-video + .section-featured_experiences {
  padding-top: 25px;
}
.page-id-25 .section-page_hero_with_text .page-body {
  font-size: clamp(16px, 1.71875vw, 33px);
  line-height: 1.3;
  font-weight: 900;
}
.page-id-25 .section-page_hero_with_text .page-body h1 {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-id-25 .section-page_hero_with_text .page-body p, .page-id-25 .section-page_hero_with_text .page-body h2, .page-id-25 .section-page_hero_with_text .page-body h3 {
    max-width: 75%;
  }
}
.section-generic_page .page-body ul li + li, .section-generic_page .page-body ol li + li {
  margin-top: 0.5em;
}
.section-map {
  position: relative;
}
.section-map:before {
  content: "";
  width: 100%;
  height: 90px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background: #7d7d7d;
  background: -moz-linear-gradient(top, #7d7d7d 0%, white 100%);
  background: -webkit-linear-gradient(top, #7d7d7d 0%, white 100%);
  background: linear-gradient(to bottom, #7d7d7d 0%, white 100%);
  opacity: 0.35;
}
.section-map:after {
  content: "";
  width: 100%;
  height: 90px;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #7d7d7d 100%);
  background: -webkit-linear-gradient(top, white 0%, #7d7d7d 100%);
  background: linear-gradient(to bottom, white 0%, #7d7d7d 100%);
  opacity: 0.35;
}
.section-map .container-fluid {
  padding-left: 0;
  padding-right: 0;
  max-width: 1920px;
}
.section-map h2 {
  color: #00418D;
}
.section-homepage_hero {
  position: relative;
  min-height: 100vh;
}
@media (max-width: 1024px) {
  .section-homepage_hero {
    min-height: auto;
    padding-top: clamp(80px, 6.7708333333vw, 130px);
  }
}
.section-homepage_hero .bg {
  position: absolute;
  z-index: -2;
  width: 124%;
  top: 0;
  left: -12%;
  opacity: 0.35;
  pointer-events: none;
}
.section-homepage_hero .bg img {
  width: 100%;
}
.section-homepage_hero .text {
  max-width: 39%;
  font-size: clamp(18px, 1.6666666667vw, 32px);
  font-weight: 900;
  line-height: 1.3;
  padding-top: clamp(40px, 5.5729166667vw, 107px);
}
@media (max-width: 1024px) {
  .section-homepage_hero .text {
    max-width: 96%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-homepage_hero .text h1 {
  font-size: clamp(24px, 2.4479166667vw, 47px);
}
.section-homepage_hero .text p {
  color: #00418D;
}
@media (max-width: 1024px) {
  .section-homepage_hero .text .block-ctas {
    justify-content: center;
  }
}
.section-homepage_hero .text .block-ctas--item:not(:last-child) {
  margin-right: clamp(15px, 1.3020833333vw, 25px);
}
.section-homepage_hero .video-container {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  height: 100%;
  width: 75%;
  left: 35%;
}
@media (max-width: 1024px) {
  .section-homepage_hero .video-container {
    position: relative;
    width: 120%;
    right: auto;
    left: -10%;
    z-index: 1;
    padding-bottom: 60%;
  }
}
@media (max-width: 767px) {
  .section-homepage_hero .video-container {
    width: 140%;
    left: -24%;
    padding-bottom: 70%;
  }
}
.section-homepage_hero .video-container video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.section-homepage_hero .video-container .mask-1 {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.section-homepage_hero .video-container .mask-1 svg {
  width: 100%;
  height: 100%;
}
.section-homepage_hero .video-container .mask-2 {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
}
.section-homepage_hero .video-container .mask-2 svg {
  width: 100%;
  height: 100%;
}
.section-icons_and_text_on_3_columns {
  position: relative;
}
.section-icons_and_text_on_3_columns .bg {
  position: absolute;
  z-index: -3;
  width: 124%;
  top: 0;
  left: -4%;
  opacity: 0.35;
}
.section-icons_and_text_on_3_columns .bg img {
  width: 100%;
}
.section-icons_and_text_on_3_columns .row {
  --bs-gutter-x: clamp(30px, 4.6875vw, 90px);
  --bs-gutter-y: 40px;
}
.section-icons_and_text_on_3_columns .item {
  font-size: clamp(17px, 1.1458333333vw, 22px);
  line-height: 1.3;
  padding-left: 10px;
  padding-right: 10px;
  max-width: clamp(300px, 21.875vw, 420px);
  margin-left: auto;
  margin-right: auto;
}
.section-icons_and_text_on_3_columns .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(45px, 3.5416666667vw, 68px);
  margin-bottom: clamp(15px, 1.25vw, 24px);
}
.section-icons_and_text_on_3_columns .item .img img {
  max-height: clamp(45px, 3.5416666667vw, 68px);
}
.section-icons_and_text_on_3_columns .item .txt h4 {
  color: #00418D;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 1.2em;
}
.section-icons_and_text_on_4_columns {
  position: relative;
}
.section-icons_and_text_on_4_columns .bg {
  position: absolute;
  z-index: -3;
  width: 124%;
  bottom: 75%;
  left: -4%;
  opacity: 0.35;
}
.section-icons_and_text_on_4_columns .bg img {
  width: 100%;
}
.section-icons_and_text_on_4_columns .row {
  --bs-gutter-x: clamp(30px, 4.6875vw, 90px);
  --bs-gutter-y: 40px;
}
.section-icons_and_text_on_4_columns .item {
  font-size: clamp(16px, 1.0416666667vw, 20px);
  line-height: 1.3;
  padding-left: 10px;
  padding-right: 10px;
  max-width: clamp(300px, 21.875vw, 420px);
  margin-left: auto;
  margin-right: auto;
}
.section-icons_and_text_on_4_columns .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(45px, 3.5416666667vw, 68px);
  margin-bottom: clamp(15px, 1.25vw, 24px);
}
.section-icons_and_text_on_4_columns .item .img img {
  max-height: clamp(45px, 3.5416666667vw, 68px);
}
.section-icons_and_text_on_4_columns .item .txt h4 {
  color: #00418D;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 1.2em;
}
.section-icons_and_text_on_4_columns + .section-headline_and_text_on_3_columns {
  padding-top: 0;
}
.section-featured_experiences {
  position: relative;
}
.section-featured_experiences .decoration {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 991px) {
  .section-featured_experiences .decoration {
    display: none;
  }
}
.section-featured_experiences .decoration-1 {
  left: 0;
  top: 0;
  width: 20%;
  max-width: 380px;
  -webkit-transform: translate(-32%, 0);
  -moz-transform: translate(-32%, 0);
  -ms-transform: translate(-32%, 0);
  -o-transform: translate(-32%, 0);
  transform: translate(-32%, 0);
}
.section-featured_experiences .decoration-2 {
  right: 0;
  top: 0;
  width: 37.5%;
  max-width: 715px;
  -webkit-transform: translate(52%, -35%);
  -moz-transform: translate(52%, -35%);
  -ms-transform: translate(52%, -35%);
  -o-transform: translate(52%, -35%);
  transform: translate(52%, -35%);
}
.section-featured_experiences .decoration img {
  width: 100%;
}
.section-featured_experiences .block-title {
  max-width: clamp(520px, 48.9583333333vw, 940px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(40px, 5.1041666667vw, 98px);
}
.section-featured_experiences .block-title h4 {
  color: #00418D;
  font-size: clamp(18px, 1.1458333333vw, 22px);
  margin-bottom: 0.75em;
}
@media (max-width: 767px) {
  .section-featured_experiences .block-title h4 {
    margin-bottom: 1.25em;
  }
}
.section-featured_experiences .block-title h2 {
  font-size: clamp(24px, 2.4479166667vw, 47px);
}
.section-featured_experiences .experiences-carousel {
  margin-left: clamp(-100px, -5.2083333333vw, -25px);
  margin-right: clamp(-100px, -5.2083333333vw, -25px);
}
.section-featured_experiences .experiences-carousel .slick-slide {
  padding-top: 40px;
  padding-left: clamp(11.25px, 1.171875vw, 22.5px);
  padding-right: clamp(11.25px, 1.171875vw, 22.5px);
}
.section-featured_experiences .experiences-carousel .item {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
}
.section-featured_experiences .experiences-carousel .item .image {
  display: block;
  padding-bottom: 145%;
  position: relative;
  z-index: 1;
  background-color: #00418D;
}
.section-featured_experiences .experiences-carousel .item .image .img-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-featured_experiences .experiences-carousel .item .image .img-bg:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  opacity: 0.73;
  mix-blend-mode: multiply;
}
.section-featured_experiences .experiences-carousel .item .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: clamp(25px, 2.6041666667vw, 50px);
  text-align: center;
}
.section-featured_experiences .experiences-carousel .item .text .h4 {
  font-size: clamp(21px, 1.3020833333vw, 25px);
  font-weight: 900;
  margin-bottom: 1.25em;
  text-transform: uppercase;
  display: block;
}
.section-featured_experiences .experiences-carousel .item .text .button-link {
  color: #FFFFFF;
}
.section-featured_experiences .experiences-carousel .item:hover .image .img-bg {
  height: calc(100% + 40px);
}
.section-featured_experiences .block-cta {
  margin-top: clamp(40px, 5.1041666667vw, 98px);
}
.section-featured_experiences.style2 .block-title {
  margin-bottom: clamp(20px, 2.0833333333vw, 40px);
}
.section-testimonials_carousel {
  background-color: #00418D;
  color: #FFFFFF;
  position: relative;
}
.section-testimonials_carousel .decoration {
  position: absolute;
  opacity: 0.37;
  z-index: 1;
  top: 0;
  height: 100%;
  mix-blend-mode: soft-light;
}
.section-testimonials_carousel .decoration img {
  height: 100%;
  object-fit: cover;
}
.section-testimonials_carousel .decoration-1 {
  left: 0;
}
.section-testimonials_carousel .decoration-2 {
  right: 0;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.section-testimonials_carousel .container {
  position: relative;
  z-index: 2;
}
.section-testimonials_carousel .testimonials-carousel {
  position: relative;
  padding-bottom: 74px;
  margin-left: auto;
  margin-right: auto;
  max-width: clamp(650px, 67.7083333333vw, 1300px);
  font-weight: 900;
}
.section-testimonials_carousel .testimonials-carousel:not(.slick-initialized) .item:not(:first-child) {
  display: none;
}
.section-testimonials_carousel .testimonials-carousel .slick-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
}
.section-testimonials_carousel .testimonials-carousel .slick-nav.slick-prev {
  margin-left: -38px;
}
.section-testimonials_carousel .testimonials-carousel .slick-nav.slick-next {
  margin-left: 8px;
}
.section-testimonials_carousel .testimonials-carousel .item {
  font-size: clamp(18px, 1.71875vw, 33px);
  line-height: 1.3;
}
.section-testimonials_carousel .testimonials-carousel .item h4 {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 1.25em;
}
.slick-nav {
  border: none;
  background-color: #B89F73;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 10;
  font-size: 10px;
  padding: 0;
}
.slick-nav span {
  -webkit-transform: translateX(-1px);
  -moz-transform: translateX(-1px);
  -ms-transform: translateX(-1px);
  -o-transform: translateX(-1px);
  transform: translateX(-1px);
}
.slick-nav.slick-next span {
  -webkit-transform: rotate(180deg) translateX(-1px);
  -moz-transform: rotate(180deg) translateX(-1px);
  -ms-transform: rotate(180deg) translateX(-1px);
  -o-transform: rotate(180deg) translateX(-1px);
  transform: rotate(180deg) translateX(-1px);
}
.slick-nav:hover {
  background-color: #AA9269;
}
.section-customers .customers-carousel {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 991px) {
  .section-customers .customers-carousel {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.section-customers .customers-carousel:not(.slick-initialized) {
  display: none;
}
.section-customers .customers-carousel .slick-track {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .section-customers .customers-carousel .slick-track {
    max-width: 100%;
    justify-content: space-between;
  }
}
.section-customers .customers-carousel .slick-track:before, .section-customers .customers-carousel .slick-track:after {
  display: none;
}
.section-customers .customers-carousel .slick-slide {
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .section-customers .customers-carousel .slick-slide {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section-customers .customers-carousel .slick-slide a {
  filter: brightness(0) saturate(100%);
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-customers .customers-carousel .slick-slide a:hover {
  filter: brightness(100%) saturate(100%);
}
.section-customers .customers-carousel .slick-slide img {
  height: clamp(60px, 4.3229166667vw, 83px);
}
.section-featured_blocks {
  padding: 0;
}
.section-featured_blocks .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.section-featured_blocks .item {
  position: relative;
  padding-top: clamp(55px, 6.5104166667vw, 125px);
  padding-bottom: clamp(55px, 6.5104166667vw, 125px);
  padding-left: clamp(25px, 6.5104166667vw, 125px);
  padding-right: clamp(25px, 6.5104166667vw, 125px);
  color: #FFFFFF;
  overflow: hidden;
}
.section-featured_blocks .item-icon {
  position: absolute;
  right: clamp(25px, 2.0833333333vw, 40px);
  top: clamp(25px, 2.0833333333vw, 40px);
  max-width: clamp(55px, 4.5833333333vw, 88px);
}
.section-featured_blocks .item-icon img {
  max-height: clamp(22px, 1.7708333333vw, 34px);
}
.section-featured_blocks .item .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #00418D;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.section-featured_blocks .item .bg.img-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #202020;
  opacity: 0.67;
  mix-blend-mode: multiply;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.section-featured_blocks .item .bg.img-bg img {
  z-index: 1;
}
.section-featured_blocks .item .bg .decoration {
  position: absolute;
  opacity: 0.37;
  z-index: 1;
  top: 0;
  height: 100%;
  mix-blend-mode: soft-light;
}
.section-featured_blocks .item .bg .decoration img {
  height: 100%;
  object-fit: cover;
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}
.section-featured_blocks .item .bg .decoration-1 {
  left: 0;
  -webkit-transform: translateX(-58%);
  -moz-transform: translateX(-58%);
  -ms-transform: translateX(-58%);
  -o-transform: translateX(-58%);
  transform: translateX(-58%);
}
.section-featured_blocks .item .bg .decoration-2 {
  right: 0;
  -webkit-transform: translateX(28%);
  -moz-transform: translateX(28%);
  -ms-transform: translateX(28%);
  -o-transform: translateX(28%);
  transform: translateX(28%);
}
.section-featured_blocks .item .text h3 {
  font-size: clamp(26px, 2.7083333333vw, 52px);
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.section-featured_blocks .item .text p {
  max-width: 95%;
}
.section-featured_blocks .item:hover .bg {
  background-color: #023672;
}
.section-featured_blocks .item:hover .bg.img-bg:before {
  opacity: 0.87;
}
.section-featured_blocks .item-featured .item {
  min-height: clamp(310px, 32.2916666667vw, 620px);
}
@media (max-width: 991px) {
  .section-featured_blocks .item-featured .item {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.section-featured_blocks .item-featured .item .text h3 {
  font-size: clamp(32px, 3.90625vw, 75px);
}
.section-featured_blocks .item-featured .item .text p {
  margin-left: auto;
  margin-right: auto;
  max-width: clamp(520px, 34.375vw, 660px);
}
.section-animated_counters {
  position: relative;
}
.section-animated_counters .decoration {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34%;
  max-width: 644px;
  -webkit-transform: translateX(-55%);
  -moz-transform: translateX(-55%);
  -ms-transform: translateX(-55%);
  -o-transform: translateX(-55%);
  transform: translateX(-55%);
  z-index: -1;
}
@media (max-width: 991px) {
  .section-animated_counters .decoration {
    display: none;
  }
}
.section-animated_counters .animated-counters {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 45px;
}
.section-animated_counters .animated-counters--progress {
  margin-top: clamp(40px, 4.6875vw, 90px);
  background-color: #202020;
  height: 1px;
  position: relative;
  max-width: clamp(1024px, 70.5208333333vw, 1354px);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .section-animated_counters .animated-counters--progress {
    display: none;
  }
}
.section-animated_counters .animated-counters--progress span {
  position: absolute;
  width: 33.3333%;
  height: 7px;
  background-color: #B89F73;
  left: 0;
  top: -3.5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-animated_counters .animated-counters--progress[data-active="2"] span {
  left: 33.3333%;
}
.section-animated_counters .animated-counters--progress[data-active="3"] span {
  left: 66.6666%;
}
.section-animated_counters .item {
  font-size: clamp(18px, 1.25vw, 24px);
}
.section-animated_counters .item h4 {
  color: #00418D;
  font-size: clamp(48px, 4.7395833333vw, 91px);
  font-weight: 900;
  margin-bottom: 0.15em;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.section-animated_counters .item.active h4 {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.section-animated_counters .block-cta {
  margin-top: clamp(40px, 4.6875vw, 90px);
}
.section-videos_carousel {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .section-videos_carousel {
    padding-top: clamp(40px, 10.4166666667vw, 200px);
    padding-bottom: clamp(40px, 10.4166666667vw, 200px);
    color: #FFFFFF;
  }
}
.section-videos_carousel .bg {
  padding-bottom: 65%;
  position: relative;
  margin-left: -25px;
  margin-right: -25px;
}
@media (min-width: 992px) {
  .section-videos_carousel .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    padding-bottom: 0;
    margin: 0;
  }
}
.section-videos_carousel .bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.35;
  background-color: #202020;
  z-index: 2;
}
@media (min-width: 992px) {
  .section-videos_carousel .bg:before {
    background: -moz-linear-gradient(45deg, #202020 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(45deg, #202020 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(45deg, #202020 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.87;
  }
}
.section-videos_carousel .bg img {
  z-index: 1;
}
.section-videos_carousel .bg .decoration {
  position: absolute;
  z-index: 3;
  top: 0;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  mix-blend-mode: soft-light;
  opacity: 0.94;
}
.section-videos_carousel .bg .decoration img {
  position: static;
  height: 100%;
  width: auto;
}
@media (max-width: 991px) {
  .section-videos_carousel .text {
    padding-top: 35px;
  }
}
.section-videos_carousel .text h2 {
  text-transform: uppercase;
  font-size: clamp(30px, 3.75vw, 72px);
}
@media (max-width: 991px) {
  .section-videos_carousel .text h2 {
    color: #023672;
  }
}
.section-videos_carousel .text p {
  max-width: clamp(520px, 32.2916666667vw, 620px);
}
.section-videos_carousel .videos-carousel {
  padding-bottom: clamp(65px, 6.25vw, 120px);
  margin-left: clamp(-30px, -1.5625vw, -12px);
  margin-right: clamp(-30px, -1.5625vw, -12px);
}
@media (max-width: 991px) {
  .section-videos_carousel .videos-carousel {
    margin-left: 0;
    margin-top: 35px;
  }
}
.section-videos_carousel .videos-carousel:not(.slick-initialized) {
  display: none;
}
.section-videos_carousel .videos-carousel .slick-list {
  margin-left: clamp(-30px, -1.5625vw, -12px);
  margin-right: -20%;
  padding-right: 43%;
}
@media (max-width: 767px) {
  .section-videos_carousel .videos-carousel .slick-list {
    padding-right: 28%;
  }
}
.section-videos_carousel .videos-carousel .slick-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #00418D;
  width: clamp(30px, 2.8645833333vw, 55px);
  height: clamp(30px, 2.8645833333vw, 55px);
  font-size: clamp(10px, 0.9375vw, 18px);
}
.section-videos_carousel .videos-carousel .slick-nav:hover {
  background-color: #023672;
}
.section-videos_carousel .videos-carousel .slick-nav.slick-next {
  left: clamp(38px, 4.1666666667vw, 80px);
}
.section-videos_carousel .videos-carousel .item {
  padding-left: clamp(12px, 1.5625vw, 30px);
  padding-right: clamp(12px, 1.5625vw, 30px);
}
.section-videos_carousel .videos-carousel .item .img-bg {
  display: block;
  padding-bottom: 56%;
  color: #FFFFFF;
  text-decoration: none;
}
.section-videos_carousel .videos-carousel .item .img-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.87;
  background: -moz-linear-gradient(45deg, #202020 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(45deg, #202020 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(45deg, #202020 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.section-videos_carousel .videos-carousel .item .img-bg:after {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(71.5px, 7.4479166667vw, 143px);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-videos_carousel .videos-carousel .item .img-bg:hover {
  color: #B89F73;
}
.section-centered_text {
  position: relative;
}
.section-centered_text .bg {
  position: absolute;
  z-index: -3;
  width: 124%;
  top: 50%;
  left: -4%;
  opacity: 0.35;
}
.section-centered_text .bg img {
  width: 100%;
}
.section-centered_text .decoration {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 991px) {
  .section-centered_text .decoration {
    display: none;
  }
}
.section-centered_text .decoration-1 {
  left: 0;
  top: 0;
  width: 30%;
  max-width: 570px;
  -webkit-transform: translate(-20%, 0);
  -moz-transform: translate(-20%, 0);
  -ms-transform: translate(-20%, 0);
  -o-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
}
.section-centered_text .decoration-2 {
  right: 0;
  top: 0;
  width: 52%;
  max-width: 996px;
  -webkit-transform: translate(78%, 25%);
  -moz-transform: translate(78%, 25%);
  -ms-transform: translate(78%, 25%);
  -o-transform: translate(78%, 25%);
  transform: translate(78%, 25%);
}
.section-centered_text .decoration-3 {
  left: 0;
  bottom: 0;
  width: 20%;
  max-width: 380px;
  -webkit-transform: translate(-32%, 0);
  -moz-transform: translate(-32%, 0);
  -ms-transform: translate(-32%, 0);
  -o-transform: translate(-32%, 0);
  transform: translate(-32%, 0);
}
.section-centered_text .decoration-4 {
  right: 0;
  top: 0;
  width: 37.5%;
  max-width: 715px;
  -webkit-transform: translate(46%, 0);
  -moz-transform: translate(46%, 0);
  -ms-transform: translate(46%, 0);
  -o-transform: translate(46%, 0);
  transform: translate(46%, 0);
}
.section-centered_text .decoration img {
  width: 100%;
}
.section-centered_text .page-body {
  max-width: clamp(520px, 48.9583333333vw, 940px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(25px, 1.8229166667vw, 35px);
}
.section-centered_text .page-body h4 {
  color: #00418D;
  font-size: clamp(18px, 1.1458333333vw, 22px);
  margin-bottom: 0.75em;
}
.section-centered_text .page-body h2 {
  font-size: clamp(24px, 2.4479166667vw, 47px);
}
.section-centered_text .block-ctas--item:not(:last-child) {
  margin-right: clamp(15px, 1.3020833333vw, 25px);
}
.section-centered_text.style2 .page-body {
  max-width: clamp(650px, 59.375vw, 1140px);
}
.section-centered_text.style2 .page-body p {
  max-width: clamp(450px, 35.4166666667vw, 680px);
  margin-left: auto;
  margin-right: auto;
}
.section-centered_text.style4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  min-height: clamp(250px, 31.7708333333vw, 610px);
}
.section-centered_text.style4 .bg {
  display: none;
}
.section-centered_text.style4 .decoration-1 {
  left: 0;
  bottom: 0;
  top: auto;
  width: 30%;
  max-width: 570px;
  -webkit-transform: translate(-20%, 0);
  -moz-transform: translate(-20%, 0);
  -ms-transform: translate(-20%, 0);
  -o-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
}
.section-centered_text.style4 .decoration-2 {
  bottom: 0;
  top: auto;
  width: 30%;
  max-width: 570px;
  -webkit-transform: translate(28%, 0);
  -moz-transform: translate(28%, 0);
  -ms-transform: translate(28%, 0);
  -o-transform: translate(28%, 0);
  transform: translate(28%, 0);
}
.section-centered_text.style4 .decoration-2 img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
}
.section-centered_text.style4 .page-body p {
  max-width: clamp(320px, 32.2916666667vw, 620px);
  margin-left: auto;
  margin-right: auto;
}
.section-centered_text.style3 .decoration, .section-centered_text.style3 .bg {
  display: none;
}
.section-centered_text + .section-headline_and_text_on_2_columns .bg {
  display: none;
}
.section-text_and_image {
  position: relative;
}
.section-text_and_image .bg {
  position: absolute;
  z-index: -3;
  width: 124%;
  bottom: -7%;
  left: -4%;
  opacity: 0.35;
}
.section-text_and_image .bg img {
  width: 100%;
}
.section-text_and_image .row {
  --bs-gutter-x: clamp(30px, 3.6458333333vw, 70px);
  --bs-gutter-y: 35px;
}
@media (min-width: 992px) {
  .section-text_and_image .row .col-lg-5 {
    width: 38%;
  }
}
.section-text_and_image .image {
  position: relative;
}
.section-text_and_image .image .img-bg {
  padding-bottom: 70%;
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-text_and_image .image .img-bg {
    padding-bottom: 48%;
  }
}
.section-text_and_image .image.has-caption .img-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/decoration-7.svg) no-repeat left bottom;
  background-size: cover;
  position: absolute;
  z-index: 2;
}
.section-text_and_image .image p {
  margin: 0;
  color: #FFFFFF;
  position: absolute;
  width: 65%;
  line-height: 1.2;
  left: 0;
  bottom: 0;
  padding: 25px;
  z-index: 5;
  font-weight: 800;
  font-size: clamp(21px, 1.9791666667vw, 38px);
}
.section-text_and_image .page-body h2 {
  color: #B89F73;
  text-transform: uppercase;
}
.section-text_and_image .page-body h4 {
  color: #B89F73;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .section-text_and_image .page-body p {
    max-width: 85%;
  }
}
.section-text_and_image.style2 .image .img-bg {
  padding-bottom: 60%;
}
.section-text_and_image.style2 .page-body p {
  max-width: 100%;
}
.section-text_and_image.style2 .page-body h2 {
  color: #202020;
  font-size: clamp(26px, 2.1354166667vw, 41px);
  margin-bottom: 0.35em;
  text-transform: none;
}
.section-faqs {
  position: relative;
}
.section-faqs .decoration {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 991px) {
  .section-faqs .decoration {
    display: none;
  }
}
.section-faqs .decoration-1 {
  left: 0;
  bottom: 0;
  width: 25%;
  max-width: 465px;
  -webkit-transform: translate(-25%, 0);
  -moz-transform: translate(-25%, 0);
  -ms-transform: translate(-25%, 0);
  -o-transform: translate(-25%, 0);
  transform: translate(-25%, 0);
}
.section-faqs .decoration-2 {
  right: 0;
  bottom: 0;
  width: 28%;
  max-width: 514px;
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  transform: translate(50%, 0);
}
.section-faqs .decoration img {
  width: 100%;
}
.section-faqs .bg {
  position: absolute;
  z-index: -2;
  width: 124%;
  top: -50vh;
  left: -12%;
  opacity: 0.35;
}
.section-faqs .bg img {
  width: 100%;
}
.section-faqs .faq-filters {
  margin-bottom: clamp(20px, 2.0833333333vw, 40px);
}
@media (min-width: 992px) {
  .section-faqs .faq-filters {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .section-faqs .faq-filters {
    display: none;
    margin-bottom: 0;
    padding-top: 15px;
  }
}
.section-faqs .faq-filters-btn {
  font-size: 14px;
  border: none;
  background: none;
  padding: 0;
  color: #00418D;
  text-transform: uppercase;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
}
.section-faqs .faq-filters-btn span {
  margin-left: 10px;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  font-size: 12px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-faqs .faq-filters-btn.active span {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.section-faqs .faq-filters .nav {
  margin-left: clamp(-17px, -0.8854166667vw, -10px);
  margin-right: clamp(-17px, -0.8854166667vw, -10px);
}
.section-faqs .faq-filters .nav > li {
  padding-left: clamp(10px, 0.8854166667vw, 17px);
  padding-right: clamp(10px, 0.8854166667vw, 17px);
  padding-bottom: clamp(12px, 1.0416666667vw, 20px);
}
@media (max-width: 991px) {
  .section-faqs .faq-filters .nav > li {
    flex: 0 0 50%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
}
.section-faqs .faq-filters .nav > li a {
  text-decoration: none;
  color: #202020;
  font-weight: 900;
  display: inline-flex;
  position: relative;
  font-size: clamp(15px, 1.1458333333vw, 22px);
}
.section-faqs .faq-filters .nav > li a:after {
  content: "";
  background-color: #00418D;
  width: 0px;
  height: 2px;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 3px;
}
.section-faqs .faq-filters .nav > li a.active {
  color: #00418D;
}
.section-faqs .faq-filters .nav > li a.active:after {
  width: clamp(20px, 1.3020833333vw, 25px);
}
.section-faqs .faq-categories {
  background-color: #FFFFFF;
  -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
  padding-left: clamp(20px, 3.6458333333vw, 70px);
  padding-right: clamp(20px, 3.6458333333vw, 70px);
  padding-top: clamp(20px, 2.8645833333vw, 55px);
  padding-bottom: clamp(20px, 2.8645833333vw, 55px);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .section-faqs .faq-categories {
    margin-top: 25px;
  }
}
.section-faqs .faq-categories .faq-cat:not(.active) {
  display: none;
}
.section-faqs .faqs-container {
  max-width: clamp(640px, 66.40625vw, 1275px);
  margin-left: auto;
  margin-right: auto;
}
.accordion {
  --bs-accordion-color: #202020;
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-icon: none;
  --bs-accordion-btn-active-icon: none;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-btn-color: #202020;
  --bs-accordion-active-color: #202020;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-icon-transform: rotate(90deg);
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 25px;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 8px;
}
.accordion-button {
  font-size: clamp(16px, 1.1458333333vw, 22px);
  font-weight: 900;
  justify-content: space-between;
}
.accordion-button:after {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  background-color: #00418D;
  color: #FFFFFF;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding-top: 1px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 12px;
}
.accordion-button:not(.collapsed):after {
  background-color: #B89F73;
  padding-bottom: 1px;
  padding-top: 0;
}
.accordion-body {
  padding-top: 0;
  padding-right: 35px;
}
.section-contact_us {
  position: relative;
}
.section-contact_us .bg {
  position: absolute;
  z-index: -2;
  width: 124%;
  top: -15vh;
  left: -12%;
  opacity: 0.35;
}
.section-contact_us .bg img {
  width: 100%;
}
.section-contact_us .block-content {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
  padding-left: clamp(20px, 5.2083333333vw, 100px);
  padding-right: clamp(20px, 5.2083333333vw, 100px);
  padding-top: clamp(20px, 3.3854166667vw, 65px);
  padding-bottom: clamp(20px, 3.3854166667vw, 65px);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  max-width: clamp(720px, 75vw, 1440px);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-contact_us .block-content {
    padding: 20px;
  }
}
.section-contact_us .row {
  --bs-gutter-y: 30px;
  --bs-gutter-x: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-contact_us .contact-widgets {
    display: flex;
    align-items: flex-start;
    margin-left: -10px;
    margin-right: -10px;
  }
  .section-contact_us .contact-widgets .contact-widget {
    flex: 0 0 32%;
    margin-top: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-contact_us .contact-widgets .contact-widget:nth-child(2) {
    flex: 0 0 36%;
  }
}
.section-contact_us .contact-widget {
  font-weight: 800;
  font-size: clamp(15px, 1.0416666667vw, 20px);
}
.section-contact_us .contact-widget h4 {
  color: #00418D;
  font-size: clamp(17px, 1.1458333333vw, 22px);
  margin-bottom: 0.75em;
}
.section-contact_us .contact-widget + .contact-widget {
  margin-top: clamp(35px, 3.125vw, 60px);
}
.section-contact_us .contact-widget .nav > li + li {
  margin-left: 10px;
}
.section-contact_us .contact-widget .nav > li a {
  text-decoration: none;
  color: #202020;
  font-size: clamp(32px, 2.0833333333vw, 40px);
}
.section-contact_us .contact-widget .nav > li a:hover {
  color: #00418D;
}
@media (min-width: 768px) {
  .section-contact_us div.gform_wrapper.gravity-theme .gfield--type-fileupload {
    margin-top: 40px;
  }
}
.section-contact_us .block-form {
  display: none;
}
.section-contact_us .field {
  margin-bottom: 20px;
}
.section-contact_us legend {
  font-size: 0.85em;
}
.section-contact_us .contact-blocks {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.section-contact_us .contact-blocks .item {
  -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
  color: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  padding: clamp(25px, 3.125vw, 60px);
}
.section-contact_us .contact-blocks .item h3 {
  font-size: clamp(26px, 2.1354166667vw, 41px);
  font-weight: 800;
  margin-bottom: 0.5em;
}
.section-contact_us .contact-blocks .item .button {
  width: auto;
}
.section-full_width_banner {
  position: relative;
  color: #FFFFFF;
  padding-top: clamp(60px, 9.375vw, 180px);
  padding-bottom: clamp(60px, 9.375vw, 180px);
}
.section-full_width_banner .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-full_width_banner .bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #202020;
  opacity: 0.43;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.section-full_width_banner .page-body {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.section-full_width_banner .page-body h2 {
  text-transform: uppercase;
  font-size: clamp(36px, 3.90625vw, 75px);
}
.section-headline_and_text_on_2_columns {
  position: relative;
}
.section-headline_and_text_on_2_columns .bg {
  position: absolute;
  z-index: -2;
  width: 124%;
  bottom: -25%;
  left: -12%;
  opacity: 0.35;
}
.section-headline_and_text_on_2_columns .bg img {
  width: 100%;
}
.section-headline_and_text_on_2_columns h2 {
  text-transform: uppercase;
  font-size: clamp(36px, 3.90625vw, 75px);
}
.section-headline_and_text_on_2_columns .row {
  --bs-gutter-y: 25px;
}
.section-text_blocks_on_3_columns {
  position: relative;
}
.section-text_blocks_on_3_columns .row {
  --bs-gutter-x: clamp(30px, 4.6875vw, 90px);
  --bs-gutter-y: 40px;
}
.section-text_blocks_on_3_columns .item {
  padding-left: 10px;
  padding-right: 10px;
  max-width: clamp(300px, 21.875vw, 420px);
  margin-left: auto;
  margin-right: auto;
}
.section-text_blocks_on_3_columns .item .txt h4 {
  color: #00418D;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 25px;
}
.section-text_blocks_on_3_columns .item .txt .button {
  margin-top: 15px;
}
.page-back {
  margin-bottom: clamp(7.5px, 0.78125vw, 15px);
}
.page-back a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: clamp(16px, 1.1979166667vw, 23px);
  font-weight: 800;
  color: #B89F73;
}
.page-back a span {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin-right: 10px;
  font-size: clamp(14px, 0.78125vw, 15px);
}
.page-back a:hover {
  color: #AA9269;
}
.section-our_team {
  position: relative;
}
.section-our_team .bg {
  position: absolute;
  z-index: -2;
  width: 124%;
  top: -35vh;
  left: -12%;
  opacity: 0.35;
}
.section-our_team .bg img {
  width: 100%;
}
.section-our_team .bg-2 {
  top: auto;
  left: -4%;
  bottom: 0;
}
.section-our_team .block-title {
  margin-bottom: clamp(60px, 6.7708333333vw, 130px);
}
.section-our_team .block-title h1 {
  text-transform: uppercase;
}
.section-our_team .block-content {
  max-width: 1424px;
  margin-left: auto;
  margin-right: auto;
}
.section-our_team .row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: clamp(50px, 4.375vw, 84px);
}
.section-our_team .item {
  font-size: clamp(16px, 1.1458333333vw, 22px);
  line-height: 1.3;
}
.section-our_team .item .image {
  margin-bottom: clamp(12px, 1.09375vw, 21px);
  max-width: 338px;
  margin-left: auto;
  margin-right: auto;
}
.section-our_team .item .image .img-bg {
  padding-bottom: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.section-our_team .item h4 {
  font-size: inherit;
  margin-bottom: 2px;
  line-height: 1.3;
}
.section-our_team .team-image {
  width: 90%;
  max-width: 996px;
  margin-left: auto;
  margin-right: clamp(-100px, -5.2083333333vw, -25px);
}
@media (min-width: 1620px) {
  .section-our_team .team-image {
    -webkit-transform: translateX(15%);
    -moz-transform: translateX(15%);
    -ms-transform: translateX(15%);
    -o-transform: translateX(15%);
    transform: translateX(15%);
  }
}
@media (max-width: 767px) {
  .section-our_team .team-image {
    display: none;
  }
}
.section-our_team .team-image img {
  width: 100%;
}
.section-resources {
  position: relative;
  overflow: hidden;
  padding-top: clamp(50px, 8.3333333333vw, 160px);
}
.section-resources .decoration {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 991px) {
  .section-resources .decoration {
    display: none;
  }
}
.section-resources .decoration-1 {
  left: 0;
  top: 0;
  width: 19%;
  max-width: 346px;
  -webkit-transform: translate(-32%, 0);
  -moz-transform: translate(-32%, 0);
  -ms-transform: translate(-32%, 0);
  -o-transform: translate(-32%, 0);
  transform: translate(-32%, 0);
}
.section-resources .decoration-2 {
  right: 0;
  top: 0;
  width: 43%;
  max-width: 812px;
  -webkit-transform: translate(0, -65%);
  -moz-transform: translate(0, -65%);
  -ms-transform: translate(0, -65%);
  -o-transform: translate(0, -65%);
  transform: translate(0, -65%);
}
.section-resources .decoration img {
  width: 100%;
}
.section-resources .searchandfilter {
  margin-bottom: clamp(50px, 9.375vw, 180px);
}
.section-resources .searchandfilter > ul {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
.section-resources .searchandfilter > ul > li {
  padding: 0;
}
.section-resources .searchandfilter > ul > li.sf-field-search {
  position: relative;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .section-resources .searchandfilter > ul > li.sf-field-search {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
  }
}
.section-resources .searchandfilter > ul > li.sf-field-search .sf-field-search-btn {
  background: none;
  border: none;
  padding: 0;
  font-size: clamp(24px, 1.5625vw, 30px);
  display: block;
  margin-left: auto;
}
@media (max-width: 767px) {
  .section-resources .searchandfilter > ul > li.sf-field-search .sf-field-search-btn {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 767px) {
  .section-resources .searchandfilter > ul > li.sf-field-search .sf-field-search-list {
    display: none !important;
  }
}
.section-resources .searchandfilter > ul > li.sf-field-search .sf-field-search-list button {
  border: none;
  background: none;
  padding: 0;
  font-weight: 500;
  margin-top: 10px;
}
.section-resources .searchandfilter > ul > li.sf-field-search > label {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  width: 260px;
  display: none;
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-resources .searchandfilter > ul > li.sf-field-search > label {
    top: -15px;
    right: 35px;
    width: 200px;
  }
}
@media (max-width: 767px) {
  .section-resources .searchandfilter > ul > li.sf-field-search > label {
    display: block !important;
    width: 100%;
    position: static;
  }
}
.section-resources .searchandfilter > ul > li[data-sf-field-type="taxonomy"] ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-resources .searchandfilter > ul > li[data-sf-field-type="taxonomy"] ul {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .section-resources .searchandfilter > ul > li[data-sf-field-type="taxonomy"] ul {
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.section-resources .searchandfilter > ul > li[data-sf-field-type="taxonomy"] ul > li {
  position: relative;
  padding: 0;
}
@media (max-width: 767px) {
  .section-resources .searchandfilter > ul > li[data-sf-field-type="taxonomy"] ul > li {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 10px !important;
  }
}
.section-resources .searchandfilter > ul > li[data-sf-field-type="taxonomy"] ul > li + li {
  margin-left: clamp(35px, 3.6458333333vw, 70px);
}
.section-resources .searchandfilter > ul > li[data-sf-field-type="taxonomy"] ul > li input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.section-resources .searchandfilter > ul > li[data-sf-field-type="taxonomy"] ul > li input[type="radio"] + label {
  font-weight: 900;
  font-size: clamp(15px, 1.1458333333vw, 22px);
  cursor: pointer;
  position: relative;
  padding-left: 0;
}
.section-resources .searchandfilter > ul > li[data-sf-field-type="taxonomy"] ul > li input[type="radio"] + label:after {
  content: "";
  background-color: #00418D;
  width: 0px;
  height: 2px;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 3px;
}
.section-resources .searchandfilter > ul > li[data-sf-field-type="taxonomy"] ul > li input[type="radio"]:checked + label:after {
  width: clamp(20px, 1.3020833333vw, 25px);
}
.section-resources .search-filter-results > .row {
  --bs-gutter-x: clamp(28px, 2.9166666667vw, 56px);
  --bs-gutter-y: clamp(65px, 6.7708333333vw, 130px);
}
.section-resources .search-filter-results > .row ~ .row {
  padding-top: clamp(65px, 6.7708333333vw, 130px);
}
.section-resources .search-filter-results .item .row {
  --bs-gutter-x: clamp(20px, 2.0833333333vw, 40px);
  --bs-gutter-y: 30px;
}
@media (min-width: 768px) {
  .section-resources .search-filter-results .item .row .col-md-7 {
    width: 52.5%;
  }
}
@media (min-width: 768px) {
  .section-resources .search-filter-results .item .row .col-md-5 {
    width: 47.5%;
  }
}
.section-resources .search-filter-results .item .image {
  background-color: #00418D;
}
.section-resources .search-filter-results .item .image .img-bg {
  padding-bottom: 90%;
}
.section-resources .search-filter-results .item .text .resource-type {
  margin-bottom: 15px;
}
.section-resources .search-filter-results .item .text .resource-type span {
  font-weight: 800;
  color: #FFFFFF;
  background-color: #00418D;
  display: block;
  padding: 8px 15px;
  font-size: 14px;
}
.section-resources .search-filter-results .item .text .resource-type span:not(:last-child) {
  margin-right: 10px;
}
.section-resources .search-filter-results .item .text .resource-type span.type-templates {
  background-color: #000000;
}
.section-resources .search-filter-results .item .text .resource-type span.type-kits {
  background-color: #B89F73;
}
.section-resources .search-filter-results .item .text h4 {
  color: #00418D;
  font-size: 0.9em;
  margin-bottom: 0;
  font-weight: 800;
  line-height: 1.3;
}
.section-resources .page-load-status {
  margin-top: 30px;
}
.section-resources .search-filter-scroll-loading {
  width: 30px !important;
  padding: 0 !important;
  margin: 20px auto 0 !important;
}
.section-resources .search-filter-results-list {
  text-align: center;
}
.section-resources .pagination {
  width: 100%;
  text-align: center;
  justify-content: center;
}
.section-resources .pagination > a {
  display: none;
}
.section-resources .pagination button:first-child {
  display: none;
}
.load-more-btn {
  background: none;
  border: none;
  margin-top: clamp(40px, 4.6875vw, 90px);
  border-bottom: 1px solid #202020;
  position: relative;
  width: 100%;
  max-width: clamp(300px, 21.7708333333vw, 418px);
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 900;
  color: #202020;
  padding: 0;
  padding-top: 10px;
  padding-bottom: clamp(15px, 1.3020833333vw, 25px);
}
.load-more-btn:after {
  content: "";
  position: absolute;
  width: 65%;
  height: 7px;
  background-color: #B89F73;
  left: 0;
  bottom: -3.5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.load-more-btn:hover:after {
  left: 35%;
}
.page-load-status {
  display: none;
  /* hidden by default */
  text-align: center;
}
.loader-ellips {
  font-size: 18px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}
.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #B89F73;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.loader-ellips__dot:nth-child(1), .loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}
.loader-ellips__dot:nth-child(4) {
  left: 3em;
}
.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}
.loader-ellips__dot:nth-child(2), .loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}
.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}
@keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}
.section-multiple_rows_of_image_and_text {
  position: relative;
}
.section-multiple_rows_of_image_and_text .bg {
  position: absolute;
  z-index: -2;
  width: 124%;
  top: -55vh;
  left: -3%;
  opacity: 0.35;
}
.section-multiple_rows_of_image_and_text .bg img {
  width: 100%;
}
.section-multiple_rows_of_image_and_text .decoration {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 991px) {
  .section-multiple_rows_of_image_and_text .decoration {
    display: none;
  }
}
.section-multiple_rows_of_image_and_text .decoration-1 {
  right: 0;
  top: 0;
  width: 31%;
  max-width: 589px;
  -webkit-transform: translate(50%, -45%);
  -moz-transform: translate(50%, -45%);
  -ms-transform: translate(50%, -45%);
  -o-transform: translate(50%, -45%);
  transform: translate(50%, -45%);
}
.section-multiple_rows_of_image_and_text .decoration img {
  width: 100%;
}
.section-multiple_rows_of_image_and_text .block-title {
  padding-bottom: clamp(40px, 5.2083333333vw, 100px);
  font-size: clamp(18px, 2.1354166667vw, 41px);
  font-weight: 800;
  max-width: clamp(520px, 48.4375vw, 930px);
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
}
.section-multiple_rows_of_image_and_text .block-title h2 {
  text-transform: uppercase;
}
.section-multiple_rows_of_image_and_text .block-list .row {
  --bs-gutter-x: 0;
}
@media (max-width: 991px) {
  .section-multiple_rows_of_image_and_text .block-list .row + .row {
    margin-top: 50px;
  }
}
.section-multiple_rows_of_image_and_text .block-list .row .image {
  margin-left: clamp(-100px, -5.2083333333vw, -25px);
}
@media (max-width: 991px) {
  .section-multiple_rows_of_image_and_text .block-list .row .image {
    margin-left: -25px !important;
    margin-right: -25px !important;
    margin-bottom: 25px;
  }
}
.section-multiple_rows_of_image_and_text .block-list .row .image .img-bg {
  padding-bottom: 62%;
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-multiple_rows_of_image_and_text .block-list .row .image .img-bg {
    padding-bottom: 48%;
  }
}
.section-multiple_rows_of_image_and_text .block-list .row .text {
  padding-left: 15%;
  padding-right: 15%;
  margin-right: clamp(-100px, -5.2083333333vw, -25px);
}
@media (max-width: 991px) {
  .section-multiple_rows_of_image_and_text .block-list .row .text {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
  }
}
.section-multiple_rows_of_image_and_text .block-list .row .text h3 {
  text-transform: uppercase;
  color: #B89F73;
  font-size: clamp(21px, 1.3020833333vw, 25px);
  font-weight: 900;
}
.section-multiple_rows_of_image_and_text .block-list .row.flex-lg-row-reverse .image {
  margin-left: 0;
  margin-right: clamp(-100px, -5.2083333333vw, -25px);
}
.section-multiple_rows_of_image_and_text .block-list .row.flex-lg-row-reverse .text {
  margin-right: 0;
  margin-left: clamp(-100px, -5.2083333333vw, -25px);
}
.section-multiple_rows_of_image_and_text.style2 {
  padding-bottom: 0;
}
.section-multiple_rows_of_image_and_text.style2 .block-list .row .text {
  margin-left: auto;
  margin-right: auto;
  max-width: clamp(490px, 36.25vw, 696px);
}
.section-multiple_rows_of_image_and_text.style2 .block-list .row .text h3 {
  text-transform: none;
  font-size: clamp(26px, 2.96875vw, 57px);
  line-height: 1.1;
  margin-bottom: 0.35em;
  font-weight: 800;
}
.scroll-down-btn {
  width: clamp(42px, 2.8125vw, 54px);
  height: clamp(42px, 2.8125vw, 54px);
  background-color: #B89F73;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  font-size: clamp(14px, 0.9375vw, 18px);
  padding: 0.3em 0 0 0.12em;
}
.scroll-down-btn span {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.section-text_blocks_on_2_columns {
  position: relative;
}
.section-text_blocks_on_2_columns .bg {
  position: absolute;
  z-index: -3;
  width: 124%;
  bottom: 0;
  left: -4%;
  opacity: 0.35;
}
.section-text_blocks_on_2_columns .bg img {
  width: 100%;
}
.section-text_blocks_on_2_columns .decoration {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 991px) {
  .section-text_blocks_on_2_columns .decoration {
    display: none;
  }
}
.section-text_blocks_on_2_columns .decoration-1 {
  left: 0;
  bottom: 0;
  width: 30%;
  max-width: 570px;
  -webkit-transform: translate(-32%, 0);
  -moz-transform: translate(-32%, 0);
  -ms-transform: translate(-32%, 0);
  -o-transform: translate(-32%, 0);
  transform: translate(-32%, 0);
}
.section-text_blocks_on_2_columns .decoration img {
  width: 100%;
}
.section-text_blocks_on_2_columns .row {
  --bs-gutter-x: clamp(30px, 6.7708333333vw, 130px);
  --bs-gutter-y: 45px;
}
@media (min-width: 1200px) {
  .section-text_blocks_on_2_columns .row .col-xl-4 {
    width: 36%;
  }
}
.section-text_blocks_on_2_columns .row h3 {
  font-size: clamp(30px, 2.4479166667vw, 47px);
  font-weight: 800;
}
.section-text_with_gray_background {
  position: relative;
  background-color: #F1F1F1;
  overflow: hidden;
}
.section-text_with_gray_background .bg {
  position: absolute;
  z-index: 1;
  width: 130%;
  bottom: -2%;
  left: -15%;
  opacity: 0.35;
}
.section-text_with_gray_background .bg img {
  width: 100%;
}
.section-text_with_gray_background .container {
  position: relative;
  z-index: 2;
}
.section-text_with_gray_background .page-body {
  font-size: clamp(15px, 1.25vw, 24px);
  line-height: 1.3;
  max-width: clamp(720px, 75vw, 1440px);
  margin-left: auto;
  margin-right: auto;
}
.section-text_with_gray_background .page-body h4 {
  font-size: clamp(18px, 1.1458333333vw, 22px);
  font-weight: 900;
  margin-bottom: 1.25em;
  max-width: clamp(490px, 30.9375vw, 594px);
  margin-left: auto;
  margin-right: auto;
}
.section-our_values .block-content {
  max-width: 1552px;
  margin-left: auto;
  margin-right: auto;
}
.section-our_values h2 {
  text-transform: uppercase;
  font-size: clamp(36px, 3.90625vw, 75px);
  margin-bottom: 0.35em;
}
.section-our_values .row {
  --bs-gutter-x: clamp(30px, 3.125vw, 60px);
  --bs-gutter-y: clamp(45px, 3.3854166667vw, 65px);
}
.section-our_values .item .image {
  width: 58px;
  height: 58px;
  border: 2px solid #B89F73;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(15px, 1.4583333333vw, 28px);
  padding: 8px;
}
.section-our_values .item .image img {
  max-height: 36px;
}
.section-our_values .item h4 {
  text-transform: uppercase;
  color: #00418D;
  font-size: clamp(21px, 1.3020833333vw, 25px);
  margin-bottom: 1em;
}
.cp + .cp {
  padding-top: 0;
}
.page-id-28 .section-page_hero_with_text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: clamp(40px, 4.1666666667vw, 80px);
}
.page-id-28 .section-page_hero_with_text .bg img {
  object-position: center 35%;
}
.page-id-28 .section-page_hero_with_text .page-body h1 {
  margin-bottom: 0.25em;
}
.page-id-28 .section-centered_text {
  padding-top: clamp(30px, 3.125vw, 60px);
  padding-bottom: clamp(30px, 3.125vw, 60px);
}
@media (max-width: 767px) {
  .page-id-28 .section-centered_text .page-body p {
    color: #00418D;
    font-weight: 900;
  }
}
@media (min-width: 992px) {
  .page-id-21 .section-page_hero_with_text .col-xl-5 {
    width: 55%;
  }
}
.page-id-21 .section-centered_text .decoration-4 {
  display: none;
}
.section-investment {
  position: relative;
}
.section-investment .bg {
  position: absolute;
  z-index: -3;
  width: 124%;
  top: -4%;
  left: 0;
  opacity: 0.35;
}
.section-investment .bg img {
  width: 100%;
}
.section-investment .block-title {
  max-width: clamp(480px, 37.2395833333vw, 715px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(24px, 2.5vw, 48px);
}
.section-investment .block-title h4 {
  color: #00418D;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0.75em;
  font-size: clamp(18px, 1.1458333333vw, 22px);
}
.section-investment .row {
  --bs-gutter-x: clamp(30px, 4.6875vw, 90px);
  --bs-gutter-y: 40px;
}
.section-investment .item {
  font-size: clamp(17px, 1.1458333333vw, 22px);
  line-height: 1.3;
  padding-left: 10px;
  padding-right: 10px;
  max-width: clamp(300px, 21.875vw, 420px);
  margin-left: auto;
  margin-right: auto;
}
.section-investment .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(45px, 3.5416666667vw, 68px);
  margin-bottom: clamp(15px, 1.25vw, 24px);
}
.section-investment .item .img img {
  max-height: clamp(45px, 3.5416666667vw, 68px);
}
.section-investment .item .txt h4 {
  color: #00418D;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 1.2em;
}
.section-investment .item .txt p {
  margin-left: auto;
  margin-right: auto;
  max-width: 268px;
}
.section-investment .block-text {
  max-width: clamp(550px, 49.4791666667vw, 950px);
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(24px, 2.5vw, 48px);
}
.section-investment .block-text h3 {
  color: #00418D;
}
.section-stats {
  position: relative;
}
@media (min-width: 992px) {
  .section-stats {
    padding-top: clamp(40px, 10.4166666667vw, 200px);
    padding-bottom: clamp(40px, 10.4166666667vw, 200px);
    color: #FFFFFF;
    min-height: 100vh;
  }
}
.section-stats .bg {
  padding-bottom: 65%;
  position: relative;
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-stats .bg {
    padding-bottom: 45%;
  }
}
@media (min-width: 992px) {
  .section-stats .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    padding-bottom: 0;
    margin: 0;
  }
}
.section-stats .bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.44;
  background-color: #202020;
  z-index: 2;
  mix-blend-mode: multiply;
}
.section-stats .bg img {
  z-index: 1;
}
.section-stats .bg .decoration {
  position: absolute;
  z-index: 3;
  top: 0;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  mix-blend-mode: soft-light;
  opacity: 0.94;
}
.section-stats .bg .decoration img {
  position: static;
  height: 100%;
  width: auto;
}
.section-stats .text {
  font-size: clamp(18px, 1.71875vw, 33px);
  line-height: 1.3;
  font-weight: 900;
}
@media (max-width: 991px) {
  .section-stats .text {
    text-align: center;
  }
}
.section-stats .text h2 {
  font-size: clamp(26px, 2.96875vw, 57px);
}
.section-stats .text p {
  max-width: 360px;
}
@media (max-width: 991px) {
  .section-stats .text p {
    margin-left: auto;
    margin-right: auto;
  }
}
.section-stats .row {
  --bs-gutter-y: 30px;
}
@media (min-width: 992px) {
  .section-stats .row .col-lg-4 {
    width: 35%;
  }
}
.section-stats .block-stats .item {
  font-size: clamp(18px, 1.25vw, 24px);
}
.section-stats .block-stats .item + .item {
  margin-top: clamp(30px, 2.34375vw, 45px);
}
.section-stats .block-stats .item h4 {
  font-size: clamp(48px, 4.7395833333vw, 91px);
  margin: 0;
  font-weight: 900;
}
.section-stats .block-stats-text {
  font-size: clamp(16px, 1.1458333333vw, 22px);
  margin-top: clamp(30px, 2.34375vw, 45px);
  max-width: clamp(400px, 26.6666666667vw, 512px);
  margin-left: auto;
  margin-right: auto;
}
.section-stats .block-stats-text strong {
  font-weight: 900;
}
.section-headline_and_text_on_3_columns .block-title {
  max-width: clamp(620px, 41.6666666667vw, 800px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(35px, 3.6458333333vw, 70px);
}
.section-headline_and_text_on_3_columns .block-title h2 {
  text-transform: uppercase;
  font-size: clamp(26px, 2.96875vw, 57px);
}
.section-headline_and_text_on_3_columns .block-title p {
  margin-left: auto;
  margin-right: auto;
  max-width: clamp(520px, 30vw, 576px);
}
.section-headline_and_text_on_3_columns .block-content {
  max-width: clamp(820px, 57.8125vw, 1110px);
  margin-left: auto;
  margin-right: auto;
}
.section-headline_and_text_on_3_columns .block-content .row {
  --bs-gutter-x: clamp(30px, 3.125vw, 60px);
  --bs-gutter-y: clamp(33px, 3.4375vw, 66px);
}
.section-headline_and_text_on_3_columns .block-content h3 {
  font-size: clamp(26px, 2.1354166667vw, 41px);
  margin-bottom: 0.5em;
}
.section-steps {
  position: relative;
  padding-top: clamp(40px, 7.2916666667vw, 140px);
}
.section-steps .bg {
  position: absolute;
  z-index: -3;
  width: 124%;
  top: -50%;
  left: -4%;
  opacity: 0.35;
}
.section-steps .bg img {
  width: 100%;
}
.section-steps .decoration {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 991px) {
  .section-steps .decoration {
    display: none;
  }
}
.section-steps .decoration-1 {
  left: 0;
  top: 0;
  width: 18%;
  max-width: 346px;
  -webkit-transform: translate(-55%, 5%);
  -moz-transform: translate(-55%, 5%);
  -ms-transform: translate(-55%, 5%);
  -o-transform: translate(-55%, 5%);
  transform: translate(-55%, 5%);
}
.section-steps .decoration-2 {
  right: 0;
  top: 0;
  width: 30%;
  max-width: 572px;
  -webkit-transform: translate(38%, 0);
  -moz-transform: translate(38%, 0);
  -ms-transform: translate(38%, 0);
  -o-transform: translate(38%, 0);
  transform: translate(38%, 0);
}
.section-steps .decoration img {
  width: 100%;
}
.section-steps h2 {
  text-transform: uppercase;
  margin-bottom: clamp(40px, 7.2916666667vw, 140px);
}
.section-steps .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 40px;
}
.section-steps .item .image {
  margin-bottom: clamp(20px, 2.6041666667vw, 50px);
}
.section-steps .item .image .img-bg {
  padding-bottom: 75%;
}
.section-steps .item h3 {
  font-size: clamp(21px, 1.8229166667vw, 35px);
  margin-bottom: 0.5em;
  font-weight: 800;
}
.section-text_and_ctas {
  background-color: #00418D;
  color: #FFFFFF;
  position: relative;
  text-align: center;
}
.section-text_and_ctas .decoration {
  position: absolute;
  opacity: 0.37;
  z-index: 1;
  top: 0;
  height: 100%;
  mix-blend-mode: soft-light;
}
.section-text_and_ctas .decoration img {
  height: 100%;
  object-fit: cover;
}
.section-text_and_ctas .decoration-1 {
  left: 0;
}
.section-text_and_ctas .decoration-2 {
  right: 0;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.section-text_and_ctas .container {
  position: relative;
  z-index: 2;
}
.section-text_and_ctas .text {
  font-size: clamp(18px, 1.71875vw, 33px);
  line-height: 1.3;
  font-weight: 900;
  margin-left: auto;
  margin-right: auto;
  max-width: 1365px;
}
.section-text_and_ctas .text p {
  max-width: clamp(520px, 48.9583333333vw, 940px);
  margin-left: auto;
  margin-right: auto;
}
.section-text_and_ctas .row {
  margin-top: clamp(15px, 1.5625vw, 30px);
  --bs-gutter-x: clamp(30px, 3.125vw, 60px);
  --bs-gutter-y: 25px;
}
.section-text_and_ctas .button {
  min-width: clamp(156px, 16.25vw, 312px);
}
.section-form {
  position: relative;
}
.section-form .decoration {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 991px) {
  .section-form .decoration {
    display: none;
  }
}
.section-form .decoration-1 {
  left: 0;
  bottom: clamp(40px, 5.2083333333vw, 100px);
  width: 20%;
  max-width: 380px;
  -webkit-transform: translate(-55%, 0);
  -moz-transform: translate(-55%, 0);
  -ms-transform: translate(-55%, 0);
  -o-transform: translate(-55%, 0);
  transform: translate(-55%, 0);
}
.section-form .bg {
  position: absolute;
  z-index: -2;
  width: 124%;
  top: -15vh;
  left: -12%;
  opacity: 0.35;
}
.section-form .bg img {
  width: 100%;
}
.section-form .block-content {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
  padding-left: clamp(20px, 5.2083333333vw, 100px);
  padding-right: clamp(20px, 5.2083333333vw, 100px);
  padding-top: clamp(20px, 3.3854166667vw, 65px);
  padding-bottom: clamp(20px, 3.3854166667vw, 65px);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  max-width: clamp(720px, 75vw, 1440px);
  margin-left: auto;
  margin-right: auto;
}
.section-form .row {
  --bs-gutter-y: 30px;
}
.section-form .gform_description {
  margin-bottom: 0;
}
.section-form .block-text h4 {
  color: #B89F73;
  text-transform: uppercase;
  font-size: clamp(20px, 1.3020833333vw, 25px);
  margin-bottom: 0.75em;
}
.section-form .block-text h2 {
  font-size: clamp(26px, 2.1354166667vw, 41px);
  margin-bottom: 0.5em;
}
.section-hubspot_form {
  position: relative;
}
.section-hubspot_form .decoration {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 991px) {
  .section-hubspot_form .decoration {
    display: none;
  }
}
.section-hubspot_form .decoration-1 {
  right: 0;
  top: 0;
  width: 18%;
  max-width: 346px;
  -webkit-transform: translate(15%, 0);
  -moz-transform: translate(15%, 0);
  -ms-transform: translate(15%, 0);
  -o-transform: translate(15%, 0);
  transform: translate(15%, 0);
}
.section-hubspot_form .bg {
  position: absolute;
  z-index: -2;
  width: 124%;
  top: -15vh;
  left: -12%;
  opacity: 0.35;
}
.section-hubspot_form .bg img {
  width: 100%;
}
.section-hubspot_form .block-content {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
  padding-left: clamp(20px, 5.2083333333vw, 100px);
  padding-right: clamp(20px, 5.2083333333vw, 100px);
  padding-top: clamp(20px, 3.3854166667vw, 65px);
  padding-bottom: clamp(20px, 3.3854166667vw, 65px);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  max-width: clamp(720px, 45.3125vw, 870px);
  margin-left: auto;
  margin-right: auto;
}
.section-hubspot_form .block-content .form-block form {
  margin-bottom: 0;
}
.section-hubspot_form .block-content .form-block form * {
  font-family: "lato", sans-serif;
}
.section-hubspot_form .block-content .form-block form .hs-error-msg {
  color: red;
}
.section-hubspot_form .block-content .form-block form .form-columns-2 {
  margin-left: -10px;
  margin-right: -10px;
}
.section-hubspot_form .block-content .form-block form .form-columns-2 > .field {
  padding-left: 10px;
  padding-right: 10px;
}
.section-hubspot_form .block-content .form-block form .hs-form-field {
  padding-right: 0;
  margin-bottom: 25px;
}
.section-hubspot_form .block-content .form-block form input.hs-input, .section-hubspot_form .block-content .form-block form textarea.hs-input, .section-hubspot_form .block-content .form-block form select.hs-input {
  width: 100%;
  font-family: "lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border: none;
  border-bottom: 2px solid gray;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 26px !important;
  padding: 12px 0;
  background-color: #FFFFFF;
  color: #202020;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  max-width: 100%;
  height: auto;
  box-shadow: none !important;
}
.section-hubspot_form .block-content .form-block form .hs-submit {
  text-align: right;
}
.section-hubspot_form .block-content .form-block form .hs-submit .actions {
  margin: 20px 0 0;
  padding: 0;
}
.section-hubspot_form .block-content .form-block form .hs-submit .hs-button {
  display: inline-block;
  text-decoration: none !important;
  background: #00418D;
  color: #FFFFFF;
  font-weight: 700;
  font-size: clamp(16px, 1.09375vw, 21px);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  line-height: 26px;
  padding-top: clamp(14px, 0.9895833333vw, 19px);
  padding-bottom: clamp(10px, 0.78125vw, 15px);
  padding-left: clamp(18px, 1.6666666667vw, 32px);
  padding-right: clamp(18px, 1.6666666667vw, 32px);
  border: none !important;
  font-family: "poppins", sans-serif;
  text-shadow: none;
  box-shadow: none !important;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.section-hubspot_form .block-content .form-block form .hs-submit .hs-button:hover {
  background: #023672;
  color: #FFFFFF;
}
.section-hubspot_form .row {
  --bs-gutter-y: 30px;
}
.section-hubspot_form .block-text {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
.section-hubspot_form .block-text p {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.section-hubspot_form .block-text h3 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.section-hubspot_form .block-text h2 {
  font-size: clamp(32px, 3.90625vw, 75px);
  margin-bottom: 0.35em;
  text-transform: uppercase;
}
.section-experiences .search-bar {
  position: relative;
  flex: 1;
  margin-right: clamp(15px, 1.3020833333vw, 25px);
}
.section-experiences .search-bar input[type="search"] {
  background-color: #FFFFFF;
  border: 2px solid #00418D;
  padding: 12px 50px 12px 18px;
  font-size: 18px;
  height: 54px;
}
.section-experiences .search-bar button {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  padding: 0;
  color: #00418D;
}
.section-experiences .filters-bar.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  padding-top: 10px;
  padding-bottom: 10px;
}
.section-experiences .filters-bar:not(.sticky) .container {
  padding: 0 !important;
}
@media (max-width: 991px) {
  .section-experiences .filters-bar {
    display: flex;
    flex-direction: column;
    z-index: 1001;
  }
}
.section-experiences .filters-bar--holder {
  min-height: 54px;
  margin-bottom: 30px;
}
.section-experiences .filters-bar--top {
  display: flex;
}
.section-experiences .filters-bar--title {
  background-color: #00418D;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  font-weight: 800;
  color: #FFFFFF;
  text-align: center;
  padding: 15px 50px;
}
@media (min-width: 768px) {
  .section-experiences .filters-bar--title {
    min-width: clamp(280px, 18.75vw, 360px);
  }
}
@media (max-width: 767px) {
  .section-experiences .filters-bar--title {
    min-width: 120px;
  }
}
.section-experiences .filters-bar--title label {
  cursor: pointer;
}
.section-experiences .filters-bar--title .icon-toggle {
  position: absolute;
  right: 25px;
  top: 50%;
  font-size: 14px;
  margin-top: -7px;
  display: flex;
}
@media (max-width: 767px) {
  .section-experiences .filters-bar--title .icon-toggle {
    font-size: 11px;
    margin-top: -5.5px;
    right: 15px;
  }
}
.section-experiences .filters-bar--title .icon-toggle:before {
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-experiences .filters-bar--title.active .icon-toggle:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.section-experiences .filters-bar--content {
  display: none;
  background-color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 991px) {
  .section-experiences .filters-bar--content {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 156px);
  }
}
.section-experiences .filters-bar--content .searchandfilter {
  padding-left: clamp(25px, 3.125vw, 60px);
  padding-right: clamp(25px, 3.125vw, 60px);
  padding-top: 7px;
  padding-bottom: clamp(20px, 1.5625vw, 30px);
  position: relative;
}
.section-experiences .filters-bar--content .searchandfilter.search-filter-disabled > ul {
  opacity: 0.5;
}
.section-experiences .filters-bar--content .searchandfilter.search-filter-disabled:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: clamp(100px, 10.4166666667vw, 200px);
  height: clamp(100px, 10.4166666667vw, 200px);
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><circle fill="%2300418D" stroke="%2300418D" stroke-width="2" r="15" cx="40" cy="100"><animate attributeName="opacity" calcMode="spline" dur="2" values="1;0;1;" keySplines=".5 0 .5 1;.5 0 .5 1" repeatCount="indefinite" begin="-.4"></animate></circle><circle fill="%2300418D" stroke="%2300418D" stroke-width="2" r="15" cx="100" cy="100"><animate attributeName="opacity" calcMode="spline" dur="2" values="1;0;1;" keySplines=".5 0 .5 1;.5 0 .5 1" repeatCount="indefinite" begin="-.2"></animate></circle><circle fill="%2300418D" stroke="%2300418D" stroke-width="2" r="15" cx="160" cy="100"><animate attributeName="opacity" calcMode="spline" dur="2" values="1;0;1;" keySplines=".5 0 .5 1;.5 0 .5 1" repeatCount="indefinite" begin="0"></animate></circle></svg>') no-repeat center;
  background-size: 100%;
}
.section-experiences .filters-bar--content .searchandfilter > ul {
  padding: 0;
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-experiences .filters-bar--content .searchandfilter > ul > li {
  padding-top: 23px;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .section-experiences .filters-bar--content .searchandfilter > ul > li {
    flex: 0 0 50% !important;
  }
  .section-experiences .filters-bar--content .searchandfilter > ul > li.sf-field-submit {
    align-self: flex-end;
  }
  .section-experiences .filters-bar--content .searchandfilter > ul > li.sf-field-posts_per_page {
    display: none;
  }
}
.section-experiences .filters-bar--content .searchandfilter > ul > li[data-sf-field-name="_sft_experience_cat"] .chosen-results .sf-level-0 {
  font-weight: 700;
}
@media (max-width: 575px) {
  .section-experiences .filters-bar--content .searchandfilter > ul > li {
    flex: 0 0 100% !important;
  }
}
.section-experiences .filters-bar--content .searchandfilter > ul > li > label {
  display: block;
}
.section-experiences .filters-bar--content .searchandfilter > ul > li h4 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 10px;
  padding: 0;
}
.section-experiences .filters-bar--content .searchandfilter > ul > li.sf-field-reset {
  padding-top: 25px;
}
@media (min-width: 992px) {
  .section-experiences .filters-bar--content .searchandfilter > ul > li.sf-field-reset {
    order: 100;
  }
}
@media (max-width: 991px) {
  .section-experiences .filters-bar--content .searchandfilter > ul > li.sf-field-reset {
    position: static;
    text-align: right;
    padding-top: 15px;
    margin-bottom: 13px;
    flex: 0 0 100% !important;
  }
}
.section-experiences .filters-bar--content .searchandfilter > ul > li.sf-field-reset input {
  width: 124px;
  background-color: #478DDE;
  color: #FFFFFF;
  border: none;
  font-size: 12px;
  font-weight: 800;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  line-height: 15px;
  padding: 8px 10px;
}
.section-experiences .filters-bar--content .searchandfilter > ul > li.sf-field-search {
  flex: 0 0 25%;
}
.section-experiences .filters-bar--content .searchandfilter > ul > li.sf-field-search .sf-input-text {
  border: 2px solid #CCCCCC;
  padding: 12px 18px 12px 18px;
  background-color: transparent;
}
.section-experiences .filters-bar--content .searchandfilter > ul > li.sf-field-taxonomy-location, .section-experiences .filters-bar--content .searchandfilter > ul > li.sf-field-taxonomy-feature, .section-experiences .filters-bar--content .searchandfilter > ul > li.sf-field-taxonomy-group_size {
  flex: 0 0 25%;
}
.section-experiences .filters-bar--content .searchandfilter > ul > li.sf-field-taxonomy-feature ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 0;
}
.section-experiences .filters-bar--content .searchandfilter > ul > li.sf-field-taxonomy-feature ul > li {
  flex: 0 0 50%;
  padding: 0 10px;
  position: relative;
}
.section-experiences .filters-bar--content .searchandfilter > ul > li.sf-field-taxonomy-feature ul > li:nth-child(2) ~ li {
  margin-top: 12px;
}
.section-experiences .filters-bar--content .searchandfilter > ul > li.sf-field-taxonomy-feature ul > li input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.section-experiences .filters-bar--content .searchandfilter > ul > li.sf-field-taxonomy-feature ul > li input[type="checkbox"] + label {
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  padding-left: 27px;
}
@media (max-width: 767px) {
  .section-experiences .filters-bar--content .searchandfilter > ul > li.sf-field-taxonomy-feature ul > li input[type="checkbox"] + label {
    font-size: 14px;
  }
}
.section-experiences .filters-bar--content .searchandfilter > ul > li.sf-field-taxonomy-feature ul > li input[type="checkbox"] + label:after {
  content: "";
  border: 2px solid #CCCCCC;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 3px;
  left: 0;
}
.section-experiences .filters-bar--content .searchandfilter > ul > li.sf-field-taxonomy-feature ul > li input[type="checkbox"]:checked + label:after {
  background-color: #00418D;
  border-color: #023672;
}
.section-experiences .filters-bar--content .searchandfilter > ul > li.sf-field-taxonomy-experience_cat, .section-experiences .filters-bar--content .searchandfilter > ul > li.sf-field-posts_per_page {
  flex: 0 0 20%;
}
.section-experiences .filters-bar--content .searchandfilter > ul > li.sf-field-posts_per_page ul {
  display: none;
}
.section-experiences .filters-bar--content .searchandfilter > ul > li.sf-field-sort_order, .section-experiences .filters-bar--content .searchandfilter > ul > li.sf-field-taxonomy-price_range {
  flex: 0 0 20%;
}
.section-experiences .filters-bar--content .searchandfilter > ul > li.sf-field-taxonomy-price_range ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 0;
}
.section-experiences .filters-bar--content .searchandfilter > ul > li.sf-field-taxonomy-price_range ul > li {
  flex: 0 0 50%;
  padding: 0 10px;
  position: relative;
}
.section-experiences .filters-bar--content .searchandfilter > ul > li.sf-field-taxonomy-price_range ul > li:nth-child(2) ~ li {
  margin-top: 7px;
}
.section-experiences .filters-bar--content .searchandfilter > ul > li.sf-field-taxonomy-price_range ul > li input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.section-experiences .filters-bar--content .searchandfilter > ul > li.sf-field-taxonomy-price_range ul > li input[type="checkbox"] + label {
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  padding-left: 27px;
}
.section-experiences .filters-bar--content .searchandfilter > ul > li.sf-field-taxonomy-price_range ul > li input[type="checkbox"] + label:after {
  content: "";
  border: 2px solid #CCCCCC;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 3px;
  left: 0;
}
.section-experiences .filters-bar--content .searchandfilter > ul > li.sf-field-taxonomy-price_range ul > li input[type="checkbox"]:checked + label:after {
  background-color: #00418D;
  border-color: #023672;
}
.section-experiences .filters-bar--content .searchandfilter > ul > li.sf-field-submit {
  flex: 0 0 20%;
}
.section-experiences .filters-bar--content .searchandfilter > ul > li.sf-field-submit input {
  width: 100%;
}
.section-experiences .filters-bar select {
  border: 2px solid #CCCCCC;
  background-color: transparent;
  padding-left: 15px;
  height: auto;
}
.section-experiences .filters-bar .chosen-container-single .chosen-drop {
  bottom: 100%;
  top: auto;
  margin-top: 0;
  margin-bottom: -2px;
}
.section-experiences .filters-bar .chosen-container-single:not(.chosen-with-drop) .chosen-drop {
  pointer-events: none;
}
.section-experiences .search-filter-results .row {
  --bs-gutter-x: 26px;
  --bs-gutter-y: 110px;
}
.section-experiences .search-filter-results .item {
  position: relative;
}
.section-experiences .search-filter-results .item .image {
  position: relative;
}
.section-experiences .search-filter-results .item .image .img-bg {
  padding-bottom: 92%;
  background-color: #B89F73;
}
.section-experiences .search-filter-results .item .image .experience-quickview-btn, .section-experiences .search-filter-results .item .image .experience-view-btn {
  border: 1px solid #FFFFFF;
  display: inline-block;
  position: absolute;
  bottom: clamp(20px, 1.3020833333vw, 25px);
  left: 50%;
  max-width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #FFFFFF;
  font-family: "poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 1.09375vw, 21px);
  text-decoration: none;
  padding: 12px 25px 10px;
  white-space: nowrap;
  -webkit-box-shadow: inset 15px 15px 30px rgba(0, 0, 0, 0.41), 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: inset 15px 15px 30px rgba(0, 0, 0, 0.41), 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: inset 15px 15px 30px rgba(0, 0, 0, 0.41), 0 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 0;
}
.section-experiences .search-filter-results .item .image .experience-quickview-btn:hover, .section-experiences .search-filter-results .item .image .experience-view-btn:hover {
  background-color: rgba(0, 0, 0, 0.16);
}
.section-experiences .search-filter-results .item .text {
  background-color: #FFFFFF;
  padding: 20px;
  flex-grow: 1;
  position: relative;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
}
.section-experiences .search-filter-results .item .text h3 {
  font-size: clamp(24px, 1.6666666667vw, 32px);
  color: #00418D;
  font-weight: 900;
  margin-bottom: 15px;
  padding-right: 55px;
}
.section-experiences .search-filter-results .item .text h3 a {
  text-decoration: none;
}
.section-experiences .search-filter-results .item .button-border {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 25px;
}
.section-experiences .search-filter-results .item .button-border:active {
  background-color: #023672;
}
.section-experiences .search-filter-results .item select {
  font-size: clamp(24px, 1.6666666667vw, 32px);
  font-weight: 900;
  margin-right: 35px;
  border: 2px solid #00418D !important;
  border-radius: 6px;
  color: #478DDE;
  width: auto;
  min-width: 180px;
  height: auto;
}
.section-experiences .search-filter-results .item .chosen-container {
  width: auto !important;
  min-width: clamp(170px, 13.2291666667vw, 254px);
  margin-right: 55px;
  font-size: clamp(24px, 1.6666666667vw, 32px);
  font-weight: 900;
}
.section-experiences .search-filter-results .item .chosen-container-single .chosen-single {
  border: 2px solid #00418D !important;
  background: none !important;
  padding: 7px 15px 7px 18px;
  box-shadow: none;
  border-radius: 6px;
  line-height: 1.1;
}
.section-experiences .search-filter-results .item .chosen-container-single .chosen-single span {
  font-style: normal;
  color: #478DDE;
}
.section-experiences .search-filter-results .item .chosen-container-single .chosen-drop {
  border-color: #00418D;
}
.section-experiences .search-filter-results .item .chosen-container-single .chosen-drop ul li {
  color: #478DDE;
  line-height: 1.1;
  padding: 2px 0;
}
.section-experiences .search-filter-results .item .chosen-container-single .chosen-drop ul li.highlighted {
  font-weight: inherit;
}
.section-experiences .search-filter-results .item .chosen-container-single .chosen-drop ul li.result-selected {
  display: block;
}
.section-experiences .search-filter-results .item-variations {
  border: 1px solid #00418D;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: clamp(10px, 0.78125vw, 15px);
  padding-right: clamp(30px, 2.34375vw, 45px);
  position: relative;
}
.section-experiences .search-filter-results .item-variations.enabled .toggle {
  padding: 0;
  border: none;
  width: clamp(30px, 2.34375vw, 45px);
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
  padding-top: clamp(10px, 0.78125vw, 15px);
  background: url("../images/select.svg");
  background-repeat: no-repeat;
  background-position: center 15px;
  background-size: 16px 14px;
  right: 0;
}
.section-experiences .search-filter-results .item-variations .toggle {
  display: none;
}
.section-experiences .search-filter-results .item-variations--list-popup {
  position: absolute;
  width: calc(100% + 2px);
  min-height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  display: none;
  border: 1px solid #00418D;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: clamp(10px, 0.78125vw, 15px);
  padding-right: clamp(30px, 2.34375vw, 45px);
  background-color: #FFFFFF;
  z-index: 5;
}
.section-experiences .search-filter-results .item-variations--list-popup:after {
  content: "";
  width: 16px;
  height: 12px;
  position: absolute;
  top: clamp(11px, 0.8333333333vw, 16px);
  background-image: url("../images/select.svg");
  background-repeat: no-repeat;
  background-position: center;
  right: clamp(7px, 0.7291666667vw, 14px);
}
.section-experiences .search-filter-results .item-variations--list-popup.active {
  display: block;
}
.section-experiences .search-filter-results .item-variations--list-popup .item-variations--list-option {
  display: block !important;
}
.section-experiences .search-filter-results .item-variations--list-popup .item-variations--list-option.hidden {
  display: none !important;
}
.section-experiences .search-filter-results .item-variations--list-popup .item-variations--list-option + .item-variations--list-option {
  margin-top: 4px;
}
.section-experiences .search-filter-results .item-variations--list-option {
  position: relative;
  padding-right: 35px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 12px 55px 12px 44px;
  cursor: pointer;
  min-height: 110px;
}
.section-experiences .search-filter-results .item-variations--list-option .radio {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #FFFFFF;
  -webkit-box-shadow: inset 5px 5px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: inset 5px 5px 6px rgba(0, 0, 0, 0.16);
  box-shadow: inset 5px 5px 6px rgba(0, 0, 0, 0.16);
}
.section-experiences .search-filter-results .item-variations--list-option.active .radio:before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #00418D;
  -webkit-box-shadow: inset 5px 5px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: inset 5px 5px 6px rgba(0, 0, 0, 0.16);
  box-shadow: inset 5px 5px 6px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4.5px;
  margin-top: -4.5px;
}
.section-experiences .search-filter-results .item-variations--list-option .h3 {
  color: #478DDE;
  display: block;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .section-experiences .search-filter-results .item-variations--list-option .h3 {
    font-size: 24px;
  }
}
.section-experiences .search-filter-results .item-variations--list-option:not(.active) {
  display: none;
}
.section-experiences .search-filter-results .item-variations--list-option.hidden {
  opacity: 0.5;
}
.section-experiences .search-filter-results .item-variations--list-option p {
  margin: 4px 0;
  line-height: 1.3;
  font-size: clamp(12px, 0.7291666667vw, 14px);
}
.section-experiences .search-filter-results .item-variations--list-option .icons {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  right: 15px;
  top: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-experiences .search-filter-results .item-variations--list-option .icons > span + span {
  margin-top: 13px;
}
.section-experiences .search-filter-results .item-variations--list-option .icons > span.icon-airfare {
  color: #478DDE;
  font-size: 1.25em;
}
.section-experiences .search-filter-results .item-variations--list-option .icons > span.icon-nightcount {
  color: #00418D;
}
.section-experiences .search-filter-results .item-variations--list-option .icons > span.icon-usercount {
  color: #B89F73;
}
.section-experiences .search-filter-results .item-variations--list-option-link {
  font-size: clamp(11px, 0.625vw, 12px);
}
.section-experiences .search-filter-results .item-variations--list-option-link a {
  color: #202020;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.section-experiences .search-filter-results .item-variations--list-option-link a:hover {
  color: #00418D;
}
.section-experiences .search-filter-results .experience-item:hover .image .experience-quickview-btn, .section-experiences .search-filter-results .experience-item:hover .image .experience-view-btn {
  opacity: 1;
}
.section-experiences .search-filter-results .experience-item:hover .text .button-border {
  opacity: 1;
}
.section-experiences .page-load-status {
  margin-top: 30px;
}
.section-experiences .search-filter-scroll-loading {
  width: 30px !important;
  padding: 0 !important;
  margin: 20px auto 0 !important;
}
.section-experiences .search-filter-results-list {
  text-align: center;
}
.section-experiences .pagination {
  width: 100%;
  text-align: center;
  justify-content: center;
}
.section-experiences .pagination .wp-pagenavi {
  display: none;
}
.section-experiences .pagination > a {
  display: none;
}
.section-experiences .pagination button:first-child {
  display: none;
}
@media (min-width: 992px) {
  body.admin-bar .section-experiences .filters-bar.sticky {
    margin-top: 32px;
  }
}
div.chosen-container {
  width: 100% !important;
  font-size: 16px;
}
div.chosen-container-single .chosen-single {
  border: 2px solid #CCCCCC !important;
  background: none !important;
  padding: 12px 18px 12px 18px;
  box-shadow: none;
  border-radius: 0px;
}
div.chosen-container-single .chosen-single span {
  font-style: italic;
}
div.chosen-container-single .chosen-single div {
  width: 40px;
}
div.chosen-container-single .chosen-single div b {
  background-image: url("../images/select.svg") !important;
  background-repeat: no-repeat;
  background-position: center !important;
}
div.chosen-container-single .chosen-drop {
  border: 2px solid #CCCCCC;
  border-radius: 0;
  box-shadow: none;
  margin-top: -2px;
}
div.chosen-container-single .chosen-results {
  margin: 0;
  padding: 12px 18px;
}
div.chosen-container-single .chosen-results li.highlighted {
  background: none;
  color: #478DDE;
  text-decoration-color: #478DDE;
  text-underline-offset: 2px;
}
div.chosen-container-single.chosen-container-active .chosen-single div b {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.modal {
  --bs-modal-box-shadow: none;
  --bs-modal-width: 1050px;
  --bs-modal-border-width: 0;
  --bs-modal-bg: transparent;
  --bs-modal-border-radius: 0;
}
.modal .btn-close {
  background: none;
  position: fixed;
  z-index: 50;
  width: clamp(42px, 3.0208333333vw, 58px);
  height: clamp(42px, 3.0208333333vw, 58px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #00418D;
  top: clamp(21px, 2.1875vw, 42px);
  right: clamp(21px, 2.1875vw, 42px);
  font-size: clamp(24px, 1.5625vw, 30px);
  font-weight: 800;
  opacity: 1 !important;
  padding: 0;
  border: none;
}
.modal-backdrop {
  --bs-backdrop-opacity: 1;
  --bs-backdrop-bg: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(15px);
}
.modal-close {
  border: none;
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 0;
  background: none;
  color: #00418D;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  z-index: 20;
}
.modal-user {
  --bs-modal-bg: rgba(255, 255, 255, 0.92);
  --bs-modal-border-radius: 20px;
  --bs-modal-width: 1444px;
}
@media (min-width: 768px) {
  .modal-user .modal-dialog {
    width: var(--bs-modal-width);
    max-width: 90%;
  }
}
.modal-user .modal-content {
  backdrop-filter: blur(15px);
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
}
.modal-user .modal-body {
  padding-top: clamp(80px, 4.9479166667vw, 95px);
  padding-bottom: clamp(40px, 4.9479166667vw, 95px);
  padding-left: clamp(25px, 6.3541666667vw, 122px);
  padding-right: clamp(25px, 6.3541666667vw, 122px);
}
.modal-user .row {
  --bs-gutter-x: clamp(24px, 7.2916666667vw, 140px);
  --bs-gutter-y: 40px;
}
.modal-user#loginModal {
  --bs-modal-width: 850px;
}
.modal-user#registerModal .row {
  --bs-gutter-x: clamp(24px, 3.125vw, 60px);
}
@media (min-width: 992px) {
  .modal-user#registerModal .row .col-lg-5 {
    width: 45%;
  }
}
@media (min-width: 992px) {
  .modal-user#registerModal .row .col-lg-7 {
    width: 55%;
  }
}
.modal-user .page-body h4 {
  color: #B89F73;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.modal-user .page-body h3 {
  font-size: clamp(26px, 2.1354166667vw, 41px);
  margin-bottom: 0.5em;
  font-weight: 800;
}
.modal-user .page-body + .loginModalFooter a {
  color: #00418D;
}
.modal-user .page-body + .loginModalFooter a:hover {
  color: #023672;
}
.modal-user .loginModalFooter {
  margin-top: clamp(40px, 4.9479166667vw, 95px);
}
.modal-user .loginModalFooter p {
  margin-bottom: 0;
}
.modal-user .loginModalFooter a {
  color: #B89F73;
  text-transform: uppercase;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 900;
  text-decoration: none;
}
.modal-user .loginModalFooter a:hover {
  color: #00418D;
}
.modal-user #wppb-form-style-1-wrapper .wppb-form-title {
  display: none;
}
div#wppb-form-style-1-wrapper {
  width: 100%;
}
div#wppb-form-style-1-wrapper .login-submit, div#wppb-form-style-1-wrapper .form-submit {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
div#wppb-form-style-1-wrapper .login-submit input[type="submit"], div#wppb-form-style-1-wrapper .form-submit input[type="submit"] {
  width: 100%;
  text-decoration: none !important;
  background-color: #00418D !important;
  color: #FFFFFF !important;
  font-weight: 700;
  font-size: clamp(16px, 1.09375vw, 21px);
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  height: auto !important;
  text-align: center;
  line-height: 26px;
  padding-top: clamp(14px, 0.9895833333vw, 19px);
  padding-bottom: clamp(10px, 0.78125vw, 15px);
  padding-left: clamp(18px, 1.6666666667vw, 32px);
  padding-right: clamp(18px, 1.6666666667vw, 32px);
  border: none !important;
  font-family: "poppins", sans-serif;
}
div#wppb-form-style-1-wrapper .login-submit input[type="submit"]:hover, div#wppb-form-style-1-wrapper .form-submit input[type="submit"]:hover {
  background-color: #023672 !important;
  color: #FFFFFF;
}
div#wppb-form-style-1-wrapper .wppb-radios, div#wppb-form-style-1-wrapper .wppb-checkboxes {
  column-count: 1;
  display: flex;
  flex-wrap: wrap;
}
div#wppb-form-style-1-wrapper .wppb-radios > li:not(:last-child), div#wppb-form-style-1-wrapper .wppb-checkboxes > li:not(:last-child) {
  margin-right: 25px;
}
div#wppb-form-style-1-wrapper .form-submit {
  text-align: right;
}
div#wppb-form-style-1-wrapper .form-submit input[type="submit"] {
  width: auto;
}
div#wppb-form-style-1-wrapper .wppb-form-select-field.label-outside > label {
  font-size: clamp(16px, 1.1458333333vw, 22px);
  font-weight: 400;
  color: #202020;
}
div#wppb-form-style-1-wrapper .wppb-form-select-field select {
  border: 2px solid #CCCCCC !important;
  border-radius: 0;
  height: auto !important;
  background-color: transparent;
  font-size: 16px;
  line-height: 26px;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  padding-left: 15px !important;
  padding-right: 45px !important;
  background-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 33 8.2" width="33" height="8.2" style="enable-background:new 0 0 33 8.2;" xml:space="preserve"><style type="text/css">.st0{fill:%2300418D;}</style><path class="st0" d="M6.1,7.8C5.8,8.2,5.1,8.4,4.7,8.1C4.6,8,4.5,7.9,4.4,7.8L0.2,1.6C-0.1,1.1,0,0.5,0.4,0.2C0.6,0.1,0.8,0,1,0h8.5c0.6,0,1,0.4,1,1c0,0.2-0.1,0.4-0.2,0.6L6.1,7.8z"/></svg>') !important;
  background-size: 33px 8.2px !important;
  background-position: right center !important;
}
div#wppb-form-style-1-wrapper .wppb-form-text-field.label-outside {
  position: relative;
  overflow: visible;
}
div#wppb-form-style-1-wrapper .wppb-form-text-field.label-outside > label {
  position: absolute;
  top: 14px;
  left: 0;
  transition: 0.1s all linear;
  cursor: text;
  margin-bottom: 0;
  font-size: clamp(16px, 1.1458333333vw, 22px);
  font-weight: 400;
  line-height: inherit;
  color: #202020;
  z-index: 1;
  min-width: 50%;
}
div#wppb-form-style-1-wrapper .wppb-form-text-field.label-outside > label.active {
  top: -10px;
  font-size: 12px;
}
div#wppb-form-style-1-wrapper .wppb-form-text-field input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), div#wppb-form-style-1-wrapper .wppb-form-text-field textarea {
  border: none !important;
  border-bottom: 2px solid #CCCCCC !important;
  border-radius: 0;
  background-color: transparent;
  font-size: 16px;
  line-height: 26px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 0;
  padding-right: 0;
  float: none;
}
div#wppb-form-style-1-wrapper .wppb-form-text-field textarea {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
div#wppb-form-style-1-wrapper .wppb-form-text-field textarea:hover, div#wppb-form-style-1-wrapper .wppb-form-text-field textarea:focus {
  border: none !important;
  border-bottom: 2px solid #CCCCCC !important;
}
form#wppb-register-user > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}
form#wppb-register-user > ul > li.wppb-form-text-field {
  flex: 0 0 46%;
  margin-right: 0;
}
form#wppb-register-user > ul > li.wppb-form-text-field.wppb-textarea {
  flex: 0 0 100%;
}
form#wppb-register-user > ul > li.wppb-select {
  flex: 0 0 100%;
}
@media (max-width: 767px) {
  form#wppb-register-user > ul > li {
    flex: 0 0 100% !important;
  }
}
div#wppb-login-wrap {
  align-items: flex-start;
  max-width: 100%;
}
div#wppb-login-wrap p {
  overflow: visible;
  padding-bottom: 0;
}
div#wppb-login-wrap p.login-register-lost-password {
  order: 2;
  margin: 15px 0 0;
  font-size: 1em;
}
div#wppb-login-wrap p.login-register-lost-password a {
  text-decoration: none !important;
  color: #202020;
  font-size: 1em;
  font-weight: 400;
  font-style: italic;
}
div#wppb-login-wrap p.login-register-lost-password a:hover {
  color: #00418D;
}
div#wppb-login-wrap #wppb-loginform {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div#wppb-login-wrap #wppb-loginform .wppb-form-text-field {
  flex: 0 0 100%;
}
div#wppb-login-wrap #wppb-loginform .login-remember {
  flex: 0 0 45%;
  margin: 16px 0;
}
div#wppb-login-wrap #wppb-loginform .login-remember label {
  min-width: 60%;
}
div#wppb-login-wrap #wppb-loginform .login-submit {
  flex: 0 0 45%;
}
#experienceModal .experience-gallery {
  padding-left: 45px;
  padding-right: 45px;
}
@media (min-width: 1100px) {
  #experienceModal .experience-gallery-block {
    margin-left: -45px;
  }
}
#experienceModal .experience-gallery-block .image {
  min-height: auto;
  padding-bottom: 90%;
  background-color: #00418D;
}
#experienceModal .experience-gallery-block .image:before {
  display: none;
}
#experienceModal .experience-gallery .slick-nav {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -15px;
}
#experienceModal .experience-gallery .slick-nav.slick-prev {
  left: 0;
}
#experienceModal .experience-gallery .slick-nav.slick-next {
  right: 0;
}
#experienceModal .row + .row {
  margin-top: clamp(35px, 2.34375vw, 45px);
}
#experienceModal .row-1 {
  --bs-gutter-y: 30px;
}
#experienceModal .row-1 h3 {
  color: #00418D;
  font-size: clamp(24px, 1.6666666667vw, 32px);
  font-weight: 900;
}
#experienceModal .row-1 .more-info-link {
  color: #202020;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}
#experienceModal .row-1 .more-info-link:hover {
  color: #00418D;
}
#experienceModal .row-2 {
  --bs-gutter-x: clamp(24px, 5.2083333333vw, 100px);
  --bs-gutter-y: 30px;
  font-weight: 700;
  font-size: clamp(12px, 0.7291666667vw, 14px);
}
#experienceModal .row-2 .h3 {
  color: #478DDE;
  font-size: clamp(28px, 2.0833333333vw, 40px);
  font-weight: 900;
  margin-bottom: 10px;
}
.section-blog {
  position: relative;
}
.section-blog .searchandfilter {
  margin-bottom: clamp(40px, 6.25vw, 120px);
}
.section-blog .searchandfilter > ul {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
.section-blog .searchandfilter > ul > li {
  padding: 0;
}
.section-blog .searchandfilter > ul > li.sf-field-search {
  position: relative;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .section-blog .searchandfilter > ul > li.sf-field-search {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
  }
}
.section-blog .searchandfilter > ul > li.sf-field-search .sf-field-search-btn {
  background: none;
  border: none;
  padding: 0;
  font-size: clamp(24px, 1.5625vw, 30px);
  display: block;
  margin-left: auto;
}
@media (max-width: 767px) {
  .section-blog .searchandfilter > ul > li.sf-field-search .sf-field-search-btn {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 767px) {
  .section-blog .searchandfilter > ul > li.sf-field-search .sf-field-search-list {
    display: none !important;
  }
}
.section-blog .searchandfilter > ul > li.sf-field-search .sf-field-search-list button {
  border: none;
  background: none;
  padding: 0;
  font-weight: 500;
  margin-top: 10px;
}
.section-blog .searchandfilter > ul > li.sf-field-search > label {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  width: 260px;
  display: none;
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-blog .searchandfilter > ul > li.sf-field-search > label {
    top: -15px;
    right: 35px;
    width: 200px;
  }
}
@media (max-width: 767px) {
  .section-blog .searchandfilter > ul > li.sf-field-search > label {
    display: block !important;
    width: 100%;
    position: static;
  }
}
.section-blog .searchandfilter > ul > li.sf-field-sort_order {
  margin-bottom: 25px;
}
@media (min-width: 1300px) {
  .section-blog .searchandfilter > ul > li.sf-field-sort_order {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.section-blog .searchandfilter > ul > li.sf-field-sort_order ul {
  display: flex;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-blog .searchandfilter > ul > li.sf-field-sort_order ul {
    justify-content: center;
  }
}
.section-blog .searchandfilter > ul > li.sf-field-sort_order ul > li {
  position: relative;
}
.section-blog .searchandfilter > ul > li.sf-field-sort_order ul > li + li {
  margin-left: 20px;
}
.section-blog .searchandfilter > ul > li.sf-field-sort_order ul > li input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.section-blog .searchandfilter > ul > li.sf-field-sort_order ul > li input + label {
  display: inline-block;
  cursor: pointer;
  background-color: #FFFFFF;
  width: 124px;
  border: none;
  font-size: 12px;
  font-weight: 800;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  line-height: 15px;
  padding: 8px 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
}
.section-blog .searchandfilter > ul > li.sf-field-sort_order ul > li input:checked + label {
  background-color: #478DDE;
  color: #FFFFFF;
}
.section-blog .searchandfilter > ul > li.sf-field-category {
  margin-top: 25px;
}
.section-blog .searchandfilter > ul > li.sf-field-category ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-blog .searchandfilter > ul > li.sf-field-category ul {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .section-blog .searchandfilter > ul > li.sf-field-category ul {
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.section-blog .searchandfilter > ul > li.sf-field-category ul > li {
  position: relative;
  padding: 0;
}
@media (max-width: 767px) {
  .section-blog .searchandfilter > ul > li.sf-field-category ul > li {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 10px !important;
  }
}
.section-blog .searchandfilter > ul > li.sf-field-category ul > li + li {
  margin-left: clamp(17.5px, 1.8229166667vw, 35px);
}
.section-blog .searchandfilter > ul > li.sf-field-category ul > li input[type="radio"], .section-blog .searchandfilter > ul > li.sf-field-category ul > li input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.section-blog .searchandfilter > ul > li.sf-field-category ul > li input[type="radio"] + label, .section-blog .searchandfilter > ul > li.sf-field-category ul > li input[type="checkbox"] + label {
  font-weight: 500;
  font-size: clamp(14px, 1.0416666667vw, 20px);
  cursor: pointer;
  position: relative;
  padding-left: 0;
}
.section-blog .searchandfilter > ul > li.sf-field-category ul > li input[type="radio"] + label:after, .section-blog .searchandfilter > ul > li.sf-field-category ul > li input[type="checkbox"] + label:after {
  content: "";
  background-color: #00418D;
  width: 0px;
  height: 2px;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 3px;
}
.section-blog .searchandfilter > ul > li.sf-field-category ul > li input[type="radio"]:checked + label:after, .section-blog .searchandfilter > ul > li.sf-field-category ul > li input[type="checkbox"]:checked + label:after {
  width: clamp(20px, 1.3020833333vw, 25px);
}
.section-blog .searchandfilter > ul > li.sf-field-post_type ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-blog .searchandfilter > ul > li.sf-field-post_type ul {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .section-blog .searchandfilter > ul > li.sf-field-post_type ul {
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.section-blog .searchandfilter > ul > li.sf-field-post_type ul > li {
  position: relative;
  padding: 0;
}
@media (max-width: 767px) {
  .section-blog .searchandfilter > ul > li.sf-field-post_type ul > li {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 10px !important;
  }
}
.section-blog .searchandfilter > ul > li.sf-field-post_type ul > li + li {
  margin-left: clamp(35px, 3.6458333333vw, 70px);
}
.section-blog .searchandfilter > ul > li.sf-field-post_type ul > li input[type="radio"], .section-blog .searchandfilter > ul > li.sf-field-post_type ul > li input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.section-blog .searchandfilter > ul > li.sf-field-post_type ul > li input[type="radio"] + label, .section-blog .searchandfilter > ul > li.sf-field-post_type ul > li input[type="checkbox"] + label {
  font-weight: 900;
  font-size: clamp(15px, 1.1458333333vw, 22px);
  cursor: pointer;
  position: relative;
  padding-left: 0;
}
.section-blog .searchandfilter > ul > li.sf-field-post_type ul > li input[type="radio"] + label:after, .section-blog .searchandfilter > ul > li.sf-field-post_type ul > li input[type="checkbox"] + label:after {
  content: "";
  background-color: #00418D;
  width: 0px;
  height: 2px;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 3px;
}
.section-blog .searchandfilter > ul > li.sf-field-post_type ul > li input[type="radio"]:checked + label:after, .section-blog .searchandfilter > ul > li.sf-field-post_type ul > li input[type="checkbox"]:checked + label:after {
  width: clamp(20px, 1.3020833333vw, 25px);
}
.section-blog .search-filter-results > .row {
  --bs-gutter-x: clamp(28px, 2.9166666667vw, 56px);
  --bs-gutter-y: clamp(65px, 6.7708333333vw, 130px);
}
.section-blog .search-filter-results > .row ~ .row {
  padding-top: clamp(65px, 6.7708333333vw, 130px);
}
.section-blog .search-filter-results .item .row {
  --bs-gutter-x: clamp(20px, 2.0833333333vw, 40px);
  --bs-gutter-y: 30px;
}
@media (min-width: 768px) {
  .section-blog .search-filter-results .item .row .col-md-7 {
    width: 52.5%;
  }
}
@media (min-width: 768px) {
  .section-blog .search-filter-results .item .row .col-md-5 {
    width: 47.5%;
  }
}
.section-blog .search-filter-results .item .image {
  background-color: #00418D;
}
.section-blog .search-filter-results .item .image .img-bg {
  padding-bottom: 71%;
}
.section-blog .search-filter-results .item .text .article-type {
  display: flex;
  margin-bottom: 15px;
}
.section-blog .search-filter-results .item .text .article-type span {
  font-weight: 800;
  color: #FFFFFF;
  background-color: #00418D;
  display: inline-block;
  padding: 8px 15px;
  font-size: 14px;
}
.section-blog .search-filter-results .item .text .article-type span:not(:last-child) {
  margin-right: 10px;
}
.section-blog .search-filter-results .item .text .article-type span.type-webinar {
  background-color: #000000;
}
.section-blog .search-filter-results .item .text .article-type span.type-news-article {
  background-color: #B89F73;
}
.section-blog .search-filter-results .item .text .article-type span.type-podcast {
  background-color: #478DDE;
}
.section-blog .search-filter-results .item .text h3 {
  font-size: clamp(24px, 1.6666666667vw, 32px);
  margin-bottom: 0.5em;
  font-weight: 800;
}
.section-blog .search-filter-results .item .text h3 a {
  text-decoration: none;
  color: #202020;
}
.section-blog .search-filter-results .item .text h3 a:hover {
  color: #00418D;
}
.section-blog .page-load-status {
  margin-top: 30px;
}
.section-blog .search-filter-scroll-loading {
  width: 30px !important;
  padding: 0 !important;
  margin: 20px auto 0 !important;
}
.section-blog .search-filter-results-list {
  text-align: center;
}
.section-blog .pagination {
  width: 100%;
  text-align: center;
  justify-content: center;
}
.section-blog .pagination > a {
  display: none;
}
.section-blog .pagination button:first-child {
  display: none;
}
.sharethis-inline-share-buttons {
  display: flex;
  z-index: 1 !important;
}
.sharethis-inline-share-buttons .st-btn {
  -webkit-transition: background-color 0.3s ease-in-out !important;
  -moz-transition: background-color 0.3s ease-in-out !important;
  -ms-transition: background-color 0.3s ease-in-out !important;
  -o-transition: background-color 0.3s ease-in-out !important;
  transition: background-color 0.3s ease-in-out !important;
  display: inline-block !important;
}
.sharethis-inline-share-buttons .st-btn img {
  filter: none !important;
}
.sharethis-inline-share-buttons .st-btn:hover {
  top: 0 !important;
  opacity: 1 !important;
  background-color: #00418D !important;
}
.section-blog_hero {
  background-color: #00418D;
  color: #FFFFFF;
  padding: 0;
  position: relative;
}
.section-blog_hero .page-body {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: clamp(18px, 1.71875vw, 33px);
  font-weight: 900;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .section-blog_hero .page-body {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 3;
    padding: 25px;
  }
}
.section-blog_hero .page-body h1 {
  text-transform: uppercase;
  font-weight: 800;
}
.section-blog_hero .image {
  margin-right: clamp(-100px, -5.2083333333vw, -25px);
  position: relative;
}
@media (max-width: 991px) {
  .section-blog_hero .image {
    margin-right: -25px;
  }
}
@media (max-width: 767px) {
  .section-blog_hero .image {
    margin-left: -25px;
  }
}
@media (max-width: 767px) {
  .section-blog_hero .image:before {
    content: "";
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    opacity: 0.73;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
  }
}
.section-blog_hero .image .img-bg {
  padding-bottom: 82%;
}
@media (max-width: 991px) {
  .section-blog_hero .image .img-bg {
    padding-bottom: 90%;
  }
}
.section-blog_hero .image .decoration {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32vw;
  max-width: 610px;
  -webkit-transform: translateX(-41.3%);
  -moz-transform: translateX(-41.3%);
  -ms-transform: translateX(-41.3%);
  -o-transform: translateX(-41.3%);
  transform: translateX(-41.3%);
}
@media (max-width: 767px) {
  .section-blog_hero .image .decoration {
    display: none;
  }
}
.section-blog_hero .image .decoration img {
  width: 100%;
}
.section-single_blog--main {
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.section-single_blog--main h1.h2 {
  margin-bottom: 1em;
  font-size: clamp(26px, 2.96875vw, 57px);
}
.section-single_blog--main .page-body h2 {
  font-size: clamp(26px, 2.1875vw, 42px);
}
.section-single_blog--main .page-body h3 {
  font-size: clamp(21px, 1.4583333333vw, 28px);
}
.section-single_blog--main .page-body h4 {
  color: #00418D;
  font-size: clamp(18px, 1.1458333333vw, 22px);
}
.section-single_blog--main .share-block {
  margin-top: 40px;
}
.section-share_suitcase .share-suitcase-top {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #CCCCCC;
  font-size: 14px;
}
.section-share_suitcase .share-suitcase-top .row {
  --bs-gutter-y: 30px;
}
.section-share_suitcase .share-suitcase-top .h3 {
  margin-bottom: 5px;
}
.section-share_suitcase .share-suitcase-top p {
  margin-bottom: 0;
}
.section-share_suitcase .share-suitcase-top .suitcase-specialist .img {
  flex: 0 0 100px;
  margin-right: 15px;
}
.section-share_suitcase .share-suitcase-text {
  margin-bottom: 50px;
}
.section-share_suitcase .share-suitcase-text p {
  margin-bottom: 10px;
}
.section-share_suitcase .dashboard-suitcase-content--list {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.placeholder {
  opacity: 1;
  background: none;
  display: inline;
}
.modal-resource .page-body h2 {
  font-size: clamp(25px, 2.34375vw, 45px);
}
div#wppb-form-style-1-wrapper .wppb-form-field.wppb-field-error .wppb-form-error {
  font-size: 12px !important;
}
div#wppb-form-style-1-wrapper .wppb-form-title {
  order: -1;
}
.post-2304 #wppb-form-style-1-wrapper {
  max-width: 520px;
}
.post-2304 #wppb-form-style-1-wrapper .wppb-form-title {
  display: none;
}
.page-id-13 .section-page_hero_with_text {
  min-height: 55vh;
  padding-bottom: clamp(40px, 5.2083333333vw, 100px);
}
.page-id-13 .section-videos_carousel .text p {
  max-width: 400px;
}
.trip-booking-response .field + .field {
  margin-top: 15px;
}
.trip-booking-response .field > label {
  font-weight: 700;
  color: #00418D;
}
.trip-booking-response .field > label:after {
  content: ":";
}
.trip-booking-response .action {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #F1F1F1;
}
.trip-booking-response .action p {
  margin: 12px 0 0;
}
.trip-booking-response .trip-specialist {
  padding: 15px;
  -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-top: 10px;
  align-items: center;
}
.trip-booking-response .trip-specialist .img {
  flex: 0 0 100px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 15px;
}
.trip-booking-response .trip-specialist .img .img-bg {
  display: block;
  padding-bottom: 100%;
}
.trip-booking-response .trip-specialist h4 {
  font-size: 1.1em;
  margin-bottom: 0;
}
.trip-booking-response .trip-specialist p {
  margin-bottom: 0;
}
#redeemBookingModal {
  --bs-modal-width: 920px;
}
.ui-datepicker .ui-datepicker-title select {
  height: auto;
  padding-left: 10px;
  font-size: 14px;
  padding-right: 25px;
  background-position: right -13px center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.field-description {
  font-size: 13px;
  margin-top: 4px;
}
#loginModal .modal-content, #registerModal .modal-content {
  overflow: hidden;
}
.single-experience .wrapper {
  overflow: visible;
}
.experience-gallery:not(.slick-initialized) .item:not(:first-child) {
  display: none;
}
.experience-gallery-block {
  position: relative;
  z-index: 1;
}
.experience-gallery-block .image {
  min-height: clamp(320px, 34.4791666667vw, 662px);
}
.experience-gallery-block .image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
  z-index: 2;
}
.experience-gallery-block .button-play {
  font-size: clamp(71.5px, 7.4479166667vw, 143px);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.25;
  text-decoration: none;
  color: #FFFFFF;
}
.experience-gallery-block:hover .button-play {
  opacity: 1;
}
.experience-gallery .slick-dots {
  position: absolute;
  left: clamp(25px, 1.5625vw, 30px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 10;
}
.experience-gallery .slick-dots li + li {
  margin-top: clamp(8px, 0.78125vw, 15px);
}
.experience-gallery .slick-dots li button {
  text-indent: -9999px;
  width: 15px;
  height: 15px;
  border: 2px solid #FFFFFF;
  background: none;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
}
.experience-gallery .slick-dots li.slick-active button {
  background-color: #FFFFFF;
}
.breadcrumbs {
  display: inline-block;
  color: #FFFFFF;
  background-color: #B89F73;
  padding-top: clamp(12px, 0.8333333333vw, 16px);
  padding-bottom: clamp(12px, 0.8333333333vw, 16px);
  padding-left: clamp(25px, 1.7708333333vw, 34px);
  padding-right: clamp(25px, 1.7708333333vw, 34px);
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .breadcrumbs {
    font-size: 13px;
  }
}
.breadcrumbs a {
  color: #FFFFFF;
  text-decoration: none;
}
.breadcrumbs i {
  font-style: normal;
}
.breadcrumbs .breadcrumb_last {
  font-weight: 800;
}
.breadcrumbs.experience-breadcrumbs {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.breadcrumbs.experience-breadcrumbs > span > span:nth-of-type(2) a {
  font-weight: 800;
}
.breadcrumbs.experience-breadcrumbs > span > span:nth-of-type(2) ~ * {
  display: none;
}
.experience-columns {
  display: flex;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: clamp(45px, 7.8125vw, 150px);
  position: relative;
}
.experience-columns .bg {
  position: absolute;
  z-index: -2;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0.35;
}
.experience-columns .bg img {
  width: 100%;
}
.experience-columns .decoration {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 991px) {
  .experience-columns .decoration {
    display: none;
  }
}
.experience-columns .decoration-1 {
  left: 0;
  bottom: 0;
  width: 14%;
  max-width: 264px;
}
.experience-columns .decoration-2 {
  right: 0;
  bottom: 0;
  width: 16%;
  max-width: 296px;
}
.experience-columns .decoration img {
  width: 100%;
}
.experience-columns--sidebar {
  flex: 0 0 300px;
}
@media (min-width: 1025px) {
  .experience-columns--sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 125px;
    z-index: 15;
    padding-left: clamp(25px, 1.7708333333vw, 34px);
  }
}
@media (max-width: 1024px) {
  .experience-columns--sidebar {
    position: fixed;
    display: flex;
    flex-direction: column-reverse;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1001;
  }
}
.experience-columns--sidebar-title {
  background-color: #003777;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  font-weight: 800;
  color: #FFFFFF;
  text-align: center;
  padding: 16px 50px;
}
@media (min-width: 1025px) {
  .experience-columns--sidebar-title {
    display: none;
  }
}
.experience-columns--sidebar-title .icon-toggle {
  position: absolute;
  right: 25px;
  top: 50%;
  font-size: 17px;
  margin-top: -8.5px;
  display: flex;
}
.experience-columns--sidebar-title .icon-toggle:before {
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.experience-columns--sidebar-title.active .icon-toggle:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 1025px) {
  .experience-columns--sidebar-content {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .experience-columns--sidebar-content {
    background-color: #00418D;
    padding: 25px;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 56px);
  }
}
.experience-columns--sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1024px) {
  .experience-columns--sidebar ul {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
  }
}
.experience-columns--sidebar ul > li {
  position: relative;
}
@media (max-width: 1024px) {
  .experience-columns--sidebar ul > li {
    flex: 0 0 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 20px !important;
  }
}
@media (max-width: 767px) {
  .experience-columns--sidebar ul > li {
    flex: 0 0 100%;
  }
}
.experience-columns--sidebar ul > li + li {
  margin-top: 10px;
}
.experience-columns--sidebar ul > li input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.experience-columns--sidebar ul > li input[type="radio"] + label {
  display: block;
  position: relative;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 25px 55px 20px 44px;
  cursor: pointer;
  min-height: 110px;
}
.experience-columns--sidebar ul > li input[type="radio"] + label .radio {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #FFFFFF;
  -webkit-box-shadow: inset 5px 5px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: inset 5px 5px 6px rgba(0, 0, 0, 0.16);
  box-shadow: inset 5px 5px 6px rgba(0, 0, 0, 0.16);
}
.experience-columns--sidebar ul > li input[type="radio"] + label .h3 {
  color: #478DDE;
  display: block;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .experience-columns--sidebar ul > li input[type="radio"] + label .h3 {
    font-size: 24px;
  }
}
.experience-columns--sidebar ul > li input[type="radio"] + label .p {
  display: block;
  margin: 5px 0 0;
  line-height: 1.25;
  font-size: clamp(12px, 0.7291666667vw, 14px);
}
.experience-columns--sidebar ul > li input[type="radio"] + label .icons {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  right: 15px;
  bottom: 20px;
}
.experience-columns--sidebar ul > li input[type="radio"] + label .icons > span + span {
  margin-top: 13px;
}
.experience-columns--sidebar ul > li input[type="radio"] + label .icons > span.icon-airfare {
  color: #478DDE;
  font-size: 1.25em;
}
.experience-columns--sidebar ul > li input[type="radio"] + label .icons > span.icon-nightcount {
  color: #00418D;
}
.experience-columns--sidebar ul > li input[type="radio"] + label .icons > span.icon-usercount {
  color: #B89F73;
}
.experience-columns--sidebar ul > li input[type="radio"]:disabled + label {
  opacity: 0.5;
  pointer-events: none;
}
.experience-columns--sidebar ul > li input[type="radio"]:checked + label .radio:before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #00418D;
  -webkit-box-shadow: inset 5px 5px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: inset 5px 5px 6px rgba(0, 0, 0, 0.16);
  box-shadow: inset 5px 5px 6px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4.5px;
  margin-top: -4.5px;
}
.experience-columns--sidebar .button {
  width: 100%;
  margin-top: 20px;
}
.experience-columns--main {
  flex: 1;
  padding-left: clamp(25px, 3.90625vw, 75px);
  padding-right: clamp(30px, 14.0625vw, 270px);
}
@media (max-width: 1440px) {
  .experience-columns--main {
    padding-right: clamp(25px, 3.90625vw, 75px);
  }
}
.experience-columns--main .experience-title-block {
  margin-bottom: clamp(25px, 1.8229166667vw, 35px);
}
.experience-columns--main .experience-title-block h1 {
  margin-bottom: 0;
  color: #00418D;
  text-transform: uppercase;
  font-size: clamp(18px, 1.1458333333vw, 22px);
  font-weight: 900;
}
.experience-columns--main .experience-variations .experience-variation:not(.active) {
  display: none;
}
.experience-columns--main .experience-variations .experience-variation--title {
  margin-bottom: 0;
}
.experience-columns--main .experience-variations .experience-variation--id {
  color: #AA9269;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: clamp(18px, 1.25vw, 24px);
}
.experience-columns--main .experience-variations .experience-variation--sections > div + div {
  margin-top: clamp(42px, 4.375vw, 84px);
}
.experience-columns--main .experience-variations .experience-variation--sections > div.section-experience_text_blocks_on_4_columns .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 35px;
}
.experience-columns--main .experience-variations .experience-variation--sections > div.section-experience_text_blocks_on_4_columns .row h3 {
  font-size: clamp(26px, 2.1354166667vw, 41px);
  margin-bottom: 0.5em;
  font-weight: 700;
}
.experience-columns--main .experience-variations .experience-variation--sections > div.section-experience_text_and_image .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 25px;
}
@media (min-width: 992px) {
  .experience-columns--main .experience-variations .experience-variation--sections > div.section-experience_text_and_image .row.flex-lg-row-reverse .page-body {
    padding-right: 0;
    padding-left: clamp(30px, 3.125vw, 60px);
  }
}
@media (min-width: 992px) {
  .experience-columns--main .experience-variations .experience-variation--sections > div.section-experience_text_and_image .page-body {
    padding-right: clamp(30px, 3.125vw, 60px);
  }
}
.experience-columns--main .experience-variations .experience-variation--sections > div.section-experience_text_and_image .page-body h3 {
  font-size: clamp(26px, 2.1354166667vw, 41px);
  margin-bottom: 0.5em;
  font-weight: 700;
}
.experience-columns--main .experience-variations .experience-variation--sections > div.section-experience_text_and_image .page-body p {
  font-size: inherit !important;
  font-family: inherit !important;
}
.experience-columns--main .experience-variations .experience-variation--sections > div.section-experience_text_and_image .page-body p * {
  font-size: inherit !important;
  font-family: inherit !important;
}
.experience-columns--main .experience-variations .experience-variation--sections > div.section-experience_text_and_image .image .img-bg {
  padding-bottom: 90%;
}
@media (max-width: 991px) {
  .experience-columns--main .experience-variations .experience-variation--sections > div.section-experience_text_and_image .image .img-bg {
    padding-bottom: 60%;
  }
}
.experience-columns--main .experience-variations .experience-variation--sections > div.section-experience_text_and_image .image img {
  width: 100%;
}
.experience-columns--main .experience-variations .experience-variation--sections > div.section-experience_headline_text .h2 {
  font-size: clamp(30px, 2.4479166667vw, 47px);
}
.experience-columns--main .experience-variations .experience-variation--sections > div.section-experience_headline_text p, .experience-columns--main .experience-variations .experience-variation--sections > div.section-experience_headline_text ul {
  font-size: inherit !important;
  font-family: inherit !important;
}
.experience-columns--main .experience-variations .experience-variation--sections > div.section-experience_headline_text p *, .experience-columns--main .experience-variations .experience-variation--sections > div.section-experience_headline_text ul * {
  font-size: inherit !important;
  font-family: inherit !important;
}
.experience-columns--main .experience-variations .experience-variation--sections > div.section-experience_headline_text .img-bg {
  padding-bottom: 52%;
}
.experience-columns--main .experience-variations .experience-variation--sections > div.section-experience_headline_text img.alignnone {
  width: 100%;
}
.experience-columns--main .experience-bottom {
  margin-top: clamp(30px, 2.1875vw, 42px);
}
@media (max-width: 767px) {
  .experience-columns--main .experience-bottom .experience-pdf {
    margin-top: 15px;
  }
}
.experience-columns--main .experience-top {
  margin-bottom: clamp(30px, 2.1875vw, 42px);
}
.experience-columns--main .experience-read-btn {
  position: fixed;
  bottom: 20px;
  right: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #202020;
  font-weight: 900;
  z-index: 10;
}
@media (max-width: 1440px) {
  .experience-columns--main .experience-read-btn {
    display: none;
  }
}
.experience-columns--main .experience-read-btn.hide {
  opacity: 0;
}
.experience-columns--main .experience-related {
  margin-top: clamp(31px, 3.2291666667vw, 62px);
}
.experience-columns--main .experience-related .row {
  --bs-gutter-x: clamp(17px, 1.7708333333vw, 34px);
  --bs-gutter-y: clamp(17px, 1.7708333333vw, 34px);
}
.experience-columns--main .experience-related .item {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #FFFFFF;
}
.experience-columns--main .experience-related .item .img-bg {
  padding-bottom: 72%;
  background-color: #00418D;
}
.experience-columns--main .experience-related .item .img-bg img {
  z-index: 1;
}
.experience-columns--main .experience-related .item .img-bg:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  opacity: 0.73;
  mix-blend-mode: multiply;
}
.experience-columns--main .experience-related .item .text {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  padding: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.experience-columns--main .experience-related .item h4 {
  font-size: clamp(21px, 1.3020833333vw, 25px);
  font-weight: 900;
  margin-bottom: 1.25em;
  text-transform: uppercase;
}
.experience-columns--main .experience-related .item .button-link {
  color: #FFFFFF;
}
.experience-columns--main .experience-related .item .button-link:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.experience-columns--main .experience-related .item .button-link:hover {
  color: #B89F73;
}
.share-block p {
  margin-bottom: 0;
  color: #00418D;
  font-weight: 900;
  font-size: clamp(15px, 1.1458333333vw, 22px);
  margin-right: 15px;
}
@media (max-width: 767px) {
  .share-block p {
    margin-bottom: 6px;
    margin-right: 0;
  }
}
.experience-nav {
  margin-top: clamp(30px, 2.7083333333vw, 52px);
}
.experience-nav a {
  color: #202020;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-size: clamp(18px, 1.1458333333vw, 22px);
  font-weight: 900;
}
.experience-nav a .icon-toggle {
  background-color: #00418D;
  color: #FFFFFF;
  width: clamp(42px, 2.8645833333vw, 55px);
  height: clamp(42px, 2.8645833333vw, 55px);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: clamp(11px, 0.7291666667vw, 14px);
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.experience-nav a.previouspostslink .icon-toggle {
  margin-left: clamp(25px, 2.1875vw, 42px);
  padding-right: 0.3em;
}
.experience-nav a.previouspostslink .icon-toggle:before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.experience-nav a.nextpostslink .icon-toggle {
  margin-right: clamp(25px, 2.1875vw, 42px);
  padding-left: 0.3em;
}
.experience-nav a.nextpostslink .icon-toggle:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.experience-nav a + a {
  margin-left: 26px;
}
.experience-nav a:hover .icon-toggle {
  background-color: #B89F73;
}
.dashboard-header {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  padding-top: clamp(120px, 7.8125vw, 150px);
  padding-bottom: clamp(120px, 7.8125vw, 150px);
}
.dashboard-header .bg {
  background-color: #00418D;
  position: absolute;
  z-index: -2;
  width: 124%;
  bottom: -2%;
  left: -5%;
  pointer-events: none;
}
@media (max-width: 991px) {
  .dashboard-header .bg {
    height: 102%;
  }
}
.dashboard-header .bg img {
  width: 100%;
  mix-blend-mode: multiply;
}
.dashboard-header .row {
  --bs-gutter-y: 25px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .dashboard-header-col-2 {
    display: flex;
    justify-content: space-between;
  }
  .dashboard-header-col-2 .dashboard-credits {
    margin-top: 0;
  }
}
.dashboard-header a {
  color: #FFFFFF;
}
.dashboard-header a:hover {
  color: #B89F73;
}
.dashboard-header h1 {
  margin-bottom: clamp(12px, 1.0416666667vw, 20px);
}
.dashboard-header h5 {
  font-size: 1em;
}
.dashboard-header p {
  margin-bottom: 0;
}
.dashboard-header p + p {
  margin-top: 25px;
}
.dashboard-header .button-link {
  color: #FFFFFF;
}
.dashboard-header .button-link:hover {
  color: #B89F73;
}
.dashboard-header .user-meta p a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 900;
}
.dashboard-header .user-meta p a:hover {
  text-decoration: underline;
  text-underline-position: 2px;
}
.dashboard-profile-link a {
  text-decoration: none;
  font-weight: 900;
  font-size: clamp(17px, 1.1458333333vw, 22px);
}
.dashboard-profile-link a .h3 {
  display: block;
  margin: 0;
  font-size: clamp(24px, 2.6041666667vw, 50px);
}
.dashboard-credits {
  font-size: clamp(14px, 0.8333333333vw, 16px);
  margin-top: 20px;
}
@media (min-width: 768px) {
  .dashboard-credits {
    max-width: clamp(270px, 16.6666666667vw, 320px);
  }
}
.dashboard-credits .h3 {
  font-size: clamp(17px, 1.1458333333vw, 22px);
  margin-bottom: 10px;
}
.dashboard-credits p {
  font-style: italic;
  font-weight: 300;
}
.dashboard-suitcases-list .row {
  --bs-gutter-x: clamp(24px, 2.5vw, 48px);
  --bs-gutter-y: clamp(24px, 2.5vw, 48px);
}
.dashboard-suitcases-list .item {
  position: relative;
  display: block;
  text-decoration: none;
  color: #FFFFFF;
}
.dashboard-suitcases-list .item .img-bg {
  padding-bottom: 140%;
  background-color: #00418D;
  z-index: 1;
}
.dashboard-suitcases-list .item .img-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 3;
  left: 0;
  top: 0;
  opacity: 0.85;
  position: absolute;
  background-color: #478DDE;
}
.dashboard-suitcases-list .item-current {
  position: absolute;
  background-color: #023672;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 3px 15px;
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 900;
  color: #FFFFFF;
  text-decoration: none;
  left: clamp(12px, 1.0416666667vw, 20px);
  top: clamp(12px, 1.4583333333vw, 28px);
  line-height: 1;
  z-index: 2;
}
.dashboard-suitcases-list .item-status {
  position: absolute;
  background-color: #FFFFFF;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 3px 15px;
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 900;
  color: #202020;
  text-decoration: none;
  right: clamp(12px, 1.0416666667vw, 20px);
  top: clamp(12px, 1.4583333333vw, 28px);
  line-height: 1;
  z-index: 2;
}
.dashboard-suitcases-list .item-text {
  width: 100%;
  position: absolute;
  left: 0;
  padding: 0 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  text-align: center;
}
.dashboard-suitcases-list .item-text .h2 {
  margin-bottom: 0.35em;
  font-size: clamp(21px, 1.875vw, 36px);
}
.dashboard-suitcases-list .item-text .item-link {
  font-weight: 700;
  font-family: "poppins", sans-serif;
  text-decoration: none;
  color: #FFFFFF;
}
.dashboard-suitcases-list .item:hover .item-text .item-link {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.dashboard-suitcases-list .item.status-reserved .img-bg:before {
  background-color: #59ae4e;
  opacity: 0.43;
}
.dashboard-suitcases-list .item.status-completed .img-bg:before {
  background-color: #B7B7B7;
  opacity: 0.89;
}
.dashboard-suitcases-list .item-empty {
  color: #202020;
  font-size: clamp(24px, 1.71875vw, 33px);
  font-weight: 900;
}
.dashboard-suitcases-list .item-empty .img-bg {
  background-color: #F1F1F1;
}
.dashboard-suitcases-list .item-empty .img-bg:before {
  display: none;
}
.dashboard-suitcases-list .item-empty .icon-plus {
  display: block;
  font-size: clamp(42px, 3.75vw, 72px);
  margin-bottom: 0.5em;
}
.dashboard-content {
  position: relative;
  z-index: 2;
  padding-bottom: clamp(40px, 4.6875vw, 90px);
}
@media (min-width: 992px) {
  .dashboard-content .container {
    padding-left: clamp(25px, 3.125vw, 60px);
    padding-right: clamp(25px, 3.125vw, 60px);
  }
}
.dashboard-content .decoration {
  position: absolute;
  left: 100%;
  top: 0;
  pointer-events: none;
  z-index: 1;
  -webkit-transform: translate(-31%, -55%);
  -moz-transform: translate(-31%, -55%);
  -ms-transform: translate(-31%, -55%);
  -o-transform: translate(-31%, -55%);
  transform: translate(-31%, -55%);
  width: 50%;
  max-width: 996px;
}
.dashboard-content .block-content {
  background-color: #FFFFFF;
  padding: clamp(25px, 2.8645833333vw, 55px);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.16);
  margin-top: -70px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .dashboard-content .block-content {
    padding: 15px;
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .dashboard-content-main {
    padding-left: clamp(30px, 3.3854166667vw, 65px);
  }
}
.dashboard-content-main--title {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .dashboard-content-main--title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.dashboard-content-main--title h2 {
  margin-bottom: 0;
  color: #B89F73;
  font-size: clamp(30px, 2.4479166667vw, 47px);
}
.dashboard-content-main--title h3 {
  color: #00418D;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.dashboard-content-main--title h3 > span:not(:last-child) {
  margin-right: clamp(12px, 0.78125vw, 15px);
}
.dashboard-content-main--title h3 .suitcase-status {
  display: inline-block;
  background-color: #478DDE;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 5px 15px 6px;
  font-size: clamp(14px, 1.09375vw, 21px);
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1;
  z-index: 2;
}
.dashboard-content-main--title h3 .suitcase-status.status-reserved {
  background-color: #59ae4e;
}
.dashboard-content-main--title h3 .suitcase-status.status-completed {
  background-color: #CCCCCC;
  color: #202020;
}
.dashboard-content-main--title--suitcase {
  margin-bottom: 50px;
}
.dashboard-content-main--title--ctas {
  display: flex;
  flex-wrap: wrap;
}
.dashboard-content-main--title--ctas .button {
  margin-top: 5px;
}
.dashboard-content-main--title--ctas .button:not(:last-child) {
  margin-right: 15px;
}
.dashboard-content-main--return a {
  color: #202020;
  text-decoration: none;
  font-size: clamp(13px, 0.78125vw, 15px);
  font-weight: 900;
  white-space: nowrap;
}
.dashboard-content-main--return a:hover {
  color: #00418D;
}
.dashboard-content .account-suitcase-list .item + .item {
  margin-top: 5px;
}
.dashboard-content .account-suitcase-list .item-edit {
  text-decoration: none;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  color: #202020;
}
.dashboard-content .account-suitcase-list .item-edit .icon-edit {
  color: #B89F73;
  font-size: 24px;
  margin-right: 4px;
}
.dashboard-content .account-suitcase-list .item-edit:hover {
  color: #B89F73;
}
.dashboard-content .account-suitcase-list .item-trash {
  text-decoration: none;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  color: #202020;
  margin-left: 10px;
}
.dashboard-content .account-suitcase-list .item-trash .icon-trash {
  color: #478DDE;
  font-size: 24px;
  margin-right: 4px;
}
.dashboard-content .account-suitcase-list .item-trash:hover {
  color: #B89F73;
}
.dashboard-select-suitcase {
  position: relative;
  margin-right: clamp(10px, 5.2083333333vw, 100px);
  position: relative;
  background-color: #FFFFFF;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  min-width: clamp(220px, 14.5833333333vw, 280px);
}
@media (max-width: 767px) {
  .dashboard-select-suitcase {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.dashboard-select-suitcase > label {
  cursor: pointer;
  font-weight: 900;
  font-size: clamp(17px, 1.1458333333vw, 22px);
  display: block;
  position: relative;
}
.dashboard-select-suitcase > label .selected-suitcase {
  display: block;
  background-color: #F1F1F1;
  color: #00418D;
  font-weight: 800;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: clamp(14px, 0.8333333333vw, 16px);
}
.dashboard-select-suitcase > label:after {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  color: #B89F73;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  position: absolute;
  right: 0;
  top: 0;
}
.dashboard-select-suitcase > label:hover {
  color: #B89F73;
}
.dashboard-select-suitcase > label.active:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.dashboard-select-suitcase ul {
  padding: 10px;
  width: 100%;
  margin: 0;
  list-style: none;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: clamp(-54px, -2.8125vw, -51px);
  background-color: #FFFFFF;
  z-index: 20;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 5px 15px 15px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 5px 15px 15px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 15px 15px rgba(0, 0, 0, 0.16);
  display: none;
}
.dashboard-select-suitcase ul li a {
  display: block;
  text-decoration: none;
  color: #202020;
  font-weight: 400;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  padding: 5px 10px;
}
.dashboard-select-suitcase ul li a.active {
  background-color: #F1F1F1;
  color: #00418D;
  font-weight: 800;
  pointer-events: none;
}
.dashboard-select-suitcase ul li a:hover {
  color: #00418D;
}
.dashboard-add-suitcase a {
  color: #202020;
  text-decoration: none;
  font-weight: 900;
  font-size: clamp(17px, 1.1458333333vw, 22px);
  background-color: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 25px;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
}
.dashboard-add-suitcase a span {
  color: #B89F73;
}
.dashboard-add-suitcase a:hover {
  color: #B89F73;
}
.dashboard-add-suitcase a.loading {
  cursor: not-allowed;
  opacity: 0.5;
}
.dashboard-print-suitcase {
  margin-left: auto;
}
.dashboard-print-suitcase a {
  display: inline-flex;
  color: #202020;
  text-decoration: none;
  font-weight: 900;
  font-size: clamp(17px, 1.1458333333vw, 22px);
  background-color: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 25px;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
}
.dashboard-print-suitcase a span {
  color: #B89F73;
}
.dashboard-print-suitcase a:hover {
  color: #B89F73;
}
.dashboard-req-invoice {
  margin-left: auto;
}
.dashboard-req-invoice a {
  color: #202020;
  text-decoration: none;
  font-weight: 900;
  font-size: clamp(17px, 1.1458333333vw, 22px);
  background-color: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 25px;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  display: inline-flex;
  align-items: center;
}
.dashboard-req-invoice a:after {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  color: #B89F73;
  margin-left: 12px;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.dashboard-req-invoice a:hover {
  color: #B89F73;
}
.dashboard-add-packages-btn {
  margin-left: auto;
}
.dashboard-add-packages-btn a {
  color: #202020;
  text-decoration: none;
  font-weight: 900;
  font-size: clamp(17px, 1.1458333333vw, 22px);
  background-color: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 25px;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  display: inline-flex;
  align-items: center;
}
.dashboard-add-packages-btn a:after {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 18px;
  height: 18px;
  font-size: 10px;
  background-color: #B89F73;
  color: #FFFFFF;
  margin-left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.dashboard-add-packages-btn a:hover {
  color: #B89F73;
}
.dashboard-suitcase-request-invoice--title {
  margin-bottom: 25px;
}
.dashboard-suitcase-request-invoice--title h4 {
  color: #478DDE;
}
.dashboard-suitcase-request-invoice--title h3 {
  color: #00418D;
}
.dashboard-suitcase-request-invoice--form-none {
  margin-bottom: 15px;
}
.dashboard-suitcase-request-invoice--form .form-actions {
  margin-top: 25px;
}
.dashboard-suitcase-request-invoice--form .form-actions p {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 15px;
}
.dashboard-suitcase-request-invoice--form-items-total {
  display: flex;
  align-items: center;
  background-color: #CCCCCC;
}
.dashboard-suitcase-request-invoice--form-items-total p {
  margin-bottom: 0;
  font-size: clamp(21px, 1.4583333333vw, 28px);
  padding-left: clamp(15px, 2.8645833333vw, 55px);
  padding-right: clamp(15px, 2.8645833333vw, 55px);
  font-weight: 900;
  flex: 1;
}
.dashboard-suitcase-request-invoice--form-items-total .invoice-total-value {
  background-color: #F1F1F1;
  flex: 0 0 25%;
  text-align: center;
  font-size: clamp(21px, 1.4583333333vw, 28px);
  font-weight: 900;
  padding: 15px 10px;
}
.dashboard-suitcase-request-invoice--form-item {
  margin-bottom: 22px;
}
.dashboard-suitcase-request-invoice--form-item-main {
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .dashboard-suitcase-request-invoice--form-item-main {
    flex-wrap: wrap;
  }
}
.dashboard-suitcase-request-invoice--form-item-winner {
  padding: clamp(15px, 1.25vw, 24px);
  background-color: #F1F1F1;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  margin-top: clamp(15px, 1.25vw, 24px);
}
@media (min-width: 768px) {
  .dashboard-suitcase-request-invoice--form-item-winner {
    display: flex;
    align-items: center;
  }
}
.dashboard-suitcase-request-invoice--form-item-winner input[type="text"], .dashboard-suitcase-request-invoice--form-item-winner input[type="email"], .dashboard-suitcase-request-invoice--form-item-winner input[type="number"] {
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #FFFFFF;
  padding: 12px 15px;
  text-align: center;
  font-weight: 900;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
}
.dashboard-suitcase-request-invoice--form-item-winner-title {
  font-weight: 900;
  font-size: clamp(21px, 1.4583333333vw, 28px);
  flex: 0 0 20%;
  text-align: center;
}
@media (max-width: 767px) {
  .dashboard-suitcase-request-invoice--form-item-winner-title {
    margin-bottom: 10px;
  }
}
.dashboard-suitcase-request-invoice--form-item-winner-fields {
  flex: 1;
  padding-right: clamp(15px, 1.5625vw, 30px);
  padding-left: clamp(15px, 1.5625vw, 30px);
}
@media (max-width: 767px) {
  .dashboard-suitcase-request-invoice--form-item-winner-fields {
    padding: 0;
  }
}
.dashboard-suitcase-request-invoice--form-item-winner-fields .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 10px;
}
.dashboard-suitcase-request-invoice--form-item-winner .actions {
  text-align: center;
}
@media (max-width: 767px) {
  .dashboard-suitcase-request-invoice--form-item-winner .actions {
    padding-top: 10px;
  }
}
.dashboard-suitcase-request-invoice--form-item-winner .actions label {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
}
.dashboard-suitcase-request-invoice--form-item .image {
  flex: 0 0 30%;
  background-color: #00418D;
}
@media (max-width: 767px) {
  .dashboard-suitcase-request-invoice--form-item .image {
    flex: 0 0 100%;
  }
}
.dashboard-suitcase-request-invoice--form-item .image .img-bg {
  padding-bottom: 82%;
}
@media (max-width: 767px) {
  .dashboard-suitcase-request-invoice--form-item .image .img-bg {
    padding-bottom: 45%;
  }
}
.dashboard-suitcase-request-invoice--form-item .text {
  flex: 1;
  padding-left: clamp(20px, 2.7083333333vw, 52px);
  padding-right: clamp(20px, 2.7083333333vw, 52px);
  font-size: clamp(13px, 0.78125vw, 15px);
}
@media (max-width: 767px) {
  .dashboard-suitcase-request-invoice--form-item .text {
    padding: 15px;
  }
}
.dashboard-suitcase-request-invoice--form-item .text h3 {
  font-size: clamp(21px, 1.4583333333vw, 28px);
  margin-bottom: 15px;
}
.dashboard-suitcase-request-invoice--form-item .text-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 25px;
}
.dashboard-suitcase-request-invoice--form-item .text-meta {
  display: flex;
  align-items: center;
}
.dashboard-suitcase-request-invoice--form-item .text-meta .cost {
  color: #478DDE;
  white-space: nowrap;
  font-size: clamp(21px, 1.4583333333vw, 28px);
  font-weight: 900;
}
.dashboard-suitcase-request-invoice--form-item .text-meta p {
  margin-bottom: 0;
  margin-left: 15px;
  font-weight: 800;
}
.dashboard-suitcase-request-invoice--form-item .actions {
  flex: 0 0 25%;
  align-self: flex-end;
}
@media (max-width: 767px) {
  .dashboard-suitcase-request-invoice--form-item .actions {
    flex: 0 0 100%;
  }
}
.dashboard-suitcase-request-invoice--form-item .actions .qty-nav button {
  font-weight: 900;
  font-size: clamp(21px, 1.4583333333vw, 28px);
  border: none;
  background: none;
}
.dashboard-suitcase-request-invoice--form-item .actions .qty-input {
  margin-left: 12px;
  margin-right: 12px;
}
.dashboard-suitcase-request-invoice--form-item .actions .qty-input input[type="number"] {
  border: none;
  font-size: clamp(30px, 2.96875vw, 57px);
  font-weight: 900;
  text-align: center;
  width: clamp(50px, 4.1666666667vw, 80px);
}
.dashboard-suitcase-request-invoice--form-item .actions .qty-input input[type="number"]::-webkit-outer-spin-button, .dashboard-suitcase-request-invoice--form-item .actions .qty-input input[type="number"]::-webkit-inner-spin-button {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  margin: 0;
}
.dashboard-suitcase-request-invoice--form-item .actions .row-total {
  text-align: center;
}
.dashboard-suitcase-request-invoice--form-item .actions .row-total p {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
}
.dashboard-suitcase-request-invoice--form-item .actions .row-total-value {
  background-color: #F1F1F1;
  font-size: clamp(21px, 1.4583333333vw, 28px);
  font-weight: 900;
  padding: 15px 10px;
}
.dashboard-account-settings > .row {
  --bs-gutter-y: 40px;
}
@media (min-width: 992px) {
  .dashboard-account-settings > .row > .col-lg-5 {
    width: 45%;
  }
}
.dashboard-account-settings--section:not(:first-child) {
  margin-top: 40px;
}
.dashboard-account-settings--section-title {
  border-bottom: 2px solid #CCCCCC;
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-size: clamp(17px, 1.1458333333vw, 22px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dashboard-account-settings--section-title h3 {
  font-size: inherit;
  font-weight: 900;
  margin-bottom: 0;
}
.dashboard-account-settings--section-title-link a {
  color: #202020;
  text-decoration: none;
  font-weight: 900;
}
.dashboard-account-settings--section-title-link a span {
  color: #B89F73;
}
.dashboard-account-settings--section-title-link a:hover {
  color: #B89F73;
}
.dashboard-account-settings--section-body p {
  margin-bottom: 0;
}
.dashboard-suitcase-content--list .row {
  --bs-gutter-x: clamp(24px, 2.6041666667vw, 50px);
  --bs-gutter-y: 50px;
}
.dashboard-suitcase-content--list .row .item {
  position: relative;
}
.dashboard-suitcase-content--list .row .item-remove {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 5;
}
.dashboard-suitcase-content--list .row .item-remove a {
  text-decoration: none;
  font-size: clamp(18px, 1.0416666667vw, 20px);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(32px, 2.2395833333vw, 43px);
  height: clamp(32px, 2.2395833333vw, 43px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #00418D;
  color: #FFFFFF;
}
.dashboard-suitcase-content--list .row .item-remove a:hover {
  background-color: #023672;
}
.dashboard-suitcase-content--list .row .item-link {
  font-size: clamp(14px, 0.8333333333vw, 16px);
  margin-top: clamp(12px, 1.0416666667vw, 20px);
}
.dashboard-suitcase-content--list .row .item-link a {
  color: #202020;
  font-weight: 800;
  text-decoration: none;
}
.dashboard-suitcase-content--list .row .item-link a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.dashboard-suitcase-content--list .row .item-link .promo-materials {
  margin-top: 10px;
}
.dashboard-suitcase-content--list .row .item-link .promo-materials a {
  color: #FFFFFF;
  font-size: clamp(13px, 0.8333333333vw, 16px);
  padding: 9px 20px;
}
.dashboard-suitcase-content--list .row .item .image {
  position: relative;
}
.dashboard-suitcase-content--list .row .item .image .img-bg {
  padding-bottom: 92%;
  background-color: #00418D;
}
.dashboard-suitcase-content--list .row .item .text {
  background-color: #FFFFFF;
  padding: 20px;
  padding-right: 55px;
  position: relative;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
}
.dashboard-suitcase-content--list .row .item .text h3 {
  font-size: clamp(24px, 1.6666666667vw, 32px);
  color: #00418D;
  font-weight: 900;
  margin-bottom: 15px;
}
.dashboard-suitcase-content--list .row .item-price {
  font-size: clamp(24px, 1.6666666667vw, 32px);
  font-weight: 900;
  color: #478DDE;
}
.dashboard-suitcase-content--list .row .item-price-srv {
  color: #707070;
}
.dashboard-suitcase-content--list .row .item-variations .icons {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  right: 20px;
  bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 800;
  font-size: clamp(14px, 0.8333333333vw, 16px);
}
.dashboard-suitcase-content--list .row .item-variations .icons > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.dashboard-suitcase-content--list .row .item-variations .icons > div + div {
  margin-top: 5px;
}
.dashboard-suitcase-content--list .row .item-variations .icons > div > span {
  min-width: 21px;
  text-align: center;
  margin-left: 5px;
}
.dashboard-suitcase-content--list .row .item-variations .icons > div > span.icon-airfare {
  color: #478DDE;
  font-size: 1.25em;
}
.dashboard-suitcase-content--list .row .item-variations .icons > div > span.icon-nightcount {
  color: #00418D;
}
.dashboard-suitcase-content--list .row .item-variations .icons > div > span.icon-usercount {
  color: #B89F73;
}
.dashboard-nav {
  background-color: #F1F1F1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.16);
  padding: 40px 30px;
}
@media (max-width: 991px) {
  .dashboard-nav {
    padding: 25px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .dashboard-nav-col {
    flex: 0 0 25%;
    max-width: 328px;
    margin-top: clamp(-27px, -1.40625vw, 0px);
    margin-left: clamp(-30px, -1.5625vw, 0px);
  }
}
.dashboard-nav-logo {
  text-align: center;
  margin-top: clamp(42px, 4.375vw, 84px);
}
@media (max-width: 991px) {
  .dashboard-nav-logo {
    display: none;
  }
}
.dashboard-nav-logo img {
  width: clamp(150px, 12.8645833333vw, 247px);
}
.dashboard-nav-text {
  margin-bottom: 40px;
}
.dashboard-nav-text h4 {
  font-size: clamp(17px, 1.1458333333vw, 22px);
}
.dashboard-nav-text > *:last-child {
  margin-bottom: 0;
}
.dashboard-nav .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.dashboard-nav .menu > li + li {
  margin-top: 8px;
}
@media (min-width: 992px) {
  .dashboard-nav .menu > li:last-child {
    margin-top: clamp(160px, 16.6666666667vw, 320px);
  }
}
.dashboard-nav .menu > li a {
  text-decoration: none;
  color: #202020;
  font-weight: 800;
  font-size: clamp(18px, 1.1458333333vw, 22px);
  display: inline-flex;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform-origin: bottom left;
}
.dashboard-nav .menu > li a:after {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #B89F73;
  margin-left: clamp(8px, 0.625vw, 12px);
}
.dashboard-nav .menu > li.current-menu-item > a, .dashboard-nav .menu > li:hover > a {
  color: #00418D;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.dashboard-btt {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.dashboard-btt a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #202020;
  font-weight: 900;
}
.dashboard-btt a .scroll-down-btn {
  margin-bottom: 6px;
  padding: 0 0 0.3em 0.12em;
}
.dashboard-btt a .scroll-down-btn .icon-prev {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.page-template-template-dashboard #select_user_to_edit_form {
  display: none;
}
.page-template-template-dashboard .modal-user:not(#shareSuitcaseModal):not(#reserveSuitcaseModal) {
  --bs-modal-width: 948px;
}
#ui-datepicker-div {
  z-index: 1099 !important;
}
.modal-user#experienceResponseModal {
  --bs-modal-width: 640px;
}
.modal-user#experienceResponseModal .modal-body {
  padding: 0;
}
.modal-user#experienceResponseModal .modal-body .alert {
  padding: 75px 35px 30px;
}
@media (min-width: 992px) {
  .modal-user#shareSuitcaseModal .share-suitcase > .row > .col-lg-5 {
    width: 48%;
  }
}
.modal-user#shareSuitcaseModal .share-suitcase-link a {
  font-size: clamp(16px, 1.1458333333vw, 22px);
  font-weight: 900;
  text-decoration: none;
  word-break: break-word;
}
.modal-user#shareSuitcaseModal .share-suitcase-text .h3 {
  font-size: clamp(26px, 2.1354166667vw, 41px);
  margin-bottom: 0.5em;
  font-weight: 800;
}
.modal-user#shareSuitcaseModal .share-suitcase-contact {
  font-size: clamp(16px, 1.1458333333vw, 22px);
  font-weight: 900;
  padding-top: 25px;
}
.modal-user#shareSuitcaseModal .share-suitcase-contact a {
  color: #00418D;
  text-decoration: none;
}
.modal-user#shareSuitcaseModal .share-suitcase-contact a:hover {
  color: #B89F73;
}
.modal-user#shareSuitcaseModal .share-suitcase-form textarea {
  max-height: 160px;
}
@media (min-width: 992px) {
  .modal-user#reserveSuitcaseModal .reserve-suitcase > .row > .col-lg-5 {
    width: 48%;
  }
}
.modal-user#reserveSuitcaseModal .reserve-suitcase-text .h3 {
  font-size: clamp(26px, 2.1354166667vw, 41px);
  margin-bottom: 0.5em;
  font-weight: 800;
}
.modal-user#reserveSuitcaseModal .reserve-suitcase-contact {
  font-size: clamp(16px, 1.1458333333vw, 22px);
  font-weight: 900;
  padding-top: 25px;
}
.modal-user#reserveSuitcaseModal .reserve-suitcase-contact a {
  color: #00418D;
  text-decoration: none;
}
.modal-user#reserveSuitcaseModal .reserve-suitcase-contact a:hover {
  color: #B89F73;
}
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
.hs-error-msgs label {
  font-size: 80%;
}
.hs-error-msgs label {
  color: #dd0000;
}
form.hs-form fieldset {
  max-width: none;
}
form.hs-form fieldset .hs-form-field {
  padding: 0 10px 0 0;
}
form.hs-form fieldset[class*="form-columns"] .input {
  margin-right: 0;
}
form.hs-form fieldset[class*="form-columns"] .hs-input {
  width: 100%;
  height: 55px;
}
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
  width: auto;
  height: auto;
  margin: 0px 10px 0px 20px;
}
form.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 33.33%;
}
@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field {
    padding: 0;
  }
  form.hs-form fieldset.form-columns-3 .hs-form-field, form.hs-form .form-columns-2 .hs-form-field .hs-input, form.hs-form .form-columns-3 .hs-form-field .hs-input {
    width: 100%;
  }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] {
    width: auto;
  }
}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}
#hs-search-module input.hs-input {
  margin-bottom: 0.8rem;
}
#captcha_wrapper {
  margin-bottom: 0.8rem;
}
\ .custom-banner-form {
  position: relative;
}
.custom-banner-form .social-button {
  background-repeat: no-repeat;
  background-size: 42px 42px;
  color: rgba(0, 0, 0, 0);
  display: inline-block;
  height: 42px;
  margin-right: 28px;
  overflow: hidden;
  white-space: nowrap;
  width: 42px;
}
.custom-banner-form .social-button:last-child {
  margin-right: 0;
}
.custom-banner-form .social-button.facebook {
  background-image: url(https://you.winspireme.com/hubfs/ebook/facebook.svg);
}
.custom-banner-form .social-button.pinterest {
  background-image: url(https://you.winspireme.com/hubfs/ebook/pinterest.svg);
}
.custom-banner-form .social-button.twitter {
  background-image: url(https://you.winspireme.com/hubfs/ebook/twitter.svg);
}
.custom-banner-form .form-wrapper {
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 35px;
  position: relative;
}
.custom-banner-form .form-wrapper::before {
  background: url(https://you.winspireme.com/hubfs/ebook/tag_v_yellow.svg) no-repeat;
  content: "";
  height: 43px;
  position: absolute;
  top: 0;
  width: 26px;
}
.custom-banner-form .form-wrapper.tag::before {
  background: url(https://you.winspireme.com/hubfs/ebook/tag_v_yellow.svg) no-repeat;
  content: "";
  height: 43px;
  position: absolute;
  top: -1px;
  width: 26px;
}
.custom-banner-form .form-wrapper.tag.blue::before {
  background: url(https://you.winspireme.com/hubfs/ebook/tag_v_blue.svg) no-repeat;
}
.custom-banner-form .form-wrapper.tag.green::before {
  background: url(https://you.winspireme.com/hubfs/ebook/tag_v_green.svg) no-repeat;
}
.custom-banner-form .form-wrapper.tag.purple::before {
  background: url(https://you.winspireme.com/hubfs/ebook/tag_v_purple.svg) no-repeat;
}
.custom-banner-form .form-wrapper.tag.red::before {
  background: url(https://you.winspireme.com/hubfs/ebook/tag_v_red.svg) no-repeat;
}
.custom-banner-form .form-wrapper.tag.yellow::before {
  background: url(https://you.winspireme.com/hubfs/ebook/tag_v_yellow.svg) no-repeat;
}
.custom-banner-form .form-wrapper h3 {
  color: #004a83;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1em;
  text-align: center;
  text-transform: uppercase;
}
.custom-banner-form .submitted-message h3 {
  font-size: 26px;
  text-align: center;
}
.custom-banner-form .submitted-message p {
  color: #999;
  text-align: center;
}
.custom-banner-form .submitted-message p em {
  color: #3e3e3e;
  font-size: 18px;
}
.custom-banner-form .submitted-message p:last-child {
  margin-bottom: 0;
}
.custom-banner-form form.hs-form ::-webkit-input-placeholder {
  color: #b4b4b4;
}
.custom-banner-form form.hs-form :-moz-placeholder {
  color: #b4b4b4;
}
.custom-banner-form form.hs-form ::-moz-placeholder {
  color: #b4b4b4;
}
.custom-banner-form form.hs-form :-ms-input-placeholder {
  color: #b4b4b4;
}
.custom-banner-form form.hs-form ::-ms-input-placeholder {
  color: #b4b4b4;
}
.custom-banner-form form.hs-form :placeholder-shown {
  color: #b4b4b4;
}
.custom-banner-form form.hs-form fieldset[class*="form-columns"] select.hs-input {
  color: #b4b4b4;
  font-size: 15px;
  line-height: 1;
  padding: 4px 15px;
  width: 100%;
}
.custom-banner-form form.hs-form fieldset[class*="form-columns"] input[type="email"].hs-input, .custom-banner-form form.hs-form fieldset[class*="form-columns"] input[type="tel"].hs-input, .custom-banner-form form.hs-form fieldset[class*="form-columns"] input[type="text"].hs-input {
  font-size: 15px;
  height: 50px;
  line-height: 1;
  min-height: 50px;
  padding: 4px 15px;
  width: 100%;
}
.custom-banner-form form.hs-form .hs-form-field ul.inputs-list {
  font-size: 15px;
}
.custom-banner-form form.hs-form fieldset .hs-form-field {
  padding: 0;
}
.custom-banner-form form.hs-form fieldset .hs-form-field.hs-donmag_auction_type {
  padding-top: 0.6em;
}
.custom-banner-form form.hs-form fieldset .hs-form-field.hs-donmag_auction_type > label {
  font-size: 16px;
}
.custom-banner-form .actions {
  padding-top: 25px;
  text-align: right;
}
.custom-banner-form .hs-error-msgs {
  font-size: 15px;
  margin-left: 5px;
  margin-bottom: 0;
}
.custom-banner-form .field {
  margin-top: 25px;
}
.custom-banner-form .hs-form fieldset.form-columns-2 .hs-form-field {
  float: left !important;
  width: 48.75%;
}
.custom-banner-form .hs-form fieldset.form-columns-2 .hs-form-field:last-child {
  float: right !important;
}
.custom-banner-form .inputs-list.multi-container {
  font-size: 15px;
  float: left;
  margin-bottom: 0;
  margin-top: 0;
  width: 50%;
}
.custom-banner-form .hs_error_rollup {
  display: none;
}
.custom-banner-form .hs-field-desc {
  color: #999;
  font-size: 14px;
}
.custom-banner-form .hs-dateinput {
  display: inline-block;
  position: relative;
  width: 100%;
}
.custom-banner-form .hs-dateinput:before {
  color: #00418D;
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  left: 20px;
  position: absolute;
  top: 0.45em;
  -webkit-font-smoothing: antialiased;
}
.custom-banner-form .hs-dateinput input {
  text-align: center !important;
  padding-left: 50px !important;
}
.custom-banner-form .hs-dateinput .hs-datepicker {
  margin-top: -0.8rem;
}
.banner-text-1 .pre {
  color: #006bb6;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
.banner-text-1 h1 {
  color: #004a83;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 1.6rem;
}
.custom-banner-text p {
  color: #999;
}
.custom-banner-text p strong {
  color: #616161;
}
.banner-text-2 {
  padding-top: 0.5rem;
}
.banner-text-2.visible-sm {
  display: none;
  padding-top: 3.5rem;
  text-align: center;
}
.tag-h-yellow {
  background: url(https://you.winspireme.com/hubfs/ebook/tag_h_yellow.png) no-repeat;
  background-size: 500px 32px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  letter-spacing: 0.04em;
  line-height: 30px;
  margin-bottom: 1.6em;
  padding-left: 14px;
  padding-right: 12px;
  position: relative;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
.tag-h-yellow:after {
  background: url(https://you.winspireme.com/hubfs/ebook/tag_h_yellow.png) no-repeat;
  background-position: right top;
  background-size: 500px 32px;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  right: -7px;
  top: 0;
  width: 7px;
}
.tag-h {
  background: url(https://you.winspireme.com/hubfs/ebook/tag_h.png) no-repeat;
  background-size: 500px 200px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  letter-spacing: 0.04em;
  line-height: 30px;
  margin-bottom: 1.6em;
  padding-left: 14px;
  padding-right: 12px;
  position: relative;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
.tag-h:after {
  background: url(https://you.winspireme.com/hubfs/ebook/tag_h.png) no-repeat;
  background-position: right top;
  background-size: 500px 200px;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  right: -7px;
  top: 0;
  width: 7px;
}
.tag-h.blue {
  background-position: left 0px;
}
.tag-h.green {
  background-position: left -40px;
}
.tag-h.purple {
  background-position: left -80px;
}
.tag-h.red {
  background-position: left -120px;
}
.tag-h.yellow {
  background-position: left -160px;
}
.tag-h.blue:after {
  background-position: right 0px;
}
.tag-h.green:after {
  background-position: right -40px;
}
.tag-h.purple:after {
  background-position: right -80px;
}
.tag-h.red:after {
  background-position: right -120px;
}
.tag-h.yellow:after {
  background-position: right -160px;
}
.custom-banner-form h3 {
  display: none;
}
.custom-banner-form .hs-richtext + .field {
  margin-top: 0;
}
@media (max-width: 860px) {
  .custom-banner-image {
    margin-bottom: 900px !important;
  }
  .custom-banner-text {
    position: relative;
    width: 100%;
    z-index: 2;
  }
  .banner-text-1 .pre {
    font-size: 20px;
  }
  .banner-text-1 h1 {
    font-size: 44px;
    margin-bottom: 1.6rem;
  }
  .banner-text-1 p {
    font-size: 16px;
  }
  .banner-text-2.visible-md {
    display: none;
  }
  .banner-text-2.visible-sm {
    display: block;
  }
  .custom-banner-form .form-wrapper h3 {
    font-size: 17px;
  }
  .tag-h-yellow {
    margin-left: -1.25rem;
  }
}
@media (max-width: 800px) {
  .custom-banner-image {
    margin-bottom: 930px !important;
    padding-top: 90px;
  }
}
.suitcase-print-wrapper {
  background-color: #fff;
  display: none;
  font-family: Arial, sans-serif;
  font-size: 12pt;
}
.suitcase-print-wrapper img {
  max-width: 100%;
}
.suitcase-print-wrapper table {
  width: 100%;
}
.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333%;
  margin-bottom: 1.875rem;
}
.suitcase-print-wrapper h1 {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 30pt;
  font-weight: 900;
  letter-spacing: 1pt;
  margin-bottom: 0;
  text-transform: uppercase;
}
.suitcase-print-wrapper .column, .suitcase-print-wrapper .columns {
  padding-left: 0;
  padding-right: 0;
}
.suitcase-print-wrapper .suitcase-print-winspire-logo {
  display: block;
  margin-bottom: 0.4cm;
  margin-left: auto;
  margin-right: auto;
  width: 2.38cm;
}
.suitcase-print-wrapper .suitcase-print-title {
  margin-bottom: 0.46cm;
}
.suitcase-print-wrapper .suitcase-print-header table tbody td, .suitcase-print-wrapper .suitcase-print-title table tbody td, .suitcase-print-wrapper .suitcase-print-title tbody td {
  padding: 0;
}
.suitcase-print-wrapper .suitcase-print-title .suitcase-print-title-text {
  padding-right: 0.25cm;
  text-align: right;
  width: 50%;
}
.suitcase-print-wrapper .suitcase-print-title .suitcase-print-title-csr {
  padding-left: 0.25cm;
  width: 50%;
}
.suitcase-print-wrapper .suitcase-print-title .suitcase-print-title-csr table {
  margin: 0;
}
.suitcase-print-wrapper .suitcase-print-header .suitcase-print-header-icon, .suitcase-print-wrapper .suitcase-print-header img, .suitcase-print-wrapper .suitcase-print-title .suitcase-print-title-csr .suitcase-print-title-csr-avatar, .suitcase-print-wrapper .suitcase-print-title .suitcase-print-title-csr .suitcase-print-title-csr-avatar img {
  width: 1.2cm;
}
.suitcase-print-wrapper .suitcase-print-header .suitcase-print-header-text, .suitcase-print-wrapper .suitcase-print-title .suitcase-print-title-csr .suitcase-print-title-csr-text {
  padding-left: 0.25cm;
}
.suitcase-print-wrapper .suitcase-print-title .suitcase-print-title-csr .suitcase-print-title-csr-text p, .suitcase-print-wrapper .suitcase-print-title .suitcase-print-title-csr .suitcase-print-title-csr-text span {
  font-family: Arial, sans-serif;
  font-size: 9pt;
  margin: 0;
}
.suitcase-print-wrapper .suitcase-print-header {
  margin-left: 3.3cm;
  margin-right: 2.82cm;
}
.suitcase-print-wrapper .suitcase-print-header .suitcase-print-header-text p {
  font-family: Arial, sans-serif;
  font-size: 9pt;
  font-style: italic !important;
  line-height: 1.2;
  margin-bottom: 0;
}
.suitcase-print-wrapper .suitcase-print-items {
  padding-left: 2.3cm;
  padding-right: 2.3cm;
}
.suitcase-print-wrapper .suitcase-print-items hr {
  border: 0;
  border-bottom: 2px solid #c8c8c8;
  margin-bottom: 0.97cm;
  margin-left: auto;
  margin-right: auto;
  width: 8.13cm;
}
.suitcase-print-wrapper .suitcase-print-items .suitcase-print-item h3 {
  font-family: Arial, sans-serif;
  font-size: 16pt;
  font-weight: 900;
  line-height: 1;
}
.suitcase-print-wrapper .suitcase-print-items .suitcase-print-item h4 {
  color: #989898;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-weight: 700;
  line-height: 1;
}
.suitcase-print-wrapper .suitcase-print-items .suitcase-print-item ul {
  margin-left: 0.8cm !important;
}
.suitcase-print-wrapper .suitcase-print-items .suitcase-print-item ul li {
  font-family: Arial, sans-serif;
  font-size: 9pt;
  line-height: 1.4;
  margin-bottom: 0.15cm;
  padding-left: 0.2cm;
}
.suitcase-print-wrapper .suitcase-print-items .suitcase-print-item table tbody td {
  padding: 0;
  vertical-align: top;
}
.suitcase-print-wrapper .suitcase-print-items .suitcase-print-item .suitcase-print-image {
  text-align: center;
  width: 4.64cm;
}
.suitcase-print-wrapper .suitcase-print-items .suitcase-print-item .suitcase-print-image img {
  border: 2px solid #e3e3e3;
  margin-bottom: 0.42cm;
  width: 4.64cm;
}
.suitcase-print-wrapper .suitcase-print-items .suitcase-print-item .suitcase-print-info {
  padding-left: 0.6cm;
  text-align: left;
}
.suitcase-print-wrapper .suitcase-print-items .suitcase-print-item .cost {
  font-family: Arial, sans-serif;
  font-size: 10pt;
}
@media print {
  .suitcase-print-wrapper {
    display: block;
  }
  .header-wrapper, .dashboard-header, .dashboard-content, .footer {
    display: none !important;
  }
  body {
    background-color: #fff;
    margin: 0;
    padding: 0;
  }
  .suitcase-print-items .suitcase-print-item h4 {
    color: #989898 !important;
  }
  @page {
    margin-left: 0;
    margin-right: 0;
    margin-top: 2cm;
    size: letter;
  }
  @page :first {
    margin-top: 0.5cm;
  }
}
